mm-view: use set-normal-mode
[gnus] / lisp / ChangeLog
1 2011-03-29  Julien Danjou  <julien@danjou.info>
2
3         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4         local variables disabled rather than `normal-mode'.
5
6 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7
8         * imap.el (imap-shell-open, imap-process-connection-type): Use
9         imap-process-connection-type for 'shell' streams as well as
10         Kerberos, SSL, other subprocesses.
11
12 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
13
14         * proto-stream.el: Changes preparatory to merging open-protocol-stream
15         with open-network-stream.
16         (proto-stream-always-use-starttls): Option removed.
17         (open-protocol-stream): Return a process object by default.  Provide a
18         new parameter :return-list specifying a list-type return value, which
19         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
20         :type `network' to `try-starttls', and `network-only' to `default'.
21         Make `default' the default, for compatibility with open-network-stream.
22         Handle the no-parameter case exactly as open-network-stream, with no
23         additional stream processing.  Search plists using plist-get.
24         Explicitly add :end-of-commend parameter if it is missing.
25         (proto-stream-open-default): Renamed from
26         proto-stream-open-network-only.  Return 'default as the type.
27         (proto-stream-open-starttls): Rename from proto-stream-open-network.
28         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
29         failed.  Always return a list with a (possibly dead) process as the
30         first element, for compatibility with open-network-stream.
31         (proto-stream-open-tls): Use plist-get.  Always return a list.
32         (proto-stream-open-shell): Return `default' as connection type.
33         (proto-stream-capability-open): Use plist-get.
34         (proto-stream-eoc): Function deleted.
35
36         * nnimap.el (nnimap-stream, nnimap-open-connection)
37         (nnimap-open-connection-1): Handle renaming of :type parameter for
38         open-protocol-stream.
39         (nnimap-open-connection-1): Pass a :return-list parameter
40         open-protocol-stream to obtain a list return value.  Parse this list
41         using plist-get.
42
43         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
44         for open-protocol-stream.  Accept open-protocol-stream return value
45         that is a subprocess object instead of a list.  Handle the case of a
46         dead returned process.
47
48 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
49
50         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
51
52         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
53
54 2011-03-21  Julien Danjou  <julien@danjou.info>
55
56         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
57         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
58         query.
59         (mm-inline-text): Render normal text with fontification whenever
60         possible.
61
62         * gnus-sum.el (gnus-summary-save-parts-1):
63         * gnus-art.el (gnus-article-browse-html-save-cid-content)
64         (gnus-article-browse-html-parts, gnus-mime-delete-part)
65         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
66         Use `mm-handle-filename'.
67
68         * mm-util.el (mm-handle-filename): New function, return the filename of
69         an handle.
70
71 2011-03-18  Julien Danjou  <julien@danjou.info>
72
73         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
74         (gnus-buffer-live-p): Check that buffer is not nil.
75
76 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
77
78         * gnus.el: No Gnus v0.15 is released.
79
80 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * time-date.el (format-seconds): Use assoc instead of assoc-string to
83         avoid warning on XEmacs.
84
85         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
86         on XEmacs.
87
88         * gnus-art.el: Require mouse, which the build bot seems to say is
89         needed.
90
91         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
92
93         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
94         XEmacs, since it doesn't have url-retrieve-synchronously.
95
96         * time-date.el (format-seconds): Use assoc instead of assoc-string,
97         since assoc-string doesn't exist in XEmacs.
98
99 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
100
101         * gnus-group.el (gnus-group-list-ticked): New function.
102         (gnus-group-make-menu-bar): Provide a menu entry for it.
103         (gnus-group-list-map): Provide a binding for it.
104
105 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * shr.el (shr-visit-file): New command.
108
109         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
110
111 2011-03-17  Bjørn Mork  <bjorn@mork.no>
112
113         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
114         servers.
115
116 2011-03-16  Julien Danjou  <julien@danjou.info>
117
118         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
119         inline.
120
121         * gnus-art.el (article-hide-list-identifiers): Use
122         gnus-group-get-list-identifiers.
123
124         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
125         (gnus-summary-remove-list-identifiers): Use
126         gnus-group-get-list-identifiers to get regexp.
127         (gnus-select-newsgroup, gnus-summary-insert-subject)
128         (gnus-summary-insert-articles): Call
129         gnus-summary-remove-list-identifiers unconditionally.
130
131 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
134         we're selecting a group with unread articles.
135
136         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
137
138         * gssapi.el: New file separated out from imap.el to provide a general
139         Kerberos 5 connection facility for Emacs.
140
141         * message.el (message-elide-ellipsis): Document the format spec
142         ellipsis.
143
144 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
145
146         * message.el (message-elide-region): Allow the ellipsis to say how many
147         lines were removed.
148
149 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
152         window configurations containing buffers that are now dead.
153
154         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
155         parsing to avoid integer overflows.
156         (nnimap-parse-flags): Simplify the last change.
157         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
158         too large for 32-bit Emacsen.
159
160 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
161
162         * auth-source.el (auth-source-netrc-create):
163         * message.el (message-yank-original): Fix use of `case'.
164
165 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
166
167         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
168         XEmacs, which was one character too wide.
169
170 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
171
172         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
173         default number of articles to display.
174         (gnus-articles-to-read): Use pretty names for prompt.
175
176 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * gnus-int.el (gnus-open-server): Ditto.
179
180         * gnus-start.el (gnus-activate-group): Give a backtrace if
181         debug-on-quit is set and the user hits `C-g'.
182         (gnus-read-active-file): Ditto.
183
184         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
185
186 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         * message.el (message-yank-original): Use cond instead of CL case.
189
190 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
191
192         * auth-source.el (auth-source-netrc-create): Use usual format for the
193         default in prompts.
194
195 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * lpath.el: Fbind read-char-choice for XEmacs.
198
199 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
200
201         * auth-source.el (auth-source-netrc-create): Show the default in the
202         prompt when prompting for token creation.
203
204 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * auth-source.el (auth-source-format-prompt): Always convert the value
207         to a string to avoid evaluating non-string arguments.
208         (auth-source-netrc-create): Offer default properly, not as initial
209         content in `read-string'.
210         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
211         of line to determine if we've been run before.  If so, don't run again,
212         but print a trivial message to indicate the cache was hit instead.
213
214 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
217         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
218         The user will have to run `gnus-sync-read' manually and wait for Cloudy
219         Gnus.
220
221 2011-03-11  Julien Danjou  <julien@danjou.info>
222
223         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
224         modified file".
225
226 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
227
228         * auth-source.el (auth-source-read-char-choice): New function to read a
229         character choice using `dropdown-list', `read-char-choice', or
230         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
231         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
232         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
233         (auth-source-netrc-saver): Use it.
234         (auth-source-pick-first-password): New convenience function.
235
236 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
237
238         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
239         parameter in the credentials.
240         (nnimap-open-connection-1): Use it after a successful login.
241         (nnimap-credentials): Add IMAP-specific user and password prompt.
242
243         * auth-source.el (auth-source-search): Add :require parameter, taking a
244         list.  Document it and the :save-function return token.  Pass :require
245         down.  Change the CREATED message from a warning to a debug statement.
246         (auth-source-search-backends): Pass :require down.
247         (auth-source-netrc-search): Pass :require down.
248         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
249         Change save prompt to indicate all modifications saved here are
250         deletions.
251         (auth-source-netrc-create): Take user login name as default in user
252         prompt.  Move all the save functionality to a lexically bound function
253         under the :save-function token in the returned list.  Set up clearer
254         default prompts for user, host, port, and secret.
255         (auth-source-netrc-saver): New function, intended to be wrapped for
256         :save-function.
257
258 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * shr.el (shr-table-horizontal-line): Change the defaults for the table
261         lines to be spaces instead.
262
263 2011-03-07  Julien Danjou  <julien@danjou.info>
264
265         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
266         (sieve-sasl-auth): Check that auth-source-search did return something,
267         or just return an empty string.
268
269 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
270
271         * gnus.el (gnus-interactive): Use read-directory-name.
272
273         * gnus-uu.el (gnus-uu-decode-uu-and-save)
274         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
275         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
276         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
277         Likewise.
278
279         * gnus-group.el (gnus-group-make-directory-group): Likewise.
280
281 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
284         onto the list of killed groups, too.  This makes killed nnimap groups,
285         for instance, more reliably not reappear.
286
287         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
288         the parent.
289
290         * gnus-sum.el (gnus-update-read-articles): Fix typo.
291
292         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
293         really have server-side marks.
294
295         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
296         since most backends do not usefully have server-side marks.
297         (gnus-update-read-articles): Propagate marks to all backends that
298         really have server-side marks.
299
300 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
301
302         * message.el (message-cite-reply-position, message-cite-style):
303         New variables.
304         (message-yank-original): Use the new citation styles.
305
306 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
307
308         * message.el (message-options): Revert 22da67af (workaround for XEmacs
309         buffer-local issue); don't mark it buffer-local when running under
310         XEmacs.
311
312 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
313
314         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
315         numbers too big to be `read'.
316
317 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
318
319         * password-cache.el (password-in-cache-p): Add autoload.
320
321         * message.el (message-options): Make buffer-local two ways to attempt
322         to fix a XEmacs bug.
323
324 2011-03-02  Julien Danjou  <julien@danjou.info>
325
326         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
327
328 2011-03-01  Julien Danjou  <julien@danjou.info>
329
330         * gnus-art.el (list-identifier): Add list-identifier as a parameter
331         group.
332         (article-hide-list-identifiers): Use list-identifier group parameter.
333
334 2011-02-28  Julien Danjou  <julien@danjou.info>
335
336         * sieve.el (sieve-buffer-script-name): New local variable to store
337         sieve script name.
338         (sieve-edit-script): Store sieve script name.
339         (sieve-upload): Use sieve script name when uploading.
340         (sieve-upload): Use substitute-command-keys.
341         (sieve-edit-script): Use substitute-command-keys.
342         (sieve-refresh-scriptlist): Use substitute-command-keys.
343         (sieve-manage-mode-map): Define keymap properly.
344         (sieve-manage-mode): Do not set mode name manually, change mode-name to
345         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
346         Remove commented code about cvs.
347         (sieve-manage-quit): New function.
348         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
349
350 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-group.el (gnus-import-other-newsrc-file): New function.
353
354 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * auth-source.el (auth-source-search): Cache empty result sets.
357
358         * password-cache.el (password-in-cache-p): Convenience function to
359         check if a key is in the cache, even if the value is nil.
360
361         * auth-source.el (auth-source-save-behavior): New variable to replace
362         `auth-source-never-create'.
363         (auth-source-netrc-create): Use it.
364         (auth-source-never-save): Remove.
365
366 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * nnimap.el (nnimap-stream): Doc fix.
369         (nnimap-open-connection-1): Reverse the order of the ports to that the
370         prompted-for port is first.
371
372         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
373         retrieval by the no-group selection.
374
375         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
376         numerical parameters.
377
378 2011-02-25  Julien Danjou  <julien@danjou.info>
379
380         * gnus-gravatar.el: Use gnus-with-article-buffer.
381
382         * gnus-art.el (gnus-with-article-buffer): Check that the
383         gnus-article-buffer is alive.
384
385 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
386
387         * auth-source.el (auth-source-creation-prompts): New variable to manage
388         creation-time prompts.
389         (auth-source-search): Document it.
390         (auth-source-format-prompt): Add utility function.
391         (auth-source-netrc-create): Don't default the user name to
392         user-login-name.  Use `auth-source-creation-prompts' and some default
393         prompts for user, host, port, and password (the default generic prompt
394         remains ugly).
395         (auth-source-never-save): Add customizable option to never save info.
396         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
397         mode excursion.
398
399 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
402         argument that XEmacs doesn't support.
403
404         * dgnushack.el (dgnushack-compile): Exclude color.el from being
405         compiled for Emacsen having no `libxml-parse-html-region' support.
406
407         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
408
409         * lpath.el: Bind buffer-save-without-query for XEmacs.
410
411 2011-02-23  Julien Danjou  <julien@danjou.info>
412
413         * gnus-art.el (article-make-date-line): Ignore errors if time is
414         invalid and not convertible.
415         (article-make-date-line): Only add lapsed time if time is not nil.
416
417 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
418
419         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
420         `read-char-choice' for backwards compatibility.
421         (auth-source-netrc-element-or-first): New function to DTRT for
422         parameter extraction.
423         (auth-source-netrc-create): Use it and fix multiple parameter print
424         bug.  Use the default passed from above (given-default) or the
425         built-in (user-login-name for :user).
426
427 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
428
429         * gnus-start.el (gnus-dribble-read-file):
430         Set buffer-save-without-query, since we always want to save the dribble
431         file, probably.
432
433         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
434         nnimap.
435
436         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
437         -summary- since it's a user-visible variable.
438
439         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
440         first time you use the new Gnus.
441
442 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
443
444         * auth-source.el: Don't load netrc.el.
445         (auth-sources): Search ~/.netrc as well by default.
446         (auth-source-debug): Add 'trivia option for extra output.
447         (auth-source-do-trivia): Use it.
448         (auth-source-search): Simplify logic to use
449         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
450         appropriate.  Don't keep a running count at this level.  Layer :create
451         and :delete options appropriately on the first and second passes.
452         Don't track the backend with the search results.
453         (auth-source-search-backends): New function to search a list of
454         backends for a processed spec.
455         (auth-source-netrc-parse): Cache all netrc files, making
456         auth-source-netrc-cache an alist keyed by the file name and using the
457         file mtime as the caching criterion.  Keep the obfuscated data secret
458         with a lexical bind.
459         (auth-source-netrc-search): Don't calculate the length of the results
460         unnecessarily.
461         (auth-source-search-backends): Fix bug.
462         (auth-source-netrc-create): Rework prompts.
463
464 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
465
466         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
467         Lower case names of search constraints.
468         (nnir-run-query): Cache and reuse search constraints for all imap
469         servers.
470
471 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
474         after exit.
475         (gnus-setup-message): Define missing variable from last checkin.
476
477         * gnus-sum.el (gnus-summary-show-article): When called with t as the
478         value, show the raw article.
479
480 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
481
482         * gnus.el: No Gnus v0.13 is released.
483
484 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * nnimap.el (nnimap-open-connection-1): Revert last change, since
487         auth-source now accepts numbers.
488
489         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
490         spec, too.
491         (auth-source-ensure-strings): New function.
492
493         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
494         (gnus-article-setup-buffer): Always restart the date timer so that user
495         changes to the frequency is respected.
496
497         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
498         port numbers, so make sure it gets that if nnimap-server-port is
499         explicit.
500
501 2011-02-21  Simon Josefsson  <simon@josefsson.org>
502
503         * nnimap.el (nnimap-inbox): Doc fix.
504
505 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
506
507         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
508         Autoload.  Add optional arg FRAME, and pass it to color-values.
509         (color-complement): Caller changed.  Doc fix.
510         (color-gradient): Rewrite for better clarity and efficiency.
511
512 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
513
514         * shr-color.el (shr-color->hexadecimal): Use renamed function names
515         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
516         color-lab-to-srgb.
517
518 2011-02-20  Drew Adams  <drew.adams@oracle.com>
519
520         * color.el: First part of merge from hexrgb.el.
521         (color-rgb-to-hex): Rename from color-rgb->hex.
522         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
523         saturation to zero if the value is too small.
524         (color-rgb-to-hsl): Rename from color-rgb->hsl.
525         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
526         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
527         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
528         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
529         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
530         (color-cie-de2000): Doc fix.
531
532 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
533
534         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
535         given method as in the group name if we're using an extended method.
536         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
537         command, if we're using that, instead of waiting for the beginning.
538
539         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
540         we're sure to get unique server names, and we don't output two async
541         commands in the same buffer.  This fixes an NNTP hang for some users.
542
543 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
544
545         * gnus.el: No Gnus v0.11 is released.
546
547 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
550         summary buffer before reading going to the next buffer.  This avoids
551         putting the point in the group buffer if you `C-g' the command.
552
553         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
554         cache (for now) to make ~/.authinfo.gpg files usable.
555
556         * nnfolder.el (copyright-update): Define for the compiler.
557
558         * auth-source.el (auth-source-search): Fix unbound variable.
559
560 2011-02-19  Glenn Morris  <rgm@gnu.org>
561
562         * gnus.el (gnus-meta): Doc fix.
563
564 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
565
566         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
567         in case it's not yet loaded.
568
569 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
570
571         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
572         line we're waiting for.
573
574 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
575
576         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
577         face with line-width greater than zero will cause RET in gnus summary
578         buffer to scroll down article page-wise because auto vscroll happens,
579         it should be temporalily disabled when doing a scroll-up.
580
581 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
584         outputs from the server.
585
586 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
587
588         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
589         later so that bbdb can hook in easier.
590
591 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * auth-source.el (auth-source-search): Don't try to create credentials
594         if the caller doesn't want that.
595         (auth-source-search): If we don't find a match, don't bug out on
596         non-bound variables.
597         (auth-source-search): Only ask a single backend to create the
598         credentials.
599
600         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
601         logging.
602         (nnimap-credentials): Protect against auth-source-search returning nil.
603         (nnimap-request-list): Protect against not being able to open the
604         server.
605
606 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * auth-source.el (auth-source-search): Do a two-phase search, one with
609         no :create to get the responses from all backends.
610
611         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
612         when getting credentials.
613
614         * gnus-util.el (gnus-delete-duplicates): New function.
615
616 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * nnimap.el (nnimap-credentials): Instead of picking the first port as
619         a creation default, pass the whole port list down.  It will be
620         completed.
621
622         * auth-source.el (auth-source-search): Updated docs to talk about
623         multiple creation choices.
624         (auth-source-netrc-create): Accept a list as a value (from the search
625         parameters) and do completion on that list.  Keep a separate netrc line
626         with the password obscured for showing the user.
627
628         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
629         first choice to `auth-source-search' so it will be used for entry
630         creation instead of the server's Gnus-specific name.
631         (nnimap-credentials): Rely on the auth-source library to select which
632         port is actually wanted in the new netrc entry, so don't override
633         `auth-source-creation-defaults'.
634
635         * auth-source.el (auth-source-netrc-parse): Use :port instead of
636         :protocol and accept a missing user, host, or port as a wildcard match.
637         (auth-source-debug): Default to off.
638
639         (auth-source-netrc-search, auth-source-netrc-create)
640         (auth-source-secrets-search, auth-source-secrets-create)
641         (auth-source-user-or-password, auth-source-backend, auth-sources)
642         (auth-source-backend-parse-parameters, auth-source-search): Use :port
643         instead of :protocol.
644
645         * nnimap.el (nnimap-credentials): Pass a port default to
646         `auth-source-search' in case an entry needs to be created.
647         (nnimap-open-connection-1): Use :port instead of :protocol.
648
649 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * auth-source.el: Bind load-path when loading EIEIO from
652         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
653         21.4 doesn't support, to `require'.
654         (auth-source-secrets-search): Use mm-delete-duplicates instead of
655         delete-dups that is not available in XEmacs 21.4.
656
657 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
658
659         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
660         as EIEIO must also be loaded when auth-source.el is being
661         byte-compiled.
662
663 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
664
665         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
666
667         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
668
669         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
670
671         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
672
673         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
674
675         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
676
677         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
678
679         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
680         necessary.
681
682 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
683
684         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
685         nil means that nnimap doesn't get updated.
686
687 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
688
689         * auth-source.el (auth-source-netrc-create): Return a synthetic search
690         result when the user doesn't want to write to the file.
691         (auth-source-netrc-search): Expect a synthetic result and proceed
692         accordingly.
693         (auth-source-cache-expiry): New variable to override
694         `password-cache-expiry'.
695         (auth-source-remember): Use it.
696
697         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
698         parameter.  Create entry if necessary by using :create t.
699         (nnimap-open-connection-1): Don't pass `inhibit-create'.
700
701 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
702
703         * auth-source.el (auth-source-debug): Enable by default and don't
704         mention the obsolete `auth-source-hide-passwords'.
705         (auth-source-do-warn): New function to debug unconditionally.
706         (auth-source-do-debug): Use it.
707         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
708         and for Secrets API entries when the secrets.el library is not
709         available.
710
711 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-sum.el (gnus-propagate-marks): Default to nil.
714         (gnus-summary-exit): Kill the correct article buffer on exit from a
715         `C-d' group.
716
717         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
718         gnus-propagate-marks.
719
720         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
721         before killing the buffers so that a non-full window conf gets handled
722         correctly.
723         (gnus-summary-exit): Ditto.
724         (gnus-summary-read-group-1): Ditto.
725
726         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
727         async code again so that we can debug it properly.
728
729         * message.el (message-reply): Take an optional switch-buffer parameter
730         so that Gnus window confs are respected better.
731
732 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
733
734         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
735         `plist-get' to accept non-list parameters (XEmacs issue).
736         Fix docstring.
737         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
738         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
739         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
740         Login collection is "Login" and not "login".
741
742 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
743
744         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
745         multiple headers.
746
747         * nnimap.el (nnimap-inhibit-logging): New variable.
748         (nnimap-log-command): Don't log login commands.
749
750         * auth-source.el (auth-source-netrc-search): The asserts seem to want
751         to have more parameters.
752
753         * nnimap.el (nnimap-send-command): Mark the command time for each
754         command, so that we don't get NOOPs stepping on our toes.
755
756         * gnus-art.el (article-date-ut): Get the date from the Date header on
757         `t'.
758
759 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * auth-source.el (auth-source-search): Use copy-sequence instead of
762         the cl.el copy-list.
763
764 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
765
766         * imap.el: Bring it back (revert
767         84d800cd31de3064f0ed39617d725709a2f8f42f).
768
769 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
770
771         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
772         Improve prompt.
773
774 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-art.el (gnus-article-mode-line-format): Remove the article
777         washing status from the default format.  It isn't very informative.
778
779 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
780
781         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
782         Fix Gcc processing on imap.
783
784 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
785
786         * imap.el: Remove file.  All the functionality is in nnimap.el.
787
788 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
789
790         * message.el (message-bury): Don't pop up a new window when selected
791         window is dedicated.
792
793 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
794
795         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
796
797 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
798
799         * sieve-manage.el: Autoload `auth-source-search'.
800         (sieve-sasl-auth): Use it.
801
802 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
803
804         * nnimap.el: Autoload `auth-source-forget+'.
805         (nnimap-open-connection-1): Use it if the connection fails.
806
807         * auth-source.el: Require `password-cache'.
808         (auth-source-hide-passwords, auth-source-cache): Remove and mark
809         obsolete.
810         (auth-source-magic): Marker for `password-cache' keys.
811         (auth-source-do-cache): Update docstring.
812         (auth-source-search): Use and check cache.
813         (auth-source-forget-all-cached, auth-source-remember)
814         (auth-source-recall, auth-source-forget, auth-source-forget+)
815         (auth-source-specmatchp): Caching support functions.
816         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
817         Remove and obsolete.
818         (auth-source-user-or-password): Remove caching to further discourage
819         using it.  Always hide passwords.
820
821         * password-cache.el (password-cache-remove): Accept secrets that are
822         not strings.
823
824 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
825
826         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
827         code for now, since it doesn't work for all users.
828
829 2011-02-09  Julien Danjou  <julien@danjou.info>
830
831         * message.el (message-options): Make message-options really buffer
832         local.
833
834 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
835
836         * mail-source.el: Autoload `auth-source-search'.
837         (mail-source-keyword-map): Note order matters.
838         (mail-source-set-1): Get all the mail-source source values and
839         defaults and search auth-source on those if needed.  This can all
840         probably be simplified.
841
842         * nnimap.el: Autoload `auth-source-search'.
843         (nnimap-credentials): Use it.
844         (nnimap-open-connection-1): Ask for the virtual server and physical
845         address in one shot.
846
847         * nntp.el: Autoload `auth-source-search'.
848         (nntp-send-authinfo): Use it.  Note TODO.
849
850 2011-02-08  Julien Danjou  <julien@danjou.info>
851
852         * shr.el (shr-tag-body): Add support for text attribute in body
853         markups.
854
855         * message.el (message-options): Make message-options a local variable.
856
857 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
858
859         * auth-source.el (auth-source-secrets-search)
860         (auth-source-user-or-password): Use `append' instead of `nconc'.
861         (auth-source-user-or-password): Build return list better and protect
862         against nil :secret.
863
864 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
865
866         * nnimap.el (nnimap-update-info): Refactor slightly.
867         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
868         (nnimap-update-info): Clean up slightly.
869         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
870         characters.
871         (nnimap-process-quirk): Rename function to avoid collision.
872         (nnimap-update-info): Fix macrology bug-out.
873         (nnimap-update-info): Simplify split history test.
874
875 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
876
877         * auth-source.el (top): Require 'eieio unconditionally.
878         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
879         (auth-source-secrets-search): Limit search when `max' is greater than
880         number of results.
881
882 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
885         part not returning any data.
886
887         * proto-stream.el (open-protocol-stream): Document the return value.
888
889 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
890
891         * auth-source.el (auth-source-secrets-search): Add examples.
892
893 2011-02-06  Julien Danjou  <julien@danjou.info>
894
895         * message.el (message-setup-1): Handle message-generate-headers-first
896         set to t.
897
898 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
901         API with a string "secrets:collection-name" and with 'default.
902         (auth-source-backend-parse): Parse "secrets:collection-name" and
903         'default.  Recurse on parses instead of repeating code.  Use the
904         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
905         message when ignoring a source.
906         (auth-source-search): List ignored search keys at the top level.
907         (auth-source-netrc-create): Use `case' instead of `cond'.
908         (auth-source-secrets-search): Created with TODOs.
909         (auth-source-secrets-create): Created with TODOs.
910         (auth-source-retrieve, auth-source-create, auth-source-delete)
911         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
912         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
913         (auth-source-user-or-password-sftp)
914         (auth-source-user-or-password-smtp): Remove.
915         (auth-source-user-or-password): Deprecated and modified to be a wrapper
916         around `auth-source-search'.  Not tested thoroughly.
917
918 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
919
920         * auth-source.el: Bring in assoc and eioeio libraries.
921         (secrets-enabled): New variable to track the status of the Secrets API.
922         (auth-source-backend): New EIOEIO class to represent a backend.
923         (auth-source-creation-defaults): New variable to set prompt defaults
924         during token creation (see the `auth-source-search' docstring for
925         details).
926         (auth-sources): Simplify to allow a simple string as a netrc backend
927         spec.
928         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
929         (auth-source-backend-parse-parameters): Fill in the backend parameters.
930         (auth-source-search): Main auth-source API entry point.
931         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
932         (auth-source-search-collection): Helper function for searching.
933         (auth-source-netrc-parse, auth-source-netrc-normalize)
934         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
935         Supports search, create, and delete.
936         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
937         backend stubs.
938         (auth-source-user-or-password): Call `auth-source-search' but it's not
939         ready yet.
940
941 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
942
943         * message.el (message-setup-1): Remove the read-only stuff, since it
944         doesn't work under XEmacs, for some reason.
945
946         * gnus-sum.el (gnus-user-date): Rename back from
947         gnus-summary-user-date since user code refers to it.
948
949         * shr.el (shr-render-td): Store the actual background colour used.
950
951         * message.el (message-setup-1): Don't bind the constant
952         -forbidden-properties.
953         (message-setup-1): Revert previous change, since it needs to bind the
954         props to insert them.
955         (message-resend): Allow removing the read-only separator line.
956
957 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
958
959         * nnimap.el (nnimap-request-accept-article): Give an error message if
960         the APPEND wasn't successful.
961
962 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
963
964         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
965         that have no groups.
966
967 2011-02-03  Julien Danjou  <julien@danjou.info>
968
969         * gnus-draft.el: Remove progn around gnus-draft-setup.
970
971 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
972
973         * gnus-start.el (gnus-read-active-for-groups): This function is never
974         called with a nil `infos', so clean that up.
975         (gnus-get-unread-articles): Request active files from primary/secondary
976         methods that have no groups (yet).
977
978 2011-02-03  Julien Danjou  <julien@danjou.info>
979
980         * message.el (message-setup-1): Always generate References first.
981         (message-mail): Return the return value of message-setup, not always t.
982         (message-setup-1): Insert mail-header-separator with read-only and
983         intangible properties set.
984
985         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
986         user-date in docstring.
987
988         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
989
990         * gnus.el (gnus-summary-line-format): Mention &user-date format in
991         docstring.
992
993         * gnus.el (gnus-user-date-format-alist): Change default value. Use
994         defcustom, with type and group. Move from gnus-util.el. Rename to
995         gnus-summary-user-date-format-alist.
996
997 2011-02-03  Glenn Morris  <rgm@gnu.org>
998
999         * nnimap.el (gnus-fetch-headers): Declare.
1000
1001         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1002
1003 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1004
1005         * message.el (message-forward-make-body-digest-plain)
1006         (message-followup, message-reply): Clean up things noted by Stefan.
1007
1008         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1009         gnus-article-update-date-headers is nil.
1010         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1011         it didn't really work with defcustom.
1012         (article-update-date-lapsed): Make sure the window start doesn't move,
1013         either.
1014
1015 2011-02-01  Julien Danjou  <julien@danjou.info>
1016
1017         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1018         format.
1019
1020         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1021         standard in Emacs nowadays.
1022
1023         * color.el (color-gradient): Add a color-gradient function.
1024
1025 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1026
1027         * message.el (message-expand-name): Don't trust the return value of
1028         bbdb-complete-name.
1029         (message-check-news-header-syntax): Remove unused var `start'.
1030         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1031         (message-inhibit-body-encoding): Move to before first use.
1032         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1033         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1034         (Organization, Message-ID, Date, mh-previous-window-config):
1035         Defvar the vars using dynamic scoping.
1036
1037 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1038
1039         * shr.el (shr-render-td): Only do colours at the final rendering.
1040         Should be slightly faster.
1041         (shr-insert-table): Fix up TD background colours when doing the
1042         vertical padding.
1043
1044         * gnus-art.el (article-date-ut): Protect against articles with no Date
1045         header.
1046         (article-update-date-lapsed): Don't use current-column to find the
1047         horizontal position.  It's fragile in the presence of \003 characters.
1048
1049         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1050
1051 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-art.el (article-transform-date): Rewrite to still work when
1054         there are several rfc2822 parts.
1055         (article-transform-date): Fix infinite recursion.
1056         (article-date-ut): Replace infinitely many Date headers with a single
1057         one when called interactively.
1058
1059         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1060         secure manner.
1061
1062         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1063         move around by not using save-window-excursion.  It seems to work...
1064
1065 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-art.el (article-make-date-line): Work for user-defined format.
1068
1069 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1070
1071         * nntp.el (nntp-retrieve-group-data-early)
1072         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1073         fetching functions.
1074
1075         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1076         thoroughly for all backends that have no known groups.  This should
1077         allow new nnml methods to retrieve mail.
1078
1079         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1080         that Gnus doesn't know exists again.
1081
1082         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1083         (gnus-treat-date-ut): Ditto.
1084         (gnus-article-update-date-header): Rename.
1085         (gnus-treat-date-local): Remove.
1086         (gnus-treat-date-english): Remove.
1087         (gnus-treat-date-lapsed): Remove.
1088         (gnus-treat-date-combined-lapsed): Remove.
1089         (gnus-treat-date-original): Remove.
1090         (gnus-treat-date-iso8601): Remove.
1091         (gnus-treat-date-user-defined): Remove.
1092         (gnus-article-date-headers): New variable to control all the date
1093         header options.
1094         (article-date-ut): Rewrite to allow using the new way to format date
1095         headers(s).
1096
1097 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1098
1099         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1100         method.
1101         (nnmail-article-group): A better test for fanciness.
1102
1103         * nnimap.el (nnimap-request-head): Protect against not finding the
1104         article by Message-ID.
1105
1106 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1109         keep point at the "same place".
1110
1111 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1112
1113         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1114         data if the group is unactivated.
1115
1116 2011-01-28  Julien Danjou  <julien@danjou.info>
1117
1118         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1119         (gnus-all-windows-visible-p): Remove old compatibility code.
1120         (gnus-window-top-edge): Add docstring.
1121
1122         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1123
1124 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1127         older request-update-info.
1128
1129         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1130
1131 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1132
1133         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1134         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1135
1136 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1139         groups.  This makes the nndraft:queue group pop up if it's not already
1140         there.
1141
1142         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1143         messages" logic, which was reversed.
1144
1145         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1146         the "same place" even if point is on the line being replaced.
1147         (article-update-date-lapsed): Allow updating both the combined lapsed
1148         and the lapsed headers.
1149         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1150         (article-make-date-line): Limit the number of segments dynamically to
1151         avoid too-long lines.
1152
1153 2011-01-27  Julien Danjou  <julien@danjou.info>
1154
1155         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1156         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1157
1158 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1161         Use plist-get instead of the cl function getf.
1162
1163 2011-01-27  Glenn Morris  <rgm@gnu.org>
1164
1165         * gnus-util.el (float-time): Get rid of compiler warning, again.
1166
1167 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1168
1169         * shr.el (shr-put-color): Special-case background colours: Do put them
1170         at the blank parts at the front of the lines.
1171
1172         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1173         exit hook to nix out all data on readedness on group exit.
1174
1175         * gnus-util.el (float-time): If float-time is bound, always use it on
1176         all Emacsen.  It's unclear why the subrp check was there.
1177         (time-date): Require to make some autoload issues on XEmacs go away.
1178
1179         * shr.el (shr-put-color): Don't do the box padding in tables, since
1180         they're already padded.
1181
1182 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1183
1184         * gnus-art.el (gnus-article-next-page): When the last line of the
1185         article is displayed, scroll down once more instead of going to the
1186         next article at once.
1187         (article-lapsed-string): Refactor out and allow specifying how many
1188         segments you want.
1189         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1190         (gnus-article-update-lapsed-header): New variable.
1191
1192         * shr.el: Revert change that made headings use different-sized faces.
1193         The Emacs display engine isn't advanced enough that, for instance,
1194         tables can comfortably use differently-sized faces.
1195
1196 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1197
1198         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1199         used.
1200         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1201         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1202         we're using an encrypted connection.
1203
1204         * proto-stream.el: Alter the interface functions to also return the
1205         actual stream type used: network or tls.
1206
1207 2011-01-25  Julien Danjou  <julien@danjou.info>
1208
1209         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1210         (mm-display-javascript-inline): New function.
1211
1212         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1213         viewing function.
1214
1215 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * shr.el (shr-expand-newlines): Fix variable name.
1218
1219 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1220
1221         * shr.el (shr-expand-newlines): Make nested boxes work.
1222
1223 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1224
1225         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1226         backgrounds.
1227         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1228         in a more sensible manner.
1229
1230 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1231
1232         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1233         if EPG is loaded.
1234
1235 2011-01-24  Julien Danjou  <julien@danjou.info>
1236
1237         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1238         tags.
1239
1240 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1243         commands.
1244
1245         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1246         in the article buffer.
1247         (gnus-gravatar-insert): Use blank space from the current buffer to
1248         avoid breaking text properties.  This makes X-Sent updating work again.
1249
1250         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1251
1252 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1253
1254         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1255         fix the bug in url-http.el instead.
1256
1257         * shr.el (shr-image-fetched): Ditto.
1258
1259         * shr.el (shr-image-fetched): Avoid having point move in the article
1260         buffer.
1261
1262         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1263         buffer after being called.  It's apparently being killed by url.el, and
1264         killing it made point move to end-of-buffer in a random buffer.
1265
1266         * shr.el (shr-image-fetched): Ditto.
1267
1268 2011-01-23  Julien Danjou  <julien@danjou.info>
1269
1270         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1271
1272         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1273         text/x-org.
1274
1275 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1276
1277         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1278         (i.e., nnimap) returning nil as the article number.
1279
1280 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1281
1282         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1283         "DelSp" parameter in RFC3676.
1284
1285 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1286
1287         * message.el (message-check-recipients): Display the encoded version of
1288         the bogus address if they differ.
1289
1290         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1291         after sending.
1292
1293         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1294
1295         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1296
1297         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1298         group buffer after sending the queue.
1299
1300         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1301
1302 2011-01-22  Julien Danjou  <julien@danjou.info>
1303
1304         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1305
1306 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1307
1308         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1309         nested related parts.
1310
1311         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1312         unexpired articles.  This fixes the regression that led expiry marks to
1313         disappear from nnfolder groups.
1314
1315 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1316
1317         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1318         Don't confuse the "ret" of "retrograde" with RET.
1319
1320 2011-01-21  Julien Danjou  <julien@danjou.info>
1321
1322         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1323         than mm-insert-inline.
1324
1325 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1328         Widen article buffer.
1329
1330 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1333         the temp buffer.
1334         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1335
1336 2011-01-20  Julien Danjou  <julien@danjou.info>
1337
1338         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1339
1340         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1341         than mm-insert-inline to insert inline part: this respect
1342         mm-inline-media-tests displayers.
1343
1344         * mm-view.el (mm-display-shell-script-inline): New function.
1345
1346         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1347
1348         * mm-uu.el (mm-uu-type-alist): Add org block.
1349         (mm-uu-org-src-code-block-extract): New function.
1350
1351         * mm-view.el (mm-display-org-inline): New function.
1352
1353         * mm-decode.el (mm-automatic-display): Add text/org.
1354
1355         * mailcap.el (mailcap-mime-extensions): Add .org.
1356
1357 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1360         gnus-article-add-buttons.
1361
1362 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1363
1364         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1365         From header with a date and "nobody" as the sender.
1366
1367 2011-01-19  Julien Danjou  <julien@danjou.info>
1368
1369         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1370         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1371         if you have the same regexp several times.
1372         (gnus-button-push): Fix matching when regexp is symbol.
1373
1374 2011-01-15  Glenn Morris  <rgm@gnu.org>
1375
1376         * message.el (message-mail): A compose-mail function should
1377         accept headers as strings.
1378
1379 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1380
1381         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1382         Add :vert-only tags.
1383         (message-mail): New arg RETURN-ACTION.
1384         (message-return-action): New var.
1385         (message-bury): Use it.
1386         (message-mode): Make it buffer-local.
1387         (message-send-and-exit): Always call message-bury.
1388
1389         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1390         message-mail.
1391
1392 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nnimap.el (nnimap-convert-partial-article): Protect against
1395         zero-length body parts.
1396
1397         * mm-decode.el (mm-preferred-alternative-precedence):
1398         Discourage showing empty parts.
1399
1400         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1401         and stuff if the backend didn't return the article number.  This fixes
1402         an Exchange-related nnimap bug.
1403
1404         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1405         group window, because it does the wrong thing when a separate frame
1406         displays the group buffer.
1407
1408         * proto-stream.el (open-protocol-stream): Protect against the low-level
1409         transport functions returning nil.
1410
1411 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1412
1413         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1414         (mml2015-epg-find-usable-secret-key): New function.
1415         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1416         mml2015-epg-find-usable-key (Bug#7797).
1417         (mml2015-epg-encrypt): Ditto.
1418
1419 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * dgnushack.el (rot13-string): Fix the way to get the argument.
1422
1423 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1426
1427 2011-01-03  Glenn Morris  <rgm@gnu.org>
1428
1429         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1430
1431         * sieve.el (sieve-open-server): Give a more explicit error if
1432         sieve-manage-open returns nil.  (Bug#7720)
1433
1434 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1435
1436         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1437
1438 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1441         This avoids sending passwords in plain text over non-encrypted
1442         channels.
1443
1444         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1445
1446         * nnimap.el (nnimap-login): Refactored out into own function, and
1447         implement CRAM-MD5.
1448         (nnimap-wait-for-line): Refactored out.
1449
1450         * mm-view.el (mml-smime): Require.
1451
1452 2010-12-20  David Engster  <deng@eml.cc>
1453
1454         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1455         use EPG to decrypt S/MIME messages instead of openssl.
1456
1457 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1460
1461         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1462         status is the group clearly is unreachable.
1463
1464         * auth-source.el (auth-source-create): Add the optional second
1465         parameter to `local-variable-p' to be compatible with XEmacs.
1466
1467 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1468
1469         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1470         work when using a compressed nnml folder.
1471
1472 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1475         backends after sanitising on entry, because this never makes sense:
1476         If the articles have gone missing, then the data no longer exists on
1477         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1478         overwrite anything anyway.
1479
1480         * shr.el (shr-insert-document): Bind shr-width dynamically to
1481         window-width if it's nil.
1482
1483 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1484
1485         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1486         with the meaning of using the full emacs window width for rendering.
1487
1488 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1489
1490         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1491         case when sender is not given.
1492
1493 2010-12-23  Julien Danjou  <julien@danjou.info>
1494
1495         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1496         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1497         the addresses, otherwise we might misplaced the gravatar.
1498
1499 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1500
1501         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1502         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1503         obsolete in Emacs.
1504
1505 2010-12-20  Julien Danjou  <julien@danjou.info>
1506
1507         * gnus-util.el (gnus-rescale-image): Revert last change.
1508
1509 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1510
1511         * binhex.el: Improve commentary (Bug#7482).
1512
1513 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-group.el (gnus-group-delete-articles): New command.
1516
1517 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1520
1521 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1524         here, since it's up to the backends to do CRLF removal if their
1525         protocol has it.
1526
1527         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1528
1529 2010-12-17  Julien Danjou  <julien@danjou.info>
1530
1531         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1532         they are from file. Can also scale up.
1533
1534 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1535
1536         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1537         gnus-use-agent.
1538         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1539
1540         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1541
1542 2010-12-17  Julien Danjou  <julien@danjou.info>
1543
1544         * gravatar.el (gravatar-retrieve-synchronously): New function.
1545         (gravatar-get-data): Make more robust.
1546
1547 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1550
1551 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1554         to really consider the last line.
1555
1556 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1557
1558         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1559         list of recipient keys, or use symmetric encryption if not a list.
1560         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1561         EPA override, replacing the call to `netrc-store-data'.
1562
1563 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1564
1565         * gnus-srvr.el: Avoid passing nil regexp argument to
1566         delete-matching-lines.
1567
1568 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1571         fetching stops when Gnus exits.
1572
1573         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1574         function.
1575         (nnfolder-request-expire-articles): Save all the buffers after doing
1576         expiry.
1577
1578         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1579         the last article", since that led to serious performance regressions
1580         when expiring nnml groups.
1581
1582 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1583
1584         * nnir.el: Improve customizations.
1585
1586 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1589
1590         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1591         group has been killed.
1592         (gnus-group-yank-group): Ditto.
1593
1594         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1595
1596         * nnimap.el (nnimap-request-update-group-status): New function.
1597
1598         * gnus-int.el (gnus-request-update-group-status): New interface
1599         function.
1600
1601         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1602         copying read-ness to the backends.
1603
1604         * nnimap.el (nnimap-quirk): New function.
1605         (nnimap-retrieve-group-data-early): Use it.
1606         (nnimap-quirks): New alist.
1607
1608 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1611         don't delete it within indentation.
1612
1613 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1616         previous line.
1617
1618 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1621         QRESYNC command by deleting a superfluous space which broke Cyrus
1622         servers.  This change will break other servers that are buggy the other
1623         way around.
1624
1625 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         * spam.el: Reindent and fix long lines.
1628         (spam-copy-or-move-routine): Exclude invalid move destinations.
1629
1630 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1631
1632         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1633         installed the registry.
1634
1635 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1638
1639 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1640
1641         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1642         groupname doesn't contain "gmane".
1643
1644 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1647         and netrc-bound-and-true-p bindings.
1648         (netrc-parse): Cache the netrc contents.
1649
1650         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1651         (gnus-1): Don't create the nndrafts group twice.
1652         (gnus-setup-news): There's no need to read the active file here, since
1653         that's done again later on a per-backend basis.
1654         (gnus-start-draft-setup): Make sure that the new group is started out
1655         empty.
1656
1657         * gnus-agent.el (gnus-agentize): Don't create the queue group
1658         automatically on startup.  It'll be created later, if needed.
1659
1660         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1661         of automatically subscribed groups.
1662         (gnus-auto-subscribed-categories): New variable.
1663         (gnus-matches-options-n): Use it.
1664         (gnus-default-subscribed-newsgroups): Remove unused variable.
1665         (gnus-start-draft-setup): Message a bit less.
1666
1667 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1668
1669         * nnir.el (nnir-run-imap): Return article list in order of increasing
1670         UID.
1671
1672 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * gnus-sum.el (gnus-summary-enter-digest-group):
1675         Mention gnus-auto-select-on-ephemeral-exit.
1676
1677         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1678         convention of the network-only option.
1679
1680 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * proto-stream.el (proto-stream-open-network-only): New function to
1683         have a way to specify non-STARTTLS upgrade connections.
1684
1685 2010-12-10  Julien Danjou  <julien@danjou.info>
1686
1687         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1688         email address is nil.
1689
1690         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1691
1692 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1693
1694         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1695         deletion.
1696         (nnir-run-imap): Only need to parse list once.
1697
1698 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * shr.el (shr-tag-script): Ignore <script>.
1701         (shr-tag-label): Add <label> support.
1702
1703 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1706
1707         * shr.el (shr-image-displayer): Work for images lined side by side.
1708
1709 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1710
1711         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1712         parameter, since XEmacs doesn't accept t as a parameter.
1713
1714 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1715
1716         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1717         ids.
1718         (nnir-run-gmane): Simplify groupspec formatting.
1719         (nnir-request-expire-articles): New function.
1720
1721 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1724         overflow, possibly.
1725
1726         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1727         (shr-render-td): Handle td style="" better.
1728         (shr-tag-table): Use the color from the style sheet.
1729         (shr-render-td): Make sure we copy over all the overlays, too.
1730
1731 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1732
1733         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1734         (nnir-request-article): Improve article retrieval.
1735
1736 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * mm-util.el (mm-extra-numeric-entities): New variable.
1739
1740         * mm-url.el (mm-url-decode-entities):
1741         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1742
1743         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1744
1745 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1746
1747         * message.el: Use completion-at-point.
1748         (message-completion-function): New fun, extracted from message-tab.
1749         (message-mode): Use it for completion-at-point-functions.
1750         (message-tab): Use it and completion-at-point.
1751
1752 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1755         character if a non-breakable character follows.
1756
1757 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1760         any stream.
1761
1762         * shr.el (shr-tag-font): Colorize the region.
1763         (shr-tag-body): Ditto.
1764         (shr-tag-font): Actually let the styles be inherited instead of
1765         overwriting them.
1766         (shr-tag-font): Get the background color right.
1767         (shr-tag-style): Ignore all <style> tags for the moment.
1768
1769         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1770         a Message-ID to avoid having nnimap depend on gnus-sum.
1771
1772         * shr.el (shr-descend): Only colorize something if we have a node that
1773         sets colors.
1774
1775 2010-12-06  Julien Danjou  <julien@danjou.info>
1776
1777         * shr.el (shr-render-td): Render td content with shr-descend, so style
1778         will be applied to <td> too.
1779         (shr-colorize-region): Colorize region even if we only have a background.
1780         (shr-tag-body): Fix color and background color inheritance.
1781         Do not recolorize after shr-generic.
1782         (shr-tag-font): Let shr-generic colorize via inheritance.
1783
1784 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1787
1788 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1789
1790         * nnir.el (nnir-request-move-article): Remove obsolete code.
1791
1792 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1795
1796 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus-sum.el (gnus-summary-respool-article): The completion function
1799         expects a list instead of an alist.
1800
1801         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1802         string as the parameter.
1803
1804         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1805
1806         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1807         styles.
1808         (shr-colorize-region): New function.
1809         (shr-insert-background-overlay): Remove.
1810         (shr-render-td): Background setting should be taken care of on a higher
1811         level.
1812         (shr-tag-body): Use post-hoc colorizations.
1813         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1814         (shr-put-color-1): Don't overwrite old colors.
1815         (shr-colorize-region): When the background color isn't explicit, use
1816         a fixed background.
1817
1818         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1819         nnmail variables.
1820
1821 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1822
1823         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1824         unless necessary.
1825
1826 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1827
1828         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1829         server.
1830
1831 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1834         so that TAB works.
1835
1836         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1837         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1838
1839         * shr.el (shr-urlify): Show the URL before the title to avoid
1840         misleading URLs.
1841
1842 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1843
1844         * shr.el (shr-urlify): Display the title in <a> tags.
1845
1846 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1847
1848         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1849
1850 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1851
1852         * nnir.el: Rearrange code to allow macros to be autoloaded by
1853         gnus-sum.el.
1854         (nnir-retrieve-headers-override-function): Make this variable
1855         customizable.
1856         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1857
1858         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1859         from nnir.el.
1860
1861 2010-12-03  Julien Danjou  <julien@danjou.info>
1862
1863         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1864
1865 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1868         allow optional argument `environment'.
1869
1870 2010-12-03  Glenn Morris  <rgm@gnu.org>
1871
1872         * mm-extern.el (message-goto-body): Update declaration.
1873
1874 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gnus-util.el (gnus-macroexpand-all): New function.
1877
1878         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1879         instead of macroexpand-all that is unavailable in XEmacs.
1880
1881 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1882
1883         * nnir.el (nnir-summary-line-format): New variable.
1884         (nnir-mode): Use it.
1885         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1886         (nnir-article-ids): Reimplement as defsubst.
1887         (nnir-retrieve-headers): Don't mangle the subject header.
1888         (nnir-run-imap): Use 100 as RSV score.
1889         (nnir-run-find-grep): Fix for full server searching.
1890         (nnir-run-gmane): Better restriction to gmane groups.
1891
1892         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1893         summary buffers.
1894
1895 2010-12-02  Julien Danjou  <julien@danjou.info>
1896
1897         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1898
1899         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1900
1901         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1902         support.
1903
1904 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1905
1906         * nnir.el: Update to handle the registry better.
1907         (autoload): Silence byte-compiler.
1908         (nnir-open-server): Add a hook for nnir groups.
1909         (nnir-request-move-article): Don't mangle the header. Better to use
1910         formating variables (which will be added in the future).
1911         (nnir-registry-action): Update the registry using the original article
1912         group name.
1913         (nnir-mode): Install nnir-specific hooks for updating the registry.
1914
1915         * gnus-sum.el
1916         (gnus-article-original-subject,gnus-newsgroup-original-name):
1917         Remove obsolete variables.
1918         (gnus-summary-move-article): Remove use of obsolete variables.
1919         (gnus-summary-local-variables): Make move and delete hooks local to
1920         summary buffers.
1921
1922 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * rtree.el: New file.
1925
1926 2010-12-01  Julien Danjou  <julien@danjou.info>
1927
1928         * message.el (message-user-organization): Do not use
1929         gnus-local-organization.
1930
1931         * gnus.el: Remove gnus-local-organization.
1932
1933         * gnus-msg.el: Remove nastygram thing.
1934
1935 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1938         funcall.
1939
1940 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1943         names.
1944
1945         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1946         characters.
1947
1948         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1949         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1950         Suggested by Štěpán Němec <stepnem@gmail.com>.
1951         (gnus-gravatar-transform-address): Use mail-extract-address-components
1952         that supports non-ASCII names rather than mail-header-parse-addresses.
1953
1954 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * proto-stream.el (open-protocol-stream): All starttls connections are
1957         handled by the network handler.
1958
1959 2010-11-30  Julien Danjou  <julien@danjou.info>
1960
1961         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1962         (nnimap-open-connection-1): Fix PREAUTH.
1963
1964         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1965
1966 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1969         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1970         (shr-insert): Use them.
1971         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1972
1973 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1974
1975         * nnir.el (nnir-request-move-article): Bail out if original group
1976         doesn't support article moves.
1977         (nnir-get-active): Improve active list retrieval.
1978
1979 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1982
1983 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1984
1985         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1986         seem to accept strings-with-numbers as port numbers,
1987
1988 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1989
1990         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1991         change the registry.
1992
1993 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1996         delete-dups that is not available in XEmacs 21.4.
1997
1998         * mm-util.el (mm-delete-duplicates): Add comment.
1999
2000 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2001
2002         * nnir.el (nnir-ignored-newsgroups): New variable.
2003         (nnir-get-active): Use it.
2004
2005 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * proto-stream.el (proto-stream-open-network): Add some comments.
2008
2009         * nntp.el (nntp-open-connection): Provide a :success condition.
2010
2011         * nnimap.el (nnimap-open-connection-1): Ditto.
2012
2013         * proto-stream.el (proto-stream-open-network): See what the response to
2014         the STARTTLS command is.
2015
2016         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2017         backwards compatibility).
2018         (nnimap-open-connection-1): Really respect nnimap-server-port.
2019
2020         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2021         TLS upgrades we don't really care about the identity of the peer.
2022         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2023         that what we've checked for.
2024         (proto-stream-always-use-starttls): Only default to t if
2025         open-gnutls-stream exists.
2026         (proto-stream-open-network): If STARTTLS failed, then just open a
2027         normal connection.
2028         (proto-stream-open-network): Wait until the greeting before doing
2029         STARTTLS.
2030
2031         * nntp.el (nntp-open-connection): Report what the connection error is.
2032
2033         * proto-stream.el (open-protocol-stream): Rename from
2034         open-proto-stream.
2035
2036 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * nnimap.el (nnimap-stream): Change default to `undecided'.
2039         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2040         first, and then network.
2041         (nnimap-open-connection-1): Respect nnimap-server-port.
2042         (nnimap-open-connection): Be more backwards-compatible.
2043
2044         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2045         (proto-stream-open-starttls): De-duplicate the starttls code.
2046         (proto-stream-open-starttls): Folded back into the main function.
2047         (proto-stream-open-network): Fix typo in the gnutls path.
2048         (proto-stream-command): Refactor out.
2049
2050         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2051
2052         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2053         starttls.el STARTTLS.
2054
2055         * color.el (color-lab->srgb): Fix function call name.
2056
2057         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2058         if we're using tls.el.
2059         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2060         built in, then don't try to establish a STARTTLS connection.
2061
2062         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2063         servers.
2064
2065         * proto-stream.el (open-proto-stream): Use network, not stream.
2066         (open-proto-stream): Add a way to specify what the end of a command is.
2067
2068         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2069         connections types.
2070         (nntp-open-network-stream): Remove.
2071         (nntp-open-ssl-stream): Remove.
2072         (nntp-open-tls-stream): Remove.
2073         (nntp-ssl-program): Remove.
2074
2075         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2076
2077 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2078
2079         * nnir.el: Fix typos.
2080         (nnir-retrieve-headers-override-function): Rename variable to reflect
2081         new semantics.
2082         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2083         macros.
2084         (nnir-request-article, nnir-request-move-article): Use them.
2085         (nnir-categorize): New function.
2086         (nnir-run-query): Use it.
2087         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2088         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2089         sorted.
2090         (nnir-group-full-name): Use gnus-group-full-name instead.
2091         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2092         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2093
2094 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2097
2098         * proto-stream.el: New library to provide protocol-specific
2099         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2100         protocols.
2101         (open-proto-stream): Complete the documentation.
2102         (proto-stream-open-network): Fix some typos.
2103
2104         * nnimap.el (nnimap-open-connection): Use it.
2105
2106 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2107
2108         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2109         negotiation.
2110
2111 2010-11-26  Julien Danjou  <julien@danjou.info>
2112
2113         * color.el: Rename various rgb functions to srgb.
2114
2115 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2118         names.
2119
2120 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * shr.el (shr-insert): Revert last change.
2123         (shr-find-fill-point): Never leave point being at bol;
2124         relax the kinsoku limitation when rendering tables.
2125
2126 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2129         results from -accept-article.
2130
2131         * shr-color.el: Require cl when compiling.
2132
2133         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2134         checkin.
2135
2136         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2137
2138         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2139
2140         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2141         'add and 'delete to set backend marks.
2142
2143         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2144
2145         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2146
2147         * nntp.el (nntp-request-set-mark): Use it.
2148
2149         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2150
2151         * nnml.el (nnml-request-set-mark): Ditto.
2152
2153         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2154         introduces regressions in article selection.
2155         (nnimap-find-uid-response): New function.
2156         (nnimap-request-accept-article): Use the UID returned, if any.
2157         (nnimap-request-move-article): Use the UID returned, if any.
2158         (nnimap-get-groups): Reimplement to work with folded lines.
2159         (nnimap-find-uid-response): The UID is the last element in the list.
2160         (nnimap-request-set-mark): Extend syntax with 'set.
2161
2162         * nnml.el (nnml-request-set-mark): Ditto.
2163
2164         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2165
2166         * nntp.el (nntp-request-set-mark): Ditto.
2167
2168 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * message.el (message-called-interactively-p): A temporary macro.
2171         (message-goto-body): Use it temporarily.
2172
2173 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2176         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2177         (nnimap-last-response-string): Fix last unfolding fix.
2178
2179 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * shr.el (shr-insert): Fix the way to fold lines.
2182
2183 2010-11-25  Julien Danjou  <julien@danjou.info>
2184
2185         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2186
2187         * color.el: Rename from color-lab.el
2188         (color-rgb->hex): Add.
2189         (color-complement): Add.
2190         (color-complement-hex): Add.
2191
2192         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2193
2194 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2197         don't exist.
2198
2199 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2202         assuming that article displaying or another mml-preview may be
2203         interrupted for an error or for the like.
2204
2205         * shr.el (shr-get-background): Fix argument name.
2206
2207 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2210
2211         * gnus-sum.el (gnus-summary-include-articles): New function.
2212
2213         * message.el (message-goto-body): called-interactively-p needs a
2214         parameter, so use `any'.
2215
2216         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2217         clear marks before moving, since they're synced from the Gnus side
2218         first.
2219
2220         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2221         (gnus-summary-move-article): Copy over all marks before moving, so that
2222         IMAP doesn't think a new article has arrived.
2223
2224 2010-11-24  Julien Danjou  <julien@danjou.info>
2225
2226         * shr.el (shr-insert-background-overlay): Fix typo.
2227         (shr-render-td): Copy the background before rendering.
2228
2229         * shr-color.el (shr-color-visible): Fix docstring.
2230
2231         * shr.el (shr-tag-table): Add bgcolor support.
2232         (shr-render-td): Add bgcolor support.
2233         (shr-get-background): Add.
2234         (shr-insert-foreground-overlay): Use shr-get-background.
2235
2236         * message.el (message-goto-body): Use called-interactively-p.
2237         (message-in-body-p): message-goto-body returns point.
2238
2239 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2242         Fixes something or other in Emacs 23, and is backwards compatible.
2243
2244         * message.el (message-goto-body): Remove the <#secure special-casing,
2245         which is too special.
2246
2247         * shr.el (shr-parse-style): Drop !important from styles.
2248
2249 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2250
2251         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2252         this function to return incorrect results when calling it with an
2253         explicit article argument different from
2254         (gnus-summary-article-number).
2255
2256 2010-11-24  Julien Danjou  <julien@danjou.info>
2257
2258         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2259         (shr-tag-body): Add background support.
2260         (shr-descend): Add background support.
2261         (shr-tag-title): Add.
2262
2263         * shr-color.el (shr-color-visible): Really return original background
2264         if fixed.
2265
2266 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * shr.el (shr-color-check): Protect against non-existent colour names.
2269
2270 2010-11-24  Julien Danjou  <julien@danjou.info>
2271
2272         * color-lab.el: Require 'cl when compiling.
2273
2274         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2275
2276         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2277         matched part.
2278
2279         * color-lab.el: Fix all expt calls to use float type.
2280
2281 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2284         expression to shr-color-check as is.
2285
2286         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2287
2288         * color-lab.el: Add coding cookie.
2289         (float-pi): Use eval-and-compile.
2290
2291         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2292         compiled for Emacsen having no `libxml-parse-html-region' support.
2293
2294 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * shr.el (shr-insert-color-overlay): Split stuff like
2297         "#444444 !important" to find the real colour.
2298         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2299         parse <font color="red"> entries.
2300
2301 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2302
2303         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2304         point when parsing headers.
2305
2306         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2307         is positioned properly when parsing headers.
2308
2309 2010-11-23  Julien Danjou  <julien@danjou.info>
2310
2311         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2312
2313         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2314
2315         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2316
2317         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2318         Use shr-color-hue-to-rgb.
2319         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2320
2321 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * shr.el (shr-color->hexadecimal): Autoload.
2324         (shr-descend): Add color to all tags.
2325
2326 2010-11-22  Julien Danjou  <julien@danjou.info>
2327
2328         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2329         shr-color->hexadecimal.
2330
2331         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2332         RGB() or HSL() color representation.
2333
2334         * shr.el (shr-tag-font): Add.
2335         (shr-tag-color-check): New function to get better colors.
2336         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2337         tag-span.
2338
2339         * shr-color.el: New file.
2340
2341         * color-lab.el: New file.
2342
2343         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2344
2345 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2346
2347         * nnir.el: Fix typo in comments.
2348         (nnir-run-imap): Simplify code. No need to reverse artlist.
2349         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2350
2351 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2354
2355         * nnimap.el (nnimap-get-capabilities): Refactor out.
2356         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2357
2358 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2359
2360         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2361         appearing when `mm-uu-hide-markers' is nil.
2362
2363 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * nnimap.el (nnimap-unselect-group): Make into its own function.
2366         (nnimap-request-rename-group): Unselect group before renaming.
2367         This had gotten lost somewhere.
2368         (nnimap-request-accept-article): Keep track of examined groups, and
2369         unselect the group before APPENDing to read-only groups.
2370         (nnimap-request-move-article): Clear flags before moving so that they
2371         can be re-set later.
2372
2373 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2376         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2377
2378 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gnus-art.el (gnus-mime-display-single)
2381         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2382         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2383         parameter.
2384
2385 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2388         (shr-table-vertical-line): New variable.
2389         (shr-insert-table): Use it.
2390
2391 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-html.el (gnus-html-wash-images): Don't display images if
2394         gnus-inhibit-images is non-nil; register displayer for cid images.
2395         (gnus-html-display-image): Work for cid image.
2396         (gnus-html-insert-image): Allow arguments.
2397         (gnus-html-put-image): Inhibit read-only.
2398         (gnus-html-prefetch-images): Don't prefetch images if
2399         gnus-inhibit-images is non-nil.
2400
2401 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * shr.el (shr-put-image): Break lines when inserting big pictures.
2404
2405 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2406
2407         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2408         sender, thanks Katsumi Yamaoka.
2409
2410 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2411
2412         * nnir.el (nnir-run-imap): Reverse the article list for each group
2413         rather than the whole list.
2414
2415 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * shr.el (shr-image-displayer): Protect function against non-existent
2418         image source.
2419
2420         * gnus-art.el (gnus-inhibit-images): New user option.
2421         (gnus-mime-display-single): Don't display image if it is non-nil.
2422
2423         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2424         gnus-inhibit-images.
2425
2426         * shr.el (shr-image-displayer): New function.
2427         (shr-tag-img): Use it.
2428
2429 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2430
2431         * mml2015.el (mml2015-epg-sign): Use From header.
2432
2433 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2436
2437         * gnus-util.el (gnus-find-text-property-region): Return markers.
2438
2439         * shr.el (shr-tag-img): Put a displayer in the text property.
2440
2441         * gnus-util.el (gnus-find-text-property-region): New utility function.
2442
2443         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2444         (gnus-html-show-images): Remove.
2445
2446         * gnus-art.el (gnus-article-show-images): New, more general function.
2447
2448         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2449         image url text properties.
2450
2451         * shr.el: Ditto.
2452
2453         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2454         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2455
2456 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2459         work for two or more articles.
2460
2461 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2464         divide an image that's in an html article to two or more when washing
2465         non-ASCII characters in alt text of it.
2466
2467 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2470         smime-decrypt-region using function argument.
2471         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2472
2473         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2474
2475         * smime.el (smime-decrypt-region): Catch it.
2476
2477 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2478
2479         * smime.el (smime-mode-map): Move initialization into declaration.
2480         (gnus-run-mode-hooks): Don't autoload.
2481         (smime-mode): Use define-derived-mode.
2482
2483 2010-11-11  Glenn Morris  <rgm@gnu.org>
2484
2485         * smime.el (from): Restrict declaration to XEmacs.
2486
2487         * nnir.el (gnus-group-topic-name): Autoload.
2488
2489 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * shr.el (shr-insert): Don't break long line if it is because of
2492         kinsoku-bol characters in the line end.
2493
2494 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2495
2496         * nnir.el (nnir-request-move-article): Fix to provide original group
2497         and subject.
2498         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2499         been retrieved.
2500
2501         * gnus-sum.el (gnus-summary-move-article): Use original group and
2502         subject for virtual articles such as those in an nnir summary buffer.
2503
2504 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2507         least 21.5).
2508
2509         * smime.el (from): Declare it again for XEmacs.
2510
2511 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * message.el (message-resend): Don't disable encoding unless it's
2514         already encoded.
2515
2516         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2517         low-numbered articles.
2518
2519 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * rfc2047.el (rfc2047-syntax-table): Simplify.
2522
2523         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2524
2525         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2526         set-char-table-range for XEmacs.
2527
2528 2010-11-10  Glenn Morris  <rgm@gnu.org>
2529
2530         * time-date.el (time-to-seconds): Always an alias on Emacs,
2531         never a real function.
2532         (with-no-warnings): Remove compat stub, now unused.
2533         (time-less-p): Doc fix.
2534         (time-to-number-of-days): Simplify.
2535
2536         * smime.el (from): Remove unused declaration.
2537
2538         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2539         (gnus-float-time): On Emacs, always an alias.
2540
2541         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2542         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2543
2544 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * dgnushack.el: Don't use ignore-errors in the top level form since it
2547         is unavailable in XEmacs even if cl is loaded.
2548
2549         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2550
2551 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * shr.el (browse-url-mailto): Autoload.
2554
2555         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2556
2557         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2558         regexp doesn't need quoting.
2559
2560 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2561
2562         * message.el (message-subject-trailing-was-ask-regexp)
2563         (message-subject-trailing-was-regexp): Match was: in addition to was.
2564
2565 2010-11-09  Glenn Morris  <rgm@gnu.org>
2566
2567         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2568         (nnbabyl-check-mbox): Use point-at-bol.
2569
2570 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2573
2574         * message.el (message-mailto): New function.
2575         (message-mailto): Should accept other parameters.
2576         (message-mailto): Remove since it duplicates browse-url-mailto
2577         functionality.
2578
2579 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2582         methods.
2583         (gnus-read-active-file): Ditto.
2584
2585         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2586         ": " from the prompt.
2587         (gnus-group-make-group): Ditto.
2588
2589 2010-11-07  Glenn Morris  <rgm@gnu.org>
2590
2591         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2592         (gnus-bookmark-kill-line): Use point-at-eol.
2593
2594 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2597         asterisks in From header.
2598
2599 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2602         string to avoid making the From headers syntactically invalid.
2603
2604         * message.el (message-send-mail): Don't insert courtesy messages if the
2605         message already has List-Post and List-ID messages.
2606
2607 2010-11-06  Glenn Morris  <rgm@gnu.org>
2608
2609         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2610         `condition', `type', `length' a prefix.
2611         (gnus-treat-predicate): Update for above name changes.
2612
2613 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2614
2615         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2616         binding.  Handled by `gnus-summary-refer-thread' instead.
2617         (nnir-warp-to-article): New backend function.
2618
2619         * nnimap.el (nnimap-request-thread): Force dependency updating.
2620
2621         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2622         (gnus-summary-refer-thread): Rework to improve thread-referral.
2623
2624         * gnus-int.el (gnus-warp-to-article): New function.
2625
2626         * gnus-sum.el (gnus-summary-article-map): Bind it.
2627
2628 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2629
2630         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2631         gnus-summary-refer-thread.
2632
2633         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2634         headers.
2635         (gnus-summary-limit-include-thread): Prevent articles in thread from
2636         being cut in gnus-cut-threads.
2637         (gnus-summary-refer-thread): Limit retrieved headers to those in
2638         thread.
2639
2640 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * message.el (message-send-mail): Use the value of
2643         message-courtesy-message from the message buffer.
2644
2645         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2646
2647         * shr.el (shr-browse-url): Implement mailto: URLs.
2648
2649         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2650         "raw".
2651
2652         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2653         if it's already selected.
2654
2655         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2656
2657 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2660         to measure the length and truncate alt text.
2661
2662 2010-11-03  Glenn Morris  <rgm@gnu.org>
2663
2664         * nndiary.el (nndiary-generate-nov-databases-1)
2665         (nndiary-generate-active-info): Rename dynamic variable `files' to
2666         something less generic.
2667
2668 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2669
2670         * nnir.el (nnir-request-move-article): Call the underlying backend to
2671         move articles from nnir.
2672
2673 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2676
2677 2010-11-02  Julien Danjou  <julien@danjou.info>
2678
2679         * nnir.el: Remove wais support.
2680
2681 2010-11-02  Glenn Morris  <rgm@gnu.org>
2682
2683         * gnus-html.el: Reorder requirements to quieten compiler.
2684
2685 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2688         properly for XEmacs as well.
2689         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2690         (gnus-article-natural-long-line-p): Use window-width rather than
2691         frame-width.
2692
2693 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2694
2695         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2696         (nnir-read-parms): Don't modify query.
2697         (nnir-run-query): Add ability to search topic on current line.
2698         (nnir-get-active): Clean up.
2699
2700 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2703         degenerate articles.
2704
2705         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2706         (gnus-print-buffer): Just print the buffer as is, without any copying
2707         to a buffer and then re-highlighting.
2708
2709         * nnimap.el (nnimap-request-group): Store the new updated info.
2710         (nnimap-request-group): Select the group when we don't know whether it
2711         exists or not.
2712
2713         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2714         groups.
2715
2716         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2717         groups.
2718
2719         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2720         groups.
2721
2722         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2723         long-lines case by only filling the long lines.
2724
2725         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2726         (bug #7311).
2727
2728 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * shr.el: No need to declare `declare-function' since shr.el is for
2731         only Emacsen that provide `libxml-parse-html-region'.
2732
2733         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2734         effective only in a file it is referred to.
2735
2736 2010-11-01  Glenn Morris  <rgm@gnu.org>
2737
2738         * mm-util.el (gnus-completing-read): Autoload.
2739         (mm-read-coding-system): Simplify Emacs definition.
2740
2741         * nnmail.el (gnus-activate-group):
2742         * nnimap.el (gnutls-negotiate):
2743         * nntp.el (netrc-parse): Fix declarations.
2744
2745 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2748         string-match-p in Emacs >=23.
2749
2750         * gnus-msg.el (gnus-configure-posting-styles)
2751         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2752
2753 2010-11-01  Glenn Morris  <rgm@gnu.org>
2754
2755         * nnir.el (declare-function): Add compat stub.
2756         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2757         (nnir-run-gmane): Require 'mm-url.
2758
2759         * mm-util.el (mm-string-to-multibyte): Simplify.
2760
2761         * shr.el (declare-function): Add compat stub.
2762         (url-cache-create-filename): Declare.
2763         (mm-disable-multibyte, widget-convert-button): Autoload.
2764
2765         * smime.el (ldap-search): Declare.
2766         (smime-cert-by-ldap-1): Require ldap on Emacs.
2767
2768         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2769         (nnimap-keepalive): Use gnus-float-time.
2770
2771         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2772         (mail-source-delete-crash-box): Use gnus-float-time.
2773
2774         * gnus-dired.el (gnus-completing-read): Autoload.
2775
2776         * mm-view.el (gnus-rescale-image): Autoload.
2777
2778         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2779
2780         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2781
2782         * sieve-manage.el: Require 'cl when compiling.
2783
2784         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2785         (gnus-iswitchb-completing-read): Require iswitchb.
2786         (gnus-select-frame-set-input-focus): Silence compiler.
2787
2788 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * message.el (message-subject-trailing-was-query): Change default to t,
2791         since I think that's what most people want.
2792
2793         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2794         appending for easier debugging.
2795         (nnimap-wait-for-connection): Take a regexp.
2796         (nnimap-request-accept-article): Wait for the continuation line before
2797         sending anything unless we're streaming.
2798
2799         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2800         leave the header washing to take place.
2801
2802 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2803
2804         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2805         regular expression match and replace in posting styles.
2806
2807 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2808
2809         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2810         an entire server.
2811         (nnir-get-active): New function.
2812         (nnir-run-imap): Use it.
2813         (nnir-run-gmane): Who knew, gmane search returns an article score!
2814
2815         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2816         server on the current line with nnir.
2817
2818 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2821         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2822         left edge.
2823         (gnus-article-foldable-buffer): Skip past the prefix when determining
2824         raggedness.
2825
2826         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2827         the raw article, and change `C-u g' to show the article without doing
2828         treatments.
2829
2830         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2831         on to `gnus-treat-article'.
2832         (gnus-inhibit-article-treatments): New variable.
2833
2834         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2835
2836         * gnus-art.el (gnus-treatment-function-alist): Have
2837         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2838         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2839         sections.
2840
2841         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2842         parameter.
2843         (gnus-article-fill-cited-long-lines): New function.
2844         (gnus-article-fill-cited-article): Allow filling only long sections.
2845
2846         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2847         and non-punctuation (like after the apostrophe in "'We").
2848
2849         * gnus-sum.el (gnus-summary-select-article): Make sure
2850         gnus-original-article-buffer is alive.
2851
2852         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2853         reflect the order they're in in the digest.
2854
2855         * gnus.el (gnus-group-startup-message): Move point to the start of the
2856         buffer.
2857
2858         * nnimap.el (nnimap-capability): New function.
2859         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2860         is set.
2861
2862 2010-10-31  David Engster  <dengste@eml.cc>
2863
2864         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2865         conform with changes to gnus-completing-read.
2866
2867 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2870
2871 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2872
2873         * nnir.el: Move defvar, defcustom around to keep file organized
2874         and keep byte-compiler quiet.
2875         (nnir-read-parms): Accept search-engine as arg.
2876         (nnir-run-query): Pass search-engine as arg.
2877         (nnir-search-engine): Remove.
2878
2879 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * shr.el (shr-generic): The text nodes should be text, not :text.
2882
2883         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2884         later in the file.
2885
2886 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2887
2888         * nnir.el: General clean up.  Allow searching with multiple engines.
2889         Allow separate extra-parameters for each engine.
2890         Batch queries when possible.
2891         (nnir-imap-default-search-key,nnir-method-default-engines):
2892         Add customize interface.
2893         (nnir-run-gmane): New engine.
2894         (nnir-engines): Use it.  Qualify all prompts with engine name.
2895         (nnir-search-engine): Remove global variable.
2896         (nnir-run-hyrex): Restore for now.
2897         (nnir-extra-parms,nnir-search-history): New variables.
2898         (gnus-group-make-nnir-group): Use them.
2899         (nnir-group-server): Remove in favor of gnus-group-server.
2900         (nnir-request-group): Avoid searching twice.
2901         (nnir-sort-groups-by-server): New function.
2902
2903 2010-10-30  Julien Danjou  <julien@danjou.info>
2904
2905         * gnus-group.el: Remove gnus-group-fetch-control.
2906
2907         * gnus-start.el (gnus-find-new-newsgroups):
2908         Remove gnus-check-first-time-used.
2909
2910         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2911
2912 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2913
2914         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2915         set on groups that don't have \* permanentflags.
2916
2917 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2920         control the background color.
2921         (shr-tag-img): Ignore very small web bug type images.
2922         (shr-put-image): Add help-echo alt texts to the images.
2923         (shr-tag-video): Show the video poster image.
2924
2925 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * shr.el (shr-table-depth): New variable.
2928         (shr-tag-table-1): Only insert the images after the top-level table.
2929
2930         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2931
2932         * gnus-util.el (gnus-list-memq-of-list): New function.
2933
2934         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2935         selected.
2936         (nnimap-unsplittable-articles): New slot.
2937         (nnimap-new-articles): Use it.
2938
2939 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2940
2941         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2942         move to the previous line on `M-g'.
2943
2944 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2947         *-request-group, which seems unnecessary.
2948
2949         * nnimap.el (nnimap-quote-specials): Function copied over from
2950         imap.el.
2951         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2952         they support that.  Suggested by Tom Regner.
2953
2954 2010-10-29  Julien Danjou  <julien@danjou.info>
2955
2956         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2957         defalias.
2958         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2959
2960         * gnus.el: Remove `gnus-nntp-service' variable.
2961         (gnus-secondary-servers): Make obsolete.
2962         (gnus-nntp-server): Make obsolete.
2963
2964         * gnus-start.el (gnus-1): Remove x-splash calls.
2965
2966         * gnus-ems.el (gnus-x-splash): Remove.
2967
2968         * gnus.el (gnus-group-startup-message): Simplify/update code.
2969
2970         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2971         definition.
2972
2973         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2974         capability before doing anything.
2975         (gnus-group-insert-group-line): Remove useless
2976         gnus-group-remove-excess-properties.
2977
2978 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2981
2982 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2985         config after reselecting.
2986
2987 2010-10-28  Julien Danjou  <julien@danjou.info>
2988
2989         * shr.el (shr-put-image): Use point even if only inserting text.
2990         (shr-put-image): Save excursion when inserting alt text on non-graphic
2991         display, so the behaviour is the same when we are on a graphic display.
2992
2993         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2994
2995 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2998         (gnus-mime-copy-part): Check coding system, not charset.
2999         (gnus-mime-view-part-externally): Never remove part.
3000         (gnus-mime-view-part-internally): Don't remove part here.
3001         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3002         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3003         multipart/alternative.
3004
3005         * mm-decode.el (mm-display-part): Take optional arg `force'.
3006
3007 2010-10-26  Julien Danjou  <julien@danjou.info>
3008
3009         * gnus-group.el (gnus-group-default-list-level): Add this function to
3010         compute the default list level.
3011         (gnus-group-default-list-level): Add possibility to use a function.
3012
3013 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3016
3017         * gnus-group.el (gnus-group-completing-read)
3018         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3019         gnus-replace-in-string.
3020
3021 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * shr.el (shr-tag-div): Add.
3024
3025         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3026
3027 2010-10-25  Julien Danjou  <julien@danjou.info>
3028
3029         * gnus-util.el: Remove `gnus-with-local-quit'.
3030
3031         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3032
3033 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3036         the original article buffer.
3037
3038 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * nnimap.el (nnimap-request-head): New function.
3041         (nnimap-request-move-article): Try to be slighly faster by not
3042         requesting the entire message when moving.
3043         (nnimap-transform-headers): Don't bug out on bodiless articles.
3044         (nnimap-send-command): Have no outstanding messages if the IMAP server
3045         doesn't support streaming.
3046         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3047
3048 2010-10-24  Julien Danjou  <julien@danjou.info>
3049
3050         * message.el (message-default-headers): Fix type.
3051
3052 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3055         prefetching images.
3056
3057         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3058         backend for unknown groups.  This is mainly useful for nnimap groups.
3059
3060         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3061         group isn't covered by the agent.
3062
3063 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3064
3065         * nnir.el (nnir-method-default-engines): New variable.
3066         (nnir-run-query): Use it.
3067         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3068         (gnus-summary-nnir-goto-thread): Change group if needed.
3069
3070         * gnus-group.el (gnus-group-group-map): Add key binding for
3071         gnus-group-make-nnir-group.
3072
3073 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * shr.el (shr-tag-object): Add.
3076
3077         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3078         original article buffer live.
3079         (gnus-summary-select-article-buffer):
3080         Mention gnus-widen-article-buffer.
3081
3082 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * shr.el (shr-tag-strong): Add.
3085
3086 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3089         group names.  They mess up the group buffer badly.
3090
3091         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3092
3093         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3094         instead of the summary one.
3095
3096 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * mml.el (mml-preview): Work properly when editing article.
3099
3100         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3101         gnus-have-read-active-file if it's already been in.
3102
3103 2010-10-22  Tom Tromey  <tromey@redhat.com>
3104
3105         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3106         gnus-group-completing-read.
3107
3108 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * message.el (message-mode-map): Don't bind M-; to comment region, to
3111         allow the global comment-dwim to work.
3112
3113 2010-10-21  Julien Danjou  <julien@danjou.info>
3114
3115         * message.el (message-setup-1): Allow message-default-headers to be a
3116         function.
3117
3118 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * shr.el (shr-tag-table): Simplify.
3121
3122 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3125         to avoid trying to snarf invalid stuff.
3126
3127         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3128
3129         * gnus.el (gnus-message-archive-group): Quote value.
3130         (gnus-message-archive-group): Mark as changed.
3131
3132         * shr.el (shr-add-font): Don't put the font properties on the newline
3133         or the indentation.
3134
3135         * message.el (message-fix-before-sending): Change options when sending
3136         non-printable characters.
3137
3138         * gnus.el (gnus-message-archive-method): Change the default to
3139         monthly outgoing groups.
3140
3141         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3142         that have gotten new numbers.
3143
3144         * nnimap.el (nnimap-request-replace-article): New function.
3145
3146 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3149         (nnrss-request-article): Don't use special html washing code.
3150
3151 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * shr.el (shr-tag-table): Remove useless nconc.
3154
3155 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-art.el (article-wash-html): Simplify and remove the charset
3158         stuff.  Use the normal html rendering code instead of the special html
3159         washing code.
3160
3161         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3162         `gnus-w3m' symbols.
3163         (mm-text-html-washer-alist): Remove.
3164
3165         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3166         (mm-inline-media-tests): Remove use.
3167         (mm-text-html-renderer): Change default to the `shr' symbol.
3168
3169         * mm-view.el (mm-inline-text-html): Remove use.
3170
3171         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3172         `gnus-blocked-images' to be a function.
3173         (gnus-article-wash-function): Remove.
3174
3175 2010-10-20  Julien Danjou  <julien@danjou.info>
3176
3177         * spam.el (spam-list-of-processors): Mark as obsolete.
3178
3179         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3180         (nnimap-insert-partial-structure): Fix boundary detection.
3181
3182 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3183
3184         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3185         run file-truename on remote files.  This can be expensive and even
3186         prevent one from editing drafts if some unrelated buffer has a stale
3187         connection.
3188
3189 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3192         kinsoku-eol regardless of shr-kinsoku-shorten.
3193         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3194         (shr-tag-table): Support caption, thead, and tfoot.
3195
3196 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3199         lines.
3200         (shr-save-contents): New command and keystroke.
3201
3202         * nndoc.el (nndoc-type-alist): Add git support.
3203         (nndoc-git-type-p): New function.
3204         (nndoc-transform-git-article): Ditto.
3205         (nndoc-transform-git-headers): Ditto.
3206         (nndoc-transform-git-headers): Generate Subject headers.
3207
3208         * shr.el (shr-parse-style): New function.
3209         (shr-tag-span): Ditto.
3210
3211         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3212         to `G G' to avoid collisions.
3213
3214 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * shr.el: Load kinsoku if necessary.
3217         (shr-kinsoku-shorten): New internal variable.
3218         (shr-find-fill-point): Make kinsoku shorten text line if
3219         shr-kinsoku-shorten is bound to non-nil.
3220         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3221         shr-indentation too when testing if table is wider than frame width.
3222         (shr-insert-table): Use `string-width' instead of `length' to measure
3223         text width.
3224         (shr-insert-table-ruler): Make sure indentation is done at bol.
3225
3226 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3227
3228         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3229         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3230         undecoded network data.
3231
3232 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3235         name in the mode line spec so that the mode line menu works
3236         (bug #2431).
3237
3238         * message.el (message-get-reply-headers): If we're fed `to-address',
3239         then always use that.
3240
3241         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3242         aren't so wide as to need to switch off the edit menu.
3243
3244         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3245         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3246
3247         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3248         `M-g'.
3249         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3250         the permanent marks.
3251
3252 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3253
3254         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3255         Splitting according to references/in-reply-to obeys the ignore-groups
3256         variable, while splitting by sender and subject do not.
3257
3258 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3261         alist, so that we can look for non-Unicode chars.
3262         (article-translate-strings): Allow both character and string maps.
3263
3264 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * shr.el (shr-insert): Don't insert space behind a wide character
3267         categorized as kinsoku-bol, or between characters both categorized as
3268         nospace.
3269
3270 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3271
3272         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3273         headers to gnus-newsgroup-headers.
3274
3275 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * shr.el (shr-tag-img): Don't align images -- since we're not
3278         rescaling, this often leads to ugly displays.
3279
3280 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3281
3282         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3283         duplicates.
3284
3285 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3286
3287         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3288         call.
3289
3290 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * gnus.el: Autoload gnus-html-show-images.
3293
3294         * nnimap.el: Use nnheader-message throughout.
3295
3296         * shr.el (shr-tag-img): Ignore images with no data.
3297
3298 2010-10-15  Julien Danjou  <julien@danjou.info>
3299
3300         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3301         a possibility to disable format=flow encoding when using hard newlines.
3302
3303 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * shr.el (shr-insert): Remove space inserted before or after a
3306         breakable character or at the beginning or the end of a line.
3307         (shr-find-fill-point): Do kinsoku; find the second best point or give
3308         it up if there's no breakable point.
3309
3310 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * nnimap.el (nnimap-open-connection): Message when opening connection
3313         for debugging purposes.
3314
3315         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3316         on every setup buffer call to allow this to change from article to
3317         article.
3318
3319         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3320         buffers where we have a wide table.
3321
3322 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3323
3324         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3325         uses *-request-thread.
3326
3327 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3330         incantation, which is no longer valid.
3331
3332 2010-10-14  Julien Danjou  <julien@danjou.info>
3333
3334         * shr.el: Fix defcustom type (char -> character).
3335
3336 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3339         programs.
3340
3341 2010-10-14  Julien Danjou  <julien@danjou.info>
3342
3343         * shr.el (shr-tag-a): Use url-link as widget type.
3344
3345         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3346         `gnus-group-get-icon'.
3347
3348 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3351         This should make server editing work better.
3352
3353         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3354
3355         * tls.el (tls-program): Remove spurious %s from openssl.
3356
3357         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3358         (nnimap-parse-flags): Fix regexp.
3359
3360         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3361         probably work for CJVK text, too.
3362
3363         * nnimap.el (nnimap-extend-tls-programs): Remove.
3364         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3365
3366         * tls.el (tls-starttls-switches): Remove starttls hack.
3367         (open-tls-stream): Ditto.
3368         (tls-find-starttls-argument): Ditto.
3369
3370 2010-10-13  Julien Danjou  <julien@danjou.info>
3371
3372         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3373         responses.
3374
3375 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3378
3379         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3380         anything in Emacs.
3381
3382         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3383
3384 2010-10-13  Julien Danjou  <julien@danjou.info>
3385
3386         * shr.el (shr-width): Make shr-width a defcustom with default to
3387         fill-column.
3388         (shr-tag-img): Use shr-width rather than fill-column.
3389
3390 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * dgnushack.el (byte-optimize-apply)
3393         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3394
3395         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3396         position when (X-)Faces exist.
3397         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3398         avatars when called interactively.
3399
3400 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3403         gnus-article-x-face-too-ugly is bound.
3404
3405 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3408
3409         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3410         mailbox that doesn't exist.
3411
3412 2010-10-12  Julien Danjou  <julien@danjou.info>
3413
3414         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3415         (shr-get-image-data): Encode URL properly when fetching from cache.
3416         (shr-tag-img): Use aligned-to spaces to align correctly images.
3417
3418         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3419         before inserting the Gravatar.
3420
3421         * shr.el (shr-tag-img): Add align attribute support for <img>.
3422
3423 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * gnus-gravatar.el (gnus-art): Require.
3426
3427         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3428         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3429         Remove long obsoleted functions.
3430
3431 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3434
3435         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3436
3437         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3438         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3439         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3440         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3441         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3442         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3443         * sieve-manage.el, smime.el, spam.el:
3444         Fix comment for declare-function.
3445
3446 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447
3448         * nnimap.el (nnimap-request-rename-group): Select group read-only
3449         before renaming it.
3450
3451         * shr.el (shr-insert): Fix up the white space only regexp.
3452
3453         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3454         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3455
3456         * shr.el (shr-current-column): New function.
3457         (shr-find-fill-point): New function.
3458
3459 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3460
3461         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3462         numbers.
3463
3464 2010-10-11  Julien Danjou  <julien@danjou.info>
3465
3466         * shr.el (shr-hr-line): Add.
3467         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3468         display hr lines.
3469         (shr-max-columns): Do not change state to nil if we just inserting
3470         spaces.
3471
3472 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3475         select the last group.
3476
3477 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3480
3481 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3482
3483         * dig.el (dig-mode-map): Declare and define in one step.
3484
3485 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3488         for Gnus.
3489         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3490         (nnimap-update-qresync-info): Mark \Seen articles as read.
3491
3492         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3493         non-variable, too.
3494
3495         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3496         available.
3497         (nnimap-update-info): Rely more on the current active than the param
3498         active to avoid marking articles as read too much.
3499
3500         * auth-source.el (auth-source-create): Use (user-login-name) for the
3501         user name default.
3502
3503         * nnimap.el (nnimap-update-info): If the server doesn't return any
3504         useful info, just use the previous info.
3505         (nnimap-update-info): Prefer old info over start-article.
3506         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3507
3508 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3509
3510         * nnir.el (autoload): Clean up autoloads.
3511         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3512         Use key rather than value.
3513         (nnir-imap-search-other): New variable.
3514         (nnir-read-parm): Use it.
3515         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3516         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3517
3518 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3519
3520         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3521         the process, too.
3522
3523 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * spam.el (gnus-summary-mode-map): Bind to "$".
3526         Suggested by Russ Allbery.
3527
3528         * shr.el: Rework the way things are indented by <li> slightly.
3529
3530         * gnus.el (gnus-group-set-parameter): Fix typo.
3531
3532         * nnimap.el: Start implementing QRESYNC support.
3533
3534 2010-10-09  Julien Danjou  <julien@danjou.info>
3535
3536         * nnir.el (nnir-engines): Fix too many arguments.
3537
3538 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3541         group is the "last", so that the backends like nnfolder actually save
3542         their folders.
3543
3544         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3545         try to use that for the tls stream.
3546         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3547         UIDVALIDITY and find out which groups are read-only and not.
3548         (nnimap-get-flags): Use the same marks parsing code as the rest of
3549         nnimap.
3550
3551 2010-10-09  Julien Danjou  <julien@danjou.info>
3552
3553         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3554
3555         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3556         retrieving gravatars.
3557
3558         * shr.el (shr-table-corner): Add.
3559         (shr-table-line): Add.
3560         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3561
3562 2010-10-08  Julien Danjou  <julien@danjou.info>
3563
3564         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3565
3566 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3567
3568         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3569
3570         * gnus-sum.el (gnus-mark-article-as-unread)
3571         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3572         (gnus-summary-set-bookmark): Use it.
3573
3574         * gnus-msg.el (gnus-setup-message): Use it.
3575
3576         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3577
3578         * gnus.el (gnus-group-remove-parameter): Use it.
3579
3580         * gnus-group.el (gnus-group-make-web-group): Use it.
3581
3582         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3583
3584         * nnregistry.el: Update docs to mention manual.
3585
3586         * gnus-registry.el: Update docs to mention nnregistry.el.
3587         (gnus-registry-initialize): Don't install nnregistry refer method
3588         automatically.
3589         (gnus-registry-install-nnregistry): Remove it.
3590
3591 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * shr.el (shr-insert): Don't insert double spaces.
3594
3595 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-gravatar.el (gnus-treat-from-gravatar)
3598         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3599         called interactively.
3600
3601         * gnus-art.el (gnus-mime-view-part-externally)
3602         (gnus-mime-view-part-internally): Make predicate function passed to
3603         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3604         of a mime type.
3605
3606         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3607
3608 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * shr.el (require): Require cl when compiling.
3611         (shr-tag-hr): New function.
3612
3613         * nnimap.el (nnimap-update-info): Remove double setting of high.
3614         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3615         This makes nnimap work properly on Courier again.
3616
3617         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3618         the variable for backwards compatibility.
3619
3620         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3621         the file name before using to avoid setting mm-default-directory to
3622         nil.
3623
3624         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3625         bidning gnus-agent variables.
3626
3627         * shr.el (shr-render-td): Use a cache for the table rendering function
3628         to avoid getting an exponential rendering behaviour in nested tables.
3629         (shr-insert): Rework the line-breaking algorithm.
3630         (shr-insert): Don't leave trailing spaces.
3631         (shr-insert-table): Also insert empty TDs.
3632         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3633
3634 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * gnus-sum.el (gnus-number): Rename from `number'.
3637         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3638         (gnus-summary-limit-children): Update uses correspondingly.
3639
3640 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3643         (gnus-gravatar-transform-address): Don't show avatars of people of
3644         which mail addresses match gnus-gravatar-too-ugly.
3645
3646 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * shr.el (shr-table-widths): Expand TD elements to fill available
3649         space.
3650
3651 2010-10-07  Julien Danjou  <julien@danjou.info>
3652
3653         * nnimap.el (nnimap-request-rename-group): Add this method.
3654
3655 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3658         name from XEmacs' function-arglist.
3659
3660         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3661         gravatar under XEmacs.
3662
3663 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3664
3665         * auth-source.el: Update docs with TODO items.
3666
3667         * gnus-sync.el: Update docs to explain state and plans.
3668
3669         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3670         Hooks for mark updates.
3671         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3672
3673         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3674         hooks with arguments, which is needed for mark update hooks.
3675
3676 2010-10-06  Julien Danjou  <julien@danjou.info>
3677
3678         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3679         was matched.
3680
3681         * sieve-manage.el: Update example in `Commentary'.
3682
3683         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3684
3685         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3686         not 2000.
3687         (sieve-manage-authenticate): Re-add function.
3688
3689 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * shr.el (shr-insert): Get 'space transition right.
3692         (shr-render-td): Only delete space at the end of the TD.
3693
3694         * nnimap.el (nnimap-open-connection): Prepare to support
3695         open-gnutls-stream.
3696
3697         * shr.el: Rearrange function order to be more logical.
3698
3699 2010-10-06  Julien Danjou  <julien@danjou.info>
3700
3701         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3702         (nnrss-discover-feed): Remove 404 URL in docstring.
3703
3704         * nnir.el: Fix Swish-E URL.
3705         Fix Namazu URL.
3706
3707         * message.el (message-change-subject): Remove 404 URL in a comment.
3708
3709 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3712         called interactively.
3713
3714         * gnus-util.el (gnus-remove-if): Allow hash table.
3715         (gnus-remove-if-not): New function.
3716
3717         * gnus-art.el (gnus-mime-view-part-as-type)
3718         * gnus-score.el (gnus-summary-score-effect)
3719         * gnus-sum.el (gnus-read-move-group-name):
3720         Replace remove-if-not with gnus-remove-if-not.
3721
3722         * gnus-group.el (gnus-group-completing-read):
3723         Regard collection as a hash table if it is not a list.
3724
3725 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3728
3729         * shr.el: Document the table-rendering algorithm.
3730
3731 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3734         for Emacsen having no `libxml-parse-html-region' support.
3735
3736 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3739         invalid URLs.
3740
3741         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3742         line-broken.
3743         (shr-tag-img): Ignore image fetching errors.
3744         (shr-overlays-in-region): Compute overlay positions correctly.
3745
3746         * mm-decode.el (mm-shr): Require shr.
3747
3748         * gnus-art.el (gnus-blocked-images): Move variable here.
3749
3750         * shr.el (shr-insert-table): Bind free variable.
3751
3752         * mm-decode.el (mm-shr): Bind shr-content-function.
3753
3754         * shr.el (shr-content-function): New variable.
3755
3756         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3757         added for symmetry.
3758
3759         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3760
3761         * gnus-group.el (gnus-group-make-group): Doc fix.
3762
3763         * nnimap.el (nnimap-request-newgroups): Return success.
3764
3765         * shr.el (shr-find-elements): New function.
3766         (shr-tag-table): Put all the images after the table.
3767         (shr-tag-table): Really inhibit images inside the table.
3768         (shr-collect-overlays): Copy over overlays from the TD elements to the
3769         main document.
3770
3771         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3772         gnus-blocked-images.
3773
3774 2010-10-05  Julien Danjou  <julien@danjou.info>
3775
3776         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3777
3778         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3779         (gnus-html-maximum-image-size): Add this function.
3780         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3781
3782         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3783         server-value of the capability is nil.
3784
3785 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * shr.el (shr-tag-em): Add <EM> tag.
3788
3789 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3790
3791         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3792         customizable.
3793
3794         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3795         handing broken links to browse-url.
3796
3797 2010-10-05  Julien Danjou  <julien@danjou.info>
3798
3799         * gnus-util.el (gnus-emacs-completing-read)
3800         (gnus-iswitchb-completing-read): Use autoload rather than require.
3801
3802 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3805         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3806         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3807         iswitchb-temp-buflist for XEmacs.
3808
3809         * gnus-util.el (gnus-completing-read-function): Exclude
3810         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3811         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3812         XEmacs.
3813
3814         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3815         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3816
3817         * gnus-html.el: Don't require help-fns under XEmacs.
3818         (gnus-html-schedule-image-fetching): Work for XEmacs.
3819
3820         * mm-decode.el (mm-shr): Decode contents by charset.
3821
3822 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3825         unknown.
3826
3827         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3828         (shr-get-image-data): Ensure against the cache file missing.
3829
3830         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3831         for data.
3832
3833         * spam-report.el (spam-report-url-ping-plain): Don't query about
3834         killing the process.
3835
3836         * shr.el (shr-render-td): Protect against too-wide text.
3837
3838 2010-10-04  Julien Danjou  <julien@danjou.info>
3839
3840         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3841         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3842
3843         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3844         retrieved.
3845
3846 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * shr.el (browse-url): Require.
3849         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3850         lines.
3851         (shr-show-alt-text, shr-browse-image): New commands.
3852         (shr-browse-url, shr-copy-url): New commands.
3853
3854         * gnus-sum.el (gnus-widen-article-window): New variable.
3855         (gnus-summary-select-article-buffer): Use it.
3856
3857         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3858         without @ signs.
3859
3860 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3861
3862         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3863
3864 2010-10-04  Julien Danjou  <julien@danjou.info>
3865
3866         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3867         for XEmacs.
3868
3869 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3872
3873         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3874         (nnimap-close-server): Implement.
3875
3876         * dgnushack.el (iswitchb): Require to shut up the compiler.
3877
3878         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3879         (shr-insert): Tweak line breaking.
3880         (shr-insert): Handle <pre> better.
3881         (shr-tag-li): Get <li> indentation right.
3882         (shr-tag-li): Get <li> indentation even righter.
3883         (shr-tag-blockquote): Ensure paragraph start.
3884         (shr-make-table): Tweak table generation.
3885         (shr-make-table): Fix typo.
3886
3887         * shr.el: Implement table rendering.
3888
3889 2010-10-04  Julien Danjou  <julien@danjou.info>
3890
3891         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3892
3893 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * shr.el (shr-insert): Use string anchors instead of line anchors.
3896
3897 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * shr.el: Add headings.
3900         (shr-ensure-paragraph): Actually work.
3901         (shr-tag-li): Make <ul> prettier.
3902         (shr-insert): Get white space at the beginning/end of elements right.
3903         (shr-tag-p): Collapse subsequent <p>s.
3904         (shr-ensure-paragraph): Don't insert double line feeds after blank
3905         lines.
3906         (shr-insert): \t is also space.
3907         (shr-tag-s): Fix "s" tag name function.
3908         (shr-tag-s): Fix face prop name.
3909
3910 2010-10-03  Julien Danjou  <julien@danjou.info>
3911
3912         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3913
3914         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3915         gnus-window-inside-pixel-edges.
3916
3917         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3918         gnus-ems.
3919
3920         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3921
3922         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3923         function.
3924
3925         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3926         resize choice.
3927
3928 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3931         beginning of the buffer.
3932
3933         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3934         article buffer again.
3935
3936         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3937
3938         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3939         when it's at the start of the buffer.
3940
3941         * shr.el (shr-tag-blockquote): Convert name.
3942         (shr-rescale-image): Use the right image-size variant.
3943
3944         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3945         buffer isn't shown, then select the current article first instead of
3946         bugging out.
3947         (gnus-summary-select-article-buffer): Show both the article and summary
3948         buffers again.
3949
3950         * shr.el (shr-fontize-cont): Protect against regions with no text.
3951         Rename tag functions to shr-tag-* for enhanced security.
3952         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3953
3954 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3955
3956         * shr.el (shr-insert):
3957         * pop3.el (pop3-movemail):
3958         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3959         loaded.
3960
3961 2010-10-03  Glenn Morris  <rgm@gnu.org>
3962
3963         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3964
3965         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3966
3967         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3968
3969         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3970
3971         * gnus-util.el (gnus-make-local-hook): Simplify.
3972
3973 2010-10-02  Julien Danjou  <julien@danjou.info>
3974
3975         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3976         (gnus-ido-completing-read): New function.
3977         (gnus-emacs-completing-read): New function.
3978         (gnus-completing-read): Use gnus-completing-read-function.
3979         Add gnus-completing-read-function.
3980
3981 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * shr.el (shr-insert-document): Autoload.
3984         (shr-img): Be silent.
3985         (shr-insert): Add a newline after every picture before text.
3986         (shr-add-font): Use overlays for combining faces.
3987         (shr-insert): Pass upwards the text start point.
3988
3989         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3990         possible.
3991         (mm-shr): New function.
3992
3993 2010-10-02  Julien Danjou  <julien@danjou.info>
3994
3995         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3996         should go backward.
3997
3998 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3999
4000         * shr.el (shr): Fix typo in provide call.
4001
4002 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * shr.el: New file.
4005
4006         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4007
4008         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4009         completing read.
4010
4011 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4014         we're being queried about.  Suggested by Dan Jacobson.
4015
4016         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4017         Suggested by Jason Eisner.
4018
4019         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4020         table, too.  Suggested by Stefan Wiens.
4021         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4022         the table unnecessary.  Suggested by Stefan Wiens.
4023
4024         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4025         longer needed, and probably doesn't work either, as pointed out by
4026         Stefan Wiens.
4027         (gnus-summary-exit): Remove call to the clearing function.
4028         (gnus-summary-exit-no-update): Ditto.
4029
4030         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4031         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4032         Reported by Stefan Monnier.
4033         (gnus-summary-save-in-rmail): Ditto.
4034
4035         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4036         article buffer, instead of both the article buffer and the summary
4037         buffer.  Sort of suggested by Dan Jacobson.
4038
4039         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4040
4041         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4042         Suggested by Dan Jacobson.
4043
4044         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4045         documentation clearer.
4046
4047         * message.el (message-shorten-references): Comment on the number "21".
4048         Suggested by Stefan Monnier.
4049
4050         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4051         Suggested by Dan Jacobson.
4052
4053         * gnus.el (gnus-large-newsgroup):
4054         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4055
4056         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4057         externalize attachments.  Bug reported by Steve Wen.
4058
4059         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4060         really message anything to the user.
4061
4062         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4063         directly.
4064
4065         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4066         messages in empty groups.
4067
4068 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4069
4070         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4071         non-UIDNEXT group.
4072
4073 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4076         not the value from the collection.
4077
4078         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4079         values.  This sometimes happens on some groups that have no info.
4080         (nnimap-request-newgroups): New function.
4081
4082 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4083
4084         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4085         check into `gnus-registry-initialize'.
4086         (gnus-registry-initialize): Ditto.
4087         Fix and extend header docs.
4088
4089 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4092         regexp backtrace overflows.
4093
4094         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4095         for starttls that tls.el implements; i.e. openssl.
4096
4097         * tls.el (tls-starttls-switches): Give up on using starttls with
4098         gnutls-cli.
4099         (tls-program): Add --insecure to be consistent with the defaults from
4100         openssl s_client.  Now all three commands are insecure.
4101
4102 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * lpath.el: Bind completion-styles-alist for XEmacs.
4105
4106         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4107         (gravatar-create-image): New function that's an alias to
4108         gnus-xmas-create-image, gnus-create-image, or create-image.
4109         (gravatar-data->image): Use it.
4110
4111 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4114         install the nnregistry refer method.
4115         (gnus-registry-install-hooks): Use it.
4116         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4117         unfollowed groups.
4118
4119 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4120
4121         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4122         expanding threads.
4123
4124 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * nnir.el: Use the server names without suffixes (bug #7009).
4127
4128         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4129         unencrypted to STARTTLS, if possible.
4130
4131 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4132
4133         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4134         headers before superseding.
4135
4136 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * nnrss.el (nnrss-use-local): Add documentation.
4139
4140         * nnimap.el (nnimap-extend-tls-programs): New function.
4141         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4142         (nnimap-wait-for-connection): Accept the greeting from the stupid
4143         output from openssl s_client -starttls, too.
4144
4145         * tls.el (tls-starttls-switches): New variable.
4146         (tls-find-starttls-argument): Use it.
4147         (open-tls-stream): Ditto.
4148
4149         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4150         (netrc-machine): Ditto.
4151
4152         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4153         article number.
4154         (nnimap-split-fancy): New variable.
4155         (nnimap-split-incoming-mail): Use it.
4156
4157         * nntp.el (nntp-server-list-active-group): Document.
4158
4159         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4160         SELECT to get the message-id.
4161
4162         * mail-source.el (mail-sources): Remove webmail support.
4163         (defvar): Ditto.
4164         (mail-source-fetcher-alist): Ditto.
4165         (mail-source-fetch-webmail): Remove.
4166
4167         * webmail.el: Remove -- doesn't seem relevant any more.
4168
4169         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4170
4171         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4172         the \r.
4173
4174 2010-09-30  Julien Danjou  <julien@danjou.info>
4175
4176         * gnus-agent.el (gnus-agent-add-group): Fix call to
4177         gnus-completing-read.
4178
4179 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * nndoc.el (nndoc-retrieve-groups): New function.
4182
4183         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4184         `default', use nnmail-split-methods.
4185         (nnimap-request-article): Downcase the NILs so that they are nil.
4186
4187         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4188         symbol.
4189
4190         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4191         code, since if the user has requested network, that's what they ought
4192         to get.
4193         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4194         (nnimap-split-rule): Mark as obsolete.
4195
4196         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4197         New variable.
4198
4199         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4200         correct slot, too.
4201
4202 2010-09-29  Julien Danjou  <julien@danjou.info>
4203
4204         * gnus.el (gnus-local-domain): Declare variable obsolete.
4205
4206         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4207         Fix history computing.
4208         (gnus-ido-completing-read): Require ido.
4209
4210 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4213         build Gnus.
4214
4215         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4216         when interpreting the structures.
4217         (nnimap-request-accept-article): Add \r\n to the lines to make this
4218         work with Cyrus.
4219
4220         * nndraft.el (nndraft-request-expire-articles): Use the group name
4221         instead if "nndraft".  Fix found by Nils Ackermann.
4222
4223 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4224
4225         * nnregistry.el: Add.
4226
4227 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4228
4229         * nnmail.el (group, group-art-list, group-art):
4230         Remove unneeded directives.
4231
4232 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4235         (mm-mime-charset)
4236         * rfc2047.el (rfc2047-syntax-table)
4237         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4238
4239         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4240         rather than `insert-file-contents' and `eval-region'.
4241
4242         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4243         construction.
4244
4245         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4246
4247         * time-date.el: No need to require cl for Emacs 21.
4248
4249 2010-09-29  Julien Danjou  <julien@danjou.info>
4250
4251         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4252         replacement of `gnus-gravatar-relief' to mimic
4253         `gnus-faces-properties-alist'.
4254         Add :version property.
4255
4256 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * mail-source.el (mail-source-report-new-mail)
4259         * message.el (message-default-mail-headers)
4260         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4261
4262         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4263
4264 2010-09-28  Julien Danjou  <julien@danjou.info>
4265
4266         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4267         mail-address contains the same string as real-name.
4268
4269         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4270         non-blank in header, otherwise it'll get stripped.
4271
4272         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4273         real-name, and then for mail address rather than doing : or , search.
4274
4275 2010-09-27  Julien Danjou  <julien@danjou.info>
4276
4277         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4278         right completing-read function.
4279         (gnus-use-ido): New variable
4280         (gnus-completing-read-with-default): Remove.
4281         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4282         (gnus-agent-add-group):
4283         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4284         * mm-view.el (mm-view-pkcs7-decrypt):
4285         * mm-util.el (mm-codepage-setup):
4286         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4287         * mml-smime.el (mml-smime-openssl-sign-query):
4288         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4289         (mml-insert-multipart):
4290         * gnus-msg.el (gnus-summary-yank-message):
4291         * gnus-int.el (gnus-start-news-server):
4292         * mm-decode.el (mm-interactively-view-part):
4293         * gnus-dired.el (gnus-dired-attach):
4294         * gnus.el (gnus-read-method):
4295         * gnus-bookmark.el (gnus-bookmark-jump):
4296         * gnus-art.el (gnus-mime-view-part-as-type)
4297         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4298         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4299         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4300         * nnmairix.el (nnmairix-create-server-and-default-group)
4301         (nnmairix-update-groups, nnmairix-get-server)
4302         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4303         (nnmairix-get-group-from-file-path):
4304         * nnrss.el (nnrss-find-rss-via-syndic8):
4305         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4306         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4307         (gnus-group-browse-foreign-server):
4308         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4309         (gnus-summary-execute-command, gnus-summary-respool-article)
4310         (gnus-read-move-group-name):
4311         * gnus-score.el (gnus-summary-increase-score)
4312         (gnus-summary-score-effect):
4313         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4314
4315 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4318         x-focus-frame.
4319
4320         * nnimap.el (auth-source-forget-user-or-password)
4321         (auth-source-user-or-password): Autoload.
4322
4323         * message.el (message-from-style, message-interactive)
4324         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4325         (message-yank-prefix, message-indentation-spaces, message-signature)
4326         (message-signature-file): Add comment.
4327
4328 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4331         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4332         new articles.
4333
4334         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4335         parts.
4336         (nnimap-request-article): Work with the t setting, too.
4337
4338         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4339         that you don't get flashes of other buffers.
4340         (gnus-summary-show-complete-article): Intern before setting.
4341
4342 2010-09-27  David Engster  <dengste@eml.cc>
4343
4344         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4345         well as HEADERS.
4346         (nnmairix-retrieve-headers): Provide new argument for the above.
4347
4348 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * gnus-sum.el (gnus-summary-move-article): Don't alter
4351         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4352         group.
4353
4354         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4355
4356         * message.el (message-cite-prefix-regexp): Revert my last edit.
4357
4358         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4359         variable instead of the Gnus variable.
4360
4361         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4362
4363         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4364
4365         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4366         since some servers don't like it.
4367         (nnimap-open-connection): Forget credentials if the server says the
4368         password was wrong.
4369         (nnimap-parse-line): Protect against invalid data.
4370
4371         * gnus-sum.el (gnus-summary-move-article): Add comment.
4372         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4373         nothing alters it while scanning for new messages.
4374
4375         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4376         which may or may not help.
4377         (nnimap-open-connection): If we're doing a stream connection, and then
4378         discover we're on a STARTTLS-capable server, then open a STARTTLS
4379         connection instead.
4380
4381 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * nnimap.el (utf7): Require.
4384
4385         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4386         prefix.
4387
4388 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4389
4390         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4391
4392 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * nnimap.el (nnimap-request-accept-article): Message the error on
4395         error.
4396
4397 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4400
4401 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * nndoc.el (nndoc-request-list): Return success always.
4404
4405         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4406         `fetch-old' -- we only want to fetch the articles we've requested.
4407         The rest are in the agent, probably.
4408         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4409         disappeared server" to something low.  It's not important.
4410
4411         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4412         arrived before the FETCH data.
4413
4414         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4415         target here, because we don't know the Gnus name of the group.
4416
4417         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4418         for the correct group.
4419
4420         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4421
4422         * gnus.el (gnus): Give a final warning after startup.
4423
4424         * gnus-util.el (gnus-action-message-log): New variable.
4425         (gnus-message): Use it.
4426         (gnus-final-warning): New function.
4427
4428         * nnimap.el (nnimap-open-connection): Record the greeting.
4429         (nnimap): Add greeting.
4430
4431 2010-09-26  Julien Danjou  <julien@danjou.info>
4432
4433         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4434         arguments.
4435         (gnus-html-wash-images): Fix spec computing to include start/end.
4436
4437         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4438
4439 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4442         deletion.
4443         (nnimap-retrieve-headers): Don't select the group, because that's
4444         already done by nnimap-possibly-change-group.
4445
4446         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4447         (gnus-picon-transform-address): Use it.
4448
4449         * mail-source.el (mail-source-value): Revert previous patch.
4450
4451         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4452         on failure.
4453         (nnimap-open-connection): Look up both virtual and physical server name
4454         credentials.
4455
4456         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4457
4458 2009-02-07  Dave Love  <fx@gnu.org>
4459
4460         * tls.el (open-tls-stream): Don't query killing process.
4461
4462 2009-02-08  Dave Love  <fx@gnu.org>
4463
4464         * gnus-win.el (gnus-window-to-buffer-helper)
4465         (gnus-all-windows-visible-p): Function needn't be a symbol.
4466
4467         * mail-source.el (mail-source-value): Function needn't be a symbol.
4468
4469 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * message.el (message-cite-prefix-regexp): Remove } from the cite
4472         prefix.
4473
4474         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4475         highlight again, so that the highlight is correct.
4476
4477         * gnus-picon.el (gnus-picon): Remove again.
4478         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4479
4480         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4481         doing the header highlightling, so that the background colour of the
4482         picon is correct.
4483
4484         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4485         (gnus-picon): Ditto.
4486         (gnus-picon): Reinstate.  The background colour for picons is white.
4487         (gnus-picon-insert-glyph): Make the background white.
4488
4489         * nnml.el (nnml-open-nov): Don't return dead buffers.
4490
4491         * auth-source.el (auth-source-create): Query the user for whether to
4492         store the credentials.
4493
4494         * netrc.el (netrc-store-data): New function.
4495
4496         * auth-source.el (auth-source-user-or-password): Use the existing auth
4497         sources, if any, for creation.
4498
4499         * gnus.el (gnus-group-fast-parameter): Return the last matching
4500         parameter instead of the first matching parameter.
4501
4502 2010-09-26  Julien Danjou  <julien@danjou.info>
4503
4504         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4505
4506 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * mml2015.el (mml2015-use): Remove gpg support.
4509
4510         * mml1991.el (mml1991-function-alist): Remove gpg function.
4511         (mml1991-gpg-sign): Remove.
4512
4513 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4514
4515         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4516         (gnus-browse-unsubscribe-current-group): Document it.
4517         (gnus-browse-unsubscribe-group): Use it.
4518
4519 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4522         address to the To list for easier response.
4523
4524         * gnus.el (gnus-play-startup-jingle): Remove.
4525         (gnus-splash): Don't play jingle.
4526         (gnus): Silence gnus-load message.
4527
4528         * gnus-art.el (gnus-treat-play-sounds): Remove.
4529
4530         * gnus.el (gnus-play-jingle): Remove audio support.
4531
4532         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4533
4534         * earcon.el: Remove -- no users.
4535
4536         * gnus-audio.el: Remove -- no users of this package.
4537
4538         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4539
4540         * gnus-start.el (gnus-setup-news): Remove nocem support.
4541
4542         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4543
4544         * gnus.el (gnus-use-nocem): Remove.
4545
4546         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4547         Remove.
4548
4549         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4550         uses NoCeM any more.
4551
4552         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4553         (gnus-button-ctan-handler): Ditto.
4554         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4555         (gnus-button-ctan-directory-regexp): Ditto.
4556         (gnus-button-handle-ctan): Ditto.
4557         (gnus-button-tex-level): Ditto.
4558         (gnus-button-alist): Remove CTAN stuff.
4559
4560 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4563         nnimap-streaming test.
4564
4565         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4566         servers twice.
4567
4568         * nnimap.el (nnimap-open-connection): Add more error reporting when
4569         nnimap fails early.
4570
4571         * nnheader.el (nnheader-get-report-string): New function.
4572         (nnheader-get-report): Use it.
4573
4574         * gnus-int.el (gnus-check-server): Say what the error was when opening
4575         failed.
4576
4577         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4578         using streaming.
4579
4580 2010-09-25  Julien Danjou  <julien@danjou.info>
4581
4582         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4583         gnus-window-inside-pixel-edges.
4584
4585 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4588
4589         * mm-decode.el (mm-save-part): Allow saving to other directories the
4590         normal Emacs way.
4591
4592         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4593         Suggested by Jay Berkenbilt.
4594
4595         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4596         there isn't a single byte.
4597
4598         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4599         just do it.  It doesn't really seem to matter what the user responds
4600         here, I think, so it's just a confusing question.
4601
4602         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4603         non-streaming case.
4604
4605         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4606         (gnus-article-encrypt-body): Use it.
4607
4608         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4609         keystroke.
4610
4611         * nnimap.el (nnimap-find-wanted-parts-1):
4612         Use gnus-fetch-partial-articles.
4613
4614         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4615
4616         * nnimap.el (nnimap-insert-partial-structure): New function.
4617         (nnimap-get-partial-article): New function.
4618         (nnimap-request-article): Use it.
4619         (nnimap-wait-for-response): Return whether the wait was successful.
4620         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4621         retrieval wasn't successful.
4622         (nnimap-retrieve-group-data-early): Allow throttling servers.
4623         (nnimap-streaming): New variable.
4624         (nnimap-fetch-partial-articles): Remove.
4625
4626         * mm-decode.el (mm-with-part): Protect against killed buffers.
4627
4628         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4629         for prettier summary display.
4630
4631 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4632
4633         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4634
4635 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4638         apparently third-party libraries depend on it.
4639
4640         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4641         before starting negotiation.
4642
4643         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4644         privacy reasons.
4645         (gnus-treat-mail-gravatar): Ditto.
4646
4647         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4648         buffer when inserting images.  Inserting text into the headers, for
4649         instance, can make them invalid.
4650
4651 2010-09-25  Julien Danjou  <julien@danjou.info>
4652
4653         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4654         variables.
4655
4656         * nnheader.el: Remove useless variables news-reply-yank-from and
4657         news-reply-yank-message-id.
4658
4659         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4660         variables.
4661
4662         * mml1991.el: Remove useless mml1991-verbose.
4663
4664         * gnus.el: Remove useless variable gnus-use-generic-from.
4665         Remove obsolete variable gnus-topic-indentation.
4666
4667         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4668
4669         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4670
4671         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4672
4673         * gnus-group.el: Remove useless gnus-group-icon-cache.
4674         Remove useless gnus-ephemeral-group-server.
4675
4676         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4677
4678         * mml2015.el: Remove useless mml2015-verbose.
4679
4680         * mml-smime.el: Remove useless mml-smime-verbose.
4681
4682         * gnus.el: Remove useless gnus-local-domain.
4683
4684         * gnus-gravatar.el (gnus-gravatar-transform-address):
4685         Use gnus-gravatar-size.
4686
4687         * gnus-art.el: Remove useless gnus-treat-translate.
4688
4689 2010-09-24  Julien Danjou  <julien@danjou.info>
4690
4691         * gnus-sum.el: Add support for Gravatars.
4692
4693         * gnus-art.el: Add support for Gravatars.
4694
4695         * gnus-gravatar.el: Add this file.
4696
4697         * gravatar.el: Add this file.
4698
4699 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4700
4701         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4702
4703         * gnus-group.el (gnus-group-fetch-faq): Remove.
4704
4705         * gnus.el (gnus-group-faq-directory): Remove.
4706
4707         * gnus-group.el (gnus-group-fetch-charter): Remove.
4708
4709         * gnus.el (gnus-group-charter-alist): Remove.
4710
4711         * gnus-group.el (gnus-group-archive-directory): Remove.
4712         (gnus-group-recent-archive-directory): Ditto.
4713         (gnus-group-make-archive-group): Remove.
4714
4715         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4716
4717         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4718         use the same article number for all the cached articles.
4719
4720         * nnimap.el (nnimap-command): Register the last command time so
4721         that we can use it for idling NOOPs.
4722         (nnimap-open-connection): Start the keeplive timer.
4723         (nnimap-make-process-buffer): Store all the process buffers.
4724         (nnimap-keepalive): New function.
4725
4726         * starttls.el (starttls-open-stream): Add autoload cookie.
4727
4728 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4729
4730         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4731         handling.
4732
4733 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4736         its data structures.
4737
4738         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4739         instead of the cl.el copy-list.
4740         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4741         equalp.
4742
4743 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4746         and tool-bar-local-item-from-menu.
4747
4748         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4749         mode-line-highlight face for Emacs.
4750
4751         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4752         loading gnus-sum.elc; fix comment for canlock-verify.
4753         (gnus-article-jump-to-part): Use read-number.
4754         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4755         Remove Emacs pre-21 compatible code for help-echo.
4756         (gnus-article-next-page-1): No need to adjust the number of lines.
4757         (gnus-article-describe-bindings): Always use help-buffer.
4758
4759         * gnus-audio.el (gnus-audio-inline-sound)
4760         * gnus-cus.el (gnus-custom-mode)
4761         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4762
4763         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4764
4765         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4766         compatible code.
4767
4768 2010-09-24  Glenn Morris  <rgm@gnu.org>
4769
4770         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4771         visiting the fcc file in rmail-mode.
4772
4773         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4774
4775 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * nnir.el: Silence the byte compiler.
4778
4779         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4780         alias to browse-url-url-encode-chars if any.
4781         (gnus-html-encode-url): Use it.
4782
4783 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-start.el (gnus-use-backend-marks): New variable.
4786         (gnus-get-unread-articles-in-group): Use it.
4787
4788         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4789         makeover.
4790
4791 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4792
4793         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4794
4795 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4798         Remove.
4799         (gnus-setup-news-hook):
4800         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4801
4802         * gnus-int.el (gnus-request-update-info): Protect against backends not
4803         having the function.
4804
4805         * nnimap.el (nnimap-stream): Mention starttls.
4806         (nnimap-open-connection): Add starttls support.
4807
4808 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4809
4810         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4811
4812 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4815         BODYSTRUCTUREs.
4816         (nnimap-transform-headers): Unfold quoted {42} headers.
4817
4818         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4819         the info.
4820         (gnus-get-unread-articles): Only call updatep on backends that support
4821         it.
4822
4823         * nnweb.el (nnweb-request-update-info): NOOP.
4824
4825         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4826
4827         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4828         since it only deals with marks.
4829
4830         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4831         gnus-request-marks, and make a new gnus-request-update-info.
4832
4833         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4834         the active instead of the high number, which is usually too low.
4835
4836 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4839         * encrypt.el: Remove.
4840
4841 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4844         server in symbolic form.
4845
4846         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4847
4848 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4851         (nnimap-update-info): Fix up code slightly.
4852
4853         * gnus-int.el (gnus-open-server): Add tracing for performance
4854         debugging.
4855
4856         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4857         (gnus-group-insert-group-line): Pass the real group name so that it
4858         gets the right data.
4859
4860         * gnus-start.el (gnus-get-unread-articles): Don't have
4861         `gnus-get-unread-articles-in-group' update info, since that can be
4862         really slow and doesn't seem to be needed?
4863
4864 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4865
4866         * time-date.el (date-to-time): Try using parse-time-string first before
4867         using the slower timezone-make-date-arpa-standard.
4868
4869 2010-09-22  Julien Danjou  <julien@danjou.info>
4870
4871         * gnus-group.el (gnus-group-insert-group-line):
4872         Call gnus-group-highlight-line.
4873         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4874         default hook list.
4875         (gnus-group-update-eval-form): Add new function.
4876         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4877         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4878
4879 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4882         immediate, then expire all articles.
4883         (nnimap-update-info): Fix off-by-one errors.
4884         (nnimap-flags-to-marks): Would return no marks lists for group with no
4885         flags.  Instead return the other data.
4886
4887 2010-09-22  Julien Danjou  <julien@danjou.info>
4888
4889         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4890         Only return an icon.
4891         (gnus-group-insert-group-line): Compute icon to return.
4892
4893         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4894         (gnus-html-image-fetched): Only cache if
4895         gnus-html-image-automatic-caching is set.
4896         (gnus-html-image-fetched): Check for errors.
4897
4898 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4901         once per method on `g'.  This ensures that backends like nnfolder don't
4902         open all their folders.
4903
4904         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4905         (nnimap-request-list): Nix out group in the correct buffer.
4906         (nnimap-parse-flags): Implement by using `read' instead of
4907         hand-parsing.
4908         (nnimap-flags-to-marks): Pass on permanent-flags.
4909         (nnimap-make-process-buffer): Record the server name.
4910         (nnimap-parse-flags): Fix typo.
4911         (nnimap-request-scan): Run split on the server in general, not just a
4912         single group.
4913
4914         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4915         parameter, and propagate this downwards.
4916
4917         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4918         since EXAMINE changes it on the server.
4919
4920         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4921         this command might take a while.
4922
4923 2010-09-22  Julien Danjou  <julien@danjou.info>
4924
4925         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4926         harmful if you have 2 images side-by-side, they can't be properly
4927         update on text deletion.  Using text-property is safer here.
4928         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4929         data.
4930
4931 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * nnimap.el (nnimap-expunge-inbox): Remove.
4934         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4935         (nnimap-expunge): Flip default to t.
4936
4937         * gnus.el (gnus-method-to-server): Don't push things to the cache
4938         unless it's unique.
4939         (gnus-server-to-method): Ditto.
4940
4941 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4944
4945 2010-09-22  Julien Danjou  <julien@danjou.info>
4946
4947         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4948         get the start of data.
4949         (gnus-html-encode-url): Add this function to encode special chars in
4950         URL.
4951         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4952         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4953
4954         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4955         default.
4956         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4957
4958         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4959         images alt-text.
4960         (gnus-html-put-image): Put alt-text as help-echo.
4961
4962 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4965         * mm-util.el (mm-decompress-buffer)
4966         * nnir.el (nnir-run-find-grep)
4967         * pop3.el (pop3-list): Use 3rd arg of split-string.
4968
4969         * time-date.el (format-seconds): Comment fix.
4970
4971         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4972         and byte-optimize-form-code-walker.
4973         (dgnushack-make-auto-load): Don't advise make-autoload.
4974
4975         * lpath.el: Remove Emacs 21 stuff.
4976
4977 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4980         outside the active range.  Suggested by Dan Christensen.
4981
4982         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4983         slightly later to avoid double-getting it.
4984
4985         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4986         previous patch.
4987
4988         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4989
4990 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4991
4992         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4993
4994 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995
4996         * gnus-int.el (gnus-open-server): Give a better error message in the
4997         "go offline" case.
4998
4999         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5000         marks for nnimap, which is seldom the right thing to do.
5001
5002         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5003         (gnus-same-method-different-name): New function.
5004
5005         * nnimap.el (parse-time): Require.
5006
5007         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5008         method in the presence of many similar methods.
5009
5010         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5011
5012         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5013         nnml-inhibit-expiry.
5014
5015         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5016         find out whether methods are equal.
5017
5018         * nnimap.el (nnimap-find-expired-articles): New function.
5019         (nnimap-process-expiry-targets): New function.
5020         (nnimap-request-move-article): Request the article before looking at
5021         what the Message-ID is.  Fix found by Andrew Cohen.
5022         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5023
5024         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5025         for oldness in addition to being a predicate.
5026
5027         * nnimap.el (nnimap-request-group): When we have zero articles, return
5028         the right data to Gnus.
5029         (nnimap-request-expire-articles): Only delete articles immediately if
5030         the target is 'delete.
5031
5032         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5033         method, this would bug out.
5034
5035         * gnus-group.el (gnus-group-expunge-group): Rename from
5036         gnus-group-nnimap-expunge, and implemented as a normal interface
5037         function.
5038
5039         * gnus-int.el (gnus-request-expunge-group): New function.
5040
5041         * nnimap.el (nnimap-request-create-group): Implement.
5042         (nnimap-request-expunge-group): New function.
5043
5044 2010-09-21  Julien Danjou  <julien@danjou.info>
5045
5046         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5047         (gnus-html-cache-expired): Add new function.
5048         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5049         wethever we should display image for fetch it.
5050         Compute alt-text earlier to pass it to the fetching function too.
5051         (gnus-html-schedule-image-fetching): Change function argument to only
5052         get one image at a time, not a list.
5053         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5054         cache.
5055         (gnus-html-get-image-data): New function to retrieve image data from
5056         cache.
5057         (gnus-html-put-image): Change buffer argument to use image data rather
5058         than file, and place image above region rather than inserting a new
5059         one.  Do not take alt-text as argument, since it's useless now: we place
5060         the image above alt-text.
5061         (gnus-html-prune-cache): Remove.
5062         (gnus-html-show-images): Start to fetch image when we find one, do not
5063         push into a temporary list.
5064         (gnus-html-prefetch-images): Only fetch image if they have expired.
5065         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5066         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5067
5068 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5071
5072 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5075         spec inser "*" if the group isn't active instead of 0.
5076
5077         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5078         opening the server.
5079         (nnimap-request-delete-group): Implement group deletion.
5080         (nnimap-transform-headers): Return the size of the entire message in
5081         the Bytes header, not just the size of the first part.
5082         (nnimap-request-move-article): When moving an article from nnimap,
5083         request the article first so the accepting form has an article to
5084         accept.  Reported by Dan Christensen.
5085         (nnimap-command): Make sure that the error message doesn't error out.
5086
5087 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5088
5089         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5090         we haven't requested anything.
5091
5092 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5095         "".  Fix found by Andrew Cohen.
5096
5097         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5098         instead of -encode-string.
5099
5100 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5103
5104         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5105         by mm-subst-char-in-string.
5106
5107 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5110         waiting for the connection string.
5111
5112         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5113         arriving.
5114
5115         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5116         bogus characters.  This allows selecting certain Gmail groups.
5117
5118         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5119         (nnimap-fetch-partial-articles): New variable.
5120         (nnimap-open-connection): When looking for credentials, also use the
5121         nnimap-server-port.
5122         (nnimap-request-article): Return the group/article number, so that Gnus
5123         `^' works as expected.
5124         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5125
5126         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5127         comments.
5128         (gnus-methods-sloppily-equal): New function.
5129         (gnus): When using the development version of Gnus, load the gnus-load
5130         file.
5131
5132         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5133         `gnus-open-server' on each method before trying to scan them etc.
5134         This ensures that all the backend parameters are set correctly.
5135
5136         * nnimap.el (nnimap-authenticator): New variable.
5137         (nnimap-open-connection): Allow anonymous login.
5138         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5139         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5140
5141         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5142         patch, found by Knut Anders Hatlen.
5143
5144 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5145
5146         * gnus-agent.el (gnus-agent-batch-confirmation)
5147         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5148         to gnus-message.
5149         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5150         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5151         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5152         * gnus-int.el (gnus-open-server): Likewise.
5153         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5154         (gnus-score-check-syntax): Likewise.
5155         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5156         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5157         Likewise.
5158         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5159
5160 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5163         calling conventions so that prefetch doesn't bug out.
5164
5165 2010-09-19  Julien Danjou  <julien@danjou.info>
5166
5167         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5168         rather than `subst-char-in-region' in order to be able to replace ASCII
5169         char by UTF-8 ones.
5170
5171         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5172         than curl.
5173         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5174         the right URL and ALT text on images.
5175         (gnus-html-wash-tags): Fix tag case.
5176         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5177         (gnus-article-html): Add -o display_ins_del=2 option.
5178         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5179
5180 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5183         the extra mail headers, which sometimes seem to happen for unknown
5184         reasons.
5185
5186         * mail-parse.el (mail-header-encode-parameter): Define as
5187         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5188         (or most, perhaps?) mail readers don't understand the latter, but do
5189         understand the former.
5190
5191         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5192         to nil, so that no methods are automatically agentized.  I think this
5193         is probably what most users want.
5194
5195         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5196         from url-retrieve, for instance about invalid URLs.
5197
5198         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5199         groups that have no articles.
5200         (nnimap-request-article): Check that we really got an article when we
5201         requested one.
5202
5203         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5204         doesn't exist.
5205
5206         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5207         nntp buffer so the agent can save it.
5208         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5209         that CRLF doesn't get translated to \n.
5210         (nnimap-open-connection): Don't make 'shell commands only send \n.
5211
5212 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5213
5214         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5215         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5216         Update var name.
5217         (nnml-generate-nov-file): Use dolist.
5218         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5219         Use with-current-buffer.
5220
5221 2010-09-18  Julien Danjou  <julien@danjou.info>
5222
5223         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5224         parallel.
5225
5226 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5229         the range update right.
5230         (nnimap-request-group): Don't make `M-g' bug out on group with no
5231         marks.
5232         (nnoo): Require, so that other packages can require nnimap.
5233         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5234         command we're looking for.  This helps when the server sends more
5235         responses after we've gotten everything we expected.
5236         (nnimap): Add a `newlinep' field to keep track of end-of-line
5237         conventions.
5238         Don't send CRLF to things that don't want it.
5239         (nnimap-request-accept-article): Ditto.
5240
5241 2010-09-18  Julien Danjou  <julien@danjou.info>
5242
5243         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5244         than curl to retrieve images.
5245
5246 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5249         the marks.
5250         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5251         (nnimap-wait-for-connection): New function.
5252         (nnimap-open-connection): If we have PREAUTH, don't query for login
5253         credentials.
5254         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5255         when doing a partial update.
5256
5257 2010-09-18  Julien Danjou  <julien@danjou.info>
5258
5259         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5260         tags.
5261
5262 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * nnimap.el (nnimap-credentials): New function.
5265         (nnimap-open-connection): Use the new function to look for credentials
5266         also on the numeric equivalents of "imap" and "imaps".
5267
5268         * gnus-start.el (gnus-activate-group): Send the info to
5269         gnus-request-group.
5270
5271         * nnimap.el (nnimap-request-group): Have the "check" version of the
5272         function parse flags and update the info, so that a `M-g' get a total
5273         resync of all flags from the group.
5274
5275         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5276         to allow backends to alter the info on group selection.  Also alter all
5277         the backend -request-group functions to take the parameter.
5278
5279         * nnimap.el (nnimap-store-info): New function.
5280         (nnimap-update-info): Store the info for later usage.
5281         (nnimap-request-group): Use the stored info for the dont-check case, so
5282         that we don't retrieve all marks when we enter a group.
5283
5284         * nnimap.el: Use deffoo instead of defun for interface functions.
5285
5286         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5287         update the group info.  This makes the nndraft groups, for instance, go
5288         back to their old behaviour.
5289
5290         * gnus-sum.el (gnus-select-newsgroup): Indent.
5291
5292         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5293         in.
5294         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5295         nothing.
5296
5297         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5298         from methods that are denied.
5299
5300         * gnus-int.el (gnus-method-denied-p): New function.
5301
5302         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5303         store the password instead of netrc.
5304         (nnimap-open-connection): Don't error out when we can't make a
5305         connections.
5306
5307         * auth-source.el (auth-source-create): In the password prompt, say what
5308         we're querying for.  Also prompt for user name if that hasn't been
5309         given.
5310
5311         * nnimap.el (nnimap-with-process-buffer): Remove.
5312
5313 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314
5315         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5316         method when we're reading from the agent.
5317
5318         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5319
5320         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5321         that's probably most useful for users.
5322
5323         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5324         "failed" all the time.
5325
5326         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5327         ...)) with (with-current-buffer ... ).
5328
5329         * nntp.el (nntp-open-server): Return whether the open was successful or
5330         not.
5331
5332         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5333         select an unread unseen article first.
5334
5335         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5336         /etc/services, supply some sensible port defaults.
5337
5338         * dgnushack.el: Define netrc-credentials.
5339
5340 2010-09-17  Julien Danjou  <julien@danjou.info>
5341
5342         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5343
5344 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5345
5346         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5347         doesn't have any parameters.
5348
5349 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5352         only upcased checks.
5353
5354         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5355
5356         * nnimap.el (nnimap-open-shell-stream): New function.
5357         (nnimap-open-connection): Use it.
5358         (nnimap-transform-headers): Get the number of lines in each message.
5359         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5360         number of lines.
5361         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5362         problem.
5363
5364         * utf7.el (utf7-encode): Autoload.
5365
5366         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5367         to allow the mail splitting to not return a default group.  This is
5368         useful for nnimap, which will leave unmatched mail in the inbox.
5369
5370         * nnimap.el: Rewritten.
5371
5372         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5373         nnimap usage.
5374
5375         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5376         if the move is internal, so that nnimap can do fast internal moves.
5377
5378         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5379         data.
5380         (gnus-read-active-for-groups): Support finishing the early retrieval of
5381         data.
5382
5383         * gnus-range.el (gnus-range-nconcat): New function.
5384
5385         * gnus-int.el (gnus-finish-retrieve-group-infos)
5386         (gnus-retrieve-group-data-early): New functions.
5387
5388 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5389
5390         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5391         (nnrss-retrieve-groups):
5392         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5393         (pop3-quit): Use with-current-buffer.
5394
5395 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5398         instead of nnheader-accept-process-output.
5399
5400         * dgnushack.el (dgnushack-compile): Add comment.
5401
5402         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5403
5404         * gnus-html.el (gnus-html-schedule-image-fetching)
5405         (gnus-html-prefetch-images): Replace process-kill-without-query by
5406         gnus-set-process-query-on-exit-flag.
5407
5408 2010-09-16  Romain Francoise  <romain@orebokech.com>
5409
5410         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5411
5412 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5415         parameter to unintern is mandatory-ish in Emacs 24.
5416
5417         * gnus-html.el (gnus-html-schedule-image-fetching)
5418         (gnus-html-prefetch-images): Check for curl before using it.
5419
5420         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5421         depend on curl, which isn't essential.
5422
5423         * imap.el: Revert back to version
5424         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5425         seem problematic.
5426
5427 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5428
5429         * gnus-registry.el (gnus-registry-install-shortcuts):
5430         Explicitly pass `obarray' to `unintern' to avoid a warning.
5431
5432 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5435         change.
5436
5437         * nnrss.el (nnrss-request-list): Remove this function and related
5438         functions, including the moreover stuff.
5439
5440 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * nnrss.el (nnrss-retrieve-groups): New function.
5443
5444 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5445
5446         * .dir-locals.el: Add no-byte-compile cookie.
5447
5448 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * time-date.el (format-seconds): Comment fix.
5451
5452         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5453         for back end that doesn't support request-scan.
5454
5455 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5458         then do request scans from the backends.
5459
5460         * netrc.el (netrc-credentials): New conveniency function.
5461
5462         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5463         avoid running a hook per line, since this takes a lot of time,
5464         profiling shows.
5465         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5466         directly if gnus-visual-p is true.
5467
5468 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5471         groups; replace mapcar with dolist which is a bit faster; pass groups
5472         info to gnus-read-active-file-1.
5473         (gnus-read-active-file-1): Scan only specified groups if the new
5474         optional arg `infos' is given.
5475
5476 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5479
5480         * pop3.el (pop3-movemail): Remove.
5481         (pop3-streaming-movemail): Rename to pop3-movemail.
5482
5483         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5484         don't restrict end-tag searches to the end of the line.
5485
5486 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5489         articles of every unchecked group to t, which means unknown since the
5490         server has never been opened.
5491
5492 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493
5494         * gnus-html.el (gnus-html-show-alt-text): New command.
5495         (gnus-html-browse-image): Ditto.
5496         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5497         to browse the image directly.
5498         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5499         better.
5500
5501         * gnus-async.el (gnus-async-article-callback):
5502         Call `gnus-html-prefetch-images' unconditionally.
5503
5504         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5505         before feeding URLs to curl.
5506
5507 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5510         internal images as deletable by `W D D'.
5511
5512         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5513         (gnus-async-article-callback): Fix typo.
5514
5515 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5518         current line to work around bugs in the output from w3m.
5519
5520         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5521         for groups that want that.
5522
5523         * nntp.el (nntp-wait-for-string): Supply a timeout for
5524         accept-process-output to ensure progress.
5525
5526         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5527         level to get unread articles from, then use that for foreign groups,
5528         too.
5529
5530         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5531         confuses the rest of the function.
5532
5533         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5534         for the methods that support -retrieve-groups, too.
5535
5536         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5537
5538 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5541         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5542
5543         * pop3.el: Require cl when compiling.
5544         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5545
5546 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5549         that aren't going to be activated.
5550         (gnus-get-unread-articles): Fix up the last commit.
5551
5552         * gnus-html.el (gnus-article-html): Allow calling without specifying
5553         the handle.  In that case, dissect the buffer first.
5554
5555         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5556
5557         * nnimap.el (nnimap-open-connection): Revert the change that would look
5558         into authinfo for imaps instead of imap.
5559
5560         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5561         say that you don't want to call gnus-request-group with don-check, but
5562         do check the reponse.  This is for virtual groups only.
5563         (gnus-get-unread-articles): Count the archive groups as secondary, so
5564         that they're activated the same way as before.
5565
5566         * imap.el (imap-message-map): Removed optional buffer parameter, since
5567         no callers use it.
5568         (imap-message-get): Ditto.
5569         (imap-message-put): Ditto.
5570         (imap-mailbox-map): Ditto.
5571         (imap-mailbox-put): Ditto.
5572         (imap-mailbox-get): Ditto.
5573         (imap-mailbox-get): Revert last change for this function.
5574
5575         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5576         case-insensitively.
5577         (nnimap-debug): Remove.
5578
5579         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5580         to use `imap-fetch' instead.  According to the comments, this should be
5581         safe, since all other IMAP clients use the 1:* syntax.
5582         (imap-enable-exchange-bug-workaround): Removed.
5583         (imap-debug): Removed -- doesn't seem very useful.
5584
5585         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5586         mail from a file, and the file doesn't exist.
5587
5588         * imap.el (imap-log): New convenience function used throughout instead
5589         of repeating the same code all over the place.
5590
5591         * pop3.el (pop3-streaming-movemail): Return t for success.
5592
5593         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5594         .authinfo if we're using ssl connection.
5595
5596         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5597         already have if we're in a main Gnus `g' run.
5598
5599         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5600
5601 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5604
5605         * nnmh.el (nnmh-request-list-1): Bind `file'.
5606
5607         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5608         alias to set-process-query-on-exit-flag or process-kill-without-query.
5609         (pop3-open-server): Use it.
5610
5611 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5614         box to the Incoming file.  Fixes mistake in previous checkin.
5615
5616         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5617         request loop (for debugging purposes) removed.
5618
5619         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5620         culprit is more visible.
5621         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5622         (nnml-add-incremental-nov): New functions to do "incremental" nov
5623         updates, where we just append to the end of the existing nov files
5624         without reading/writing them in full.
5625
5626         * mail-source.el (mail-source-delete-crash-box): Really only check the
5627         incoming files once in a while.
5628
5629         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5630
5631         * mail-source.el (mail-source-delete-crash-box): Only check the
5632         incoming files for deletion once per day to save a lot of file
5633         accesses.
5634
5635         * pop3.el (pop3-logon): Fix up unbound variable typo.
5636
5637         * mail-source.el (pop3-streaming-movemail): Autoload.
5638
5639         * pop3.el (pop3-streaming-movemail):
5640         Respect pop3-leave-mail-on-server.
5641
5642         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5643         retrieval.
5644
5645         * pop3.el (pop3-process-filter): Remove unused function.
5646         (pop3-streaming-movemail, pop3-send-streaming-command)
5647         (pop3-wait-for-messages, pop3-write-to-file)
5648         (pop3-number-of-responses): New functions for streaming pop3
5649         retrieval.
5650
5651         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5652         come from no known methods.
5653         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5654         list.
5655
5656         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5657         message sizes.
5658         (pop3-movemail): Use erase-buffer instead of looping and deleting
5659         regions, which seems rather odd.
5660
5661         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5662         file once per `g' run.
5663
5664         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5665         directories.  This makes the draft queue directory work.
5666
5667         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5668         data from the backends, so that we only request the list of groups from
5669         each method once.  This should speed things up considerably.
5670
5671         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5672         detect that it's not implemented.
5673
5674         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5675         we actually do recurse down into the tree, but don't stat all leaf
5676         nodes.
5677
5678         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5679         then say so instead of bugging out.
5680
5681         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5682         files exist before trying to read them.
5683
5684         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5685         around <pre_int>.
5686
5687         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5688
5689         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5690
5691 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * mm-util.el (mm-image-load-path): Just return the image directories,
5694         not all directories in the path in addition to the image directories.
5695         (mm-image-load-path): Maintain a cache of the image directories so that
5696         the `g' command in Gnus doesn't have to stat dozens of directories each
5697         time.
5698
5699         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5700         (gnus-html-wash-tags): Add a new `i' command to insert images.
5701         (gnus-html-insert-image): New command and keystroke.
5702         (gnus-html-redisplay-with-images): New command and keystroke.
5703         (gnus-html-show-images): Rename command.
5704         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5705         spacers.
5706         (gnus-html-wash-tags): Decode entities at the end, so that entities
5707         inside the tags don't mess up the rest of the "parsing".
5708
5709         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5710         so that nnimap methods aren't agentized by default.  There's apparently
5711         many problems related to agent/imap behaviour.
5712
5713         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5714
5715         * gnus-html.el: Doc fix.
5716
5717 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5720         specifier-spec-list for Emacs 21.
5721
5722         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5723         glyph-width and glyph-height instead of display-graphic-p and
5724         image-size; make avoidance of displaying small images work for XEmacs.
5725
5726         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5727         for XEmacs.
5728
5729         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5730         of symbol that holds plist data.
5731         (gnus-process-plist): Remove plist of process after getting it.
5732
5733 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * message.el (message-generate-hashcash): Change default to
5736         'opportunistic if hashcash is installed.
5737
5738         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5739         (gnus-html-put-image): Only call image-size once, since it's somewhat
5740         time-consuming on remote X servers.
5741
5742 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5745         type on data, not a file name.
5746
5747         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5748         window-pixel-edges for Emacs 21.
5749
5750         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5751         decoded contents.
5752         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5753
5754 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5757         group line format, since it isn't very interesting.
5758
5759         * gnus-agent.el (gnus-agent-short-article),
5760         (gnus-agent-long-article): Increase values for these two variables,
5761         since most people are likely to have more network connection and
5762         storage than before.
5763
5764         * gnus.el (gnus-refer-article-method): Change default to 'current.
5765         When referring an article, the common behaviour is to refer it from the
5766         current select method, not the native select method.  The chances of
5767         the native select method having the message in question is rather slim
5768         these days.
5769
5770         * gnus-sum.el (gnus-auto-select-subject): Change default to
5771         `unseen-or-unread'.  I think it's likely that most people want to
5772         select an unseen article over a previously seen, but unread one.
5773
5774         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5775         means that in the article buffer none of the minor mode elements will
5776         be shown, usually, and this is not desirable in most cases.
5777
5778         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5779         that commands like `d' (and the like) go to the next line in the
5780         buffer, instead of the next unread article.  I think this is the
5781         behaviour that is most natural for most users.
5782         (gnus-single-article-buffer): Change default to nil, so that people can
5783         have as many article buffers open as they have summary buffer.  I think
5784         this is the most natural way for the groups to behave.
5785
5786         * message.el (message-generate-new-buffers): Change default to
5787         `unsent', so that all new message buffers start their names with the
5788         string "*unsent", and it's easier to find the buffers if you move from
5789         them.
5790
5791 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792
5793         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5794         small.  They're probably tracking images.
5795         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5796         (gnus-html-rescale-image): Yet another try at getting the image sizing
5797         right.
5798
5799         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5800         nntp-marks-file-name is nil.
5801
5802 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * gnus-html.el (gnus-html-wash-tags)
5805         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5806         Better logging.
5807
5808 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5811
5812         * gnus-html.el (gnus-html-wash-tags): Check the value of
5813         gnus-blocked-images in the summary buffer.
5814
5815 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5816
5817         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5818
5819 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5820
5821         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5822         like "a", it seems like.
5823         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5824         since it needs to be picked from the correct buffer.
5825
5826         * nnwfm.el: Remove.
5827
5828         * nnlistserv.el: Remove.
5829
5830 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5833         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5834
5835 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * nnkiboze.el: Remove.
5838
5839         * nndb.el: Remove.
5840
5841         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5842         alt text.
5843         (gnus-html-rescale-image): Try to get the rescaling logic right for
5844         images that are just wide and not tall.
5845
5846         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5847         overshadow variable bindings.
5848
5849 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * gnus-html.el (gnus-html-wash-tags)
5852         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5853         Add extra logging.
5854
5855 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5858         (gnus-max-image-proportion): New variable.
5859         (gnus-html-rescale-image): New function.
5860         (gnus-html-put-image): Rescale images.
5861
5862 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5863
5864         Fix up some byte-compiler warnings.
5865         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5866         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5867         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5868         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5869         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5870         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5871         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5872
5873 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-html.el (gnus-article-html): Decode contents by charset.
5876
5877 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5880         (gnus-html-frame-width, gnus-blocked-images)
5881         * message.el (message-prune-recipient-rules): Add custom version.
5882         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5883
5884         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5885         functions.
5886
5887         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5888         gnus-process-get.
5889
5890 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5891
5892         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5893         instead of lsub directly.
5894
5895 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * nnwarchive.el: Remove.
5898
5899         * gnus-soup.el: Remove.
5900
5901         * nnsoup.el: Remove.
5902
5903         * nnultimate.el: Remove.
5904
5905         * gnus-html.el (gnus-blocked-images): New variable.
5906
5907         * message.el (message-prune-recipients): New function.
5908         (message-prune-recipient-rules): New variable.
5909
5910         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5911         guess whether a long line is natural text or not.
5912
5913         * gnus-html.el (gnus-html-schedule-image-fetching):
5914         Use gnus-process-plist and friends for compatibility.
5915
5916 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5917
5918         * gnus-html.el: Require packages that define macros used in this file.
5919         (gnus-article-mouse-face): Declare to silence byte-compiler.
5920         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5921         process-get.
5922         (gnus-html-put-image): Use plist-get to avoid getf.
5923         (gnus-html-prefetch-images): Use with-current-buffer.
5924
5925 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * gnus-ems.el: Provide compatibility functions for
5928         gnus-set-process-plist.
5929
5930         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5931         header-line-format for XEmacs 21.4.
5932
5933         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5934         * gnus.el (gnus-valid-select-methods)
5935         * message.el (message-send-mail-partially-limit)
5936         * mm-decode.el (mm-text-html-renderer)
5937         * mml.el (mml-insert-mime-headers-always)
5938         * smiley.el (smiley-regexp-alist): Bump custom version.
5939
5940 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * gnus-html.el: require mm-url.
5943         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5944         with the url to `url'.
5945         (gnus-html-wash-tags): Support cid: URLs/images.
5946
5947 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948
5949         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5950         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5951         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5952
5953         * gnus-move.el: Remove file, since it doesn't really work.
5954
5955         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5956         UTF-8.  This seems to fix problems with some German web feeds.
5957
5958         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5959         at the top so that the proper colours are applied.
5960
5961         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5962         don't have dots in their names.
5963
5964         * gnus-art.el (gnus-article-view-part): Doc fix.
5965
5966         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5967         XEmacs-compatible.
5968         (gnus-html-put-image): Don't do images on non-graphic displays.
5969
5970         * nnslashdot.el: Remove this unused backend.
5971
5972         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5973         actions.
5974         (gnus-undo-register-1): Revert last change.
5975
5976         * gnus-group.el (gnus-group-completing-read): Protect against not
5977         having completion-styles bound.
5978
5979         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5980         make broken recipients happier.
5981
5982         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5983
5984         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5985         point parameter.
5986
5987         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5988
5989         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5990         completion-styles for group selection.
5991
5992 2009-02-04  Andreas Schwab  <schwab@suse.de>
5993
5994         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5995         headers and regexp-quote the match if necessary.
5996
5997 2009-03-24  Miles Bader  <miles@gnu.org>
5998
5999         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6000         the blinking smiley.
6001
6002 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6003
6004         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6005         blink smiley.
6006
6007 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6008
6009         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6010         where the dribbel file lives exists.
6011
6012         * message.el (message-send-mail-partially-limit): Change the default to
6013         nil, since most people don't want this.
6014
6015         * mm-url.el (mm-url-decode-entities): Also decode entities like
6016         &#x3212.
6017
6018 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6019
6020         * gnus-sum.el (gnus-summary-idna-message):
6021         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6022         Hyperlink urls in docstrings with URL `...'.
6023
6024 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6025
6026         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6027         functions.
6028
6029 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6032         say what the mouseover text should be.
6033
6034         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6035         version of the mm-w3m-safe-url-regexp variable to only download images
6036         in the groups where we want that to happen.
6037
6038         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6039
6040         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6041         easier debugging.
6042         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6043         big pictures in the article buffer.
6044
6045         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6046         gnus-article-html.
6047         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6048         w3m.
6049
6050         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6051
6052 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6055         which doesn't exist.
6056
6057         * message.el (message-inhibit-ecomplete): New variable to allow some
6058         function to inhibit ecomplete address storage.
6059         (message-resend): Disable ecomplete message storage when resending
6060         messages.
6061
6062         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6063
6064 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6067         Save excursion while copying, moving, and deleting articles in order to
6068         prevent the cursor from jumping to unforeseen place.
6069
6070 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * lpath.el: No need to bind bookmark-current-buffer,
6073         bookmark-yank-point and bookmark-make-record-function.
6074
6075 2010-08-17  Glenn Morris  <rgm@gnu.org>
6076
6077         * gnus-sync.el: Require gnus components whose functions are used.
6078
6079         * gnus-art.el (bookmark-make-record-function):
6080         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6081         Declare for compiler.
6082
6083         * mm-url.el (mml-compute-boundary): Autoload.
6084
6085 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6088
6089 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6090
6091         Typo fix "hoo4a" -> "hook".
6092
6093         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6094
6095 2010-08-14  Glenn Morris  <rgm@gnu.org>
6096
6097         * gnus-sync.el (gnus-sync): Fix defgroup version.
6098
6099 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6102
6103         * gnus-sync.el: Fix docs.
6104         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6105         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6106
6107 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         Optimizations for gnus-sync.el.
6110
6111         * gnus-sync.el: Add docs about gnus-sync-backend
6112         possibilities.
6113         (gnus-sync-save): Remove unnecessary message.
6114         (gnus-sync-read): Optimize and show what groups were skipped.
6115
6116 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6117
6118         Minor bug fixes for gnus-sync.el.
6119
6120         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6121         Don't read the sync on get-new-news.
6122
6123         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6124         quiet.
6125
6126         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6127         (fix typo).
6128
6129 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6130
6131         Make saving and restoring of hidden threads work with overlays.
6132         Patch applied by Ted Zlatanov.
6133
6134         * gnus-sum.el (gnus-hidden-threads-configuration)
6135         (gnus-restore-hidden-threads-configuration): Update to deal with text
6136         properties, rather than searching for a magic character.
6137
6138 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         New gnus-sync.el library for synchronization of marks.
6141
6142         * gnus-sync.el: New library for synchronization of marks.
6143
6144         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6145         renamed from `gnus-registry-grep-in-list'.
6146
6147         * gnus-registry.el (gnus-registry-follow-group-p):
6148         Use `gnus-grep-in-list'.
6149
6150         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6151
6152 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6155         determining charset of text fails.
6156
6157 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * nnmail.el (nnmail-get-new-mail-1): Revert.
6160
6161         * nnml.el (nnml-active-number): Make sure names of newly created groups
6162         in nnml-group-alist are encoded.
6163
6164 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6167         containing non-ASCII characters in active file for nnml back end.
6168
6169 2010-07-24  David Engster  <dengste@eml.cc>
6170
6171         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6172         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6173
6174 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6175
6176         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6177         tag (Bug#6654).
6178
6179 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6182         the article buffer, not the summary buffer.
6183
6184 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6187         Emacs 23 as well.
6188
6189 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6192         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6193
6194 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6195
6196         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6197         Patch applied by Karl Fogel.
6198
6199         * gnus-sum.el (gnus-summary-bookmark-make-record):
6200         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6201
6202 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6203
6204         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6205         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6206         C-w still not working correctly from Article buffers; Thierry's
6207         patch to fix that will be applied after this.
6208
6209         * gnus-art.el (bookmark-make-record-function): New local variable.
6210
6211         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6212         article buffer.
6213         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6214
6215 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6216
6217         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6218         on changes in bookmark.el.
6219
6220 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6223         `no-log' instead of message not to log prompt string.
6224
6225 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6226
6227         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6228         the *other* type of HTML form submission.
6229
6230 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6231
6232         * auth-source.el (auth-source-pick): If choice does not contain a
6233         questioned keyword, set the check to t.
6234
6235 2010-06-12  Romain Francoise  <romain@orebokech.com>
6236
6237         * gnus-util.el (gnus-date-get-time): Move up before first use.
6238
6239 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6242         (gnus-article-edit-part): Bind it to make last part that is substituted
6243         or deleted visible.
6244         (gnus-mime-display-single): Buttonize part of which id equals to
6245         gnus-mime-buttonized-part-id.
6246
6247 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6248
6249         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6250         (gnus-dd-mmm): Use gnus-date-get-time.
6251         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6252         simplify logic.
6253         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6254         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6255
6256 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6257
6258         * auth-source.el (top): Autoload `secrets-list-collections',
6259         `secrets-create-item', `secrets-delete-item'.
6260         (auth-sources): Fix tag string.
6261         (auth-get-source, auth-source-retrieve, auth-source-create)
6262         (auth-source-delete): New defuns.
6263         (auth-source-pick): Rewrite in order to avoid 2 passes.
6264         (auth-source-forget-user-or-password): New parameter USERNAME.
6265         (auth-source-user-or-password): New parameters CREATE-MISSING and
6266         DELETE-EXISTING.  Retrieve password interactively, if needed.
6267
6268 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6269
6270         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6271         deleting unused directories when gnus-expert-user is t.
6272
6273 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6276         for each temp file when gnus-article-browse-delete-temp is ask.
6277
6278 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6279
6280         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6281         Lisp calls to delete-backward-char by calls to delete-char.
6282
6283 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6284
6285         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6286
6287 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6288
6289         * password-cache.el (password-cache-remove): Fix docstring.
6290
6291 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6294         article unless decoding article to be saved.
6295
6296 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6299         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6300         generated within the mm-with-unibyte-current-buffer macro.
6301
6302 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6305         to nil when we're in a mml-preview buffer and no group is selected.
6306
6307 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6308
6309         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6310         when catching the `C-g'.  Reported by "Leo".
6311
6312 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * message.el (message-forward-make-body-plain)
6315         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6316         multibyte-string-p.
6317
6318         * lpath.el: Revert.
6319
6320 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * message.el (message-forward-make-body-mml): Assume original message
6323         is multibyte string; error on unibyte.
6324         (message-forward-make-body-plain): Ditto; don't add excessive newline
6325         in body end.
6326
6327         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6328
6329 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6330
6331         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6332         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6333
6334 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * mm-extern.el (mm-extern-url): Don't use
6337         mm-with-unibyte-current-buffer.
6338         (mm-extern-cache-contents): Use with-current-buffer instead of
6339         save-excursion + set-buffer.
6340
6341 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * mm-util.el (mm-emacs-mule): Remove.
6344
6345 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6346
6347         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6348         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6349         change.
6350
6351 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6354         bind the default value of enable-multibyte-characters to nil.
6355
6356 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * message.el (message-forward-make-body-plain)
6359         (message-forward-make-body-mml):
6360         Don't use mm-with-unibyte-current-buffer.
6361
6362 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6363
6364         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6365
6366 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6367
6368         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6369         (Bug#5592).
6370
6371 2010-05-07  Julien Danjou  <julien@danjou.info>
6372
6373         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6374         it to mm-pipe-part.
6375
6376         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6377         it is given.
6378
6379 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * binhex.el (binhex-decode-region-internal)
6382         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6383         (dns-query)
6384         * nnweb.el (nnweb-gmane-search)
6385         * pgg-parse.el (pgg-parse-armor)
6386         * pgg.el (pgg-verify-region)
6387         * sha1.el (sha1-string-external)
6388         * uudecode.el (uudecode-decode-region-internal)
6389         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6390         XEmacs.
6391
6392         * gnus-art.el (gnus-article-browse-html-parts)
6393         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6394         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6395         make-temp-file.
6396
6397         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6398         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6399         compiling.
6400
6401         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6402         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6403         XEmacs when compiling.
6404
6405         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6406         gnus-pick-mode-off-hook for XEmacs when compiling.
6407         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6408         gnus-binary-mode-off-hook for XEmacs when compiling.
6409
6410         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6411         Return nil if char-charset is not available.
6412
6413         * imap.el (imap-disable-multibyte)
6414         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6415         macros.
6416
6417         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6418         instead of encode-coding-string.
6419
6420         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6421         'xemacs) instead of mm-emacs-mule to switch function definitions.
6422         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6423
6424         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6425         bind temporary-file-directory for XEmacs;
6426         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6427         timer-set-function for XEmacs 21.4 and SXEmacs;
6428         bind timer-list for XEmacs 21.4 and SXEmacs;
6429         fbind char-charset and find-charset-region for non-Mule XEmacs;
6430         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6431         encode-coding-region and encode-coding-string for XEmacs having no
6432         file-coding feature.
6433
6434 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6435
6436         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6437
6438 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6441         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6442
6443 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6444
6445         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6446         alias `jka-compr-delete-temp-file' no longer exists.
6447
6448 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6449
6450         Use define-minor-mode in Gnus where applicable.
6451         * mml.el (mml-mode): Use define-minor-mode.
6452         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6453         (gnus-undo-mode): Use define-minor-mode.
6454         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6455         (gnus-dead-summary-mode): Use define-minor-mode.
6456         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6457         Initialize in declaration.
6458         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6459         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6460         (gnus-mailing-list-mode): Use define-minor-mode.
6461         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6462         (gnus-draft-mode): Use define-minor-mode.
6463         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6464         (gnus-dired-mode): Use define-minor-mode.
6465
6466 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6467
6468         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6469         handles on recursive mml-to-mime translation and check them for
6470         boundary delimiter collisions.  Reported by Greg Troxel.
6471
6472 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6475
6476 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * mm-util.el (mm-find-buffer-file-coding-system):
6479         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6480
6481 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6482
6483         * message.el (message-generate-headers): Record insertion of optional
6484         headers as well.  Otherwise the check to prevent repeated insertion of
6485         optional headers is a no-op.
6486
6487 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6488
6489         * smime.el: Don't mention CVS.
6490
6491         * nnrss.el (nnrss-fetch): Don't mention CVS.
6492
6493         * nnir.el: Don't mention CVS.
6494
6495 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6496
6497         * gnus-sum.el (gnus-summary-bookmark-make-record):
6498         Add `location' field.
6499
6500 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * lpath.el: Fbind bookmark-default-handler,
6503         bookmark-get-bookmark-record, bookmark-make-record-default,
6504         bookmark-prop-get for Emacs <23 and XEmacs.
6505
6506 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6507
6508         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6509         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6510         Use with-current-buffer to silence the byte-compiler.
6511         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6512         bother to require `gnus'.
6513         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6514
6515 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6516
6517         * gnus-sum.el (gnus-summary-bookmark-make-record)
6518         (gnus-summary-bookmark-jump): New functions.
6519         (gnus-summary-mode): Setup bookmark support.
6520
6521 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6522
6523         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6524         if set.
6525
6526 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6529         gnus-article-browse-html-save-cid-image; make it work recursively for
6530         forwarded messages as well.
6531         (gnus-article-browse-html-parts): Work when prefix arg is given.
6532         (gnus-article-browse-html-article): Doc fix.
6533
6534 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6535
6536         * message.el (message-default-mail-headers):
6537         (message-default-headers): Carry the value mail-default-headers over
6538         into message-default-mail-headers, rather than message-default-headers.
6539
6540 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6541
6542         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6543         charset.
6544
6545         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6546         charset into the <meta> tag when the article is encoded to utf-8.
6547
6548 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-browse-delete-temp-files):
6551         Delete directories as well.
6552         (gnus-article-browse-html-parts): Work for images that do not specify
6553         file names; delete temp directory when quitting; insert header at the
6554         right place; use file: scheme for image files.
6555
6556 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6557
6558         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6559         (gnus-article-browse-html-parts): Use it to make temporary cid image
6560         files in addition to html file so that browser may display them.
6561
6562 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6565
6566 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6567
6568         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6569
6570 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * auth-source.el (auth-sources): Change default to be simpler.
6573         Explain about Secret Service API sources.  Improve Customize options.
6574         (auth-source-pick): Change to accept any number of search parameters.
6575         Implement fallbacks iteratively, not recursively.  Add scoring on the
6576         second pass and sort by score.  Call Secret Service API when needed.
6577         (auth-source-user-or-password): Use it.  Call Secret Service API
6578         directly when needed to get the user name and the password.
6579
6580 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6581
6582         * message.el (message-interactive): Doc fix.
6583         (message-qmail-inject-args): Reflow.
6584         (message-kill-to-signature): Fix typo in docstring.
6585
6586         * smiley.el (smiley-buffer): Fix typo in docstring.
6587
6588 2010-03-24  Glenn Morris  <rgm@gnu.org>
6589
6590         * mail-source.el (gnus-message): Declare.
6591         (mail-source-delete-old-incoming): Require gnus-util.
6592
6593 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6596
6597         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6598
6599         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6600         password-cache's default if it is not bound.
6601         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6602         password-cache-expiry's default if it is not bound.
6603
6604         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6605         available in Emacs 21.
6606
6607         * lpath.el: Suppress compiler warnings for:
6608         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6609         XEmacs;
6610         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6611         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6612         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6613
6614 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * auth-source.el (auth-sources): Fix up definition so extra parameters
6617         are always inline.
6618
6619 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6620
6621         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6622         wasn't updated after mismatch.  Clear cached mailbox info correctly
6623         when uidvalidity changes.
6624         (nnimap-group-prefixed-name): New function to avoid some code
6625         duplication.
6626         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6627         (nnimap-request-group): Use it.
6628         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6629         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6630         with many imap folders.  This is done by caching the group status from
6631         the imap server persistently in a group parameter `imap-status'.  (This
6632         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6633         but not persistently, so every Gnus startup was still very slow.)
6634
6635 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6638         delete the extra newline.  Otherwise editing of :string and :number
6639         types don't work.
6640
6641 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6644         secrets.el dependency.
6645         (auth-sources): Add optional user name.  Add secrets.el configuration
6646         choice (unused right now).
6647
6648 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * gnus-sum.el (gnus-summary-make-menu-bar):
6651         Let `gnus-registry-install-shortcuts' fill in the functions.
6652
6653         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6654         warnings.
6655         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6656         (gnus-registry-install-shortcuts): Populate and use it in a
6657         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6658
6659 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6660
6661         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6662         In-place substitutions for the group name encoding/decoding.
6663         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6664         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6665         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6666         (nnimap-update-unseen, nnimap-request-list)
6667         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6668         (nnimap-request-set-mark, nnimap-split-to-groups)
6669         (nnimap-split-articles, nnimap-request-newgroups)
6670         (nnimap-request-create-group, nnimap-request-accept-article)
6671         (nnimap-request-delete-group, nnimap-request-rename-group)
6672         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6673         `encoded-mbx' for consistency.
6674         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6675         variable `imap-current-mailbox'.
6676
6677         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6678         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6679
6680 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6681
6682         * pop3.el (pop3-display-message-size-flag): Display message size byte
6683         counts during POP3 download.
6684         (pop3-movemail): Use it.
6685         (pop3-list): Implement listing of available messages.
6686
6687 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6688
6689         * nnir.el (nnir-get-article-nov-override-function): New function to
6690         override the normal NOV retrieval.
6691         (nnir-retrieve-headers): Use it.
6692
6693 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6694
6695         * auth-source.el (netrc-machine-user-or-password): Autoload.
6696
6697 2010-03-19  Glenn Morris  <rgm@gnu.org>
6698
6699         Stop message.el from loading about 40 libraries it doesn't always need.
6700         The general approach is to autoload rather than require, and to
6701         require in the specific functions rather than the file.  (Bug#5642)
6702
6703         * gmm-utils.el: Don't require wid-edit.
6704         (widget-create-child-value, widget-convert, widget-default-get):
6705         Autoload.
6706
6707         * gnus-util.el: Don't require time-date, netrc.
6708         (message-fetch-field, gnus-group-name-decode): Declare rather than
6709         autoloading.
6710         (gnus-fetch-field): Require message.
6711         (gnus-decode-newsgroups): Require gnus-group.
6712
6713         * ietf-drums.el: Don't require time-date.
6714
6715         * message.el: Don't require hashcash, canlock, ecomplete.
6716         Do require mail-utils.  Require nnheader only when compiling.
6717         (smtpmail-default-smtp-server): Remove declaration.
6718         (message-send-mail-function): Check smtpmail-default-smtp-server
6719         is bound rather than requiring smtpmail.
6720         (message-auto-save-directory, message-insert-signature):
6721         Use expand-file-name rather than nnheader-concat.
6722         (nnheader-insert-file-contents): Autoload.
6723         (hashcash-wait-async): Declare.
6724         (message-send-mail): Only call gnus-setup-posting-charset if
6725         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6726         (message-send-mail-with-sendmail): Require sendmail.
6727         (canlock-password, canlock-password-for-verify): Declare.
6728         (message-canlock-password): Require canlock.
6729         (nnheader-get-report): Autoload.
6730         (gnus-setup-posting-charset): Declare.
6731         (message-send-news): Require gnus-msg.
6732         (message-make-references, message-make-in-reply-to): Use mail-header-id
6733         rather than the alias mail-header-message-id.
6734         (ecomplete-add-item, ecomplete-save): Declare.
6735         (message-put-addresses-in-ecomplete): Require ecomplete.
6736         (ecomplete-display-matches): Autoload.
6737
6738         * mm-decode.el: Don't require mailcap, gnus-util.
6739         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6740         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6741         Autoload.
6742         (mailcap-mime-extensions): Declare.
6743
6744         * mm-encode.el: Don't require mailcap.
6745         (mailcap-extension-to-mime): Autoload.
6746
6747         * mml-sec.el: Don't require password-cache.
6748
6749         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6750         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6751         (mml-minibuffer-read-type): Require mailcap.
6752         (mml-preview): Require gnus-msg.
6753
6754         * mml1991.el: Require password-cache.
6755         (password-cache-expiry): Remove declaration.
6756
6757         * mml2015.el: Require password-cache.
6758         (password-cache-expiry): Remove declaration.
6759
6760         * nneething.el (mailcap): Require mailcap.
6761
6762         * nnheader.el (declare-function): Add compatibility stub.
6763         (message-remove-header): Declare rather than autoload.
6764         (nnheader-replace-header): Require message.
6765
6766         * nnimap.el (declare-function): Add compatibility stub.
6767         (netrc-parse, netrc-machine-user-or-password): Declare.
6768         (nnimap-open-connection): Require netrc.
6769
6770         * nntp.el (declare-function): Add compatibility stub.
6771         (netrc-parse, netrc-machine, netrc-get): Declare.
6772         (nntp-send-authinfo): Require netrc.
6773
6774         * rfc2047.el: Don't require qp.
6775         (quoted-printable-encode-region, quoted-printable-decode-string):
6776         Autoload.
6777
6778         * sieve-mode.el: Don't require easymenu.
6779         (easy-menu-add-item): Autoload it.
6780
6781         * spam-stat.el (time-to-number-of-days): Autoload it.
6782
6783 2010-03-19  Glenn Morris  <rgm@gnu.org>
6784
6785         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6786
6787 2010-03-18  Glenn Morris  <rgm@gnu.org>
6788
6789         * hashcash.el (declare-function): Remove duplicate definition.
6790
6791 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6792
6793         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6794         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6795         value if any backslash escapes).
6796
6797 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6800         if it is available.  (bug#5647)
6801
6802         * lpath.el: Suppress compiler warning for coding-system-from-name for
6803         Emacs 21 and XEmacs.
6804
6805 2010-03-14  Juri Linkov  <juri@jurta.org>
6806
6807         * hmac-def.el:
6808         * hmac-md5.el:
6809         * netrc.el: Fix keywords.
6810
6811 2010-02-26  Glenn Morris  <rgm@gnu.org>
6812
6813         * message.el (message-send-mail-function): Change the default, so that
6814         it inherits from a customized send-mail-function.  (Bug#5643)
6815
6816 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6817
6818         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6819         shell-command-to-string signals an error (bug#5299).
6820
6821 2010-02-24  Glenn Morris  <rgm@gnu.org>
6822
6823         * message.el (message-smtpmail-send-it)
6824         (message-send-mail-with-mailclient): Doc fixes.
6825
6826 2010-02-16  Glenn Morris  <rgm@gnu.org>
6827
6828         * message.el (message-default-mail-headers): Change the default value
6829         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6830
6831 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6834         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6835
6836 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6837
6838         * time-date.el (date-to-time): Doc fix (Bug#5408).
6839
6840 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6841
6842         * message.el (message-mail): Just pass yank-action on to message-setup.
6843         (message-setup): Handle (FUN . ARGS) form of yank-action.
6844         (message-with-reply-buffer, message-widen-reply)
6845         (message-yank-original): Handle non-buffer values of
6846         message-reply-buffer (Bug#4080).
6847         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6848
6849 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6850
6851         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6852         Fix typo in docstring.
6853
6854 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6855
6856         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6857         response.
6858
6859 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6862
6863         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6864
6865         * message.el (message-check-news-header-syntax): Protect against a
6866         string that `rfc822-addresses' returns when parsing fails.
6867
6868 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6871         (gnus-previous-char-property-change): New functions.
6872
6873         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6874
6875 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6876
6877         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6878         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6879
6880 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6881
6882         * message.el (message-exchange-point-and-mark): Rework last change to
6883         avoid using optional arg of exchange-point-and-mark, for backward
6884         compatibility.
6885
6886 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6887
6888         * message.el (message-exchange-point-and-mark):
6889         Call exchange-point-and-mark with an argument rather than setting
6890         mark-active by hand (Bug#5175).
6891
6892 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * nntp.el (nntp-service-to-port): Work for service expressed with
6895         numeric string; replace [:digit:] with [0-9] for XEmacs.
6896
6897 2009-12-17  Glenn Morris  <rgm@gnu.org>
6898
6899         * gnus-group.el (gnus-bug-group-download-format-alist):
6900         Change emacs entry to debbugs.gnu.org.  Bump :version.
6901
6902 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6905
6906 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * message.el (message-info): Explain why we use `Info-goto-node'.
6909
6910 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6913
6914 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * message.el (message-completion-in-region): New compatibility function.
6917         (message-expand-group): Use it.
6918
6919 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6922         with no unread article should be listed if the 2nd arg `predicate' is
6923         given.
6924
6925 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6928
6929 2009-11-29  Juri Linkov  <juri@jurta.org>
6930
6931         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6932         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6933         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6934
6935 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6936
6937         * sha1.el (sha1-string-external): default-directory "/" in case
6938         otherwise non-existent.  process-connection-type pipe for touch of
6939         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6940
6941 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6942
6943         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6944         it's comms related and sgml-mode.el has "comm" on that basis too.
6945
6946 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6949         containing tspecial characters if they have been already quoted.
6950
6951 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6952
6953         * dns-mode.el (auto-mode-alist): Purecopy string.
6954
6955 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6956
6957         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6958
6959 2009-10-24  Glenn Morris  <rgm@gnu.org>
6960
6961         * gnus-art.el (help-xref-stack-item): Define for compiler.
6962
6963 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6964
6965         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6966
6967 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6970
6971 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6974         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6975
6976 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6979         (gnus-overlays-in): New alias to overlays-in.
6980
6981         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6982         gnus-overlay-get, and gnus-delete-overlay.
6983         (gnus-summary-show-thread): Make it work as well for systems in which
6984         next-single-char-property-change is not available.
6985         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6986
6987         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6988         (gnus-overlay-get): New alias to extent-property.
6989         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6990
6991         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6992         SXEmacs.
6993
6994         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6995         SXEmacs.
6996
6997 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7000
7001 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7002
7003         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7004         and XEmacs that don't have `remove-overlays'.
7005
7006 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7007
7008         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7009         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7010         selective display.  Use overlays instead.
7011
7012 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7013
7014         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7015
7016 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7017
7018         * spam-stat.el (spam-stat-load): Fix typo in message.
7019
7020 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7021
7022         * dig.el (dig-invoke): Fix typo in docstring.
7023         (query-dig): Reflow docstring.
7024
7025 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7026
7027         * gnus-art.el (gnus-article-encrypt-body):
7028         * message.el (message-check-recipients):
7029         * mm-util.el (mm-codepage-setup):
7030         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7031         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7032
7033 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7034
7035         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7036         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7037         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7038         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7039         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7040
7041 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7042
7043         * dig.el: Add "Keywords: comm", as per net-utils.el.
7044
7045 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7046
7047         * dig.el (dig-mode): Use define-derived-mode.
7048
7049 2009-09-19  Glenn Morris  <rgm@gnu.org>
7050
7051         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7052
7053 2009-09-18  Glenn Morris  <rgm@gnu.org>
7054
7055         * gnus-diary.el (gnus-diary-check-message):
7056         * message.el (message-insert-formatted-citation-line):
7057         * nnbabyl.el (top-level):
7058         * nndiary.el (nndiary-schedule):
7059         Fix typos in condition-case handlers.
7060
7061 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7064         configuration that provides the sole article window in a frame;
7065         position point correctly after deleting a part.
7066
7067 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7068
7069         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7070         (spam-resolve-registrations-routine): Use it to unregister articles
7071         that change status.
7072
7073 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7076         with XEmacs.
7077         (parse-time-string-chars): Use it.
7078
7079 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * imap.el (imap-interactive-login): Better messages.
7082         (imap-open): Fix bug with renamed buffer on reconnect.
7083         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7084         for easier debugging and cleaner code.  On successful (guessed based on
7085         server capabilities) secondary authentication, set imap-state
7086         correctly.
7087         (imap-last-authenticator): Define imap-last-authenticator as a variable
7088         to avoid warnings.
7089
7090 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * nnrss.el (nnrss-request-article): Remove binding of
7093         default-enable-multibyte-characters that has gotten needless by
7094         the 2007-07-13 change in rfc2047-encode-message-header.
7095
7096         * mml.el (mml-insert-multipart): Error on the message header.
7097         (mml-insert-part): Error on the message header; position point at
7098         the end of a MIME tag.
7099
7100 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * time-date.el (autoload): Expand define-obsolete-function-alias into
7103         defalias and make-obsolete for old Emacsen that Gnus supports.
7104         (with-no-warnings): Define it for old Emacsen.
7105         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7106         is available.
7107         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7108         float-time is available; suppress compile warning for time-to-seconds.
7109
7110         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7111         (gnus-float-time): Alias to float-time if it exists.
7112
7113         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7114         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7115         float-time is available; suppress compile warning for time-to-seconds.
7116
7117         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7118         XEmacs.
7119
7120 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7121
7122         * imap.el (imap-message-map): Docstring fix.
7123
7124 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7127         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7128         Add the optional argument `encoding' that overrides the default.
7129
7130         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7131         mm-encode-buffer.
7132
7133 2009-09-04  Glenn Morris  <rgm@gnu.org>
7134
7135         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7136         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7137         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7138         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7139         * mm-util.el (mm-with-unibyte-current-buffer)
7140         (mm-find-buffer-file-coding-system):
7141         * yenc.el (yenc-decode-region): Use default-value rather than
7142         default-enable-multibyte-characters.
7143
7144 2009-09-03  Glenn Morris  <rgm@gnu.org>
7145
7146         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7147         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7148         than default-enable-multibyte-characters.
7149
7150 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7151
7152         * gnus-art.el (gnus-article-read-summary-keys):
7153         Fix gnus-buffer-configuration's value temporarily used.
7154
7155 2009-09-02  Glenn Morris  <rgm@gnu.org>
7156
7157         * gnus-util.el (gnus-float-time): New function.
7158         * gnus-delay.el (gnus-delay-article):
7159         * gnus-sum.el (gnus-thread-latest-date):
7160         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7161         * nnspool.el (nnspool-request-newgroups):
7162         Use gnus-float-time rather than time-to-seconds.
7163         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7164
7165         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7166         (gnus-header-subject-face, gnus-header-newsgroups-face)
7167         (gnus-header-name-face, gnus-header-content-face):
7168         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7169         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7170         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7171         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7172         (gnus-cite-face-11):
7173         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7174         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7175         (gnus-server-closed-face, gnus-server-denied-face)
7176         (gnus-server-offline-face):
7177         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7178         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7179         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7180         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7181         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7182         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7183         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7184         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7185         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7186         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7187         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7188         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7189         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7190         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7191         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7192         (gnus-summary-high-undownloaded-face)
7193         (gnus-summary-low-undownloaded-face)
7194         (gnus-summary-normal-undownloaded-face)
7195         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7196         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7197         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7198         (gnus-splash-face):
7199         * message.el (message-header-to-face, message-header-cc-face)
7200         (message-header-subject-face, message-header-newsgroups-face)
7201         (message-header-other-face, message-header-name-face)
7202         (message-header-xheader-face, message-separator-face)
7203         (message-cited-text-face, message-mml-face):
7204         * sieve-mode.el (sieve-control-commands-face)
7205         (sieve-action-commands-face, sieve-test-commands-face)
7206         (sieve-tagged-arguments-face):
7207         * spam.el (spam-face):
7208         Mark face aliases with "-face" in the name as obsolete.
7209
7210 2009-09-01  Glenn Morris  <rgm@gnu.org>
7211
7212         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7213         than goto-line.
7214
7215 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7218         Don't move point if the command is invoked inside the message header.
7219
7220 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7221
7222         * imap.el (imap-send-command): Simplify.
7223         (imap-wait-for-tag): point-max -> buffer-size.
7224
7225 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7226
7227         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7228         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7229         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7230         * nnir.el (nnir-swish-e-index-file):
7231         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7232         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7233         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7234         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7235         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7236         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7237
7238 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7241         Don't save excursion.
7242
7243 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7244
7245         * nnheader.el (nnheader-find-file-noselect):
7246         * mm-util.el (mm-insert-file-contents):
7247         Use (default-value 'major-mode) instead of default-major-mode.
7248
7249 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7250
7251         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7252
7253 2009-08-26  Glenn Morris  <rgm@gnu.org>
7254
7255         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7256         than placing in files.el.
7257
7258 2009-08-25  Glenn Morris  <rgm@gnu.org>
7259
7260         * nnir.el (top-level): Don't require cl at run-time.
7261         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7262         Replace cl-function substitute with gnus-replace-in-string.
7263         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7264         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7265         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7266         simplified expansions.
7267
7268 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7269
7270         * dig.el (dig): Add autoload cookie.
7271
7272 2009-08-22  Glenn Morris  <rgm@gnu.org>
7273
7274         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7275         goto-line.
7276
7277 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7278
7279         * parse-time.el (parse-time-string-chars): Save match data.
7280
7281 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7282
7283         * parse-time.el (parse-time-string-chars): Compute using character
7284         classes, to handle non-ascii characters (Bug#3190).
7285
7286 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7289
7290         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7291         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7292         (gnus-mm-display-part, gnus-mime-display-single)
7293         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7294         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7295
7296         * gnus-sum.el
7297         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7298         (gnus-summary-move-article): Add expirable mark to articles copied or
7299         moved to group that has auto-expire turned on if the option is non-nil.
7300
7301 2009-07-24  Glenn Morris  <rgm@gnu.org>
7302
7303         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7304         Fix typo.  (Bug#3903)
7305
7306 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7309         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7310         that should not be used for draft articles.
7311         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7312         that has no concern in minor mode keys.
7313         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7314         Abolish.
7315
7316 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7319         article without making inquiry to a user for unknown encoding.
7320
7321         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7322         (nnmaildir--scan): Assume i-node and device number that file-attributes
7323         returns might be cons-cell.
7324
7325         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7326
7327         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7328
7329 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7330
7331         * auth-source.el: Remove docs now in auth.texi.  Don't use
7332         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7333         `auth-source-hide-passwords' and use them.
7334
7335 2009-07-15  Glenn Morris  <rgm@gnu.org>
7336
7337         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7338
7339 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7342         excessive whitespace from the default values of title and description.
7343
7344 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7347         mail-fetch-field to fetch Content-Description header in order to
7348         exclude newlines.
7349
7350 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7351
7352         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7353         format used by GnuPG 2.0.11.
7354
7355 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7358         to deleted part.
7359
7360 2009-05-30  David Engster  <dengste@eml.cc>
7361
7362         * nnmairix.el: Remove old documentation in the commentary block.
7363         (nnmairix-request-group): Do not update active file for nnml back ends.
7364         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7365         end so that overview files are ignored.
7366         (nnmairix-update-groups): Make updating the groups more robust by using
7367         marks.
7368         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7369         with dollar characters in message-id.
7370
7371 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7374         2008-12-25 in dns.el.
7375
7376 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7377
7378         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7379         could happen if the text is only composed of spaces and/or tabs.
7380
7381 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7382
7383         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7384         when sending a queued message to avoid extra mml tags.
7385
7386 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7389
7390 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7393         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7394         rmail-toggle-header for XEmacs;
7395         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7396
7397 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-dired.el: Remove autoload for gnus-setup-message.
7400         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7401         displaying Gnus logo; always use compose-mail.
7402
7403 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7406
7407 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7410         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7411         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7412         available.
7413         (gnus-nocem-epg-verify): New function.
7414
7415 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7416
7417         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7418
7419 2009-02-15  Glenn Morris  <rgm@gnu.org>
7420
7421         * gnus-util.el (rmail-insert-rmail-file-header)
7422         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7423         autoloads.
7424         (rmail-default-rmail-file): Remove unnecessary declaration.
7425         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7426
7427 2009-02-14  Glenn Morris  <rgm@gnu.org>
7428
7429         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7430         variable (only used in gnus-util, which declares it anyway).
7431         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7432         which was only needed by gnus-art (changed to not use it any more).
7433         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7434         only used in gnus-util, which autoloads it itself.
7435         (rmail-update-summary): Fix autoload.
7436
7437         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7438         rather than rmail-output-to-rmail-file.
7439
7440 2009-02-07  Glenn Morris  <rgm@gnu.org>
7441
7442         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7443         autoload of function that no longer exists.
7444         (rmail-toggle-header): Declare.
7445         (message-forward-rmail-make-body): Handle mbox Rmail.
7446
7447 2009-01-31  Glenn Morris  <rgm@gnu.org>
7448
7449         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7450         2009-01-09 change.
7451
7452 2009-01-31  Dave Love  <fx@gnu.org>
7453
7454         * imap.el (imap-fetch-safe): Bind debug-on-error.
7455         (imap-debug): Add imap-fetch-safe.
7456
7457 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7458
7459         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7460         (auth-source-forget-all-cached): New convenience function.
7461         (auth-source-user-or-password): Accept list of modes or a single mode.
7462
7463         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7464         auth-source modes.
7465
7466         * netrc.el (netrc-machine-user-or-password): Use list of
7467         auth-source modes.
7468
7469         * nnimap.el (nnimap-open-connection): Use list of
7470         auth-source modes.
7471
7472         * nntp.el (nntp-send-authinfo): Use list of
7473         auth-source modes.
7474
7475 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7476
7477         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7478         now.
7479
7480 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7483         coding system in XEmacs; add a workaround for XEmacs.
7484
7485         * lpath.el: Fbind coding-system-aliasee.
7486
7487 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7490         of current-language-environment.
7491
7492 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7495         available at runtime.
7496
7497 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7500
7501 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7502
7503         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7504         the greatest positive fixnum value doesn't work under an XEmacs with
7505         bignum support; use the most-positive-fixnum constant instead,
7506         available since Emacs 21.1 with cl and XEmacs 21.1.
7507
7508 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7511         XEmacs gets not to work.
7512
7513 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * mm-util.el (mm-coding-system-priorities): Allow the value like
7516         "Japanese (UTF-8)" of current-language-environment.
7517
7518 2009-01-09  Glenn Morris  <rgm@gnu.org>
7519
7520         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7521         with last-command-event.
7522
7523 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7526         in the doc string.
7527
7528         * message.el (message-fix-before-sending): Amend comment.
7529
7530 2009-01-08  Dave Love  <fx@gnu.org>
7531
7532         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7533
7534 2009-01-07  David Engster  <dengste@eml.cc>
7535
7536         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7537         simplified server definitions by converting it via
7538         gnus-server-to-method.
7539
7540 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7543         parameter's operands.
7544
7545 2009-01-06  David Engster  <dengste@eml.cc>
7546
7547         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7548         primary select method (for gnus-group-mark-article-as-read).
7549
7550 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7551
7552         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7553         `(gnus)Face', not `(gnus)X-Face'.
7554
7555 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * mm-util.el (mm-ucs-to-char): New function.
7558
7559         * mm-url.el (mm-url-decode-entities): Use it.
7560
7561         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7562         unicode-to-char.
7563
7564 2009-01-05  Dave Love  <fx@gnu.org>
7565
7566         * time-date.el: Require cl for `declare'.
7567
7568 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7571         Dave Love.
7572
7573 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * message.el (message-fix-before-sending): Add `eight-bit' to
7576         illegible-text check.
7577
7578 2009-01-03  Michael Olson  <mwolson@gnu.org>
7579
7580         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7581         `headers' is nil.  This can occur if the IMAP server does not have
7582         permissions to read messages from a folder, but can write new messages
7583         to the folder.
7584         (nnimap-request-article-part): Do not insert `data' if it is nil.
7585
7586         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7587         characters which will confuse `read', so skip past them.
7588
7589 2009-01-01  Dave Love  <fx@gnu.org>
7590
7591         * imap.el (imap-string-to-integer): Fix typo.
7592         (imap-fetch-safe): New function.
7593         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7594
7595         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7596
7597         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7598         (imap-parse-greeting): Fix doc strings.
7599         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7600         (imap-parse-flag-list): Make messages unique.
7601         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7602
7603         * nnimap.el: Fix author email.
7604         (nnimap-split-rule): Add FIXME comment.
7605         (nnimap-debug): Fix doc string.
7606
7607 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7610
7611 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7614         nslookup if resolv.conf isn't available.
7615         (dns-query): Rename from query-dns.
7616         (dns-query-cached): Rename from query-dns-cached.
7617
7618 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7621         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7622         to check if those variables exist (first appeared in Emacs 18.50).
7623
7624 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * mm-util.el (mm-line-number-at-pos): New function.
7627
7628         * spam-report.el (spam-report-process-queue): Use it.
7629
7630 2008-12-24  David Engster  <dengste@eml.cc>
7631
7632         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7633         parameters that haven't existed as variables as buffer-local variables.
7634
7635 2008-12-23  Dave Love  <fx@gnu.org>
7636
7637         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7638         cadar.
7639
7640         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7641         imap-starttls-p.
7642         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7643
7644 2008-12-22  Dave Love  <fx@gnu.org>
7645
7646         * imap.el: Fix author email.  Doc fixes.
7647         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7648         reply.
7649
7650 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         * spam-report.el (spam-report-gmane-max-requests): New constant.
7653         (spam-report-gmane-wait): New variable.
7654         (spam-report-gmane-ham, spam-report-gmane-spam)
7655         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7656         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7657         the server.
7658
7659         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7660         Add explanations.
7661
7662         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7663         nnheader-accept-process-output and nnheader-read-timeout if available.
7664         (pop3-movemail): Use it.
7665
7666         * message.el (message-check-news-body-syntax): Fix signature check if
7667         there's an attachment.
7668
7669 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * mm-util.el: Add comments to the mm- emulating functions.
7672
7673 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7676         Reported by Stephen Berman <stephen.berman@gmx.net>.
7677
7678 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * mm-util.el (mm-substring-no-properties): New function.
7681         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7682         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7683         (mm-string-to-multibyte): Doc fix.
7684
7685         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7686
7687 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * mml.el (mml-attach-file): Strip text properties from file name.
7690         (Bug#1574)
7691
7692 2008-12-16  Glenn Morris  <rgm@gnu.org>
7693
7694         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7695
7696 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7699         knows since the charset specified might be a bogus alias that
7700         mm-charset-synonym-alist provides.
7701
7702 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7705         "ISO_8859-1".
7706
7707         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7708
7709 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * mm-util.el (mm-charset-eval-alist):
7712         Define it before mm-charset-to-coding-system.
7713         (mm-charset-to-coding-system): Add optional argument `silent';
7714         define it before mm-charset-override-alist.
7715         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7716         default value if it can be used in Emacs currently running;
7717         silence mm-charset-to-coding-system.
7718
7719 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7722         `allow-override' which says whether to use `mm-charset-override-alist'.
7723         (rfc2047-decode-encoded-words): Use it.
7724
7725         * mm-util.el (mm-charset-override-alist): Fix custom type;
7726         add `(gb2312 . gbk)' to choices.
7727
7728 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7731         fast.
7732
7733         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7734
7735         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7736
7737 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7738
7739         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7740         on links.
7741
7742         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7743
7744 2008-12-03  Lute Kamstra  <lute@gnu.org>
7745
7746         * sha1.el: Remove leading * from docstrings of defcustoms,
7747         deffaces, defconsts and defuns.
7748
7749 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7752         users' addresses that don't have domain parts.
7753         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7754         rather than message-narrow-to-head since there will be the message
7755         header separator.
7756
7757 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7758
7759         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7760         since the result is inserted in a unibyte buffer anyway.
7761         (nnimap-demule-use-string-to-multibyte): Remove.
7762         (nnimap-demule): Alias it to mm-string-to-multibyte.
7763
7764 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7767         variable for debugging bug#464 and bug#1174.
7768         (nnimap-demule): Use it.
7769
7770 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7773         score calculation correctly.
7774
7775 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7776
7777         * message.el (message-send-mail): Just set the buffer to unibyte
7778         rather than use mm-with-unibyte-current-buffer which does a lot more.
7779         (message-send-mail-partially): Don't bother with
7780         mm-with-unibyte-current-buffer since it's already been made unibyte by
7781         message-send-mail.
7782
7783 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7784
7785         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7786
7787 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7788
7789         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7790
7791 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7794         require itself and to remove `with-no-warnings'.
7795
7796 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7797
7798         * starttls.el (starttls-any-program-available): Get the name of the
7799         available TLS layer program.
7800         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7801         well as the host name in the "opening" message.
7802
7803         * auth-source.el (auth-source-cache, auth-source-do-cache)
7804         (auth-source-user-or-password): Cache passwords and logins by default,
7805         allow override with `auth-source-do-cache'.
7806         (auth-source-forget-user-or-password): Allow users to remove cache
7807         entries if needed.
7808
7809 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7810
7811         * md4.el (md4-buffer): Fix typo in docstring.
7812         (md4, md4-64): Doc fixes.
7813         (md4-pack-int32): Reflow docstring.
7814
7815 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7818         condition-case to only the forward-sexp call.
7819
7820 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7821
7822         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7823         quotes contained.  Make it more robust regardless by an extra
7824         condition-case wrapper.
7825
7826 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7829
7830 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * nnml.el (nnml-request-expire-articles): Check if the function set to
7833         `nnmail-expiry-target' returns the symbol `delete'.
7834
7835         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7836
7837         * nnmail.el (nnmail-expiry-target): Fix custom type.
7838
7839 2008-10-02  Glenn Morris  <rgm@gnu.org>
7840
7841         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7842         Silence compiler warning.
7843
7844 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7845
7846         * tls.el (open-tls-stream): Show the actual command being
7847         executed, instead of the format string.
7848
7849 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * lpath.el: Fbind codepage-setup for Emacs 23.
7852
7853 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7854
7855         * mml.el (mml-menu): Don't assume mml2015 is bound.
7856
7857 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7860         exists.
7861
7862 2008-09-27  Glenn Morris  <rgm@gnu.org>
7863
7864         * gnus-util.el (mail-header-remove-comments): Autoload it.
7865
7866 2008-09-27  Andreas Schwab  <schwab@suse.de>
7867
7868         * gnus-util.el (gnus-split-references): Strip comments.
7869         (gnus-parent-id): Likewise.
7870
7871 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * message.el (message-confirm-send): Fix version.
7874
7875 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * message.el (message-idna-to-ascii-rhs-1): Use
7878         mail-extract-address-components rather than mail-header-parse-addresses
7879         that is an alias by default to ietf-drums-parse-addresses that does not
7880         support non-ASCII names in headers' contents.
7881
7882 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7883
7884         * message.el (message-confirm-send): Fix variable documentation to
7885         avoid the "y/n" wording.
7886
7887 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7888
7889         * message.el (message-set-auto-save-file-name): Save to a different
7890         filename so multiple messages (especially drafts) can be recovered.
7891
7892 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7893
7894         * message.el (message-confirm-send): Add appropriate version.
7895
7896 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7897
7898         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7899         defvar.
7900
7901 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7902
7903         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7904         (mm-pkcs7-enveloped-magic): Ditto.
7905
7906 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7907
7908         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7909         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7910
7911 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7914         default, it's better.
7915
7916 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7917
7918         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7919         summary line gnus-number property and ignore them (with a warning
7920         message).
7921
7922 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7925         macro caddr in the interactive form since it won't be expanded.
7926
7927 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7930         `charset'; fix name of function called recursively.
7931         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7932
7933 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7936         (gnus-mime-set-charset-parameters): New function.
7937         (gnus-mime-view-part-as-charset): Use it to correctly display part
7938         specifying wrong charset.
7939
7940 2008-09-08  David Engster  <dengste@eml.cc>
7941
7942         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7943         in completing-read for back end server.
7944
7945 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * message.el (message-confirm-send): New variable to confirm sending a
7948         message.
7949         (message-send): Use it.
7950
7951 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7952
7953         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7954
7955 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7958
7959 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7962         prevent tracking too many groups.
7963         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7964         Use it.
7965
7966 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7967
7968         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7969         moving point to the bottom of the window in order to avoid recentering.
7970
7971 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7974
7975         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7976         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7977         (gnus-article-beginning-of-window): Fix calculation.
7978
7979 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-msg.el (gnus-summary-supersede-article)
7982         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7983         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7984         message header.
7985
7986 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7987
7988         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7989         pending output coming after the status change.
7990
7991 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7992
7993         * message.el:
7994         * gnus-start.el:
7995         * gnus-registry.el: Remove VMS support.
7996
7997 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8000         macro.
8001         (rfc2104-hash): Use it.
8002
8003 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8006         (gnus-summary-sort-by-most-recent-date): New commands.
8007         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8008         and menu entries.
8009
8010 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8013         don't redisplay article for raw contents; remove plural articles stuff.
8014
8015         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8016         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8017         on gnus-summary-save-article; display results properly.
8018
8019 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * lpath.el: No need to fbind ns-focus-frame.
8022
8023 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8026
8027 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-art.el (gnus-summary-save-in-pipe):
8030         Consider gnus-save-all-headers.
8031
8032 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8033
8034         * gnus-util.el (ns-focus-frame): Remove declaration.
8035         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8036         like x.
8037
8038 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8039
8040         * rfc2104.el (rfc2104-zero): Delete defconst.
8041         (rfc2104-hex-alist): Likewise.
8042         (rfc2104-hex-to-int): Delete func.
8043         (rfc2104-hexstring-to-bitstring): Likewise.
8044         (rfc2104-nybbles): New defconst.
8045         (rfc2104-hash): Rewrite for speed.
8046
8047 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * tls.el (open-tls-stream): Make it work with the 2nd argument
8050         BUFFER that is a string but does not exist as a buffer object, as
8051         mentioned in the doc-string.
8052
8053 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8056         SXEmacs.
8057
8058 2008-07-16  Glenn Morris  <rgm@gnu.org>
8059
8060         * gnus-util.el (ns-focus-frame): Declare for compiler.
8061
8062 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8065         set as a group parameter.
8066         (gnus-summary-save-in-pipe): Work when it is called independently.
8067         (gnus-summary-pipe-to-muttprint): Don't modify
8068         gnus-summary-pipe-output-default-command.
8069
8070 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8071
8072         * message.el (message-send-mail-with-sendmail):
8073         Display the error message.
8074
8075 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-art.el (gnus-default-article-saver):
8078         Add gnus-summary-save-in-pipe to choices.
8079         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8080         gnus-summary-pipe-output-default-command as the default command.
8081         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8082         instead of gnus-last-shell-command.
8083
8084         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8085         New user option.
8086         (gnus-summary-muttprint-program): Mention the value will be changed.
8087         (gnus-summary-save-article): Force showing of all headers.
8088         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8089
8090 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8091
8092         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8093
8094 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8095
8096         * nnimap.el (nnimap-id):
8097         * sieve-manage.el (sieve-manage-open): Doc fixes.
8098
8099 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8100
8101         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8102         if available.
8103
8104 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8105
8106         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8107
8108         * nnkiboze.el (nnkiboze-generate-group):
8109         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8110
8111         * nnmairix.el: Require CL.
8112
8113 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * dgnushack.el: Autoload get-display-table and put-display-table for
8116         XEmacs 21.5.
8117
8118         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8119         21.4 and SXEmacs.
8120
8121 2008-06-15  David Engster  <dengste@eml.cc>
8122
8123         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8124
8125 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8126
8127         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8128         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8129         runtime choice under XEmacs.
8130
8131         * gnus-sum.el (gnus-summary-set-display-table):
8132         Use `gnus-put-display-table', `gnus-get-display-table',
8133         `gnus-set-display-table' for the display table, instead of `aset'.
8134
8135         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8136         Use `gnus-put-display-table', `gnus-get-display-table',
8137         `gnus-set-display-table' for the display table.
8138
8139 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * nnmairix.el: Add autoloads.
8142
8143 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * nnmairix.el (nnmairix-delete-recreate-group)
8146         (nnmairix-update-and-clear-marks): Fix error messages.
8147
8148 2008-06-14  David Engster  <dengste@eml.cc>
8149
8150         * nnmairix.el: Upgrade to version 0.6.
8151         (nnmairix-group-toggle-propmarks-this-group)
8152         (nnmairix-group-toggle-readmarks-this-group)
8153         (nnmairix-group-delete-recreate-this-group)
8154         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8155         (nnmairix-remove-tick-mark-original-article): New commands.
8156         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8157         (nnmairix-propagate-marks-to-nnmairix-groups)
8158         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8159         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8160         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8161         functions needed for marks propagation and manipulation of read marks.
8162         (nnmairix-update-groups): New function.
8163         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8164         (nnmairix-determine-original-group-from-registry)
8165         (nnmairix-determine-original-group-from-path)
8166         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8167         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8168         New helper functions.
8169         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8170         keystrokes for new commands.
8171         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8172         (nnmairix-request-group): Check allow-fast group parameter.
8173         (nnmairix-request-create-group): Set allow-fast group parameter if
8174         nnmairix-allowfast-default is set.
8175         (nnmairix-close-group): Propagate marks upon closing if needed.
8176         (nnmairix-group-toggle-threads-this-group): Use new.
8177         nnmairix-group-toggle-parameter helper function.
8178         (nnmairix-search): Better check for empty search result.
8179         (nnmairix-goto-original-article): Use new helper functions for
8180         determining original article.
8181         (nnmairix-show-original-article): Make sure message-id is in brackets.
8182         (nnmairix-call-mairix-binary): Change variable name.
8183         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8184         helper function.
8185         (nnmairix-widget-toggle-activate): Fix doc string.
8186
8187 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * nnir.el: Require edmacro when compiling with XEmacs.
8190         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8191         available in Emacs 21.
8192
8193 2008-06-11  Glenn Morris  <rgm@gnu.org>
8194
8195         * gnus-util.el (x-focus-frame):
8196         * gnus.el (image-size):
8197         * mm-decode.el (image-size): Declare.
8198
8199         * gnus-picon.el (declare-function): Add compat definition.
8200         (image-size): Declare.
8201
8202         * gnus-group.el (tool-bar-map):
8203         * gnus-sum.el (tool-bar-map): Define for compiler.
8204
8205         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8206
8207         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8208
8209         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8210         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8211         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8212         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8213         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8214         * sieve-manage.el, spam-report.el, spam.el:
8215         Remove unnecessary eval-and-compile of autoloads.
8216
8217 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8218
8219         * auth-source.el: Precise Tramp doc.
8220
8221 2008-06-07  Glenn Morris  <rgm@gnu.org>
8222
8223         * nnmairix.el: Remove unnecessary eval-when-compile.
8224
8225 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * lpath.el: Fbind propertize for XEmacs 21.4.
8228
8229 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * nnir.el: Move here from ../contrib.
8232
8233 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8234
8235         * gnus-util.el (gnus-read-shell-command): New function.
8236         * mm-decode.el (mm-pipe-part):
8237         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8238
8239 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8242
8243 2008-06-03  Glenn Morris  <rgm@gnu.org>
8244
8245         * pop3.el (nnheader-accept-process-output): Autoload it.
8246
8247 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8250         are not 2-digit hexadecimal characters that follow `%'s.
8251
8252 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * message.el (message-bogus-recipient-p): Fix type in doc string.
8255         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8256         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8257         Improve custom options.
8258         (message-bogus-recipient-p): Adjust accordingly.
8259
8260 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8261
8262         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8263         long-form month and day names.
8264
8265 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * dgnushack.el: Autoload debug, eudc-expand-inline and
8268         pgg-snarf-keys-region for XEmacs.
8269
8270         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8271
8272         * nnmairix.el: Require edmacro when compiling with XEmacs.
8273
8274 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8277         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8278
8279 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * auth-source.el: Add more docs.
8282
8283         * netrc.el (netrc-machine): Always match if the port is not given.
8284
8285 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8288         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8289         retrieval faster in some cases, but might make CPU usage larger.
8290         If this has any bad side effects, we might revert this change.
8291
8292         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8293         seems to make mail retrieval much, much faster.
8294         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8295         unconditionally.
8296
8297         * gnus-draft.el (gnus-group-send-queue):
8298         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8299
8300 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8303
8304         * message.el (message-bogus-address-regexp): Fix and improve custom
8305         type.
8306         (message-setup-hook): Add message-check-recipients as custom option.
8307
8308 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * message.el (message-cite-function): Remove bogus autoload which crept
8311         in during merge from v5-10.
8312
8313 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8316
8317         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8318
8319         * auth-source.el: Preliminary Tramp docs.
8320         (auth-sources): Change the default auth-sources to use
8321         EPA .gpg files.
8322
8323 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8324
8325         * nntp.el: Autoload `auth-source-user-or-password'.
8326         (nntp-send-authinfo): Use it.
8327
8328         * nnimap.el: Autoload `auth-source-user-or-password'.
8329         (nnimap-open-connection): Use it.
8330
8331         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8332         for the gnus-message function.
8333         (auth-source-user-or-password): Use it.
8334
8335 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8336
8337         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8338         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8339         (rfc2104-hash): Use it.
8340
8341 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8342
8343         * gnus-art.el (gnus-article-toggle-truncate-lines):
8344         Don't use `iff' in docstring.
8345
8346 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8347
8348         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8349
8350         * gnus-util.el (gnus-extract-address-component-name)
8351         (gnus-extract-address-component-email): Convenience functions around
8352         `gnus-extract-address-components'.
8353
8354         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8355         Use `gnus-extract-address-component-email' to fix bug of comparing full
8356         sender name to `user-mail-address'.
8357
8358 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8359
8360         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8361         catch/throw to optimize.
8362         (gnus-registry-find-keywords): Just use member to find a keyword.
8363
8364 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8365
8366         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8367         is current before calling gnus-server-prepare.
8368         (gnus-server-setup-buffer, gnus-server-update-server)
8369         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8370
8371 2008-05-04  Juri Linkov  <juri@jurta.org>
8372
8373         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8374         (mailcap-file-default-commands): Use mailcap-replace-in-string
8375         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8376         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8377
8378 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8379
8380         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8381
8382 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8383
8384         * gnus.el: Bump version to 0.11.
8385
8386 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8387
8388         * gnus.el: No Gnus v0.10 is released.
8389
8390 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8393         hooks.
8394         (gnus-update-read-articles): Speed up non-marks-using users.
8395         (gnus-use-marks): Define gnus-use-marks.
8396         (gnus-propagate-marks): Rename variable to something more sensible.
8397
8398 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8399
8400         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8401         (gmm-image-load-path-for-library): Fix typos in docstrings.
8402         (gmm-message): Reflow docstring.
8403
8404 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8405
8406         * mail-source.el (mail-source-set-1, mail-source-bind):
8407         Move auth-source code out of the macro to clean it up and fix bugs.
8408
8409 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8410
8411         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8412         by sender if it's equal to user-mail-address, it's likely to be
8413         useless.
8414
8415         * mail-source.el (mail-source-bind): Don't use user or password if they
8416         are not bound.  Unintern them if they are nil.  Don't use server unless
8417         it's bound, and default it to empty string otherwise.
8418
8419 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8420
8421         * mail-source.el: Load auth-source.el.
8422         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8423         get user name or password, if auth-sources is set up.
8424
8425         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8426         strategy of splitting with parent.
8427         (gnus-registry-split-fancy-with-parent)
8428         (gnus-registry-post-process-groups): Use it and fix prior
8429         bug (returning a list as the split result).
8430
8431         * auth-source.el (auth-sources): Remove server parameter.
8432         (auth-source-pick, auth-source-user-or-password)
8433         (auth-source-user-or-password-imap)
8434         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8435         (auth-source-user-or-password-sftp)
8436         (auth-source-user-or-password-smtp): Remove server parameter.
8437
8438 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8439
8440         * smime.el (smime-sign-region, smime-encrypt-region)
8441         (smime-decrypt-region):
8442         Remove redundant calls to `generate-new-buffer-name'.
8443
8444 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8445
8446         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8447         Don't use QP for message/rfc822.
8448         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8449
8450 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8451
8452         * sieve-manage.el (sieve-string-bytes): Remove.
8453         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8454         correct byte-length only if the process's coding-system is the same as
8455         the one used internally by Emacs to represent strings.
8456
8457 2008-04-22  Juri Linkov  <juri@jurta.org>
8458
8459         * mailcap.el (mailcap-file-default-commands): New function.
8460
8461 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * message.el (message-signature-separator, message-cite-function):
8464         Change custom version.
8465
8466 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8467
8468         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8469         commands.
8470         (tls-checktrust): Ditto.
8471
8472 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * mm-decode.el (mm-display-external): Make temp file read-only.
8475
8476 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8479         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8480         `C-c C-f d'.
8481
8482 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8483
8484         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8485
8486 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * gnus.el: Bump version to 0.9.
8489
8490 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8491
8492         * gnus.el: No Gnus v0.8 is released.
8493
8494 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8495
8496         * mail-source.el (mail-source-value):
8497         Prefer fboundp to functionp so it works with macros as well.
8498
8499 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8500
8501         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8502         Fix last change in case the element is not even a symbol.
8503
8504 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8505
8506         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8507         Prefer fboundp to functionp so it works with macros as well.
8508
8509 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8510
8511         * auth-source.el: Add docs.
8512         (auth-sources): Modify format to support server.
8513         (auth-source-pick, auth-source-user-or-password)
8514         (auth-source-user-or-password-imap)
8515         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8516         (auth-source-user-or-password-sftp)
8517         (auth-source-user-or-password-smtp): Add server parameter.
8518
8519 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8520
8521         * gnus-registry.el: Initialize the registry when gnus-registry-install
8522         is t.
8523
8524 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * compface.el (uncompface): Make buffer unibyte.
8527
8528 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8529
8530         * mail-source.el (mail-source-value):
8531         Prefer fboundp to functionp so it works with macros as well.
8532
8533 2008-04-05  Glenn Morris  <rgm@gnu.org>
8534
8535         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8536
8537 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8538
8539         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8540         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8541
8542         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8543         multibyteness after rather than before erasing it.
8544
8545         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8546         mm-with-multibyte.
8547         (gnus-request-article-this-buffer): Make sure the proper decoding is
8548         used if gnus-original-article-buffer happens to be unibyte.
8549
8550         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8551         default-enable-multibyte-characters.
8552
8553         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8554         default-enable-multibyte-characters.
8555
8556         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8557
8558         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8559
8560 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8561
8562         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8563         Fix last change in case the element is not even a symbol.
8564
8565 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8566
8567         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8568         (imap-message-copyuid-1): Use it.
8569         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8570         J. Williams in
8571         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8572
8573         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8574         imap-enable-exchange-bug-workaround.
8575         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8576
8577 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8578
8579         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8580         a 100 byte status-checks into a 2-3MB transfer for each group.
8581         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8582         to enable bug workaround or not.
8583         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8584
8585 2008-03-31  Glenn Morris  <rgm@gnu.org>
8586
8587         * message.el (mml2015-use): Declare for compiler.
8588         (message-info): Require mml2015 when appropriate.
8589
8590 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8593         whitespace.
8594
8595 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8596
8597         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8598         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8599         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8600         (nntp-service-to-port): New function.
8601         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8602         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8603         (nntp-open-netcat-stream): New function.
8604         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8605
8606 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8607
8608         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8609
8610 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8611
8612         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8613
8614 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8615
8616         * dns.el (dns-write): Use set-buffer-multibyte.
8617
8618 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8619
8620         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8621
8622 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * message.el (message-signature-separator): Change default.
8625         Improve custom type.
8626         (message-cite-function): Change default to
8627         message-cite-original-without-signature.
8628
8629         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8630         toggle.
8631
8632         * message.el (message-check-news-body-syntax): Fix signature check.
8633         (message-setup-1): Mark buffer as unmodified _after_ running
8634         message-setup-hook and handling message-alternative-emails.
8635         (message-shorten-references): Be more strict when building list of
8636         valid references to comply with GNKSA.
8637
8638         * gnus-group.el (gnus-read-ephemeral-bug-group)
8639         (gnus-read-ephemeral-debian-bug-group)
8640         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8641
8642         * message.el (message-info): Don't use booleanp which isn't supported
8643         in Emacs 21 and XEmacs.
8644
8645 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8648         gnus-group-gmane-group-download-format.
8649         (gnus-group-read-ephemeral-gmane-group): Rename from
8650         gnus-group-read-ephemeral-gmane-group.
8651         (gnus-read-ephemeral-gmane-group-url): Rename from
8652         gnus-group-read-ephemeral-gmane-group-url.
8653         (gnus-bug-group-download-format-alist): New variable.
8654         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8655         (gnus-read-ephemeral-emacs-bug-group): New commands.
8656
8657 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8660         (gnus-visible-headers): Improve custom type.
8661
8662 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * mml.el (mml-menu): Add workarounds for XEmacs.
8665
8666         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8667         X-Boundary header.
8668
8669         * message.el (message-simplify-recipients): Fix previous commit.
8670
8671 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8672
8673         * mm-util.el (mm-set-buffer-multibyte): New function.
8674         * mm-decode.el (mm-copy-to-buffer): Use it.
8675
8676         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8677         Prefer fboundp to functionp so it works with macros as well.
8678
8679 2008-03-19  Glenn Morris  <rgm@gnu.org>
8680
8681         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8682         Accidentally removed in the sync process with Emacs.
8683
8684 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * message.el (message-alter-recipients-discard-bogus-full-name):
8687         New function.
8688         (message-alter-recipients-function): New variable.
8689         (message-get-reply-headers): Use it.
8690         (message-replace-header): New helper function.
8691         (message-recipients-without-full-name): New variable.
8692         (message-simplify-recipients): New command.
8693
8694         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8695
8696         * message.el (message-info): Handle EasyPG manual.
8697
8698         * mml.el (mml-menu): Add entry for EasyPG.
8699
8700 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8701
8702         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8703         parameter.
8704
8705         * message.el (message-disassociate-draft): Specify drafts group name
8706         fully.
8707
8708 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8709
8710         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8711         Eliminate unnecessary duplicates from the match list.
8712
8713 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8716
8717         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8718
8719         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8720         args of `how-many' of which the XEmacs version doesn't take; declare
8721         Info-index-next as function.
8722
8723 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * gnus-score.el (gnus-score-headers): Fix handling of
8726         gnus-inhibit-slow-scoring.
8727
8728         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8729         string.
8730         (gnus-button-url-regexp): Improve handling of parenthesis.
8731         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8732         (gnus-button-handle-info-keystrokes): Handle index entries.
8733
8734 2008-03-15  Glenn Morris  <rgm@gnu.org>
8735
8736         * parse-time.el (parse-time-string): Simplify.
8737
8738 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8741         Incoming* files.
8742
8743 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8744
8745         * auth-source.el (auth-sources): Rename from auth-source-choices.
8746         (auth-source-pick): Use it.
8747
8748 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8749
8750         * binhex.el (binhex-decode-region-internal):
8751         * uudecode.el (uudecode-decode-region-internal):
8752         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8753         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8754         setting default-enable-multibyte-characters.
8755
8756 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8757
8758         * auth-source.el (auth-source-protocols)
8759         (auth-source-protocols-customize, auth-source-choices): Add and
8760         modified variable customizations and defaults.
8761         (auth-source-pick, auth-source-user-or-password)
8762         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8763         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8764         (auth-source-user-or-password-sftp)
8765         (auth-source-user-or-password-smtp): Use new variables and provide an
8766         interface to netrc.el.
8767
8768 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8771         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8772         Make sure the nntp port to specify is a string.
8773
8774 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8775
8776         * nntp.el: Use with-current-buffer.
8777         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8778         dubious mm-with-unibyte-current-buffer.
8779         (nntp-with-open-group-function): New function extracted from
8780         nntp-with-open-group macro.
8781         (nntp-with-open-group): Use the function, so it's easier to debug.
8782         Add indentation and debugging info.
8783         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8784         Recommend the use of the netcat alternatives.
8785
8786         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8787         Avoid mm-string-as-multibyte as well.
8788
8789         * nnweb.el (nnweb-insert-html):
8790         Remove use of nnheader-string-as-multibyte.
8791
8792         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8793         (nnheader-string-as-multibyte): Remove.
8794
8795         * mm-view.el: Use inhibit-read-only.
8796         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8797         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8798         or unibyte-string.
8799
8800         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8801         (mm-uu-yenc-extract): Use with-current-buffer.
8802
8803         * gnus-soup.el (gnus-soup-send-packet): Don't use
8804         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8805
8806         * nnmh.el: Use with-current-buffer.
8807         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8808         mm-string-as-multibyte on the output of mm-encode-coding-string.
8809
8810         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8811         (nnimap-request-move-article): Use with-current-buffer.
8812
8813         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8814         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8815         conversion uses string-make-unibyte rather than string-as-unibyte.
8816
8817         * gnus-msg.el: Use with-current-buffer.
8818
8819         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8820
8821 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8822
8823         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8824         string for caching if it is 'PIN.
8825
8826 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * lpath.el: Consider the case without Emacs/W3.
8829
8830 2008-03-08  Glenn Morris  <rgm@gnu.org>
8831
8832         * time-date.el (date-to-time, time-subtract, time-add)
8833         (safe-date-to-time): Doc fixes.
8834
8835 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * mail-source.el (mail-source-delete-old-incoming-confirm):
8838         Change default to nil.
8839         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8840
8841 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * lpath.el: Rearrange.
8844
8845         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8846         (gnus-article-goto-prev-page): Work for articles having ^L's.
8847
8848         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8849
8850         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8851
8852 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8853
8854         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8855         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8856         (gnus-bookmark-jump): Adjust some variable names.
8857
8858 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * auth-source.el: New package.
8861         (auth-source-choices): Add customization entry point variable.
8862
8863         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8864         bug.
8865
8866 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8867
8868         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8869         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8870         (gnus-registry-install-shortcuts): Rename from
8871         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8872         the `gnus-registry-mark-map' keymap dynamically from
8873         `gnus-registry-marks'.  The generated functions update the summary line
8874         when a registry mark is added or deleted, and will call
8875         `gnus-registry-install-p' (see the comments in the code).
8876         (gnus-registry-user-format-function-M): Use concat intelligently.
8877
8878         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8879         the registry mark functions.
8880
8881 2008-03-05  Glenn Morris  <rgm@gnu.org>
8882
8883         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8884         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8885         gnus-art.
8886         (top-level): No need to load own source when compiling.
8887
8888 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8891         Suggested by <chris.anderton@zetnet.co.uk>.
8892
8893 2008-03-04  Glenn Morris  <rgm@gnu.org>
8894
8895         * gnus-sum.el (top-level): No need to require gnus when compiling,
8896         since unconditionally required near start of file.
8897         (gnus-summary-display-while-building): Move definition before use.
8898
8899 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * gnus-registry.el (gnus-registry-user-format-function-M):
8902         Add formatting function.
8903
8904 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8905
8906         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8907         with plists.
8908         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8909         Use new format.
8910
8911 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8914         `where-is-internal' that returns a range of key sequences.
8915
8916 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8917
8918         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8919
8920         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8921         (gnus-summary-jump-to-group): Consider windows on other displayed
8922         frames as well.  Similar changes might be needed elsewhere, but that's
8923         the one I've bumped into during my use.
8924
8925         * nndoc.el (nndoc-oe-dbx-type-p):
8926         * gnus-msg.el (gnus-debug):
8927         * gnus-group.el (gnus-update-group-mark-positions):
8928         Use mm-string-to-multibyte.
8929
8930 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8933         doesn't handle NotDashEscaped.
8934
8935         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8936         (mml-dnd-attach-options): Fix typo in custom choice.
8937
8938         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8939         Change nndoc-article-type to mbox.
8940         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8941
8942         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8943         to nil, instead of html2text.
8944
8945         * imap.el (imap-debug): Add `imap-ping-server'.
8946
8947         * gnus-bookmark.el: Add FIXMEs.
8948
8949         * message.el (message-form-letter-separator)
8950         (message-send-form-letter-delay): New variables.
8951         (message-send-form-letter): Use them.  New command to send form
8952         letters.  Requested by Uwe Siart.
8953         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8954
8955 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * Update copyright years.
8958
8959 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         Sync from EMACS_22_BASE.
8962
8963         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8964
8965 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8966
8967         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8968         empty author.
8969
8970 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8971
8972         * gnus-registry.el (gnus-registry-marks): Add variable for
8973         customization of marks and their appearance.
8974         (gnus-registry-read-mark): Use it.
8975         (gnus-registry-do-marks): Add utility function to loop through
8976         `gnus-registry-marks'.
8977         (gnus-registry-install-shortcuts-and-menus): Add function to install
8978         shortcuts and menus.
8979         (gnus-registry-initialize): Use it.
8980         (gnus-registry-default-mark): Clarify documentation.
8981
8982 2008-02-29  Glenn Morris  <rgm@gnu.org>
8983
8984         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8985         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8986         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8987         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8988         Change defcustom :version from 23.0 to 23.1.
8989
8990 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8991
8992         * gnus-registry.el (gnus-registry-follow-group-p)
8993         (gnus-registry-post-process-groups): Add functions to aid registry
8994         splitting and improve logging.  Clarify behavior in function
8995         documentation.
8996         (gnus-registry-split-fancy-with-parent): Use them.
8997
8998 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8999
9000         * gnus-art.el: Use with-current-buffer.
9001
9002 2008-02-27  David Engster  <dengste@eml.cc>
9003
9004         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9005         Express real group name in the response.
9006
9007 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9010         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9011         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9012         autoload gnus-registry-fetch-group when compiling.
9013         (nnmairix-request-group-with-article-number-correction):
9014         Remove unreferenced argument passed to nnmairix-call-backend.
9015
9016 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9019         (mm-uu-extract): Improve face for low color ttys.
9020         Reported by Sascha Wilde.
9021
9022 2008-02-27  Glenn Morris  <rgm@gnu.org>
9023
9024         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9025         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9026         variables to defconsts.  Convert comments to doc-strings.
9027         (nnmairix-last-server, nnmairix-current-server): Convert from free
9028         variables to defvars.  Convert comments to doc-strings.
9029         (gnus-registry-fetch-group): Autoload.
9030         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9031         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9032         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9033         caddr.
9034         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9035         nnmairix-request-group-with-article-number-correction call.
9036         (nnmairix-fast, nnmairix-group): New, less general names, for free
9037         variables passed from nnmairix-request-group to
9038         nnmairix-request-group-with-article-number-correction.  Declare.
9039         (nnmairix-request-group-with-article-number-correction):
9040         Use nnmairix-fast, nnmairix-group rather than fast, group.
9041
9042 2008-02-26  David Engster  <dengste@eml.cc>
9043
9044         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9045         version 0.5.
9046
9047 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9048
9049         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9050         instead of making an extra function call.  Don't add the current group
9051         to articles only when they have the group.  Use
9052         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9053         Reported by David <de_bb@arcor.de>.
9054
9055 2008-02-24  Miles Bader  <miles@gnu.org>
9056
9057         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9058         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9059         (mm-find-mime-charset-region):
9060         * mm-bodies.el (mm-encode-body):
9061         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9062
9063 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9066         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9067
9068 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * mail-source.el (mail-source-delete-incoming): Change default.
9071         Supplement doc string.
9072
9073         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9074
9075 2008-02-14  Glenn Morris  <rgm@gnu.org>
9076
9077         * time-date.el (format-seconds): New function.
9078
9079 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * nnmail.el (nnmail-message-id-cache-file): Derive from
9082         `gnus-home-directory'.
9083
9084 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9087         Document negative prefix.
9088
9089         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9090
9091 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * message.el (message-unsent-separator): Add the Exim bounce
9094         separator.
9095
9096 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9097
9098         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9099         list.
9100         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9101         recipient/signer list.
9102
9103 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * Makefile.in (datarootdir): Define.
9106         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9107         name that might contain whitespace.
9108
9109 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9112         fbound (Emacs 23 unicode), signal an error.
9113
9114 2008-02-08  Glenn Morris  <rgm@gnu.org>
9115
9116         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9117
9118 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9119
9120         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9121         ports to the calls to `netrc-machine-user-or-password' in addition to
9122         "imap" and "imaps".
9123
9124 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9125
9126         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9127
9128         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9129
9130 2008-02-01  Kenichi Handa  <handa@m17n.org>
9131
9132         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9133         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9134         (rfc2104-hash): Convert the result of concat to unibyte string.
9135
9136 2008-02-01  Dave Love  <fx@gnu.org>
9137
9138         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9139         coding-system-for-read.
9140         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9141
9142 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9145         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9146         <hanche@math.ntnu.no>.
9147
9148 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9151
9152         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9153
9154 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9155
9156         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9157         * message.el (message-beginning-of-line): Use featurep instead of bound
9158         tests in order to resolve conditionals at compile time.
9159
9160 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9161
9162         * mail-source.el (mail-sources): Add `group' choice.
9163
9164         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9165         parameter `in-group' to control into which group the articles go.
9166         Add treatment of `group' mail-source.
9167
9168 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9171
9172         * mm-decode.el (mm-dissect-buffer): Decode description.
9173
9174         * mml.el (mml-to-mime): Encode message header first.
9175
9176 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9179         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9180
9181         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9182         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9183
9184 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9185
9186         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9187
9188 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9191         prefix keys.
9192         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9193         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9194         gnus-xmas.el.
9195
9196         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9197         (gnus-xmas-article-describe-bindings): New function.
9198         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9199         gnus-xmas-article-describe-bindings.
9200
9201         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9202
9203 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9204
9205         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9206         Add new variables for article mark management.
9207         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9208         list of extra data entries which, when present, will indicate that the
9209         article ID should not be trimmed from the registry.
9210         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9211         functions.
9212         (gnus-registry-read-mark): New function to read a mark name from the
9213         user.
9214         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9215         (gnus-registry-set-article-mark-internal): New functions to add and
9216         remove marks.
9217         (gnus-registry-get-article-marks): New function to show the marks for
9218         an article, or retrieve them for further use.
9219
9220 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9223         keys when no argument is given.
9224
9225 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * imap.el (imap-ping-server): New variable.
9228         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9229         (imap-ping-server): Minor doc string fixes.
9230
9231 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9232
9233         * imap.el (imap-ping-server): New function.
9234         (imap-opened): Call imap-ping-server.
9235
9236 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * gnus-sum.el (gnus-article-sort-by-random)
9239         (gnus-thread-sort-by-random): Fix doc strings.
9240         Reported by jidanni@jidanni.org.
9241
9242 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * gnus-art.el (gnus-article-describe-bindings): New function.
9245         (gnus-article-read-summary-keys): Use it.
9246         (gnus-article-mode-map): Bind `C-h b' to it.
9247
9248 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9251         XEmacs.
9252         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9253         Protect against non-character events.
9254
9255         * lpath.el: Fbind map-keymap for Emacs 21.
9256
9257 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9260         New command.
9261         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9262         instead of END.  Change name of the temp file.
9263         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9264         customizable.
9265
9266 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9269         bind `S W' to gnus-article-wide-reply-with-original; set default
9270         binding to gnus-article-read-summary-send-keys.
9271         (gnus-article-read-summary-keys): Fix the order of keys; display
9272         continuation keys correctly in the echo area; describe bindings
9273         correctly when keys end with `C-h'.
9274         (gnus-article-read-summary-send-keys): New function.
9275         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9276         Work for gnus-article-read-summary-send-keys; display continuation keys
9277         correctly in the echo area.
9278         (gnus-article-reply-with-original): Ignore prefix argument.
9279         (gnus-article-wide-reply-with-original): New function.
9280
9281         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9282         Emacs 21.
9283
9284 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9287         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9288
9289 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9292         (gnus-group-read-ephemeral-gmane-group): New command.
9293
9294 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9295
9296         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9297
9298 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * message.el (message-send-mail-function): Increase custom version.
9301
9302         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9303         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9304
9305 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9306
9307         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9308         for the cases where imap-authenticate is called with a nil buffer
9309         parameter.
9310
9311 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9314         html parts correctly; support forwarded messages.
9315         (gnus-article-browse-html-article): Remove work buffers.
9316
9317         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9318         compiling.
9319         (netrc-bound-and-true-p): New macro.
9320         (netrc-parse): Use it instead of bound-and-true-p that is not available
9321         in XEmacs 21.4.
9322
9323 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9324
9325         * gnus-registry.el (gnus-registry-mark-article)
9326         (gnus-registry-article-marks): Add functionality to mark articles
9327         through the Gnus registry.
9328
9329         * encrypt.el: Clarify documentation for the new pgg method.
9330         (encrypt-file-alist): Add PGG option.
9331         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9332         functionality.  Abstract password key and messaging to external
9333         functions.
9334         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9335         (encrypt-message-method-and-cipher): Add new convenience external
9336         functions.
9337         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9338         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9339
9340         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9341         (netrc-parse): Use encrypt-file-alist to determine if
9342         encrypt-find-model or encrypt-insert-file-contents should be used.
9343
9344         * encrypt.el: Clarify documentation.  Load password-cache or
9345         password, whichever one is found first, instead of autoloading.
9346
9347 2007-12-19  Glenn Morris  <rgm@gnu.org>
9348
9349         * mml.el (message-options-set, message-narrow-to-head)
9350         (message-in-body-p, message-mail-p, message-encode-message-body):
9351         Autoload.
9352         (message-remove-header, message-narrow-to-headers-or-head)
9353         (message-subscribed-p, message-make-mail-followup-to)
9354         (message-position-on-field, message-news-p)
9355         (message-options-set-recipient, message-generate-headers)
9356         (message-sort-headers): Declare as functions.
9357
9358 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9361         convention in doc string.
9362
9363 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9366         title to html parts.
9367         (gnus-article-browse-html-article): Pass message header to it.
9368
9369         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9370
9371 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9374         or password compatible with XEmacs.
9375
9376 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9379         format document.
9380         (gnus-mime-delete-part): Don't write description line if empty.
9381         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9382
9383 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9384
9385         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9386         (gnus-summary-mark-read-and-unread-as-read)
9387         (gnus-summary-mark-current-read-and-unread-as-read)
9388         (gnus-summary-mark-unread-as-ticked): Doc fix.
9389         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9390
9391 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9394         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9395
9396 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9399         yes-or-no-p.
9400
9401 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * mm-decode.el (mm-add-meta-html-tag): New function.
9404         (mm-save-part-to-file, mm-pipe-part): Use it.
9405
9406         * gnus-art.el (gnus-article-browse-delete-temp-files):
9407         Use gnus-y-or-n-p instead of y-or-n-p.
9408         (gnus-article-browse-html-parts): Work with message/external-body; use
9409         mm-add-meta-html-tag.
9410
9411 2007-12-11  Glenn Morris  <rgm@gnu.org>
9412
9413         * gnus-cache.el: Require gnus-sum not just when compiling.
9414
9415         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9416
9417         * gnus-int.el (gnus-server-opened, gnus-status-message):
9418         Move definitions before use.
9419
9420         * mm-decode.el: Require gnus-util.
9421         (mm-remove-part): Only call delete-annotation on XEmacs.
9422
9423         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9424
9425         * nnmail.el: Require gnus-int.
9426
9427         * spam.el: Move `require's before `eval-when-compile's.
9428
9429         * gnus-ems.el (gnus-alive-p):
9430         * gnus-fun.el (message-goto-eoh):
9431         * gnus-util.el (gnus-group-name-decode):
9432         * mail-source.el (gnus-compress-sequence):
9433         * message.el (Info-goto-node, format-spec):
9434         * mm-bodies.el (message-options-get):
9435         * mm-decode.el (mm-view-pkcs7):
9436         * mm-util.el (gmm-write-region):
9437         * mml-smime.el (mml-compute-boundary)
9438         (gnus-completing-read-with-default):
9439         * mml.el (widget-button-press, gnus-make-hashtable):
9440         * mml1991.el (mm-decode-content-transfer-encoding)
9441         (mm-encode-content-transfer-encoding)
9442         (message-options-get, message-options-set):
9443         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9444         * nnfolder.el (gnus-request-group):
9445         * nnheader.el (ietf-drums-unfold-fws):
9446         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9447         * smime.el (gnus-run-mode-hooks):
9448         * spam-stat.el (gnus-message): Autoload.
9449
9450         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9451         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9452         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9453         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9454         Add declare-function compatibility definition.
9455
9456         * gnus-cache.el (nnvirtual-find-group-art):
9457         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9458         (gnus-add-image, gnus-add-wash-type):
9459         * gnus-group.el (nnkiboze-score-file):
9460         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9461         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9462         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9463         (message-tokenize-header, gnus-get-buffer-create)
9464         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9465         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9466         * gnus.el (gnus-group-decoded-name):
9467         * mail-source.el (imap-capability):
9468         * mm-bodies.el (message-options-set):
9469         * mm-decode.el (gnus-configure-windows):
9470         * mm-extern.el (message-goto-body):
9471         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9472         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9473         (epg-sub-key-validity, message-options-set):
9474         * mml.el (widget-event-point, gnus-configure-windows):
9475         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9476         * mml2015.el (epg-check-configuration, epg-configuration)
9477         (message-options-set):
9478         * nndb.el (nndb-request-article):
9479         * nnfolder.el (gnus-request-create-group):
9480         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9481         * nnmaildir.el (gnus-group-mark-article-read):
9482         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9483         * rfc1843.el (message-fetch-field):
9484         * spam.el (gnus-extract-address-components):
9485         Declare as functions.
9486
9487 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9490
9491         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9492
9493         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9494         bind show-trailing-whitespace for XEmacs.
9495
9496 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9499         new no-op macro for backward compatibility.
9500
9501         * imap.el (imap-string-to-integer): New function.
9502
9503 2007-12-09  Glenn Morris  <rgm@gnu.org>
9504
9505         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9506
9507         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9508         * message.el, mm-view.el, sieve-manage.el, smime.el:
9509         Add declare-function compatibility definition.
9510
9511         * gnus-art.el (w3-region, w3m-region, Info-menu):
9512         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9513         * gnus-sum.el (gnus-get-predicate):
9514         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9515         * message.el (mail-abbrev-in-expansion-header-p):
9516         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9517         (w3m-detect-meta-charset, w3m-region):
9518         * sieve-manage.el (password-read, password-cache-add)
9519         (password-cache-remove):
9520         * smime.el (password-read-and-add): Declare as functions.
9521
9522 2007-12-08  David Kastrup  <dak@gnu.org>
9523
9524         * gnus-sum.el (gnus-summary-simplify-subject-query):
9525         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9526         `message'.
9527
9528 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9531         it to bind idna-program, installation-directory, defined-colors, and
9532         face-attribute for XEmacs of the version that compiles defcustom forms.
9533
9534 2007-12-07  Glenn Morris  <rgm@gnu.org>
9535
9536         * gnus-art.el (article-make-date-line): Revert previous change.
9537
9538 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9541
9542 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9543
9544         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9545         Call gnus-add-to-range ranges only once with a prepared article-list.
9546
9547 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9548
9549         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9550         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9551         group names with backslashes.
9552         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9553
9554 2007-12-06  Deepak Goel  <deego3@gmail.com>
9555
9556         * gnus-art.el (article-make-date-line):
9557         * gnus-start.el (gnus-load):
9558         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9559
9560 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-art.el (gnus-use-idna)
9563         * gnus-start.el (gnus-site-init-file)
9564         * message.el (message-use-idna)
9565         * mm-uu.el (mm-uu-hide-markers)
9566         * smiley.el (smiley-style): Revert changes that suppress warnings.
9567
9568 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9571         specify charset to html source.
9572         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9573
9574 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9577         idna-program in order to suppress byte compile warning issued by XEmacs
9578         that came to byte compile the default value section of defcustom forms
9579         recently.
9580
9581         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9582         value of installation-directory.
9583
9584         * message.el (message-use-idna): Don't directly refer to the value of
9585         idna-program.
9586
9587         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9588
9589         * smiley.el (smiley-style): Don't directly call face-attribute.
9590
9591 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9594
9595         * gnus-dired.el: Reduce Gnus dependencies.
9596         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9597         Don't require.  Use autoloads instead.
9598         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9599         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9600         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9601         (gnus-dired-mode): Adjust doc string.
9602         (gnus-dired-mail-mode): New variable.
9603         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9604         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9605         (gnus-dired-mail-buffers): New function.  Return mail or message
9606         composition buffers.
9607         (gnus-dired-attach): Use it.
9608         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9609         NO-DECODE.
9610         (gnus-dired-print): Use `gnus-print-buffer' depending on
9611         `gnus-dired-mail-mode'.
9612
9613 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * rfc2047.el (rfc2047-encoded-word-regexp)
9616         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9617         explaining what regexp patterns are for.
9618
9619 2007-12-04  Glenn Morris  <rgm@gnu.org>
9620
9621         * password.el: Move to password-cache.el.
9622
9623         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9624         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9625         * mml-smime.el (password-read, password-cache-add)
9626         (password-cache-remove):
9627         No need to autoload, since mml-sec requires password.
9628
9629         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9630         * message.el (gnus-extract-address-components):
9631         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9632
9633         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9634         password.
9635
9636 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * mailcap.el: Reduce dependencies.
9639         (mail-header-parse-content-type): Autoload.
9640         (mailcap-delete-duplicates): New alias.
9641         (mailcap-mime-info): Add optional argument NO-DECODE.
9642         (mailcap-mime-types): Use mailcap-delete-duplicates.
9643
9644         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9645
9646 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9647
9648         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9649         (imap-parse-status): Upcase status-att for servers that sends them
9650         lower-case (e.g., MS Exchange 2007).
9651
9652 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9655         function.
9656
9657         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9658         (gnus-uu-yenc-article): New function.
9659
9660         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9661
9662         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9663
9664 2007-12-02  Glenn Morris  <rgm@gnu.org>
9665
9666         * binhex.el (binhex): New custom group.
9667         (binhex-decoder-program, binhex-decoder-switches)
9668         (binhex-use-external): Move to the binhex custom group.
9669
9670         * uudecode.el (uudecode): New custom group.
9671         (uudecode-decoder-program, uudecode-decoder-switches)
9672         (uudecode-use-external): Move to the uudecode custom group.
9673
9674         * netrc.el (top-level): Don't load `encrypt' features.
9675         (netrc-parse): Don't use encrypt.
9676         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9677
9678         * encrypt.el: Remove file.
9679
9680 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9683         matches on patches.
9684
9685         * gnus-art.el (gnus-article-browse-html-article):
9686         Mention `mm-text-html-renderer' in the doc string.
9687
9688         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9689         string.  Add comments.
9690
9691         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9692         if rhs is ASCII.
9693
9694 2007-12-01  Glenn Morris  <rgm@gnu.org>
9695
9696         * mail-source.el (top-level): Require format-spec before
9697         eval-when-compile.
9698
9699 2007-11-30  Glenn Morris  <rgm@gnu.org>
9700
9701         * encrypt.el: Require password, rather than autoloading password-read.
9702
9703 2007-11-29  Glenn Morris  <rgm@gnu.org>
9704
9705         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9706         (sasl-make-client, sasl-next-step, sasl-step-data)
9707         (sasl-step-set-data): Declare as functions.
9708
9709 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9712
9713 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9714
9715         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9716         certs should be verified and what is to be done in the event of a
9717         verification failure.
9718
9719         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9720         caller can indicate whether the cache should be disregarded for this
9721         call.  This way the result of the call is reproducible at all times and
9722         can be considered a canonical server name for the supplied method.
9723         (gnus-agent-method-p): Canonicalize server names by pushing their
9724         method through `gnus-method-to-server' using the no-cache argument.
9725
9726         * gnus-srvr.el (gnus-server-insert-server-line):
9727         Call `gnus-method-to-server' with `no-cache' argument.
9728
9729         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9730         gnus-agent-possibly-synchronize-flags as this should be called when the
9731         server is actually being opened.
9732         (gnus-agent-possibly-synchronize-flags)
9733         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9734         flags file of an agentized server to the latter function.
9735
9736         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9737         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9738         after a connection has been established successfully.
9739
9740 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-art.el (article-display-face): Force to display face if called
9743         interactively; check if gnus-article-x-face-too-ugly matches author.
9744         (article-display-x-face): Display face even if From header is missing
9745         as article-display-face does.
9746
9747 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9748
9749         * hashcash.el (message-narrow-to-headers-or-head)
9750         (message-fetch-field, message-goto-eoh)
9751         (message-narrow-to-headers): Declare as functions.
9752
9753 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * mail-source.el (mail-sources): Default to fetch from file for
9756         compatibility with default of nnmail-spool-file.
9757
9758 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9761         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9762         to look for encoded word that should be encoded again.
9763         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9764         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9765         encoding pattern.
9766         (rfc2047-decode-region): Switch strict regexp and loose one according
9767         to rfc2047-allow-irregular-q-encoded-words.
9768
9769 2007-11-25  Romain Francoise  <romain@orebokech.com>
9770
9771         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9772
9773 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * tls.el (tls-program): Provide more custom choices from
9776         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9777         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9778
9779 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9782         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9783
9784         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9785         `nnmail-spool-file'.
9786
9787         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9788         `nnmail-spool-file'.
9789
9790         * gnus-move.el (gnus-change-server): Ditto.
9791
9792         * gnus-kill.el (gnus-batch-score): Ditto.
9793
9794         * gnus-cache.el (gnus-jog-cache): Ditto.
9795
9796         * gnus-msg.el (gnus-summary-reply):
9797         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9798
9799 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9802         version.  Minor improvement to doc strings.
9803         (tls-program): Add comment.
9804
9805 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9806
9807         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9808         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9809         mismatch between the hostname provided in the certificate and the name
9810         of the host connnecting to.
9811         (open-tls-stream): Use them.  Check certificates against trusted root
9812         certificates.
9813
9814 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus-cache.el (gnus-cache-generate-nov-databases):
9817         Use nnml-generate-nov-databases-directory instead of
9818         nnml-generate-nov-databases-1.
9819
9820 2007-11-24  Glenn Morris  <rgm@gnu.org>
9821
9822         * message.el (message-tool-bar-retro): Update for rename
9823         mail_send.xpm->mail-send.xpm.
9824
9825 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9828         `smime-ldap-search' for Emacs 22 and up.
9829
9830 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9831
9832         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9833
9834         * message.el (message-send-mail-function): Fix error convention.
9835         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9836         (message-widen-reply, message-send-mail, message-talkative-question)
9837         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9838         (message-clone-locals, message-send-news): Use with-current-buffer.
9839         (message-insert-or-toggle-importance): Remove unused var `valid'.
9840         (message-make-references): Remove unused var `new-references'.
9841         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9842
9843 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9844
9845         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9846         (spam-split-symbolic-return-positive): Reflow docstring.
9847         (spam-backends, spam-summary-exit-behavior)
9848         (spam-mark-ham-unread-before-move-from-spam-group)
9849         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9850         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9851         (spam-clear-cache, spam-backend-check, spam-install-backend)
9852         (spam-install-statistical-backend, spam-list-of-processors)
9853         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9854         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9855         (spam-check-crm114, spam-initialize, spam-unload-hook):
9856         Fix typos in docstrings.
9857
9858 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9861         been checked if they have never been read and those group levels are
9862         higher than the one that a user specified.
9863
9864 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9867         foreign groups unless a group level is specified by a user.
9868         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9869
9870 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * message.el (message-send-mail-function): Require sendmail.
9873
9874 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * message.el (message-send-mail-function): Check for smtpmail too.
9877
9878         * utf7.el (utf7-encode, utf7-decode): Use coding system
9879         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9880
9881         * message.el (message-send-mail-function): New function.
9882         (message-send-mail-function): Set default using
9883         message-send-mail-function.  Adjust doc string.
9884         (message-send-mail-with-mailclient): New function.
9885
9886 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9887
9888         * smime.el (from):
9889         * rfc2047.el (message-posting-charset):
9890         * qp.el (mm-use-ultra-safe-encoding):
9891         * pop3.el (parse-time-months):
9892         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9893         * nnml.el (files):
9894         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9895         (jka-compr-compression-info-list, ange-ftp-path-format)
9896         (efs-path-regexp):
9897         * nndiary.el (files):
9898         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9899         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9900         (epg-digest-algorithm-alist, inhibit-redisplay)
9901         (password-cache-expiry):
9902         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9903         (pgg-output-buffer, password-cache-expiry):
9904         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9905         (efs-path-regexp):
9906         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9907         (inhibit-redisplay):
9908         * mm-uu.el (file-name, start-point, end-point, entry)
9909         (gnus-newsgroup-name, gnus-newsgroup-charset):
9910         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9911         (latin-unity-ucs-list):
9912         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9913         (mm-uu-binhex-decode-function):
9914         * message.el (gnus-message-group-art, gnus-list-identifiers)
9915         (rmail-enable-mime-composing, gnus-local-organization)
9916         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9917         (gnus-read-active-file, facemenu-add-face-function)
9918         (facemenu-remove-face-function, gnus-article-decoded-p)
9919         (tool-bar-mode):
9920         * mail-source.el (display-time-mail-function):
9921         * gnus-util.el (nnmail-pathname-coding-system)
9922         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9923         (gnus-original-article-buffer, gnus-user-agent)
9924         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9925         (xemacs-codename, sxemacs-codename, emacs-program-version):
9926         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9927         * gnus-start.el (gnus-agent-covered-methods)
9928         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9929         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9930         (gnus-newsgroup-headers, gnus-group-list-mode)
9931         (gnus-group-mark-positions, gnus-newsgroup-data)
9932         (gnus-newsgroup-unreads, nnoo-state-alist)
9933         (gnus-current-select-method, mail-sources)
9934         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9935         (nnmail-spool-file, gnus-cache-active-hashtb):
9936         * gnus-mh.el (mh-lib-progs):
9937         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9938         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9939         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9940         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9941         (gnus-group-buffer):
9942         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9943         (font-lock-set-defaults):
9944         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9945         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9946         (gnus-summary-post-menu, total-parts, type, condition, length):
9947         * gnus-agent.el (gnus-agent-read-agentview):
9948         * flow-fill.el (show-trailing-whitespace):
9949         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9950         eval-and-compile wrappers for byte compiler pacifiers.
9951
9952         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9953         (mm-display-inline-fontify): Check for featurep 'xemacs not
9954         extent-list.
9955
9956         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9957         itimer-list.
9958         (mm-create-image-xemacs): Only do something for XEmacs.
9959         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9960
9961         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9962
9963         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9964         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9965
9966 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9967
9968         * nnimap.el (nnimap-split-download-body):
9969         * gnus-demon.el (gnus-demon):
9970         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9971
9972 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9975         New macros.
9976         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9977         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9978         copy data from unibyte buffer to multibyte current buffer.
9979         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9980         to copy data from unibyte current buffer to multibyte buffer.
9981         (nntp-make-process-buffer): Make process buffer unibyte.
9982
9983         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9984
9985 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9986
9987         * pop3.el (pop3-open-server): Accept and process data more robustly at
9988         connexion start to avoid spurious "POP SSL connexion failed" errors.
9989
9990 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9993         read group names.
9994
9995 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9998
9999 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10002         (nnmail-save-active): Use a unibyte buffer when saving active file,
10003         which may contain non-ASCII group names.
10004
10005         * nnml.el (nnml-request-group): Decode group names in messages.
10006
10007 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * message.el (message-citation-line-function)
10010         (message-insert-formatted-citation-line): Fix spelling of
10011         `message-insert-formated-citation-line'.
10012
10013 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10014
10015         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10016
10017 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10020         nnmail-pathname-coding-system.
10021
10022         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10023         that a user enters; decode group names in messages.
10024
10025         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10026
10027 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10028
10029         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10030
10031         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10032
10033         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10034         risky local variable.
10035
10036         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10037
10038 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10039
10040         * encrypt.el: Improve documentation to fix function name typo.
10041         Reported by Daiki Ueno <ueno@unixuser.org>.
10042
10043 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10046         even if the point is not in the last page of an article.
10047         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10048         back to the previous page.
10049
10050 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10053
10054 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10057
10058 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10059
10060         * message.el (message-check-news-body-syntax):
10061         Avoid mm-string-as-multibyte.
10062         (message-hide-headers): Don't assume (point-min)==1.
10063
10064 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * message.el (message-remove-blank-cited-lines): Fix if remove is
10067         given.
10068         (message-bogus-address-regexp): New variable.
10069         (message-bogus-recipient-p): New function.
10070         (message-check-recipients): New command.
10071         (message-syntax-checks): Add `bogus-recipient'.
10072         (message-fix-before-sending): Add `bogus-recipient'.
10073
10074         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10075         (gnus-treat-body-boundary): Don't test window-system.
10076
10077 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10078
10079         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10080
10081 2007-10-28  Miles Bader  <miles@gnu.org>
10082
10083         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10084         at compile-time too.
10085
10086 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-msg.el (gnus-message-setup-hook):
10089         Add `message-remove-blank-cited-lines' to options.
10090
10091 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * message.el (message-remove-blank-cited-lines): New function.
10094         Suggested by Karl Plästerer.
10095
10096 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10099         mapc.
10100
10101         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10102         (top-level): Use mapc to set functions to be traced for debugging.
10103
10104         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10105         called for effect with while loop.
10106
10107         * message.el (message-talkative-question): Replace mapcar called for
10108         effect with mapc.
10109
10110         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10111         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10112         called for effect with dolist.
10113
10114         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10115
10116         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10117         gnus-extra-headers and nnmail-extra-headers.
10118
10119         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10120         called for effect with dolist.
10121         (top-level): Use mapc to set functions to be traced for debugging.
10122
10123         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10124         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10125         dolist.
10126
10127         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10128         Replace mapcar called for effect with mapc.
10129         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10130         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10131         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10132         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10133
10134         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10135         remove-if that's a cl function.
10136
10137         * webmail.el (webmail-debug): Replace mapcar called for effect with
10138         dolist.
10139
10140         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10141         with mapc.
10142
10143 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10146         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10147         with while loop.
10148
10149         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10150         functions from article-* functions.
10151         (gnus-multi-decode-header): Replace mapcar called for effect with
10152         dolist.
10153
10154         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10155         (gnus-bookmark-show-details): Replace mapcar called for effect with
10156         while loop.
10157
10158         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10159         called for effect with while loop.
10160
10161         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10162         with dolist.
10163
10164         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10165         Replace mapcar called for effect with dolist.
10166
10167         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10168
10169         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10170         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10171         Replace mapcar called for effect with dolist.
10172         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10173         mapc.
10174
10175         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10176         Replace mapcar called for effect with dolist.
10177         (gnus-topic-list): Replace mapcar called for effect with mapc.
10178
10179         * gnus.el: Use mapc instead of mapcar to add autoloads.
10180
10181 2007-10-23  Richard Stallman  <rms@gnu.org>
10182
10183         * gnus-group.el (gnus-group-highlight): Mark as risky.
10184
10185 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus.el (gnus-server-to-method): Return method found first in
10188         gnus-newsrc-alist.
10189
10190         * gnus-art.el (gnus-article-highlight-signature)
10191         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10192         button overlay without the front stickiness.
10193
10194 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10195
10196         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10197         overview buffer needed a catch to receive its throw.
10198         (gnus-agent-flush-cache): Declare as interactive to make this function
10199         easier to use.
10200
10201 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10204         `next-line'.
10205
10206 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10209         exclude address matching message-dont-reply-to-names.
10210
10211 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-util.el (gnus-string<): New function.
10214
10215         * gnus-sum.el (gnus-article-sort-by-author)
10216         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10217
10218 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10221         the frame-focus tag is set in gnus-buffer-configuration.
10222
10223 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10226         the front stickiness.
10227
10228 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10231         url pattern; remove duplicate one.
10232         (gnus-article-extend-url-button): New function.
10233         (gnus-article-add-buttons): Use it.
10234         (gnus-button-push): Use concatenated url that it makes.
10235
10236 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10237
10238         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10239
10240 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10241
10242         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10243         Don't hardcode point-min==1.
10244
10245 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10248         Fix comment about "iso8859-1".
10249
10250 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10251
10252         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10253         ones returned from the verify-function.
10254
10255         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10256         Call mml2015-extract-cleartext-signature if extraction failed.
10257
10258 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10259
10260         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10261         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10262         failed.
10263
10264 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10267
10268 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10271         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10272         recommends to use EasyPG instead of PGG.
10273
10274         * pgg.el: Revert to revision 6.23.2.16.
10275
10276         * pgg-def.el: Revert to revision 6.6.2.14.
10277
10278         * pgg-gpg.el: Revert to revision 6.23.2.34.
10279
10280 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10281
10282         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10283         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10284         thread for both the null and zero (kill/expire thread) universal prefix
10285         cases.
10286         (gnus-summary-expire-thread): Add new function to expire a thread,
10287         using gnus-summary-kill-thread.
10288         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10289         shortcuts for gnus-summary-expire-thread.
10290         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10291         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10292
10293 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10294
10295         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10296         extras value, so an extras entry can be deleted.
10297         (gnus-registry-delete-extra-entry): Use it.
10298         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10299         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10300         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10301         storage through the gnus-registry, and provide an appropriate API for
10302         it.
10303
10304 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10307         Suggested by Leo <sdl.web@gmail.com>.
10308
10309         * gnus.el: Do.
10310
10311 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10314         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10315
10316         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10317
10318         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10319         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10320
10321 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10324         newline.
10325         (nnmbox-request-accept-article): Don't change article in source buffer;
10326         narrow to header to use message-fetch-field rather than
10327         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10328         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10329         as delimiters; make sure article ends with newline.
10330         (nnmbox-delete-mail): Correct last position of article to be deleted;
10331         ignore X-Gnus-Newsgroup header in article body.
10332         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10333         positions; make sure article ends with newline.
10334
10335         * message.el (message-display-abbrev): Don't infloop when a user
10336         inserts SPC in the beginning of header.
10337
10338         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10339         coding-system-for-read and coding-system-for-write for XEmacs having no
10340         file-coding feature.
10341
10342         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10343
10344 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10345
10346         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10347         list of groups not followed by default.  Fix type to be regexp.
10348         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10349
10350 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10351
10352         * hmac-def.el (define-hmac-function): Switch from old-style to
10353         new-style backquotes.
10354
10355         * md4.el (md4-make-step): Likewise.
10356
10357 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10360         raw-text coding system when saving .newsrc file, which may contain
10361         non-ASCII group names.
10362
10363 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-cus.el (gnus-score-extra): New widget.
10366         (gnus-score-extra-convert): New function.
10367         (gnus-score-customize): Use it for Extra.
10368
10369 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10370
10371         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10372         (mml2015-mailcrypt-clear-verify): Use it.
10373         (mml2015-gpg-clear-verify): Use it.
10374         (mml2015-pgg-clear-verify): Use it.
10375         (mml2015-epg-clear-verify): Replace the current part with the output
10376         from GnuPG; don't extract the plaintext by itself.
10377
10378         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10379         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10380         mml2015-clear-verify-function; don't touch the armor headers or
10381         dash-escaped text here.
10382
10383 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10386         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10387         parts, or application/octet-stream as a last resort.
10388         (gnus-mime-view-part-as-type): Don't toggle display.
10389         (gnus-mime-view-part-as-charset): Don't turn off display before
10390         querying charset.
10391
10392         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10393         stuff to undisplayer function in Emacs.
10394         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10395
10396         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10397         text/calendar parts.
10398
10399 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10402         decoding text/calendar parts.
10403
10404         * message.el (message-forward-make-body-mime): Always mark body as
10405         having no illegible text; remove signed-or-encrypted argument.
10406         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10407
10408         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10409         (mml-generate-mime-1): Don't encode body if it is specified to be in
10410         raw form; don't make buffer be unibyte when inserting multibyte string.
10411
10412 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10413
10414         * sha1.el: Fix up comment style.
10415         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10416         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10417
10418         * hex-util.el: Fix up comment style.
10419         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10420
10421         * gnus-salt.el: Use with-current-buffer.
10422         (gnus-pick-setup-message): Fix long-standing typo.
10423
10424 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * imap.el (imap-logout-timeout): New variable.
10427         (imap-logout, imap-logout-wait): New functions.
10428         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10429
10430         * nnimap.el (nnimap-logout-timeout): New server variable.
10431         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10432         nnimap-logout-timeout.
10433
10434         * gnus-art.el (gnus-article-summary-command-nosave)
10435         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10436
10437 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus.el (gnus-maximum-newsgroup): New variable.
10440
10441         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10442         according to gnus-maximum-newsgroup.
10443
10444         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10445         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10446         Limit the range of articles according to gnus-maximum-newsgroup.
10447
10448 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10449
10450         * gnus-art.el (gnus-sticky-article): Fix problems described in
10451         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10452         Don't perform gnus-configure-windows here; reuse existing sticky
10453         article buffer.
10454
10455         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10456         it doesn't exist in gnus-article-mode.
10457
10458 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10461         (gnus-agent-decoded-group-name): New function.
10462         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10463         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10464
10465 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10466
10467         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10468         Add binding for gnus-sticky-article.
10469         (gnus-summary-exit): Don't kill sticky article buffers.
10470
10471         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10472         article buffer.
10473         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10474         (gnus-kill-sticky-article-buffers): New commands.
10475
10476 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * nntp.el (nntp-xref-number-is-evil): New server variable.
10479         (nntp-find-group-and-number): If it is non-nil, don't trust article
10480         numbers in the Xref header.
10481
10482 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-agent.el (gnus-agent-read-group): New function.
10485         (gnus-agent-flush-group, gnus-agent-expire-group)
10486         (gnus-agent-regenerate-group): Use it.
10487         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10488         nnmail-pathname-coding-system.
10489
10490 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10493
10494         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10495         that are unread as unread, and also as selected so that information of
10496         marks having been changed by a user may be updated when exiting group.
10497
10498 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10501
10502 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10505         calculated ignoring signature parts to gnus-treat-article.
10506
10507 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10510         a point here in order to keep the window start.
10511         (gnus-insert-mime-security-button): Make a button overlay without the
10512         front stickiness.
10513         (gnus-mime-display-security): Goto the end of a button.
10514
10515         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10516
10517 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10520         group-name-at-point.
10521         (gnus-group-completing-read): New function that offers decoded
10522         non-ASCII group names for completion.
10523         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10524         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10525         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10526         (gnus-group-fetch-control): Use it.
10527         (gnus-fetch-group): Use group-name-at-point for the initial value
10528         rather than the default value; use gnus-alive-p.
10529
10530         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10531         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10532         (gnus-summary-post-news): Use gnus-group-completing-read.
10533
10534         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10535         (gnus-read-move-group-name): Decode group name for completion.
10536
10537 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10538
10539         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10540         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10541         Yamaoka slightly modified the code).
10542
10543 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10546         (nnmail-split-incoming): Bind it.
10547
10548         * nnml.el (nnml-group-name-charset): New function.
10549         (nnml-decoded-group-name): Use it; don't decode group name if
10550         nnmail-group-names-not-encoded-p is non-nil.
10551         (nnml-encoded-group-name): New function.
10552         (nnml-group-pathname): Inline nnml-decoded-group-name.
10553         (nnml-request-expire-articles): Decode group name in message.
10554         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10555         nnmail-pathname-coding-system.
10556         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10557         not decoded ones according to nnmail-group-names-not-encoded-p.
10558         (nnml-generate-active-info): Use nnml-encoded-group-name.
10559
10560 2007-08-08  Glenn Morris  <rgm@gnu.org>
10561
10562         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10563         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10564         doc-strings and comments.
10565
10566 2007-07-25  Glenn Morris  <rgm@gnu.org>
10567
10568         * Relicense all FSF files to GPLv3 or later.
10569
10570 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * gnus-sum.el (gnus-summary-move-article):
10573         Make gnus-summary-respool-article work.
10574
10575 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10578         string.
10579
10580 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10581
10582         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10583         that should be ignored when comparing distant RSS articles with local
10584         ones.
10585         (nnrss-make-hash-index): New function.  Create a hash index according
10586         to the ignored fields.
10587         (nnrss-check-group): Use it.
10588
10589 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10592
10593         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10594
10595         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10596         the new optional argument ENCODED is non-nil.
10597         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10598         coding system for encoding group name.
10599         (gnus-group-make-rss-group): Pass un-encoded group name to
10600         gnus-group-make-group.
10601         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10602         encoded.
10603
10604         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10605         Encode group name to which articles are moved or copied.
10606         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10607         coding system for encoding Newsgroup, Followup-To and Xref headers.
10608
10609         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10610         marks; use nnheader-file-coding-system to write a file.
10611         (nnagent-retrieve-headers): Bind file-name-coding-system to
10612         nnmail-pathname-coding-system.
10613
10614         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10615
10616         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10617         (nnml-request-article, nnml-request-create-group)
10618         (nnml-request-rename-group, nnml-find-id)
10619         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10620         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10621         (nnml-save-marks): Use nnml-group-pathname instead of
10622         nnmail-group-pathname.
10623
10624         (nnml-request-create-group, nnml-request-expire-articles)
10625         (nnml-request-move-article, nnml-request-delete-group)
10626         (nnml-deletable-article-p, nnml-possibly-create-directory)
10627         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10628         (nnml-open-marks): Bind file-name-coding-system to
10629         nnmail-pathname-coding-system.
10630
10631         (nnml-request-article): Pass server argument to nnml-find-group-number.
10632         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10633         Pass server argument to nnml-possibly-create-directory.
10634         (nnml-request-accept-article): Pass server argument to
10635         nnml-active-number and nnml-save-mail.
10636         (nnml-find-group-number): Pass server argument to nnml-find-id.
10637         (nnml-request-update-info): Pass server argument to
10638         nnml-marks-changed-p.
10639
10640         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10641         (nnml-save-mail, nnml-active-number): Add server argument.
10642
10643         (nnml-request-delete-group): Warn if group is missing.
10644         (nnml-get-nov-buffer): Decode group name.
10645         (nnml-generate-active-info): Encode group name.
10646         (nnml-open-marks): Decode group name in messages.
10647
10648 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10651         if it is not specified.
10652         (gnus-article-pipe-part, gnus-article-save-part)
10653         (gnus-article-interactively-view-part, gnus-article-copy-part)
10654         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10655         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10656         (gnus-article-replace-part, gnus-article-delete-part)
10657         (gnus-article-view-part-as-type): Pass raw prefix argument to
10658         gnus-article-part-wrapper.
10659
10660 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-agent.el (gnus-agent-save-active):
10663         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10664
10665         * gnus-cache.el (gnus-cache-save-buffers)
10666         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10667         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10668         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10669         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10670         (gnus-cache-generate-active, gnus-cache-rename-group)
10671         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10672         (gnus-cache-update-overview-total-fetched-for):
10673         Bind file-name-coding-system to nnmail-pathname-coding-system.
10674         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10675         New variables.
10676         (gnus-cache-decoded-group-name): New function.
10677         (gnus-cache-file-name): Use it.
10678         (gnus-cache-generate-active): Use non-decoded group name for active.
10679
10680         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10681         right place.
10682         (gnus-write-active-file): Don't break non-ASCII group names.
10683
10684         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10685         nnmail-pathname-coding-system.
10686
10687         * lpath.el: Bind default-file-name-coding-system,
10688         file-name-coding-system and language-info-alist for XEmacs.
10689
10690         * gnus-uu.el (gnus-uu-decode-save): Typo.
10691
10692 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10695
10696 2007-07-14  David Kastrup  <dak@gnu.org>
10697
10698         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10699         finishing actions if we did not edit the article.
10700
10701 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10704         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10705         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10706         (gnus-agent-flush-group, gnus-agent-flush-cache)
10707         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10708         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10709         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10710         (gnus-agent-regenerate-group)
10711         (gnus-agent-update-files-total-fetched-for)
10712         (gnus-agent-update-view-total-fetched-for):
10713         Bind file-name-coding-system to nnmail-pathname-coding-system.
10714         (gnus-agent-group-pathname): Don't encode file names by
10715         nnmail-pathname-coding-system.
10716         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10717         coding-system-for-write instead of buffer-file-coding-system to
10718         gnus-agent-file-coding-system.
10719
10720         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10721         Decode group name.
10722
10723         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10724
10725         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10726         (gnus-read-newsrc-el-file): Make group names unibyte.
10727
10728         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10729         nnmail-pathname-coding-system.
10730
10731         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10732         (nnrss-request-delete-group): Bind file-name-coding-system to
10733         nnmail-pathname-coding-system.
10734         (nnrss-read-server-data, nnrss-read-group-data):
10735         Bind file-name-coding-system correctly.
10736         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10737
10738         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10739         (nntp-server-to-method-cache): New variable.
10740         (nntp-group-pathname): New function that decodes non-ASCII group names.
10741         (nntp-possibly-create-directory, nntp-marks-changed-p)
10742         (nntp-save-marks, nntp-open-marks): Use it.
10743         (nntp-possibly-create-directory, nntp-open-marks):
10744         Bind file-name-coding-system to nnmail-pathname-coding-system.
10745         (nntp-open-marks): Decode group names when bootstrapping marks.
10746
10747         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10748         Newsgroups and Folowup-To headers.
10749
10750 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10753         (gnus-server-closed-face, gnus-server-denied-face)
10754         (gnus-server-offline-face): Remove variable.
10755         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10756
10757         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10758         of modifying message-stack directly for XEmacs.
10759
10760         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10761         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10762         if the coding-system argument is nil for XEmacs.
10763
10764         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10765         mm-charset-override-alist.
10766
10767         * rfc2047.el: Don't require base64; require rfc2045 for the function
10768         rfc2045-encode-string.
10769         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10770         to quote the parameter value.
10771
10772 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10775         form in gnus-group-name-charset-method-alist.
10776
10777         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10778         overrides the default layout edit-form.
10779
10780         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10781
10782         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10783
10784 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10787         as unfetched articles.
10788
10789 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10792
10793 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10796         original back end that keeps marks in the local system.
10797
10798 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10801         arg of pop-to-buffer for XEmacs.
10802         (gnus-article-read-summary-keys): Ditto; don't restore window
10803         configuration if summary command ends up with neither article buffer
10804         nor summary buffer; describe bindings if summary keys end with C-h.
10805
10806 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * message.el (message-fix-before-sending): Skip raw message part to be
10809         forwarded while checking illegible text.
10810         (message-forward-make-body-mime, message-forward-make-body):
10811         Mark signed or encrypted raw message as having no illegible text.
10812
10813 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10816         (gnus-message-with-timestamp-1): New macro.
10817         (gnus-message-with-timestamp): New function.
10818         (gnus-message): Use them.
10819
10820         * nnheader.el (nnheader-message): Use them.
10821
10822 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10825         .newsrc.eld file.
10826
10827 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gnus-agent.el (gnus-agent-fetch-headers)
10830         (gnus-agent-retrieve-headers):
10831         Bind gnus-decode-encoded-address-function to identity.
10832
10833         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10834         available also when the server returns simply a dot.
10835
10836         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10837
10838 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10841
10842 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-ems.el (gnus-x-splash): Make it work.
10845
10846         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10847         from being used.
10848
10849         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10850
10851 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10854         4th and the 5th arguments.
10855
10856         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10857         the front stickiness.
10858         (gnus-article-summary-command-nosave): Correct the order of the
10859         arguments passed to pop-to-buffer.
10860         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10861         summary command ends up with the article buffer.
10862
10863         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10864         the same faces.
10865
10866 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10867
10868         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10869
10870 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10871
10872         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10873         * gnus-sum.el (gnus-summary-highlight):
10874         * pgg.el (pgg-sign-region, pgg-sign):
10875         * mail-source.el (mail-source-delete-old-incoming-confirm):
10876         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10877
10878 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-art.el (gnus-mime-view-part-externally)
10881         (gnus-mime-view-part-internally): Fix predicate function passed to
10882         completing-read.
10883
10884         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10885
10886         * gnus.el (gnus-update-message-archive-method): Add :version.
10887
10888 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus.el (gnus-update-message-archive-method): New variable.
10891
10892         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10893         according to gnus-message-archive-method if
10894         gnus-update-message-archive-method is non-nil.
10895
10896 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10899         Suggested by Loic Dachary <loic@dachary.org>.
10900         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10901
10902 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * message.el (message-pop-to-buffer): Add switch-function argument.
10905         (message-mail): Pass switch-function argument to it.
10906
10907 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10910         Improve doc string.
10911
10912 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10915         (gnus-header-content)
10916         * gnus-cite.el (gnus-cite-10)
10917         * gnus-srvr.el (gnus-server-closed)
10918         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10919         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10920         (gnus-group-mail-3-empty, gnus-group-mail-low)
10921         (gnus-group-mail-low-empty, gnus-splash)
10922         * message.el (message-header-to, message-header-cc)
10923         (message-header-subject, message-header-other, message-header-name)
10924         (message-header-xheader, message-separator, message-cited-text)
10925         (message-mml): Lighten colors of faces used for dark background.
10926
10927 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10928
10929         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10930         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10931
10932 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * message.el (message-narrow-to-headers-or-head):
10935         Ignore mail-header-separator in the body.
10936
10937 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10940         same as window size.
10941
10942 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10943
10944         * message.el (message-font-lock-keywords): Use message-header-xheader
10945         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10946         ahead of the anything pattern, to get it recognised.
10947
10948 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10951         spam.el loads uses it in the compiled defadvice form.
10952
10953 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10954
10955         * gnus-sum.el (gnus-articles-to-read)
10956         (gnus-summary-insert-old-articles): Don't truncate group name for
10957         `read-string'.
10958
10959         * gnus-util.el (gnus-limit-string): Delete this function.
10960
10961         * gnus-sum.el (gnus-simplify-subject-fully):
10962         Use `truncate-string-to-width' instead.
10963
10964 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10965
10966         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10967         Tell if, on summary exit, the next group has to be selected.
10968         (gnus-summary-exit): Use it.
10969
10970 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10973         non-break space.
10974
10975 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10978         Check if group is not a directory.
10979         (nnfolder-request-expire-articles): Don't delete articles if the target
10980         group is not available.
10981
10982         * nnml.el (nnml-request-create-group): Properly check if group is not a
10983         file.
10984         (nnml-request-expire-articles): Don't delete articles if the target
10985         group is not available.
10986
10987         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10988         Don't quote characters that are within parentheses.
10989
10990 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10993         (gnus-handle-ephemeral-exit): Select article according to it.
10994
10995 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * message.el (message-insert-formated-citation-line): Remove newline.
10998         (message-citation-line-format): Add final \n here so that the user can
10999         avoid a blank line.
11000
11001 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11002
11003         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11004         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11005         Update lanl/arXiv support.
11006
11007 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * gnus.el: Bump version number.
11010
11011 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * gnus.el (gnus-version-number): Bump version.
11014
11015 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11016
11017         * gnus.el: No Gnus v0.6 is released.
11018
11019 2007-04-27  Didier Verna  <didier@xemacs.org>
11020
11021         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11022         * gmm-utils.el (gmm-regexp-concat): ... here.
11023         * message.el: Don't require 'gnus-util.
11024         (message-dont-reply-to-names): Handle name change above.
11025         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11026
11027 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11030         since the initial value varies according to the system.
11031
11032 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11035
11036 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11037
11038         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11039
11040 2007-04-24  Didier Verna  <didier@xemacs.org>
11041
11042         Improve the type of gnus-ignored-from-addresses.
11043         * gnus-util.el (gnus-orify-regexp): New function.
11044         * message.el (gnus-util): Require it.
11045         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11046         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11047         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11048
11049 2007-04-24  Didier Verna  <didier@xemacs.org>
11050
11051         * gnus-sum.el:
11052         * gnus-utils.el: Fix some trailing whitespaces.
11053
11054 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11057         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11058         article's Message-ID; refer parent article in summary buffer.
11059
11060         * message.el (message-bounce): Call mime-to-mml.
11061
11062         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11063         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11064         optimize and/or forms properly.
11065
11066 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11069         URL.
11070
11071 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11074
11075 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11078         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11079         displayed of multipart/alternative part if it is invoked from summary
11080         buffer.
11081
11082         * mm-view.el (mm-inline-text-html-render-with-w3m)
11083         (mm-inline-text-html-render-with-w3m-standalone)
11084         (mm-inline-render-with-function): Use mail-parse-charset by default.
11085
11086 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11087
11088         * parse-time.el (parse-time-string-chars): Check if CHAR
11089         is less than the length of parse-time-syntax.
11090
11091 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11094         from gnus-newsgroup-processable.
11095
11096 2007-04-16  Didier Verna  <didier@xemacs.org>
11097
11098         * gnus-msg.el (gnus-configure-posting-styles):
11099         Handle message-signature-directory properly with :file syntax.
11100         Reported by "Leo".
11101
11102 2007-04-11  Didier Verna  <didier@xemacs.org>
11103
11104         New user option: message-signature-directory.
11105         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11106         * message.el (message-insert-signature): Ditto.
11107         * message.el (message-signature-file): Doc update.
11108         * message.el (message-signature-directory): New.
11109
11110 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-msg.el (gnus-inews-yank-articles):
11113         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11114
11115 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * message.el (message-yank-original): Make sure cited text ends with
11118         newline; don't exchange point and mark.
11119
11120 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11121
11122         * tls.el (open-tls-stream): Properly handle case where there
11123         is no associated buffer.
11124
11125 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11126
11127         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11128         message-yank-original, make sure (< mark TEXT point).
11129
11130 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * message.el (message-fill-column): New variable.
11133         (message-mode): Use it.  Add comment on a possible new hook.
11134
11135         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11136         (nnmail-get-new-mail): Reformat.
11137
11138         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11139
11140         * gmm-utils.el: Fix Commentary.
11141         (gmm-tool-bar-from-list): Fix typo in doc string.
11142
11143 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11144
11145         * message.el (message-yank-original): Don't switch point and mark
11146         unnecessarily to put point and mark as documented.
11147
11148 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11149
11150         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11151         from the message heads.
11152
11153 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11154
11155         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11156         article buffer does not have a window.  This may not be the best
11157         solution but is certainly better than setting the start of the null,
11158         that is the current, window.
11159
11160 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11163         (gnus-draft-setup): Run it.
11164
11165         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11166         gnus-score-fast-scoring.  Allow regexp.
11167         (gnus-score-headers): Use it.
11168
11169         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11170         XEmacs.
11171
11172         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11173         string.
11174         (gnus-button-alist): Also catch `<f1> k ...'.
11175         (gnus-treat-display-x-face): Fix doc string.
11176
11177 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11178
11179         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11180         evaluation of gnus-extended-version to ensure correct generation of the
11181         User-Agent header when message-generate-headers-first is used.
11182
11183 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11184
11185         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11186         hashcash-path is nil.  Don't call callback with incorrect number of
11187         parameters if val is 0.
11188
11189 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11190
11191         * message.el (message-required-news-headers):
11192         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11193
11194 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11195
11196         * tls.el (open-tls-stream): In handshake-waiting loop,
11197         don't wait more if there is output available to process.
11198
11199 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11200
11201         * tls.el (tls-program): Doc fix.
11202
11203 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * message.el (message-generate-new-buffers): Change the meaning of the
11206         nil value; add `standard' to the choices; treat t as `unique'; improve
11207         doc string.
11208         (gnus-select-frame-set-input-focus): Autoload.
11209         (message-buffer-name): Search for the existing message buffer if
11210         message-generate-new-buffers is nil or `standard'; treat the value t of
11211         message-generate-new-buffers as `unique'.
11212         (message-pop-to-buffer): Raise the frame already displaying the message
11213         buffer; clear the echo area after querying.
11214         (message-setup): Pass the `continue' argument to compose-mail.
11215         (message-mail): Prefer `switch-function' if it is given; search for the
11216         existing message buffer if the `continue' argument is non-nil; pass
11217         continue and switch-function arguments to compose-mail by way of
11218         message-setup.
11219         (message-mail-other-window): Adjust argument of message-setup.
11220         (message-mail-other-frame): Ditto.
11221
11222 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11225         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11226         to turn font-lock on when turning gnus-message-citation-mode on.
11227
11228 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11229
11230         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11231         (mml-smime-function-alist): New variable; add epg as the backend.
11232         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11233         mml-smime- functions instead.
11234         * mm-view.el: Require smime.
11235
11236 2007-03-05  Didier Verna  <didier@xemacs.org>
11237
11238         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11239         instead of just inheritance for posting styles.
11240         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11241
11242 2007-02-24  Chris Moore  <dooglus@gmail.com>
11243
11244         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11245         * pgg-pgp.el (pgg-pgp-encrypt-region):
11246         * pgg-gpg.el (pgg-gpg-encrypt-region):
11247         Check pgg-encrypt-for-me if no other recipients.
11248
11249 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11250
11251         * tls.el (tls-certtool-program): Fix custom type.
11252
11253 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11256         and point-at-eol instead of line-(beginning|end)-position.
11257
11258         * assistant.el (assistant-parse-buffer): Ditto.
11259
11260         * netrc.el (netrc-parse-services): Ditto.
11261
11262 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11263
11264         * mml2015.el (mml2015-epg-find-usable-key): New function.
11265         (mml2015-epg-sign): Use it.
11266         (mml2015-epg-encrypt): Use it.
11267
11268 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * message.el (message-make-in-reply-to): Quote name containing
11271         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11272         if there are special characters.  Reported by NAKAJI Hiroyuki
11273         <nakaji@jp.freebsd.org>.
11274
11275 2007-02-27  Didier Verna  <didier@xemacs.org>
11276
11277         Include the group parameters as well as the topic ones in the
11278         inheritance filter process.
11279         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11280         argument GROUP-PARAMS-LIST.
11281         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11282
11283 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * nntp.el (nntp-never-echoes-commands)
11286         (nntp-open-connection-functions-never-echo-commands): New variables.
11287         (nntp-send-command): Use them.
11288
11289 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11290
11291         * mml2015.el (mml2015-epg-verify): Simplify.
11292
11293 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * mml.el (mml-content-disposition-alist): New user option.
11296         (mml-content-disposition): New function.
11297         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11298         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11299
11300 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11301
11302         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11303         verification.
11304
11305 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11306
11307         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11308         articles posted in the last 24 hours.
11309
11310 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11311
11312         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11313
11314 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11315
11316         * nntp.el (nntp-send-command): Don't wait for echoes when
11317         nntp-open-ssl-stream is used.
11318
11319 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11322         (gnus-message-add-citation-keywords)
11323         (gnus-message-remove-citation-keywords): Remove.
11324         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11325         directly, make the variables in font-lock-defaults buffer-local, add
11326         gnus-message-citation-keywords to them and then update the value of
11327         font-lock-keywords.
11328
11329 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * message.el (message-cite-original-1): Don't call
11332         gnus-article-highlight-citation.
11333
11334         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11335         citations; fix line count.
11336
11337 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11340         (gnus-message-add-citation-keywords)
11341         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11342         versions of font-lock-add-keywords and font-lock-remove-keywords to
11343         work with XEmacs correctly.
11344
11345 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-cite.el (gnus-cite-face-list): Set the values of
11348         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11349         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11350         (gnus-message-cite-prefix-regexp): New variable.
11351         (gnus-message-search-citation-line): Use it; protect against long
11352         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11353         the 0th match data for Emacs.
11354         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11355         (gnus-message-add-citation-keywords): Append keywords rather than
11356         prepending; emulate font-lock-add-keywords if it is not available.
11357         (gnus-message-remove-citation-keywords):
11358         Emulate font-lock-remove-keywords if it is not available.
11359
11360         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11361
11362         * message.el (message-cite-prefix-regexp): Set the value of
11363         gnus-message-cite-prefix-regexp.
11364
11365 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11366
11367         * nnweb.el (nnweb-google-parse-1): Update parser.
11368
11369 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11370
11371         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11372
11373 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11374
11375         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11376         regexp.
11377
11378 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11381         string-to-multibyte.
11382         (uudecode-decode-region-internal): Use it.
11383
11384         * lpath.el: Fbind string-as-multibyte for XEmacs.
11385
11386 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11389         Fix custom choice.
11390
11391         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11392
11393 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11394
11395         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11396
11397         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11398         `write-region' to respect `mm-inhibit-file-name-handlers'.
11399
11400 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11403         Use gnus-home-directory instead of "~/" or "$HOME".
11404
11405 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11406
11407         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11408         to mention filename.
11409         Add comments at beginning regarding usage.
11410         (encrypt-write-file-contents): Change interactive so a string is
11411         acceptable.  If the file has no associated model, show an error instead
11412         of a nonsense prompt.
11413
11414 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11415
11416         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11417         Thanks to Yoshihiko Yamada for kind notification of this typo.
11418
11419 2007-01-12  Kenichi Handa  <handa@m17n.org>
11420
11421         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11422         multibyte buffer.
11423
11424 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-score.el (gnus-score-fast-scoring): New variable.
11427         (gnus-score-headers): Use it.
11428
11429         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11430
11431         * message.el (message-cite-original-1):
11432         Call gnus-article-highlight-citation if requested.
11433         (message-make-from): Allow name and address as optional arguments.
11434
11435         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11436
11437         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11438         bugs to doc string.
11439         (gnus-button-alist): Add mid\\|message-id.
11440         (gnus-button-fetch-group): Extend for use in
11441         `browse-url-browser-function'.
11442         (gnus-button-url-regexp): Try to catch paired parentheses like in
11443         Wikipedia URLs.
11444
11445         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11446         Suggested by Simon Krahnke <overlord@gmx.li>.
11447
11448 2007-01-13  Romain Francoise  <romain@orebokech.com>
11449
11450         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11451         Update copyright.
11452
11453 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11454
11455         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11456
11457 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * gnus-registry.el (gnus-registry-unfollowed-groups)
11460         (gnus-registry-split-fancy-with-parent): Fix documentation.
11461
11462 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11465         from nnweb groups.
11466
11467 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11468
11469         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11470         Xref urls.  Erase buffer before requesting head.
11471
11472         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11473
11474 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11477         customizable.
11478
11479 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11480
11481         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11482         no signing key is found.
11483         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11484         no encrypting and/or signing key is found.
11485
11486 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11489
11490 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11491
11492         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11493         headers read from disk with the ones newly found in the current search.
11494         This should no longer cause problems, because the article numbers in
11495         Gmane's `nov.php' output are ignored since the previous change.
11496
11497 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11498
11499         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11500
11501 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11504         replace-regexp-in-string; bind url-version; fbind display-images-p and
11505         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11506         find-face and set-itimer-function for Emacs; bind itimer-list for
11507         Emacs.
11508
11509         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11510
11511 2007-01-01  Romain Francoise  <romain@orebokech.com>
11512
11513         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11514
11515 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11516
11517         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11518         `define-minor-mode' macro definition expanded properly.
11519         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11520         exclude it there.
11521
11522         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11523         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11524         `fboundp' test.
11525         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11526         This is OK to autoload in (S)XEmacs now.
11527
11528 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11529
11530         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11531         keystroke.
11532         (gnus-summary-limit-to-singletons): Fix typo.
11533
11534         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11535         else fails.
11536
11537 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11538
11539         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11540         docstring.
11541
11542         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11543         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11544         (gnus-summary-insert-dormant-articles): Fix typo in message.
11545
11546 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11549         nil for XEmacs.
11550         (gnus-message-citation-mode): Don't autoload in XEmacs.
11551
11552         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11553
11554 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11555
11556         * nnimap.el (nnimap-expunge-search-string):
11557         Mention nnimap-search-uids-not-since-is-evil in docstring.
11558
11559 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * spam.el: Revert to make-obsolete-variable because
11562         define-obsolete-variable-alias is not supported in Emacs 21.
11563
11564         * spam.el (spam-ifile-path, spam-ifile-database-path)
11565         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11566         make-obsolete-variable.
11567         (spam-bsfilter-path, spam-bsfilter-program)
11568         (spam-spamassassin-path, spam-spamassassin-program)
11569         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11570         Don't use "path" inappropriately.
11571         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11572         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11573         variable names.
11574
11575 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11576
11577         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11578         summary buffer.
11579
11580         * password.el (password-cache-remove): Use clear-string to burn
11581         password, if available.
11582
11583 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11586
11587         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11588
11589         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11590         (gnus-message-highlight-citation): Move defcustom here from
11591         gnus-cite.el.
11592         (gnus-message-citation-mode): Autoload.
11593
11594         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11595         checks to make it compile with XEmacs.
11596         (gnus-message-citation-mode): New minor mode.
11597         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11598         (gnus-message-highlight-citation): New variables.
11599         (gnus-message-search-citation-line)
11600         (gnus-message-add-citation-keywords)
11601         (gnus-message-remove-citation-keywords)
11602         (turn-on-gnus-message-citation-mode)
11603         (turn-off-gnus-message-citation-mode): New functions.
11604
11605 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11606
11607         * gnus-cite.el: Enable highlighting of different citation levels in
11608         message-mode.
11609
11610 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * message.el (message-make-fqdn): Fix comment.
11613         (message-bogus-system-names): Add ".local".
11614
11615         * spam.el (spam-ifile-path, spam-ifile-program)
11616         (spam-ifile-database-path, spam-ifile-database)
11617         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11618         Don't use "path" inappropriately.
11619         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11620         strings.
11621         (spam-check-ifile, spam-ifile-register-with-ifile)
11622         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11623         Use new variable names.
11624
11625         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11626         (gnus-treat-display-smileys): Simplify using
11627         gnus-image-type-available-p.
11628
11629         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11630         available.
11631
11632         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11633         Use `display-images-p' if available.
11634
11635 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11638         one after turning on the buffer's multibyteness instead of decoding
11639         them directly in the unibyte buffer that causes unexpected conversion
11640         in Emacs 23 (unicode).
11641
11642 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11643
11644         * message.el (message-generate-hashcash): Fix custom type.
11645
11646 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11649
11650 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11653         disconnect icons.  Add help text.
11654
11655 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11656
11657         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11658         negated to be consistent with the others we handle.
11659
11660 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661
11662         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11663         version of gnus-summary-buffer to something, so that we can use two
11664         article buffers at the same time.
11665
11666 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11667
11668         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11669         trigger all the extra headers.
11670         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11671         sorting.
11672
11673 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11674
11675         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11676         solid groups.
11677
11678 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11679
11680         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11681
11682 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * legacy-gnus-agent.el: Add Copyright notice.
11685
11686 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11687
11688         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11689
11690 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11691
11692         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11693
11694         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11695         to make it work reliably in CVS Emacs.
11696         (gnus-summary-limit-strange-charsets-predicate)
11697         (gnus-summary-limit-to-predicate): New functions.
11698
11699 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11700
11701         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11702         specifying array size.
11703         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11704         array if it is too small.
11705         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11706         (gnus-sort-threads-loop): New function.
11707
11708 2006-12-06  Chris Moore  <dooglus@gmail.com>
11709
11710         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11711         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11712
11713 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11714
11715         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11716         options.
11717
11718 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719
11720         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11721         DOS-ing the recipient.
11722
11723         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11724         the headers when creating the mapping to avoid mismappings.
11725         (nnweb-gmane-create-mapping): Always nix out old mapping.
11726
11727 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11730         and mm-verify-option to never.
11731
11732 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * message.el (message-signed-or-encrypted-p): New function.
11735         (message-forward-make-body): Use it.
11736
11737         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11738         Replace encode-coding-string with mm-encode-coding-string.
11739
11740 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * nneething.el (nneething-decode-file-name):
11743         Replace decode-coding-string with mm-decode-coding-string.
11744
11745         * gnus-int.el (gnus-open-server): Say failed server's name.
11746
11747 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11748
11749         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11750         strings to a single string.  Quote `errors-file-name'.
11751         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11752         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11753         Adjust calls.  Use `shell-quote-argument'.
11754
11755 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11756
11757         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11758         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11759
11760         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11761         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11762         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11763         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11764         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11765         (gnus-subscribe-newsgroup, gnus-1):
11766         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11767         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11768         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11769         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11770
11771 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11772
11773         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11774         keystroke.
11775         (gnus-summary-limit-to-bodies): Implement headersp.
11776
11777 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778
11779         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11780
11781 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11784
11785 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * message.el (message-generate-hashcash): Expand range of values to
11788         include `opportunistic'.
11789         (message-send-mail): Use it.
11790
11791 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11792
11793         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11794         and comment it.
11795
11796         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11797
11798 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gnus-util.el (gnus-extract-address-components): Improve comment.
11801
11802 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gnus-util.el (gnus-extract-address-components): Work with address in
11805         which the name portion contains @.
11806
11807         * lpath.el: Fbind custom-autoload.
11808
11809 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus.el (gnus-start): Move custom group up.
11812         (gnus-select-method): Don't autoload, but make it available for
11813         `customize-variable'.
11814         (gnus-getenv-nntpserver): Don't autoload.
11815
11816 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11817
11818         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11819
11820 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * message.el (message-sendmail-extra-arguments): New variable.
11823         (message-send-mail-with-sendmail): Use it.
11824
11825 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11828         mm-with-unibyte-current-buffer to make string unibyte.
11829
11830         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11831         mm-string-as-multibyte.
11832
11833 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11834
11835         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11836         Reported by Werner Koch <wk@gnupg.org>.
11837
11838 2006-11-14  Daiki Ueno  <ueno@p360>
11839
11840         * mml2015.el: Autoload epa-select-keys when compiling.
11841
11842 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11843
11844         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11845         message-options.
11846         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11847
11848 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11849
11850         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11851         EasyPG (< 0.0.6).
11852         (mml2015-always-trust): New user option.
11853         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11854         prompt.
11855
11856 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * nntp.el (nntp-authinfo-force): New variable.
11859         (nntp-send-authinfo): Use it.
11860
11861 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11864         decode encoded words.  Improve prompt.  Add comment about forwarding.
11865         (message-replacement-char): Move up.
11866
11867 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11868
11869         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11870         instead of gnus-intersection because arguments of gnus-sorted-nunion
11871         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11872
11873 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11876         (message-simplify-subject-functions):
11877         Enable message-strip-subject-encoded-words by default.
11878
11879 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * message.el (message-strip-subject-encoded-words): New function.
11882         (message-simplify-subject-functions): New variable.
11883         (message-simplify-subject): Use it.  Fix typo in doc string.
11884         Support message-strip-subject-encoded-words.
11885
11886 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11887
11888         * gnus-diary.el (gnus-diary-delay-format-function):
11889         * nndiary.el (nndiary-reminders):
11890         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11891
11892 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * gnus-art.el (article-hide-boring-headers): Fetch date from
11895         gnus-original-article-buffer to avoid problems with localized date
11896         strings.
11897
11898 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11901
11902 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11905         New variables.
11906         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11907         (mm-charset-synonym-alist): Move some entries to
11908         mm-codepage-iso-8859-list.
11909         (mm-charset-synonym-alist, mm-charset-override-alist):
11910         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11911
11912 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11915
11916 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11919         with Emacs 21 and XEmacs.
11920
11921 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11922
11923         * spam.el (spam-parse-address): New function for better parsing,
11924         catching errors, etc.
11925         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11926
11927 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * mm-view.el: Add interactive arg to html2text autoload.
11930
11931 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11934
11935 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11938         New variables.
11939         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11940         (mm-charset-synonym-alist): Move some entries to
11941         mm-codepage-iso-8859-list.
11942
11943         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11944
11945 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * message.el (message-citation-line-format)
11948         (message-insert-formated-citation-line): Fix implementation of %E, %N
11949         and %n according to the doc string.
11950
11951 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11952
11953         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11954         Use car-safe to avoid bad parses.
11955
11956 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11959         names.
11960
11961         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11962
11963 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11966         header.
11967
11968         * message.el (message-draft-headers): Add Date.
11969         (message-headers-to-generate): Fix typo in docstring.
11970
11971         * nndraft.el (nndraft-required-headers): New variable.
11972         (nndraft-generate-headers): Use it.
11973
11974         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11975
11976 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11977
11978         * gnus-registry.el (gnus-registry-wash-for-keywords)
11979         (gnus-registry-find-keywords): New functions to allow easy searching of
11980         articles that are in the registry.
11981
11982 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11983
11984         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11985         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11986         Reported by Damien Elmes <damien@repose.cx>.
11987
11988 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * gnus.el (gnus-mime): Remove unused custom group.
11991
11992 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11993
11994         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11995         "blank line" when searching for end of armor headers.
11996
11997 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gmm-utils.el (gmm-write-region): Fix variable name.
12000
12001 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * gmm-utils.el (gmm-write-region): New function based on compatibility
12004         code from `mm-make-temp-file'.
12005
12006         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12007
12008         * nnmaildir.el (nnmaildir--update-nov)
12009         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12010         Use `gmm-write-region'.
12011
12012 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12015         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12016
12017         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12018
12019         * message.el (message-replacement-char): New variable.
12020         (message-fix-before-sending): Use it.
12021         (message-simplify-subject): New function to remove duplicate code.
12022         (message-reply, message-followup): Use it.
12023
12024         * gnus-sum.el (gnus-summary-make-menu-bar):
12025         Clarify gnus-summary-limit-to-articles.
12026
12027 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * gnus-util.el (gnus-with-local-quit): New macro.
12030
12031         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12032
12033 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12034
12035         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12036         ignore non-string data.
12037
12038 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12039
12040         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12041         non-string data (needs to be done in the registry too).
12042
12043 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12044
12045         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12046         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12047         (gnus-registry-split-fancy-with-parent)
12048         (gnus-registry-fetch-simplified-message-subject-fast)
12049         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12050         Remove text properties on ingress into the registry and when it's saved.
12051         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12052         registry from entries with no groups.
12053
12054 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12055
12056         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12057         function to remove string properties.
12058
12059 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * gmm-utils.el (gmm): Adjust custom version.
12062
12063         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12064         Adjust custom version.
12065
12066         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12067
12068 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * gnus-art.el (gnus-insert-prev-page-button)
12071         (gnus-insert-next-page-button): Simplify.  Reformat.
12072
12073 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12074
12075         * gnus-art.el (gnus-insert-prev-page-button)
12076         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12077
12078 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12079
12080         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12081
12082 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12083
12084         * gnus-art.el (gnus-insert-mime-button)
12085         (gnus-insert-mime-security-button):
12086         Apply gnus-article-button-face to MIME and security buttons.
12087
12088 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12091         readable.
12092
12093 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12096
12097 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12098
12099         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12100         `browse-url-of-file' instead of `browse-url'.
12101
12102 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12103
12104         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12105         regexp.  Articles containing quotation were cut prematurely.
12106
12107 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * message.el (message-cite-original-1): Use nobody by default for the
12110         value of From header.
12111         (message-reply): Ditto.
12112
12113 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12114
12115         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12116         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12117         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12118
12119 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12122         mails in the doc string.  Add some URLs in comment.
12123         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12124
12125 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12128         backslashes handling and the way to find boundaries of quoted strings.
12129
12130 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12131
12132         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12133         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12134         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12135         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12136
12137 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12140         doc string.
12141         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12142
12143 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * lpath.el: Fbind epg-check-configuration.
12146
12147 2006-09-06  Simon Josefsson  <jas@extundo.com>
12148
12149         * mml2015.el (mml2015-use): Doc fix, mention epg.
12150
12151 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12152
12153         * mml2015.el (mml2015-use): Default to epg, if available.
12154
12155 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12156
12157         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12158         message-sender.
12159         (mml1991-epg-encrypt): Ditto.
12160         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12161         message-sender.
12162         (mml2015-epg-encrypt): Ditto.
12163
12164 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12165
12166         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12167         several common directories.
12168
12169 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12170
12171         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12172         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12173
12174 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (article-decode-encoded-words): Make it fast.
12177
12178 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12181
12182         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12183         in quoted string into `\'.
12184
12185 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12188         Use standard-syntax-table.
12189
12190 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-art.el (gnus-decode-address-function): New variable.
12193         (article-decode-encoded-words): Use it to decode headers which are
12194         assumed to contain addresses.
12195         (gnus-mime-delete-part): Remove useless `or'.
12196
12197         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12198         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12199         (gnus-nov-parse-line): Use it to decode From header.
12200         (gnus-get-newsgroup-headers): Ditto.
12201         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12202
12203         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12204         (mail-decode-encoded-address-string): New alias.
12205
12206         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12207         New function.
12208         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12209         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12210         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12211         (rfc2047-decode-string): Ditto.
12212         (rfc2047-decode-address-region): New function.
12213         (rfc2047-decode-address-string): New function.
12214
12215 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * message.el (message-caesar-buffer-body): Allow rotating headers.
12218
12219         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12220
12221         * message.el (message-insert-formated-citation-line): Fix %f.
12222         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12223
12224 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12227         (gnus-bookmark-mouse-available-p): New macro.
12228         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12229         (gnus-bookmark-bmenu-show-infos): Use it.
12230         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12231         (gnus-bookmark-bmenu-hide-infos): Ditto.
12232         (gnus-bookmark-remove-properties): New function.
12233         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12234         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12235         (gnus-bookmark-write-file): Bind coding-system-for-write.
12236         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12237         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12238         group before selecting it.
12239         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12240         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12241         quit-window if it is not available; use gnus-mouse-2 and bind it to
12242         gnus-bookmark-bmenu-select-by-mouse.
12243         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12244         (gnus-bookmark-bmenu-select-by-mouse): New function.
12245
12246 2006-08-13  Romain Francoise  <romain@orebokech.com>
12247
12248         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12249         space.
12250
12251 2006-08-10  Romain Francoise  <romain@orebokech.com>
12252
12253         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12254         (dns-mode-soa-auto-increment-serial): New user option.
12255         (dns-mode-soa-maybe-increment-serial): New function.
12256         (dns-mode): Add the latter to `write-contents-functions'.
12257
12258 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * compface.el (uncompface): Use binary rather than raw-text-unix.
12261
12262 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * compface.el (uncompface): Make sure the eol conversion doesn't take
12265         place when communicating with the external programs.
12266         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12267
12268 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12271
12272 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12273
12274         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12275         Make it more robust by parsing author and date independently.
12276
12277 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12280
12281 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12282
12283         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12284         first matching secret key.
12285         (mml2015-epg-encrypt): Ditto.
12286
12287         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12288         first matching secret key.
12289         (mml1991-epg-encrypt): Ditto.
12290
12291         * mml2015.el (mml2015-encrypt-to-self): New user option.
12292         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12293         mml2015-epg-encrypt-to-self is set.
12294
12295         * mml1991.el (mml1991-encrypt-to-self): New variable.
12296         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12297         mml1991-epg-encrypt-to-self is set.
12298
12299         * mml2015.el (mml2015-signers): New user option.
12300         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12301         (mml2015-epg-encrypt): Allow to select signing keys.
12302
12303         * mml1991.el (mml1991-signers): New variable.
12304         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12305         (mml1991-epg-encrypt): Allow to select signing keys.
12306
12307 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * nnheader.el (nnheader-insert-head): Make it work even if the file
12310         uses CRLF for the line-break code.
12311
12312 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12313
12314         * mml2015.el: Require mml-sec instead of password.
12315         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12316         (mml2015-cache-passphrase): Inherit the default value from
12317         mml-secure-cache-passphrase.
12318         (mml2015-passphrase-cache-expiry): Inherit the default value from
12319         mml-secure-passphrase-cache-expiry.
12320
12321         * mml1991.el: Require mml-sec instead of password.
12322         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12323         (mml1991-cache-passphrase): Inherit the default value from
12324         mml-secure-cache-passphrase.
12325         (mml1991-passphrase-cache-expiry): Inherit the default value from
12326         mml-secure-passphrase-cache-expiry.
12327
12328         * mml-sec.el: Require password.
12329         (mml-secure-verbose): New user option.
12330         (mml-secure-cache-passphrase): New user option.
12331         (mml-secure-passphrase-cache-expiry): New user option.
12332
12333 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12334
12335         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12336         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12337         andreas@altroot.de (Andreas Vögele).
12338
12339         FIXME: Use `tiny change'?
12340
12341 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12342
12343         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12344         workaround for the url package included with Emacs.
12345
12346         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12347
12348 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12351         correctly.  This fixes a bug caused by the 2006-05-12 change.
12352
12353 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12354
12355         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12356         some information about the error when saying that the `bogus' mail
12357         group will be used.
12358
12359 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12362         string.
12363
12364 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12365
12366         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12367
12368 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12369
12370         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12371
12372 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12373
12374         * mml1991.el (mml1991-function-alist): Add epg.
12375         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12376         (mml1991-epg-encrypt): New functions.
12377
12378 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12379
12380         * mml2015.el (mml2015-verbose): New variable.
12381         (mml2015-cache-passphrase): Ditto.
12382         (mml2015-passphrase-cache-expiry): Ditto.
12383         (mml2015-function-alist): Add epg.
12384         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12385         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12386         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12387         New functions.
12388
12389 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12390
12391         * message.el (message-cite-original-1): Preserve region when removing
12392         quoted text due to X-No-Archive in order to avoid bogus attribution
12393         when citing multiple messages.
12394
12395 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12396
12397         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12398         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12399
12400 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * gnus-diary.el (gnus-user-format-function-d)
12403         (gnus-user-format-function-D): Autoload.
12404
12405         * imap.el (Commentary): Fix typo.
12406
12407         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12408         2006-04-22 contribution.
12409
12410 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12411
12412         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12413         It didn't really fix the bogosity I'm seeing with solid web groups.
12414
12415 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12416
12417         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12418         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12419         created using server names.  If we use the feature without declaring
12420         it, Gnus does not properly manage server and group state.
12421
12422         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12423         bound.
12424
12425 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12426
12427         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12428         looking up the method using GROUP's prefix before inventing a new one.
12429         It is used on killed/unknown groups in various places where returning
12430         an all-new method isn't expected by the caller.
12431
12432         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12433         and match semantics of gnus-group-real-prefix.
12434
12435 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * nnmail.el (nnmail-broken-references-mailers): New variable.
12438         (nnmail-ignore-broken-references): New function generalizing
12439         nnmail-fix-eudora-headers.
12440         (nnmail-fix-eudora-headers): Now obsolete.
12441
12442         * gnus-art.el (gnus-button-handle-custom):
12443         Support `customize-apropos*'.
12444
12445 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12446
12447         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12448
12449         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12450         articles.
12451
12452 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12453
12454         * message.el (message-cite-reply-above): New variable.
12455         (message-yank-original): Use it.
12456
12457 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12460
12461 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12464         as read.
12465
12466         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12467
12468 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12471         (gnus-bookmark-default-file): Use gnus-directory.
12472         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12473         Remove "*" in doc string.
12474         (gnus-bookmark-write-file): Simplify.
12475         (gnus-bookmark-maybe-sort-alist): Use `when'.
12476         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12477         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12478         Add FIXME about Emacs 21 and XEmacs compatibility.
12479         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12480         compatibility.
12481         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12482         compatibility.
12483         (gnus-bookmark-menu-heading): Fix version.
12484
12485 2006-06-19  Bastien Guerry  <bzg@altern.org>
12486
12487         * gnus-bookmark.el: New file.
12488
12489 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * message.el (message-syntax-checks): Doc fix.
12492
12493 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12494
12495         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12496         unsubscribed groups as if they were killed ones.  It causes duplicate
12497         entries in gnus-newsrc-alist.
12498
12499 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * message.el (message-syntax-checks): Doc fix.
12502         (message-send-mail): Add check for continuation headers.
12503         (message-check-news-header-syntax): Fix regexp used to check for
12504         continuation headers.
12505
12506 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12509
12510 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12513
12514 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12517         default-truncate-lines.
12518
12519 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12522         to fill the utf-8 entry.
12523
12524         * lpath.el: Fbind unicode-precedence-list.
12525
12526 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12527
12528         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12529
12530 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12531
12532         * gnus-agent.el (directory-files-and-attributes): Move all the way
12533         forward (the third and final move).
12534         (gnus-agent-read-agentview): Trap reconstruction errors due to
12535         nonexistent directory.  Handle by returning nil.
12536
12537 2006-05-30  Didier Verna  <didier@xemacs.org>
12538
12539         * message.el (message-dont-reply-to-names): Update the custom type.
12540         * message.el (message-dont-reply-to-names): New defsubst: potentially
12541         convert a list of regexps into a single one.
12542         * message.el (message-get-reply-headers): Use it.
12543         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12544
12545 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-agent.el (directory-files-and-attributes): Move forward.
12548
12549 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-ml.el (gnus-mailing-list-subscribe)
12552         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12553         (gnus-mailing-list-message): Fix doc strings.
12554
12555 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12556
12557         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12558         of doing it manually.
12559
12560 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12563         comment.
12564
12565 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12566
12567         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12568         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12569         (gnus-agent-read-local): All symbols allocated in my-obarray.
12570         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12571         (gnus-agent-regenerate-group): Check numeric names to see if they are
12572         messages or groups.
12573         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12574         better way of do this...)
12575
12576         * gnus-cache.el (gnus-agent-total-fetched-for):
12577         Ignore 'dummy.group' (there should be a better way of do this...)
12578
12579 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12582         (gnus-saved-headers): Ditto.
12583         (gnus-default-article-saver): Mention functions may have properties.
12584         (gnus-article-save): Override gnus-save-all-headers and
12585         gnus-saved-headers by :headers property which saver function may have.
12586         (gnus-summary-save-in-file): Add :headers property.
12587         (gnus-summary-write-to-file): Ditto.
12588
12589         * gnus-sum.el (gnus-summary-save-article): Bind
12590         gnus-prompt-before-saving to t when saving many articles in a file;
12591         always show all headers.
12592
12593         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12594
12595 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12598         marks.
12599
12600         * message.el (message-indent-citation): Add optional arguments to allow
12601         using it outside of message buffers.
12602
12603         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12604         (gnus-article-treat-unfold-headers): Use it.
12605         (gnus-article-truncate-lines): New variable.
12606         (gnus-article-mode): Use it.
12607         (gnus-article-toggle-truncate-lines): New function.
12608
12609         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12610         Add gnus-article-toggle-truncate-lines.
12611
12612         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12613         coding system in XEmacs, use binary.
12614
12615 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12618         after-load-alist.
12619
12620         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12621         this function should save decoded articles.
12622         (gnus-summary-write-to-file): Use property to specify this function
12623         should save decoded articles and specify gnus-summary-save-in-file
12624         should be used to save articles other than the first one when saving
12625         many articles.
12626         (gnus-summary-save-body-in-file): Use property to specify this
12627         function should save decoded articles.
12628         (gnus-summary-write-body-to-file): Use property to specify this
12629         function should save decoded articles and specify
12630         gnus-summary-save-body-in-file should be used to save articles other
12631         than the first one when saving many articles.
12632
12633         * gnus-sum.el (gnus-summary-save-article): Simplify.
12634
12635 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-art.el (gnus-default-article-saver):
12638         Add gnus-summary-write-body-to-file.
12639         (gnus-article-save-coding-system): Don't use coding system object
12640         in XEmacs.
12641         (gnus-read-save-file-name): Add optional `dir-var' argument which
12642         specifies directory in which files are saved; work even if optional
12643         `variable' argument is not specified.
12644         (gnus-summary-write-to-file): Read file name.
12645         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12646         (gnus-summary-write-body-to-file): New function.
12647
12648         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12649         (gnus-summary-local-variables): Add it.
12650         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12651         (gnus-summary-save-article): Remove optional `decode' argument;
12652         determine whether to decode articles by the value of
12653         gnus-default-article-saver; when saving many files using
12654         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12655         it first and use gnus-summary-save-in-file or
12656         gnus-summary-save-body-in-file thereafter unless
12657         gnus-prompt-before-saving is always; move point to article which
12658         will be saved.
12659         (gnus-summary-save-article-file): Revert.
12660         (gnus-summary-write-article-file): Revert.
12661         (gnus-summary-save-article-body-file): Revert.
12662         (gnus-summary-write-article-body-file): New function.
12663
12664 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-art.el (gnus-default-article-saver): Doc fix.
12667         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12668         from gnus-summary-save-article-coding-system, and default to a
12669         certain coding system.
12670         (gnus-output-to-file): Add coding cookie and encode text according
12671         to gnus-article-save-coding-system; don't use mm-append-to-file.
12672
12673         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12674         gnus-art.el and rename to gnus-article-save-coding-system.
12675         (gnus-summary-save-article): Require gnus-art; don't show all
12676         headers if it decodes articles; don't add coding cookie here;
12677         don't bind mm-text-coding-system-for-write.
12678         (gnus-summary-save-article-file): Save decoded articles.
12679         (gnus-summary-write-article-file): When saving many files, use
12680         gnus-summary-write-to-file first and gnus-summary-save-in-file
12681         thereafter unless gnus-prompt-before-saving is always.
12682         (gnus-summary-save-article-body-file): Save decoded articles.
12683
12684         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12685
12686 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * nnrss.el (nnrss-check-group): Bind hash-index.
12689
12690 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12691
12692         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12693         its hash index.  Store this hash in `nnrss-group-data'.
12694         (nnrss-read-group-data): Update accordingly.
12695
12696 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12699         entry.
12700
12701         * gnus-sum.el (gnus-summary-make-menu-bar):
12702         Add gnus-article-browse-html-article.
12703
12704 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12705
12706         * gnus-sum.el (gnus-summary-mime-map):
12707         Add gnus-article-browse-html-article.
12708
12709         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12710
12711 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12714         suitable coding systems in customize.
12715
12716 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * mail-source.el (mail-sources): Fix custom type.
12719
12720 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12723         (gnus-summary-expire-articles-now): Shorten prompt.
12724
12725         * gmm-utils.el (wid-edit): Require.
12726         (defun-gmm): Rename from `gmm-defun-compat'.
12727         (gmm-image-search-load-path): Use it.
12728         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12729
12730 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-sum.el (gnus-summary-save-article-coding-system):
12733         New variable.
12734         (gnus-summary-save-article): Add optional `decode' argument.
12735         If it is set and gnus-summary-save-article-coding-system is non-nil,
12736         save decoded article.
12737         (gnus-summary-write-article-file): Save decoded article if
12738         gnus-summary-save-article-coding-system is non-nil.
12739
12740         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12741         type.
12742
12743 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12746
12747 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12750         first to test gnus-single-article-buffer which may be buffer-local.
12751
12752         * gnus-sum.el (gnus-summary-setup-buffer):
12753         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12754         group; make gnus-article-buffer, gnus-article-current, and
12755         gnus-original-article-buffer always buffer-local.
12756         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12757         group.
12758         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12759
12760 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * nnml.el (nnml-request-compact-group): Compressed files might not
12763         have .gz extension.
12764
12765 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12766
12767         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12768         (mm-copy-to-buffer): Use with-current-buffer.
12769         (mm-display-part): Simplify.
12770         (mm-inlinable-p): Add optional arg `type'.
12771
12772 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12773
12774         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12775         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12776         Try harder to show the attachment internally or externally using
12777         gnus-mime-view-part-as-type.
12778
12779 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * message.el (message-from-style, message-signature-separator)
12782         (message-user-organization-file, message-send-mail-function)
12783         (message-citation-line-function, message-yank-prefix)
12784         (message-indent-citation-function, message-signature)
12785         (message-signature-file, message-signature-insert-empty-line):
12786         Remove autoloads.
12787
12788         * gnus-art.el (gnus-buttonized-mime-types):
12789         Remove "multipart/signed".  Revert 2006-04-26 change.
12790
12791 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus.el (gnus-version-number): Bump version.
12794
12795 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12796
12797         * gnus.el: No Gnus v0.5 is released.
12798
12799 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12800
12801         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12802         fetching articles by message-id.
12803
12804 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12805
12806         * message.el (hashcash): Require hashcash as normal.
12807
12808         * ecomplete.el (ecomplete-highlight-match-line):
12809         Use point-at-eol.
12810         (ecomplete-highlight-match-line): Use `highlight', because that
12811         face exists in both Emacs and XEmacs.
12812
12813         * message.el (message-display-abbrev): Use point-at-bol.
12814
12815         * mail-source.el: Don't require timer/timer-funcs.
12816
12817         * gnus-async.el: Ditto.
12818
12819         * password.el: Ditto.
12820
12821         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12822
12823         * mm-url.el: Ditto.
12824
12825         * gnus-xmas.el: Don't require timer-funcs.
12826
12827         * mm-util.el: Require timer/timer-funcs.
12828
12829 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12830
12831         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12832         Close.
12833
12834 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12837         unibyte after clear-decrypt function runs.
12838
12839         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12840         returns as a unibyte string.
12841
12842 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * lpath.el: Revert.
12845
12846         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12847         (pgg-gpg-process-sentinel): Revert.
12848
12849         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12850         (pgg-pgp-lookup-key): Revert.
12851
12852         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12853         (pgg-pgp5-lookup-key): Revert.
12854
12855         * pgg.el (pgg-fetch-key): Revert.
12856
12857 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * lpath.el: Fbind string-as-multibyte for XEmacs.
12860
12861         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12862         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12863         (mml1991-pgg-encrypt): Ditto.
12864
12865         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12866         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12867         a multibyte buffer.
12868
12869         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12870         (pgg-pgp-lookup-key): Ditto.
12871
12872         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12873         (pgg-pgp5-lookup-key): Ditto.
12874
12875         * pgg.el (pgg-fetch-key): Ditto.
12876
12877 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * message.el (message-user-organization-file): Check several
12880         locations of the organization file.
12881
12882         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12883         Add gnus-article-view-part-as-type.
12884
12885         * gnus-art.el (gnus-article-view-part-as-type): New function.
12886
12887         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12888         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12889
12890         * mml.el: Simplify autoload.
12891         (mml-mode): defvar dnd-protocol-alist instead of using
12892         symbol-value.
12893         (mml-default-directory): New variable.
12894         (mml-minibuffer-read-file): Use it.
12895         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12896
12897         * message.el (message-citation-line-format): New variable.
12898         (message-insert-formated-citation-line): New function.
12899         (message-citation-line-function):
12900         Add `message-insert-formated-citation-line' to custom type.
12901
12902         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12903         to doc string.
12904
12905         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12906         depending on mm-verify-option.
12907
12908 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12911         binding pgg-* variables; reimplement the section which prevents
12912         MIME header from being signed.
12913         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12914         pgg-text-mode; remove a blank line at the top of body.
12915
12916         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12917         lines at the top of body; use gnus-newsgroup-charset if there's no
12918         Charset header.
12919
12920 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * message.el (message-self-insert-commands): Doc fix.
12923
12924         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12925         (mm-uu-pgp-encrypted-test): Ditto.
12926         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12927         between header and body; return application/pgp-encrypted handle
12928         if decryption failed; decode decrypted body by charset.
12929
12930         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12931         element match to application/pgp-*.
12932
12933 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12934
12935         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12936         HTML.
12937
12938 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * mail-source.el (mail-source-call-script): Message the error
12941         string.
12942
12943 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12944
12945         * gnus-util.el (gnus-byte-compile): Use it.
12946
12947 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12948
12949         * gnus-util.el (kill-empty-logs): New function.
12950
12951 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12952
12953         * message.el (message-mail-alias-type): Doc fix.
12954         (message-mail-alias-type-p): New function.
12955         (message-send): Use it.
12956         (message-mode): Ditto.
12957         (message-strip-forbidden-properties): Ditto.
12958
12959         * ecomplete.el (ecomplete-database-file-coding-system):
12960         New variable.
12961         (ecomplete-save): Use it.
12962         (ecomplete-setup): Use it.
12963
12964 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * message.el (message-self-insert-commands): New variable.
12967         (message-strip-forbidden-properties): Use it.
12968
12969 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12972         that doesn't make XEmacs choke.
12973
12974 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * gnus-util.el (gnus-replace-in-string):
12977         Prefer replace-regexp-in-string over of replace-in-string.
12978
12979 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-util.el (gnus-select-frame-set-input-focus):
12982         Use select-frame-set-input-focus if it is available in XEmacs; use
12983         definition defined in Emacs 22 for old Emacsen.
12984
12985         * dgnushack.el: Autoload unmorse-region for XEmacs.
12986
12987         * lpath.el: Bind cursor-in-non-selected-windows and
12988         select-frame-set-input-focus for XEmacs.
12989
12990 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12993
12994 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12995
12996         * gnus-registry.el (gnus-registry-cache-save): Remove text
12997         properties when saving via the temp buffer.
12998
12999 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * message.el (message-generate-hashcash): Honor custom type.
13002
13003 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * message.el (message-generate-hashcash): Default to non-nil when
13006         hashcash is found.
13007
13008         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13009         (gnus-refer-thread-limit): Increase default to 500.
13010
13011         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13012
13013         * flow-fill.el (fill-flowed): Allow delete-space.
13014
13015 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13018         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13019         Remove autoloads.
13020
13021 2006-04-18  Simon Josefsson  <jas@extundo.com>
13022
13023         * message.el (message-generate-hashcash): Default to.
13024
13025 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13028         concatenating segments rather than before concatenating them.
13029
13030 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13033
13034 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13037
13038         * message.el (message-forward-make-body-plain):
13039         Allow message-forward-ignored-headers to be a list.
13040         (message-remove-ignored-headers): Factor out into function.
13041         (message-forward-make-body-mml): Use it.
13042
13043         * imap.el (imap-quote-specials): New function.
13044         (imap-login-auth): Quote specials.
13045
13046         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13047         (rfc2231-parse-string): Allow concatanation of parameters that
13048         aren't contiguous.  The test case is
13049           (mail-header-parse-content-type "message/external-body;
13050             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13051             access-type=LOCAL-FILE;
13052             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13053
13054 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13055
13056         * nntp.el (nntp-accept-process-output): Return the value of
13057         `nnheader-accept-process-output'.
13058
13059 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13060
13061         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13062         (gnus-button-alist): Recognize more diff formats.
13063         (gnus-button-patch): Strip directory.
13064
13065 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13068         Emacs 22 when setting focus.
13069
13070 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * gnus-art.el (gnus-article-treat-types): Do treatment of
13073         text/x-verbatim parts.
13074         (gnus-button-patch): New command.
13075
13076         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13077         addresses that contain invalid characters.
13078
13079 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13080
13081         * message.el (message-put-addresses-in-ecomplete):
13082         Use gnus-replace-in-string.
13083         (message-is-yours-p): Use the more correct
13084         mail-header-parse-address instead of
13085         mail-extract-address-components.
13086         (message-put-addresses-in-ecomplete): Fix typo.
13087
13088         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13089         keystroke.
13090
13091         * gnus-art.el (gnus-treatment-function-alist): Change order of
13092         newsgroups/generic header folding to avoid double-folding.
13093
13094         * message.el (message-hidden-headers): Add X-Draft-From.
13095
13096         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13097         New command.
13098         (gnus-summary-repeat-search-article-backward): New command.
13099
13100         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13101         groups in the parent topic.
13102
13103 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13104
13105         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13106         (spam-extra-header-to-number): Return the CRM114 number as a
13107         number instead of a string.
13108
13109 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * gnus-art.el (gnus-face-properties-alist): Move here from
13112         gnus-fun.
13113
13114         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13115
13116 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13117
13118         * message.el (message-strip-forbidden-properties): Only display on
13119         self-insert-command.
13120
13121         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13122         reindent.
13123         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13124
13125 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13126
13127         * smiley.el (smiley-style): Fix typo.
13128
13129 2006-03-23  Kenichi Handa  <handa@m17n.org>
13130
13131         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13132         instead of set-buffer-multibyte.
13133
13134 2006-03-23  Kenichi Handa  <handa@m17n.org>
13135
13136         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13137         buffer and then decode the buffer text if necessary.
13138         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13139         first, and after mm-encode-body, change the buffer to unibyte.
13140
13141 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13142
13143         * hashcash.el (hashcash-insert-payment-async-2):
13144         Use message-goto-eoh instead of doing it manually.
13145         (mail-add-payment): Use message-narrow-to-header instead of trying
13146         to do the same itself.
13147
13148         * message.el (message-hidden-headers): Add Face.
13149
13150         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13151         reparenting code.
13152         (gnus-summary-reparent-children): Refactored out code.
13153         (gnus-summary-thread-map): New keystroke.
13154         (gnus-summary-reparent-children): Make into command.
13155
13156         * smiley.el (smiley-style): Default to `medium' if using a large
13157         font.
13158
13159         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13160         does it itself.
13161
13162         * message.el (message-point-in-header-p): Simplify definition.
13163
13164 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13165
13166         * nnagent.el (nnagent-request-set-mark): Silence log file
13167         writing.
13168         (nnagent-request-set-mark): Use write-region instead of
13169         append-to-file.
13170
13171         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13172         strange select method.
13173
13174         * ecomplete.el (ecomplete-display-matches): Get highlightling
13175         right.
13176         (ecomplete-display-matches): Use literals.
13177         (ecomplete-display-matches): Disable message logging.
13178
13179         * message.el (message-display-abbrev): Small optimization.
13180
13181         * ecomplete.el (ecomplete-display-matches): Allow automatic
13182         display.
13183
13184         * message.el (message-strip-forbidden-properties):
13185         Display abbrevs.
13186         (message-display-abbrev): Get automatic display right.
13187
13188         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13189         keystrokes.
13190
13191 2006-04-13  Romain Francoise  <romain@orebokech.com>
13192
13193         TODO: Backport to v5-10!
13194
13195         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13196         Move here (and rename) from gnus-registry.el.
13197
13198         * gnus-registry.el: Require gnus-util.
13199         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13200
13201 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13202
13203         * gnus-group.el (gnus-group-catchup-current):
13204         Change if-then-else-if-then-else into cond.
13205         (gnus-group-catchup): Indent.
13206         (group-name-at-point): New function.
13207         (gnus-fetch-group): Provide default from thing at point.
13208
13209 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13210
13211         * message.el (message-display-abbrev): Fix regexp.
13212
13213         * ecomplete.el (ecomplete-highlight-match-line):
13214         Reimplement choosing.
13215         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13216         dead variables.
13217
13218         * message.el (message-newline-and-indent): Remove debugging.
13219         (message-display-abbrev): Use new implementation.
13220
13221 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * gnus-art.el (gnus-article-mode):
13224         Set cursor-in-non-selected-windows to nil.
13225
13226         * smiley.el: Revert previous change.
13227         (smiley-data-directory): defvar it before using it in the
13228         defcustom of `smiley-style'.
13229
13230 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13231
13232         * message.el (message-newline-and-indent): New function.
13233
13234         * ecomplete.el: Implement more bits.
13235
13236         * message.el (message-put-addresses-in-ecomplete): Clean up the
13237         string.
13238
13239         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13240
13241         * gnus-sum.el (gnus-summary-save-parts):
13242         Bind gnus-summary-save-parts-counter and use it to make unique file
13243         names.
13244
13245         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13246
13247         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13248         parameter to say whether to actually parse the individual
13249         addresses.
13250
13251         * message.el (message-put-addresses-in-ecomplete): New function.
13252         (ecomplete): Require.
13253         (message-mail-alias-type): Add ecomplete as an option.
13254
13255 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13256
13257         * flow-fill.el (fill-flowed): Remove trailing space from blank
13258         quoted lines.
13259
13260 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13261
13262         * smiley.el (smiley-style): Move definition later to avoid a
13263         compilation warning.
13264
13265 2006-04-12  Kenichi Handa  <handa@m17n.org>
13266
13267         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13268         buffer and then decode the buffer text if necessary.
13269         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13270         first, and after mm-encode-body, change the buffer to unibyte.
13271         Use mm-disable-multibyte instead of set-buffer-multibyte.
13272
13273 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13276         Content-Type header instead of Content-Disposition header.
13277         (gnus-mime-inline-part): Ditto.
13278         (gnus-mime-view-part-as-charset): Ignore charset that the part
13279         specifies.
13280
13281         * mm-decode.el (mm-display-part): Work with external parts and
13282         usual parts similarly.
13283
13284         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13285         instead of gnus-display-mime.
13286
13287         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13288         instead of with-temp-buffer.
13289
13290         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13291         tag to summarized topics part in order to encode non-ASCII text.
13292
13293 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * smiley.el (smiley-style): New variable.
13296         (smiley-directory): New function.
13297         (smiley-data-directory): Derive from `smiley-style' using
13298         `smiley-directory'.
13299         (smiley-regexp-alist): Add new entries.
13300
13301         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13302         (gnus-article-browse-delete-temp): Add :version.
13303
13304 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13305
13306         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13307         the sieve region.
13308
13309 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13310
13311         * gnus.el (gnus-version-number): Bump version.
13312
13313 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * gnus.el: No Gnus v0.4 is released.
13316
13317 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13318
13319         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13320         layout.
13321
13322         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13323         unknown charset.
13324
13325         * message.el (message-header-synonyms): Add Original-To to the
13326         default.
13327
13328         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13329         optional parameter.
13330
13331 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-fun.el (gnus): Require it for gnus-directory.
13334
13335 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13338
13339 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13340
13341         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13342
13343 2006-04-05  Simon Josefsson  <jas@extundo.com>
13344
13345         * password.el (password-reset): New function.
13346
13347 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13348
13349         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13350         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13351
13352 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13353
13354         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13355         Some whitespace was matched into the url, which broke browsing hits
13356         > 100 when mm-url-use-external was nil.
13357
13358 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13361         Check gnus-extra-headers for 'Newsgroups.
13362
13363         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13364         bound.
13365
13366 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13367
13368         * pgg-gpg.el: Clean up process buffers every time gpg processes
13369         complete.
13370
13371 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13374         doc string.
13375
13376 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13377
13378         * pgg-gpg.el (pgg-gpg-process-filter)
13379         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13380
13381         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13382         lines, temporary fix.
13383
13384 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13387
13388 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13389
13390         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13391         default-enable-multibyte-characters.  This reverts the change from
13392         revision 6.17 which is no longer necessary because the passphrase
13393         is sent separately now.  GnuPG messages are unreadable under
13394         multibyte locales with default-enable-multibyte-characters set to
13395         nil.
13396
13397 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * message.el (message-tool-bar-gnome): Move "spell".
13400
13401 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13404         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13405         instead.
13406
13407 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13408
13409         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13410         Improve newsgroups handling for NNTP overviews which don't include
13411         Newsgroups.
13412
13413 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13414
13415         * message.el (message-resend): Bind message-generate-hashcash to nil.
13416
13417 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13418
13419         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13420         when searching for already-paid recipients.
13421
13422 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13423
13424         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13425         passphrases when it is not needed.
13426         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13427         passphrase stuff from gpg, should only be necessary when you use
13428         gpg with a smartcard.
13429
13430 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * mml.el (mml-insert-mime): Ignore cached contents of
13433         message/external-body part.
13434
13435         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13436         (mm-insert-part): Ditto.
13437
13438 2006-03-23  Simon Josefsson  <jas@extundo.com>
13439
13440         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13441         Reiner.
13442         (pgg-gpg-use-agent-p): Use it again.
13443
13444 2006-03-23  Simon Josefsson  <jas@extundo.com>
13445
13446         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13447         older emacsen.
13448         (pgg-gpg-use-agent-p): Don't use it.
13449
13450 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13453         if we can.
13454
13455 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13456
13457         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13458         (pgg-gpg-update-agent): New function.
13459         (pgg-gpg-use-agent-p): New function.
13460         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13461         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13462         (pgg-gpg-sign-region): Use it.
13463
13464 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13467         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13468
13469 2006-03-21  Simon Josefsson  <jas@extundo.com>
13470
13471         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13472         <wilde@sha-bang.de>.
13473         (pgg-gpg-use-agent): New variable.
13474         (pgg-gpg-process-region): Use it.
13475         (pgg-gpg-encrypt-region): Likewise.
13476         (pgg-gpg-encrypt-symmetric-region): Likewise.
13477         (pgg-gpg-decrypt-region): Likewise.
13478         (pgg-gpg-sign-region): Likewise.
13479         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13480
13481 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13484
13485         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13486         Add comment on version.
13487
13488 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * smiley.el: Add missing test smiley.
13491
13492 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * mm-decode.el (mm-with-part): New macro.
13495         (mm-get-part): Use it; work with message/external-body as well.
13496         (mm-save-part): Treat name and filename equally.
13497
13498         * mm-extern.el (mm-extern-cache-contents): New function.
13499         (mm-inline-external-body): Use it; force the part to be displayed;
13500         move undisplayer added to the cached handle to the parent.
13501
13502         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13503         (gnus-mime-view-part-as-type): Work with message/external-body.
13504
13505         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13506
13507 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13510         images in image-load-path.  [Sync with image.el, revision 1.60, in
13511         Emacs.]
13512
13513 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13516         path rather than symbol.  Always return list of directories.
13517         Guarantee that image directory comes first.  [Sync with image.el,
13518         revision 1.59, in Emacs.]
13519
13520         * message.el (message-make-tool-bar): Adjust to new API of
13521         `gmm-image-load-path-for-library'.
13522
13523         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13524
13525         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13526
13527 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13528
13529         * gnus-art.el (gnus-article-only-boring-p):
13530         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13531         intangible text.
13532         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13533
13534 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13537         Use `defun' instead of `gmm-defun-compat'.
13538
13539 2006-03-14  Simon Josefsson  <jas@extundo.com>
13540
13541         * message.el (message-unique-id): Don't use message-number-base36
13542         if (user-uid) is a float.
13543         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13544
13545 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13548
13549         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13550         empty line between a part and a message part.
13551
13552 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * smiley.el: Add more test smileys.
13555         (smiley-data-directory, smiley-regexp-alist)
13556         (gnus-smiley-file-types): Fix doc strings.
13557         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13558         adding new elements.
13559         (smiley-mouse-map): Unused code.  Make it a comment.
13560
13561 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13564         scan latest NoCeM messages instead of old ones.
13565         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13566         delimiters that are recently used.
13567         (gnus-nocem-load-cache): Add autoload cookie.
13568
13569         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13570
13571         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13572         level which is larger than gnus-use-nocem is specified.
13573
13574         * gnus-group.el (gnus-group-get-new-news): Ditto.
13575
13576 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * gnus-util.el (gnus-tool-bar-update): New function.
13579
13580         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13581         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13582
13583         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13584
13585         * gnus-group.el (gnus-group-redraw-when-idle)
13586         (gnus-group-redraw-check): Remove.
13587         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13588
13589 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13592         if optional last element is specified in splits (FIELD VALUE...).
13593
13594 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13597         to gmm-image-load-path-for-library.  Call with no-error argument.
13598         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13599
13600         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13601
13602         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13603
13604         * gmm-utils.el (gmm-image-load-path): Remove alias.
13605
13606 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * gmm-utils.el (gmm-image-load-path): Add alias.
13609
13610         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13611         nnml-generate-nov-databases-1.
13612         (nnml-generate-nov-databases): Use it.
13613         (nnml-generate-nov-databases-directory): Document no-active
13614         argument.
13615
13616         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13617         directory if path is t.  Add no-error.
13618
13619         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13620         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13621
13622         * gnus-art.el (gnus-article-browse-delete-temp-files):
13623         Simplify resetting gnus-article-browse-html-temp-list.
13624
13625         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13626         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13627         Add example to docstring.  Rename local variables.  Move error
13628         checks to default case in cond and simplify.
13629
13630 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13633         handle is multipart when calling it recursively.
13634         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13635
13636 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13637
13638         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13639         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13640
13641 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13644         is loaded.
13645
13646         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13647         loaded.
13648
13649 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13652         to "Emacs 23 (unicode)" in doc string.
13653
13654         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13655         "Emacs 23 (unicode)" in comment.
13656
13657 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13660
13661         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13662         characters 160 through 255 in Emacs 23.
13663
13664 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13665
13666         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13667         gnus-article-browse-html-temp.
13668         (gnus-article-browse-delete-temp): Make it customizable.
13669         Add `file'.  Adjust doc string.
13670         (gnus-article-browse-delete-temp-files): Add argument.
13671         Allow query for each file.  Adjust doc string.
13672         (gnus-article-browse-html-parts):
13673         Add `gnus-article-browse-delete-temp-files' to
13674         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13675
13676 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13677
13678         * gnus-art.el (gnus-article-browse-html-temp)
13679         (gnus-article-browse-delete-temp): New variables.
13680         (gnus-article-browse-delete-temp-files): New function.
13681         (gnus-article-browse-html-parts): Use it.
13682
13683 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13686
13687         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13688         string.
13689
13690         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13691         gnus-summary-insert-new-articles when unplugged.
13692         Remove gnus-summary-search-article-forward.
13693
13694         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13695         display-visual-class instead of display-color-cells.
13696
13697 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * dgnushack.el: Autoload customize-group for XEmacs.
13700
13701         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13702         message/* containing non-ASCII text properly.
13703
13704 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * message.el: Require gmm-utils, remove autoloads.
13707         (message-tool-bar): Set default based on
13708         gmm-tool-bar-style.
13709         (message-tool-bar-gnome): Add gmm-customize-mode.
13710
13711         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13712         gmm-tool-bar-style.
13713         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13714
13715         * gnus-group.el (gnus-group-tool-bar): Set default based on
13716         gmm-tool-bar-style.
13717         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13718
13719         * gmm-utils.el (gmm-image-directory): Rename variable from
13720         gmm-image-load-path.
13721         (gmm-image-load-path): Use gmm-image-directory.
13722         (gmm-customize-mode): New function.
13723         (gmm-tool-bar-style): New variable.
13724
13725         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13726         gnus-group-redraw-line-number.
13727         (gnus-group-redraw-check): Simplify.
13728         (gnus-group-tool-bar-update): Remove redraw check.
13729         (gnus-group-make-tool-bar): Add redraw check.
13730
13731 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13732
13733         * gnus-art.el (gnus-button): Add missing parentheses.
13734
13735 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * lpath.el: Fbind line-number-at-pos.
13738
13739 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13742
13743 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * gnus-art.el (gnus-button): New face.
13746         (gnus-article-button-face): Use it.
13747
13748         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13749         Add gnus-summary-next-page.  Re-order.
13750
13751         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13752         next-node are now included.
13753         (gnus-group-redraw-line-number): New internal variable.
13754         (gnus-group-redraw-check): Helper function for updating the tool
13755         bar.
13756         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13757
13758         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13759
13760         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13761         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13762         Use it to match format of Spamassassin 3.0 and later.
13763         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13764         (spam-check-bogofilter)
13765         (spam-bogofilter-register-with-bogofilter): Fix args of
13766         `gnus-error' calls.
13767
13768 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13771         unnecessary interaction when sending queued mails.
13772         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13773
13774 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13777         first or last are nil.
13778
13779 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13780
13781         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13782
13783 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13784
13785         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13786
13787 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13788
13789         * dns.el (query-dns): Protect more against buggy tcp output.
13790
13791 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13794         nov.php.
13795
13796 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13797
13798         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13799         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13800         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13801         output on the server side.
13802         (nnweb-google-create-mapping): Update regexps and add some
13803         progress indication.
13804
13805 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * gnus-group.el (gnus-group-tool-bar-gnome):
13808         Fix gnus-agent-toggle-plugged.  Re-order icons.
13809         (gnus-group-tool-bar-gnome):
13810         Add gnus-group-{prev,next}-unread-group.
13811         (gnus-group-tool-bar-gnome): Re-order icons.
13812
13813         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13814         Move gnus-summary-insert-new-articles.
13815
13816         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13817         Fix comments.
13818
13819         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13820         also available in Emacs 21.3.
13821
13822         * message.el (message-fix-before-sending): Change "Emacs 22" to
13823         "Emacs 23 (unicode)" in comment.
13824
13825         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13826         "Emacs 23 (unicode)" in comment.
13827
13828         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13829         comment.
13830         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13831
13832         * mm-view.el (mm-fill-flowed): Add :version.
13833
13834 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13837         and load-path.
13838
13839 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * message.el: Autoload gmm-image-load-path.
13842         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13843         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13844         consitency.
13845
13846         * gmm-utils.el (gmm-image-load-path): Also search in
13847         "../etc/images".  Don't set gmm-image-load-path if we don't find
13848         the image.
13849
13850 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gmm-utils.el (gmm-image-load-path): Don't make
13853         `gmm-image-load-path' include subdirectories which the second arg
13854         `image' might specify.
13855
13856         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13857         subdirectory to icon file names.
13858
13859         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13860
13861 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13864         gmm-image-load-path calls.
13865
13866         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13867
13868         * message.el (message-make-tool-bar): Ditto.
13869
13870         * mml.el (mml-preview): Add comment concerning tool bar icons.
13871
13872         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13873         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13874
13875         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13876         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13877
13878         * message.el (message-tool-bar-gnome): Use new icon names.
13879         (message-make-tool-bar): Use `gmm-image-load-path'.
13880
13881         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13882         New functions from MH-E.
13883         (gmm-image-load-path): New variable from MH-E.
13884         (gmm-image-load-path): New function from MH-E.  Add arguments
13885         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13886         *-image-load-path-called-flag.
13887
13888 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13889
13890         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13891
13892 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13893
13894         * nnimap.el (nnimap-request-move-article): Change folder back to
13895         source group before deleting.
13896
13897 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13900
13901         * gnus-art.el (mm-url-insert-file-contents-external):
13902         Autoload mm-url.
13903
13904         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13905
13906 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13909         coding system which mm-charset-to-coding-system returns for a
13910         given charset is valid.
13911
13912 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13913
13914         * html2text.el (html2text-remove-tag-list):
13915         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13916
13917 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13918
13919         * gnus-cus.el: Revert 2005-10-17 change.
13920
13921 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (article-strip-banner):
13924         Call article-really-strip-banner only when the regexp match is made.
13925
13926 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-art.el (article-strip-banner):
13929         Use gnus-extract-address-components instead of
13930         mail-header-parse-addresses to make it work with non-ASCII text;
13931         remove mail-encode-encoded-word-string.
13932
13933         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13934         values which are surrounded with \"...\"; make it never cause a
13935         Lisp error; give up parsing of parameters if it failed in
13936         extracting type.
13937
13938 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13939
13940         * smime.el (smime-cert-by-ldap-1): Fix bug where
13941         `smime-ldap-search' returns results without userCertificates.
13942
13943 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13946
13947 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * spam.el (spam-check-spamassassin-headers): Adapt format for
13950         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13951         <ari@mbf.ocn.ne.jp>.
13952         (spam-list-of-processors): Add spam-use-gmane.
13953
13954 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13957         make-temp-file; make it work with XEmacs as well.
13958
13959         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13960         mm-make-temp-file.
13961
13962         * mm-decode.el (mm-display-external): Use the 3rd arg of
13963         mm-make-temp-file.
13964         (mm-create-image-xemacs): Ditto.
13965
13966 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13969         with message-narrow-to-headers.
13970         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13971         (gnus-draft-check-draft-articles): New function.
13972         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13973
13974 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * gnus-art.el (gnus-article-browse-html-parts):
13977         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13978         Don't use suffix argument for mm-make-temp-file for Emacs 21
13979         compatibility.  Remove useless `format'.
13980
13981 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13982
13983         * nnweb.el (nnweb-google-wash-article): Update regexps.
13984         (nnweb-group-alist): Use defvoo instead of defvar.
13985
13986 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13989         re-loading nn* modules.
13990
13991 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13994         for `tool-bar-mode' and don't check it's default-value.
13995
13996         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13997
13998         * message.el (message-make-tool-bar): Ditto.
13999
14000         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14001         `substring'.  Shorten tmp-file name.
14002
14003         * gnus.el: Remove bogus comment.
14004
14005 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14006
14007         * gnus-art.el (gnus-article-browse-html-parts): New function.
14008         (gnus-article-browse-html-article): New function for viewing html
14009         articles with a browser.
14010
14011 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14012
14013         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14014         in elisp.
14015         (pgg-gpg-encrypt-symmetric-region): Ditto.
14016         (pgg-gpg-sign-region): Ditto.
14017
14018         * pgg-def.el (pgg-text-mode): New variable.
14019
14020         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14021         (mml2015-pgg-encrypt): Ditto.
14022
14023         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14024         (mml1991-pgg-encrypt): Ditto.
14025
14026 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * nnfolder.el (nnfolder-insert-newsgroup-line):
14029         Use message-make-date instead of current-time-string.
14030
14031         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14032         to gnus-decoded which mm-uu might set.
14033
14034 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14037         don't decode quoted parameters; remove misimported Emacs code.
14038         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14039         (rfc2231-decode-encoded-string): Don't use split-string which
14040         behaves differently according to Emacs version; use
14041         mm-decode-coding-region to convert charset to coding-system.
14042         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14043         (rfc2231-encode-string): Remove misimported Emacs code.
14044
14045 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14048         when calling mail-header-parse-content-type.
14049         (article-de-quoted-unreadable): Ditto.
14050         (article-de-base64-unreadable): Ditto.
14051         (article-wash-html): Ditto.
14052
14053         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14054         calling mail-header-parse-content-type and
14055         mail-header-parse-content-disposition.
14056         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14057         mail-header-parse-content-type.
14058
14059         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14060         insert charset and format parameters; encode description after
14061         inserting it to buffer.
14062         (mml-insert-parameter): Fold lines properly even if a parameter is
14063         segmented into two or more lines; change the max column to 76.
14064
14065         * rfc1843.el (rfc1843-decode-article-body): Don't use
14066         ignore-errors when calling mail-header-parse-content-type.
14067
14068         * rfc2231.el (rfc2231-parse-string): Return at least type if
14069         possible; don't cause an error even if it fails in parsing of
14070         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14071         (rfc2231-encode-string): Don't break lines at the beginning, leave
14072         it to mml-insert-parameter.
14073
14074         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14075         calling mail-header-parse-content-type.
14076
14077 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * spam-report.el (spam-report-gmane-use-article-number):
14080         Improve doc string.
14081         (spam-report-gmane-internal): Check if a suitable header was found
14082         in the article.
14083
14084 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14087         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14088
14089 2006-02-05  Romain Francoise  <romain@orebokech.com>
14090
14091         Update copyright notices of all files in the gnus directory.
14092
14093 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14094
14095         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14096
14097 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14100         segmented lines of parameter value to cope with Thunderbird 1.5
14101         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14102         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14103         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14104
14105 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14106
14107         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14108         parts.
14109
14110 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14111
14112         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14113         there's only one active file for all servers.
14114         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14115         solid groups.  Gnus might have used a FAST request to select the group.
14116         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14117         and nnweb-search redundantly in the active file.
14118         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14119         (nnweb-request-create-group): Don't use ARGS.
14120         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14121         initialisations.  Let nnoo do the work.
14122
14123 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14126         Say the part has been decoded.
14127
14128         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14129
14130 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14131
14132         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14133         mailcap-viewer-test-cache when there's no 'test clause, since that
14134         will invert the meaning of a "nil" test previously determined by
14135         mailcap-mailcap-entry-passes-test.
14136
14137 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14140         compiling.
14141
14142         * gnus-sum.el: Ditto.
14143
14144         * message.el: Don't bind tool-bar-map when compiling.
14145
14146 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14149
14150 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14151
14152         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14153         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14154         current Google Groups.
14155
14156 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14159         and tool-bar-mode.
14160
14161         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14162         and tool-bar-mode.
14163
14164         * message.el (message-tool-bar-update): Simplify.
14165         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14166
14167         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14168         gnus-summary-buffer.
14169         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14170         gnus-summary-reply.
14171
14172         * gmm-utils.el (gmm): Add :version.
14173
14174 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * Makefile.in (clean): New rule.
14177         (distclean): Use it.
14178
14179 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14180
14181         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14182         Don't autoload.
14183
14184 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gmm-utils.el (gmm-verbose): Add :group.
14187
14188 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * message.el: Change some comments WRT tool-bars.
14191
14192         * gnus-sum.el (gnus-summary-tool-bar)
14193         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14194         (gnus-summary-tool-bar-zap-list): New variables.
14195         (gnus-summary-make-tool-bar): Complete rewrite using
14196         `gmm-tool-bar-from-list'.
14197
14198         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14199         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14200         New variables.
14201         (gnus-group-make-tool-bar): Complete rewrite using
14202         `gmm-tool-bar-from-list'.
14203         (gnus-group-tool-bar-update): New function.
14204
14205         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14206
14207 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14210         is dissected into a single part of which the type is the same as
14211         the given one; decode charset.
14212
14213 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14214
14215         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14216         into alists as symbol not string, since that's what
14217         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14218         look for.
14219
14220 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14223         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14224
14225         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14226
14227 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14230         (gnus-xmas-mime-security-button-menu): New function.
14231
14232         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14233         (gnus-mime-security-button-menu): New definition.
14234         (gnus-mime-security-button-map): Use them.
14235         (gnus-mime-security-button-menu): New function.
14236         (gnus-insert-mime-security-button): Addition to help echo.
14237         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14238         (gnus-mime-security-pipe-part): New functions.
14239
14240         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14241         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14242
14243         * mm-decode.el (mm-handle-set-disposition): Remove.
14244         (mm-handle-set-description): Remove.
14245
14246 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14249         (mm-w3m-standalone-supports-m17n-p): New function.
14250         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14251         w3m usage.
14252
14253         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14254         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14255
14256 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * message.el (message-tool-bar-zap-list):
14259         Use gmm-tool-bar-zap-list as custom type.
14260         (message-tool-bar-update): New function.
14261         (message-tool-bar, message-tool-bar-gnome)
14262         (message-tool-bar-retro): Add message-tool-bar-update.
14263         (message-tool-bar-gnome): Add flyspell-buffer.
14264
14265         * gnus-util.el (gnus-error): Describe `args'.
14266
14267         * gmm-utils.el (gmm-error): Describe `args'.
14268         (gmm-tool-bar-zap-list): New widget.
14269         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14270
14271 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14274         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14275         the number of recursive calls.
14276
14277         * mm-decode.el (mm-handle-set-disposition): New macro.
14278         (mm-handle-set-description): New macro.
14279
14280 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14283         encoding.
14284
14285 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * message.el (message-tool-bar-zap-list, message-tool-bar)
14288         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14289         (message-tool-bar-local-item-from-menu): Remove.
14290         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14291         (message-make-tool-bar): New function.
14292         (message-mode): Use `message-make-tool-bar'.
14293
14294         * gmm-utils.el: New file.
14295         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14296         (gmm-lazy): New widget copied from `nnmail.el'.
14297         (gmm-tool-bar-from-list): New function for creating customizable
14298         tool bars.
14299         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14300         output.
14301         (gmm): Add :prefix to defgroup.
14302
14303 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14304
14305         * gmm-utils.el (gmm-widget-p): New function.
14306
14307 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * mml.el (mml-attach-file): Describe `description' in doc string.
14310         (mml-menu): Add Emacs MIME manual and PGG manual.
14311
14312 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14313
14314         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14315
14316 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14317
14318         * nntp.el (nntp-end-of-line): Doc fix.
14319
14320 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14321
14322         * imap.el (imap-open): Handle case where buffer is a buffer
14323         object.
14324
14325 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14326
14327         * gnus-delay.el (gnus-delay): Don't autoload.
14328         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14329         to be re-loaded when customizing the `gnus-delay' group.
14330
14331 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14332
14333         * message.el (message-insert-citation-line): Use newlines.
14334
14335 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14336
14337         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14338         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14339         these routines, so the passphrase can be managed externally and
14340         passed in to the system.
14341         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14342         pgg-add-passphrase-to-cache function.
14343
14344         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14345         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14346         these routines, so the passphrase can be managed externally and
14347         passed in to the system.
14348         (pgg-pgp5-sign-region): Use new name of
14349         pgg-add-passphrase-to-cache function.
14350
14351 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14352
14353         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14354         part of the decoded armor to find the key-identifier.
14355         (pgg-gpg-lookup-key-owner): New function to return the
14356         human-readable identifier of a key owner.
14357         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14358         itself.
14359         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14360         the key value) if we have a key and can match it against a secret
14361         key.  Also, added a note pointing out fact that the prompt only
14362         indicates the first matching key.
14363
14364         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14365         pgg-decrypt-region.
14366         (pgg-add-passphrase-to-cache): Rename from
14367         `pgg-add-passphrase-cache' to reduce confusion (all callers
14368         changed).
14369         (pgg-remove-passphrase-from-cache): Rename from
14370         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14371         changed).
14372         (pgg-read-passphrase, pgg-add-passphrase-cache)
14373         (pgg-remove-passphrase-cache): Add informative docstrings.
14374         (pgg-decrypt): Convey provided passphrase in subordinate call to
14375         pgg-decrypt-region.
14376
14377 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14378
14379         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14380         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14381         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14382         'passphrase' argument, so the passphrase can be managed externally
14383         and then passed in to the system.
14384
14385         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14386         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14387         so the passphrase cache can be used reliably with identifiers
14388         besides a pgp packet's key id.
14389
14390         * pgg-gpg.el (pgg-gpg-encrypt-region)
14391         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14392         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14393         these routines, so the passphrase can be managed externally and
14394         passed in to the system.
14395
14396         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14397         'notruncate' argument, so the passphrase cache can be used
14398         reliably with identifiers besides a pgp packet's key id.
14399
14400 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14401
14402         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14403         symmetric encryption.
14404         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14405         encrypted session key.
14406         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14407         message ask for the passphrase in a proper way.
14408
14409         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14410         New user commands for symmetric encryption.
14411
14412 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14415
14416         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14417
14418 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14419
14420         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14421
14422 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * mm-decode.el (mm-inlined-types): Add application/pgp.
14425         (mm-automatic-display): Ditto.
14426
14427         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14428         part as text.
14429
14430 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * nnrss.el: Update copyright.
14433         (nnrss-opml-import): Query whether to subscribe to each entry.
14434
14435         * gnus-art.el:
14436         * gnus-sum.el:
14437         * gnus-xmas.el:
14438         * messagexmas.el:
14439         * mm-uu.el:
14440         * mm-view.el: Update copyright.
14441
14442 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * message.el (message-info): New function.
14445         (message-mode-menu): Add it.
14446         Update copyright.
14447
14448         * ChangeLog: Fix and update copyright.
14449
14450 2006-01-13  Romain Francoise  <romain@orebokech.com>
14451
14452         * message.el (message-forward-subject-name-subject): Prefer the
14453         address to 'nowhere' if the sender has no name.
14454         Fix typo.  Update copyright year.
14455
14456 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-art.el (article-wash-html):
14459         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14460         (gnus-article-wash-html-with-w3m-standalone): New function.
14461
14462         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14463         mm-inline-text-html-render-with-w3m-standalone.
14464         (mm-text-html-washer-alist): Map w3m-standalone to
14465         gnus-article-wash-html-with-w3m-standalone.
14466         (mm-inline-text-html-render-with-w3m-standalone): New function.
14467
14468 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14471         Improve LaTeX.
14472
14473 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14476         (nnrss-request-article): Render text/plain parts as HTML.
14477
14478         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14479         the buffer.
14480
14481 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14484         custom definition of `gnus-posting-styles'.
14485
14486         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14487         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14488
14489 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14492         Use nntp for bug archive.
14493
14494 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14497         parts.
14498         (nnrss-normalize-date): New function converts ISO 8601 date into
14499         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14500         (nnrss-check-group): Use it.
14501
14502 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14505
14506         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14507         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14508         (nnrss-insert-w3): Ditto.
14509
14510 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14513         the articles to be forwarded including the case where neither a
14514         number of articles nor a region is specified.
14515
14516 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * nnrss.el (nnrss-request-article): Fix last change; fill
14519         text/plain parts.
14520
14521 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14524         in text/plain part.
14525         (nnrss-check-group): Don't add excessive newline to dc:subject.
14526
14527 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14528
14529         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14530         article.
14531
14532 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14535         (nnml-use-compressed-files, nnml-save-mail): Support other
14536         comression programs such as bzip2.
14537
14538 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14539
14540         * dns.el (query-dns): Make sure we check the buffer size before
14541         removing tcp headers.
14542
14543 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14546         remove MIME buttons associated with multipart/alternative parts.
14547         (gnus-mime-display-alternative): Tag buttons using `article-type'
14548         text property.
14549
14550         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14551         associated with multipart/alternative parts.
14552
14553         * gnus-art.el (gnus-signature-separator): Fix custom type.
14554
14555         * mm-decode.el (mm-inlined-types): Fix custom type.
14556         (mm-keep-viewer-alive-types): Ditto.
14557         (mm-automatic-display): Ditto.
14558         (mm-attachment-override-types): Ditto.
14559         (mm-inline-override-types): Ditto.
14560         (mm-automatic-external-display): Ditto.
14561
14562 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * spam-report.el (spam-report-user-mail-address)
14565         (spam-report-user-agent): New variables.
14566         (spam-report-url-ping-plain): Use spam-report-user-agent.
14567
14568 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14569
14570         * gnus-art.el (gnus-button-handle-custom): Do not just use
14571         `customize-apropos' for any "M-x customize-*" button but the
14572         function called for.  Accept both the function name and its
14573         argument in order to achieve this.
14574         (gnus-button-alist): Remove support for "custom:" URL's.
14575         Pass function name to `gnus-button-handle-custom' in case of "M-x
14576         customize-*" buttons.
14577
14578 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14581         multipart/alternative and add xref to mm-discouraged-alternatives
14582         in doc string.
14583
14584         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14585         gnus-buttonized-mime-types in doc string.
14586
14587 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14590         Suggest image/.* in the doc string.
14591
14592 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14595         message-marks (Debian bug #342521).
14596
14597 2005-12-12  Simon Josefsson  <jas@extundo.com>
14598
14599         * password.el (password-read-from-cache): Add.
14600         (password-read): Use it.
14601
14602 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * rfc2047.el (rfc2047-charset-to-coding-system):
14605         Recognize us-ascii as a MIME charset.
14606
14607         * mm-bodies.el (mm-decode-content-transfer-encoding):
14608         Protect against the case where the 2nd arg TYPE is nil.
14609
14610 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * pop3.el (pop3-stream-type): Fix custom version.
14613
14614         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14615
14616 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14617
14618         * mm-decode.el (mm-display-external): Add missing cdr.
14619
14620 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14623         RFC1524) if it is in mailcap or add a suffix according to
14624         mailcap-mime-extensions when generating a temp filename; postpone
14625         deleting a temp file for 2 seconds for some wrappers, shell
14626         scripts, and so on, which might exit right after having started a
14627         viewer command as a background job.
14628
14629 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * nntp.el (nntp-marks-directory): Fix custom group.
14632
14633         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14634         steps when < 10.
14635
14636         * gnus-start.el (gnus-no-server-1):
14637         Mention `gnus-level-default-subscribed' in doc string.
14638
14639 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14640
14641         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14642         parens.
14643
14644 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * gnus-xmas.el (gnus-use-toolbar): Revert.
14647         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14648         gnus-use-toolbar is default.
14649
14650         * messagexmas.el (message-use-toolbar): Revert.
14651         (message-setup-toolbar): Use global default-toolbar if
14652         message-use-toolbar is default.
14653
14654 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14657         according to default-toolbar-visible-p.
14658
14659         * messagexmas.el (message-use-toolbar): Ditto.
14660
14661 2005-11-26  Dave Love  <fx@gnu.org>
14662
14663         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14664         (tls-program, tls-success): Provide openssl alternative.
14665
14666         * starttls.el: Doc fixes.
14667         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14668         SERVICE to PORT.
14669
14670         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14671         port null or service name.
14672         (starttls-negotiate): Autoload.
14673
14674 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * message.el (message-kill-to-signature): Fix interactive spec.
14677
14678 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * pop3.el (pop3-open-server): Recognize a string as a service name.
14681
14682 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14683
14684         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14685
14686 2005-11-23  Dave Love  <fx@gnu.org>
14687
14688         Add pop3s, pop3/starttls.
14689
14690         * pop3.el (pop3-authentication-scheme): Clarify doc.
14691         (open-tls-stream, starttls-open-stream): Autoload.
14692         (pop3-stream-type): New.
14693         (pop3-open-server): Use it.
14694
14695         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14696         for POP.
14697         (mail-source-keyword-map): Add :stream for POP.
14698         (mail-source-fetch-pop): Use pop3-stream-type.
14699
14700 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14703         of current-time-string.
14704
14705 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14706
14707         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14708         date header.
14709
14710 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14711
14712         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14713         it can seriously impact performance as it bypasses the agent's
14714         local caches.
14715
14716 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14717
14718         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14719         must be explicitly online rather than "not explicitly offline" for
14720         its flags to be synchronized.
14721
14722         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14723         that gnus-uu-unmark-thread will function correctly.
14724
14725         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14726         1024K is instead displayed as 1M.
14727
14728 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14729
14730         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14731
14732 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14733
14734         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14735
14736 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14737
14738         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14739         error message to display actual error condition.
14740         (gnus-agent-save-local): Avoid saving symbols that are bound to
14741         nil as they simply result in a warning message in
14742         gnus-agent-read-local.
14743
14744 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14747         rather than make-variable-buffer-local for file-precious-flag.
14748
14749 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14750
14751         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14752         for duplicates which are removed.  The invalid sort check then
14753         triggers a rescan after the sort as sorting may have moved
14754         duplicate entries such that they can be cheaply detected.
14755
14756 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14759
14760 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14761
14762         * gnus-agent.el (gnus-agent-article-alist-save-format):
14763         Change internal variable to a custom variable.  Change default value
14764         from compressed(2) to uncompressed(1).
14765         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14766         support for uncompressed agentview files.  Taken together, reading
14767         the agentview file should now be 6-7 times faster.
14768
14769 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14770
14771         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14772         as a buffer-local variable.  This avoids creating truncated
14773         dribble files as a result of a hang up, eg.
14774
14775 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14776
14777         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14778         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14779         XEmacs.
14780
14781 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * gnus-start.el (gnus-start-draft-setup):
14784         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14785
14786         * gnus.el (gnus-splash): Change custom group.
14787         (gnus-group-get-parameter, gnus-group-parameter-value):
14788         Describe allow-list argument.
14789
14790         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14791         string.
14792
14793 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-art.el (gnus-default-article-saver): Add user-defined
14796         `function' to custom type.
14797
14798 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14799
14800         * imap.el (imap-open): Handle case where buffer is a buffer
14801         object.
14802
14803 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14806         long lines.
14807         (gnus-cache-delete-group): Wrap doc strings.
14808
14809         * gnus-agent.el (gnus-agent-rename-group)
14810         (gnus-agent-delete-group): Wrap doc strings.
14811
14812 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * messagexmas.el (message-use-toolbar): Change the valid values
14815         into default, top, bottom, left, and right.
14816         (message-toolbar-thickness): New variable.
14817         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14818         well.
14819         (message-setup-toolbar): Make it work.
14820
14821         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14822         (gnus-use-toolbar): Change the valid values into default, top,
14823         bottom, left, and right.
14824         (gnus-toolbar-thickness): New variable.
14825         (gnus-xmas-setup-toolbar): New function.
14826         (gnus-xmas-setup-group-toolbar): Use it.
14827         (gnus-xmas-setup-summary-toolbar): Use it.
14828
14829 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14830
14831         * gnus-start.el (gnus-1): Add "native" to
14832         gnus-predefined-server-alist.
14833
14834         * gnus.el (gnus-method-to-server): Don't add "native" to the
14835         lists here, because that leads to problems when
14836         gnus-select-method is bound.
14837
14838 2005-11-09  Simon Josefsson  <jas@extundo.com>
14839
14840         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14841         use (not sort-by-date) instead.
14842
14843 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14844
14845         * gnus-delay.el (gnus-delay-group): Don't autoload.
14846         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14847         to be re-loaded when customizing the `gnus-delay' group.
14848
14849 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14850
14851         * message.el: Revert last changes.
14852         (message-insert-citation-line): Use newlines.
14853
14854 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14855
14856         * message.el (message-courtesy-message)
14857         (message-mark-insert-begin, message-mark-insert-end)
14858         (message-elide-ellipsis, message-cancel-message)
14859         (message-add-header, message-change-subject)
14860         (message-cross-post-followup-to-header)
14861         (message-cross-post-insert-note, message-reduce-to-to-cc)
14862         (message-widen-reply, message-delete-not-region)
14863         (message-kill-to-signature, message-insert-signature)
14864         (message-insert-importance-high, message-insert-importance-low)
14865         (message-insert-or-toggle-importance)
14866         (message-insert-disposition-notification-to)
14867         (message-indent-citation, message-yank-original)
14868         (message-cite-original-without-signature, message-cite-original)
14869         (message-insert-citation-line, message-position-on-field)
14870         (message-fix-before-sending, message-send-mail-partially)
14871         (message-send-mail, message-send-mail-with-sendmail)
14872         (message-send-mail-with-qmail, message-send-news)
14873         (message-check-news-header-syntax, message-generate-headers)
14874         (message-insert-courtesy-copy, message-fill-address)
14875         (message-fill-header, message-shorten-references)
14876         (message-setup-1, message-cancel-news)
14877         (message-forward-make-body-plain, message-forward-make-body-mime)
14878         (message-forward-make-body-mml, message-encode-message-body)
14879         (message-forward-make-body-digest-plain)
14880         (message-forward-make-body-digest-mime)
14881         (message-use-alternative-email-as-from): Insert `hard-newline'
14882         instead of ordinary newlines.
14883
14884 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * message.el (message-generate-headers): Downcase the argument
14887         given to message-check-element.
14888
14889 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14890
14891         * nntp.el (nntp-authinfo-rejected): New error condition.
14892         (nntp-wait-for): Use new error condition to signal authentication
14893         error.
14894         (nntp-retrieve-data): Rethrow new error condition to break out of
14895         recursive call to nntp-send-authinfo.
14896
14897 2005-11-08  Romain Francoise  <romain@orebokech.com>
14898
14899         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14900         (gnus-summary-exit-map): Bind to `Z p'.
14901         (gnus-summary-make-menu-bar): Add menu item.
14902
14903 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14906         (gnus-treat-*): Add `first' in all doc strings.
14907
14908         * gnus-group.el (gnus-group-compact-group): Fix typo.
14909
14910 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus.el (gnus-parameters-case-fold-search): New variable.
14913         (gnus-parameters-get-parameter): Use it.
14914
14915         * gnus-score.el (gnus-home-score-file): Doc fix.
14916
14917 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14918
14919         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14920
14921 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * mm-util.el (mm-special-display-p): New function.
14924
14925         * mml.el (mml-preview): Use it; doc fix.
14926
14927 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14928
14929         * imap.el (imap-open): Handle case where buffer is a buffer object.
14930
14931 2005-10-29  Romain Francoise  <romain@orebokech.com>
14932
14933         * message.el (message-fix-before-sending): Fix comment.
14934
14935 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14936
14937         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14938
14939 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14940
14941         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14942         Used in gnus-score.el.
14943
14944 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14947
14948 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14951         whitespace removed in revision 7.8.  Use concatenated string to
14952         protect trailing whitespace.
14953
14954 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14955
14956         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14957         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14958         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14959         Courier IMAP ("some version from 2004").  Mostly based on similar
14960         code in the same function.
14961
14962 2005-10-26  Didier Verna  <didier@xemacs.org>
14963
14964         * gnus-group.el (gnus-group-compact-group): Invalidate original
14965         article buffer.
14966         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14967         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14968         NOV database and in article itself.
14969         Invalidate article backlog.
14970
14971 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14972
14973         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14974
14975 2005-10-26  Simon Josefsson  <jas@extundo.com>
14976
14977         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14978         part of 2004-07-25 change.
14979
14980 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * message.el (message-display-completion-list): New function.
14983         (message-expand-group): Use it; make sure the Completions buffer
14984         is modifiable.
14985 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14986
14987         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14988         user-mail-name is an empty string.
14989
14990 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14993         depending on gnus-score-decay-constant.
14994
14995         * encrypt.el (encrypt-insert-file-contents)
14996         (encrypt-write-file-contents): Don't use `gnus-message'.
14997
14998         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14999         arguments.
15000         (mm-uu-type-alist): Add message-marks and insert-marks.
15001         Pass arguments to mm-uu-verbatim-marks-extract.
15002         (mm-uu-hide-markers): New variable.
15003         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15004
15005         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15006         (gnus-convert-image-to-face-command): Use "convert" by default to
15007         allow other input image formats.
15008         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15009         accordingly.
15010
15011 2005-10-23  Simon Josefsson  <jas@extundo.com>
15012
15013         * imap.el (imap-gssapi-program): Align command line parameters
15014         with latest GNU SASL.
15015         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15016
15017 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15018
15019         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15020         HTML.
15021         (nnslashdot-request-article): Ditto.
15022
15023         * lpath.el (featurep): Add nobreak-char-display.
15024
15025 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15026
15027         * mail-source.el (mail-source-fetch-pop): Require pop3.
15028         (mail-source-check-pop): Ditto.
15029
15030 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15033         errors.
15034
15035 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15036
15037         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15038         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15039
15040         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15041
15042         * mm-bodies.el (mm-decode-string):
15043         Call `mm-charset-to-coding-system' with allow-override argument.
15044
15045 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15048         (rfc2047-charset-to-coding-system): New function.
15049         (rfc2047-decode-encoded-words): New function.
15050         (rfc2047-decode-region): Use them.
15051         (rfc2047-decode-cte): Remove.
15052         (rfc2047-parse-and-decode): Remove.
15053         (rfc2047-decode): Remove.
15054
15055 2005-10-15  Kenichi Handa  <handa@m17n.org>
15056
15057         * rfc2047.el (rfc2047-decode-cte): New function.
15058         (rfc2047-decode-region): Change the way to decode successive
15059         encoded-words: decode B- or Q-encoding in each encoded-word,
15060         concatenate them, and decode it as charset.
15061
15062 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * lpath.el: Fbind codepage-setup for XEmacs.
15065
15066 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15067
15068         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15069         widget-move-and-invoke.
15070         (gnus-custom-mode): Use gnus-custom-map.
15071
15072 2005-10-15  Bill Wohler  <wohler@newt.com>
15073
15074         * message.el (message-tool-bar-map): Rename image file from
15075         mail_send to mail/send.
15076
15077 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15078
15079         * message.el (message-expand-group): Pass the common
15080         prefix substring of completion to `display-completion-list'.
15081
15082 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * mml-sec.el (mml-secure-method): New internal variable.
15085         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15086         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15087         New functions using mml-secure-method.
15088
15089         * mml.el (mml-mode-map): Add key bindings for those functions.
15090         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15091         Harder <harder@myrealbox.com>.
15092         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15093         Goto end of message if point is the headers of the message.
15094
15095         * message.el (message-in-body-p): New function.
15096
15097         * assistant.el: Autoload gnus-util and netrc.
15098
15099         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15100         Use `mm-charset-override-alist' only when decoding.
15101
15102         * mm-bodies.el (mm-decode-body):
15103         Call `mm-charset-to-coding-system' with allow-override argument.
15104
15105         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15106         `filename' from Content-Disposition if Content-Type doesn't
15107         provide `name'.
15108         (gnus-mime-view-part-as-type): Set default instead of
15109         initial-input.
15110
15111 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15112
15113         * format-spec.el (format-spec): Propagate text properties of % spec.
15114
15115 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * gnus-art.el (gnus-treat-predicate): Add `first'.
15118
15119 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15122         (mm-charset-override-alist): New variable.
15123         (mm-charset-to-coding-system): Use it.
15124         (mm-codepage-setup): New helper function.
15125         (mm-charset-eval-alist): New variable.
15126         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15127         Warn about unknown charsets.
15128
15129         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15130
15131 2005-10-04  David Hansen  <david.hansen@gmx.net>
15132
15133         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15134         (nnrss-check-group): Ditto.
15135
15136 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15137
15138         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15139         Rename x-gnus-verbatim to x-verbatim.
15140         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15141
15142         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15143         x-verbatim.
15144
15145         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15146
15147         * gnus-util.el (gnus-remove-duplicates): Remove.
15148
15149         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15150         instead of gnus-remove-duplicates.
15151
15152         * message.el (message-remove-duplicates): Remove.
15153         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15154         message-remove-duplicates.
15155
15156         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15157         available, else use implementation from `delete-dups'.
15158
15159         * message.el (message-insert-expires): New function.
15160         (message-mode-map): Add key binding.
15161         (message-mode-field-menu): Add menu entry.
15162         (message-mode): Document it.
15163         (message-make-expires-date): Use `message-make-date'.
15164
15165 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15166
15167         * message.el (message-make-expires-date): New function.
15168
15169 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * Makefile.in (list-installed-shadows): New entry.
15172         (install): Use it.
15173         (remove-installed-shadows): New entry.
15174
15175         * dgnushack.el (dgnushack-default-load-path): New variable.
15176         (dgnushack-find-lisp-shadows): New function.
15177         (dgnushack-remove-lisp-shadows): New function.
15178
15179 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * Makefile.in (install-el-elc): New entry.
15182         (install): Use it so that .el files are necessarily installed.
15183
15184 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15187
15188 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15189
15190         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15191         function rather than the diff-mode.el package.
15192         (mm-display-external): Use with-current-buffer.
15193         (mm-viewer-completion-map, mm-viewer-completion-map):
15194         Move initialization inside declaration.
15195
15196 2005-09-29  Simon Josefsson  <jas@extundo.com>
15197
15198         * spam.el: Load hashcash when compiling, to avoid warnings.
15199         Don't autoload mail-check-payment.
15200         (spam-check-hashcash): Define unconditionally, since hashcash.el
15201         is part of Gnus now.  Ignore errors from payment checking.
15202
15203 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15204
15205         * message.el (message-bold-region, message-unbold-region):
15206         Rename from `bold-region' and `unbold-region'.
15207
15208         * message.el: Remove useless autoloads.
15209
15210 2005-09-28  Simon Josefsson  <jas@extundo.com>
15211
15212         * message.el (message-use-idna): Default to t.
15213         (message-use-idna): Test whether encoding works too.  Doc fix.
15214
15215 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * nntp.el (nntp-warn-about-losing-connection): Remove.
15218
15219 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15222         customizable.  Change default value.
15223         (mm-uu-diff-groups-regexp): Change default value.
15224         (mm-uu-type-alist): Add doc string.
15225         (mm-uu-configure): Add doc string.  Make it interactive.
15226         (mm-uu-tex-groups-regexp): New variable.
15227         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15228         (mm-uu-type-alist): Add LaTeX documents.
15229         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15230         of "text/verbatim".
15231         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15232
15233         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15234         instead of "text/verbatim".
15235
15236         * message.el (message-mark-inserted-region)
15237         (message-mark-insert-file): Use slrn style marks when called with
15238         prefix argument.
15239
15240 2005-09-27  Simon Josefsson  <jas@extundo.com>
15241
15242         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15243
15244 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15245
15246         * message.el (message-remove-duplicates): New function.
15247         Implementation borrowed from `gnus-remove-duplicates'.
15248         (message-idna-to-ascii-rhs): Also encode idna addresses in
15249         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15250         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15251         only ask about the same idna domain once per header and also tell
15252         in what header to replace the idna domain.
15253
15254         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15255         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15256         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15257         a header is decoded and not just the last one.
15258
15259 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15262         has been decoded.
15263
15264         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15265         (mm-insert-part): Don't modify text if it has been decoded.
15266
15267         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15268         decoded.
15269
15270         * mm-view.el (mm-inline-text): Don't strip text props unless
15271         decoding enriched or richtext parts.
15272
15273 2005-09-25  Romain Francoise  <romain@orebokech.com>
15274
15275         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15276         * gnus-start.el (gnus-subscribe-interactively):
15277         * gnus-uu.el (gnus-uu-grab-articles):
15278         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15279         space.
15280
15281 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15282
15283         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15284         * mm-view.el (mm-view-pkcs7-decrypt):
15285         * gnus-sum.el (gnus-summary-limit-to-extra)
15286         (gnus-summary-respool-article, gnus-read-move-group-name):
15287         * gnus-score.el (gnus-summary-increase-score):
15288         * gnus-util.el (gnus-completing-read-with-default):
15289         * gnus-art.el (gnus-read-save-file-name)
15290         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15291         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15292         * message.el (message-check-news-header-syntax):
15293         Follow convention for reading with the minibuffer.
15294
15295 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * spam-report.el (spam-report-url-ping-plain):
15298         Use gnus-extended-version as User-Agent.
15299
15300         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15301         default value is nil.
15302
15303         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15304         (mm-uu-verbatim-marks-extract): New function.
15305         (mm-uu-extract): New face.
15306         (mm-uu-copy-to-buffer): Use it.
15307
15308         * spam-report.el (spam-report-gmane-ham): Rename from
15309         `spam-report-gmane-unspam'.
15310         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15311         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15312
15313         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15314         Autoload.
15315         (spam-report-gmane-unregister-routine):
15316         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15317
15318 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15319
15320         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15321         (spam-report-gmane-unregister-routine): Add support for gmane
15322         unregistration.
15323
15324         * spam-report.el (spam-report-gmane-unspam)
15325         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15326         (spam-report-gmane): Change to take a single article and do unspam
15327         registration.
15328
15329 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * mm-url.el (mm-url-decode-entities): Fix regexp.
15332
15333 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15334
15335         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15336         default to nil, to be able to use Gnus at all.  If the default
15337         switches to something else, then the function should be fixed not
15338         be exceedingly slow.
15339
15340 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15341
15342         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15343         fail hard.
15344
15345         * spam-report.el: Add better Keywords line.
15346
15347         * spam.el: Add Maintainer and better Keywords line.
15348
15349 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * gnus-art.el (gnus-article-replace-part)
15352         (gnus-mime-replace-part): New functions.
15353         (gnus-mime-action-alist, gnus-mime-button-commands)
15354         (gnus-mime-save-part-and-strip): Add file argument.
15355         (gnus-article-part-wrapper): Add interactive argument.
15356
15357         * gnus-sum.el (gnus-summary-mime-map):
15358         Add `gnus-article-replace-part'.
15359
15360 2005-09-19  Didier Verna  <didier@xemacs.org>
15361
15362         The nnml compaction feature:
15363         * nnml.el (nnml-request-compact-group): New function.
15364         * nnml.el (nnml-request-compact): New function.
15365         * gnus-int.el (gnus-request-compact-group): New function.
15366         * gnus-int.el (gnus-request-compact): New function.
15367         * gnus-group.el (gnus-group-compact-group): New function.
15368         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15369         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15370         * gnus-srvr.el (gnus-server-compact-server): New function.
15371         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15372         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15373
15374 2005-09-18  Deepak Goel  <deego@gnufans.org>
15375
15376         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15377         format spec.
15378
15379 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15382
15383 2005-09-15  Romain Francoise  <romain@orebokech.com>
15384
15385         * message.el (message-fill-paragraph): Clarify docstring.
15386
15387 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (gnus-mime-display-part): Protect against broken
15390         MIME messages.
15391
15392 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15395         before parsing header.
15396
15397 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15398
15399         * html2text.el (html2text-replace-list): Add new entities.
15400
15401 2005-09-11  Romain Francoise  <romain@orebokech.com>
15402
15403         * message.el (message-alternative-emails): Improve docstring.
15404         (message-setup-1): Call `message-use-alternative-email-as-from'
15405         after `message-setup-hook' to give it precedence over posting
15406         styles, etc.
15407         (message-use-alternative-email-as-from): Add docstring.
15408         Remove the original From header if present.
15409
15410         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15411         (nnml-save-mail): Use it.
15412
15413         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15414         articles.  Add new argument `silent'.
15415         (gnus-uu-mark-all): Report the total number of marked articles.
15416
15417 2005-09-10  Romain Francoise  <romain@orebokech.com>
15418
15419         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15420         (gnus-uu-mark-series): Likewise.
15421
15422 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15423
15424         * spam-report.el (spam-report-gmane): Fix generation of spam
15425         report URL.
15426
15427 2005-09-10  Simon Josefsson  <jas@extundo.com>
15428
15429         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15430         t, based on discussion on the ding list with Robert Epprecht
15431         <epprecht@solnet.ch>.
15432
15433 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * spam-report.el (spam-report-gmane): Make it work without
15436         X-Report-Spam header.  Gmane now only provides Archived-At.
15437         This is only used if `spam-report-gmane-use-article-number' is nil.
15438         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15439
15440         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15441         make `gnus-summary-sort-by-recipient' work with threading.
15442
15443         * nnweb.el (nnweb-google-wash-article): Print a message if article
15444         is not available.
15445
15446 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15447
15448         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15449         change.  Decode text/* parts content before displaying.
15450
15451 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15454
15455 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15458
15459         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15460         url-package-name, url-package-version,
15461         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15462         w3m-display-inline-images, and w3m-minor-mode-map.
15463
15464 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15465
15466         * message.el (message-tab-body-function): Fix mismatched custom type.
15467
15468         * gnus.el (gnus-group-change-level-function): Ditto.
15469
15470         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15471
15472         * gnus-art.el (gnus-signature-limit)
15473         (gnus-article-mime-part-function): Ditto.
15474
15475 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * mml.el (mml-mode): Silence the byte compiler.
15478
15479         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15480         using `(sit-for 0)' before moving the point to the specified part;
15481         skip unbuttonized parts.
15482         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15483         return to the summary window if gnus-auto-select-part is non-nil.
15484
15485 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15488         New variables.
15489         (mml-dnd-attach-file, mml-mode): Use them.
15490
15491         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15492         Make fetching article by MID work again for Google Groups.
15493         Add FIXME concerning gnus-group-make-web-group.
15494
15495         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15496         Don't depend on Gnus by using mail-extract-address-components if
15497         gnus-extract-address-components is not bound.
15498
15499 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15500
15501         * gnus-art.el (gnus-mime-display-security): Don't display the
15502         signature, but only the signed part.
15503
15504 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15507
15508         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15509         list, not listp.
15510
15511 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15512
15513         * mm-encode.el (mm-encode-content-transfer-encoding):
15514         Likewise when encoding.
15515
15516         * mm-bodies.el (mm-decode-content-transfer-encoding):
15517         De-canonicalize CRLF for all text content types, not just
15518         text/plain.
15519
15520 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15523         valid article; point arrow and cursor at the MIME button.
15524
15525 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15528         Suggested by Dan Christensen <jdc@uwo.ca>.
15529
15530         * mm-decode.el (mm-save-part): Enable change of prompt.
15531
15532 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15533
15534         * gnus-msg.el (gnus-inews-add-send-actions):
15535         Make `message-post-method' lambda parameter ARG `&optional'.
15536
15537 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gnus-sum.el (gnus-summary-mime-map):
15540         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15541         gnus-article-jump-to-part.
15542
15543         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15544         (gnus-article-edit-part): Use it.
15545         (gnus-article-part-wrapper): Add no-handle argument.
15546         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15547         New functions.
15548
15549 2005-08-29  Romain Francoise  <romain@orebokech.com>
15550
15551         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15552         docstring.
15553         (gnus-face-from-file): Likewise.
15554
15555 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15556
15557         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15558         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15559         non-nil.
15560         (gnus-auto-select-part): New variable.
15561         (gnus-article-jump-to-part): New function.
15562         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15563         (gnus-mime-delete-part): Allow selecting specified part after
15564         deleting or stripping parts.
15565         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15566         part if argument is bogus.
15567
15568 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15569
15570         * gnus-art.el (w3m-minor-mode-map):
15571         * gnus-spec.el (gnus-newsrc-file-version):
15572         * gnus-util.el (nnmail-active-file-coding-system)
15573         (gnus-original-article-buffer, gnus-user-agent):
15574         * gnus.el (gnus-ham-process-destinations)
15575         (gnus-parameter-ham-marks-alist)
15576         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15577         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15578         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15579         * mm-decode.el (gnus-current-window-configuration):
15580         * mm-extern.el (gnus-article-mime-handles):
15581         * mm-url.el (url-current-object, url-package-name)
15582         (url-package-version):
15583         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15584         (smime-keys, w3m-cid-retrieve-function-alist)
15585         (w3m-current-buffer, w3m-display-inline-images)
15586         (w3m-minor-mode-map):
15587         * mml-smime.el (gnus-extract-address-components):
15588         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15589         (gnus-newsrc-hashtb, message-default-charset)
15590         (message-deletable-headers, message-options)
15591         (message-posting-charset, message-required-mail-headers)
15592         (message-required-news-headers):
15593         * mml1991.el (mc-pgp-always-sign):
15594         * mml2015.el (mc-pgp-always-sign):
15595         * nnheader.el (nnmail-extra-headers):
15596         * rfc1843.el (gnus-decode-encoded-word-function)
15597         (gnus-decode-header-function, gnus-newsgroup-name):
15598         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15599
15600 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15601
15602         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15603         the end of the date treatments.
15604
15605 2005-08-15  Simon Josefsson  <jas@extundo.com>
15606
15607         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15608         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15609         Capello and Romain Francoise.
15610         (pgg-fetch-key-function): Remove, not used?
15611         (pgg-insert-url-with-w3): Require url, to get
15612         url-insert-file-contents regardless of where it is defined.
15613
15614 2005-08-13  Romain Francoise  <romain@orebokech.com>
15615
15616         * message.el (message-cite-original-1): New function.
15617         (message-cite-original): Use it.
15618         (message-cite-original-without-signature): Ditto.
15619
15620 2005-08-08  Romain Francoise  <romain@orebokech.com>
15621
15622         * message.el (message-yank-empty-prefix): New variable.
15623         (message-indent-citation): Use it.
15624         (message-cite-original-without-signature): Respect X-No-Archive.
15625
15626 2005-08-08  Simon Josefsson  <jas@extundo.com>
15627
15628         * pgg.el: Autoload url-insert-file-contents instead of loading
15629         w3/url.
15630         (pgg-insert-url-with-w3): Don't load url here.
15631
15632 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15633
15634         * message.el (message-kill-to-signature): Don't insert newline at
15635         bol.
15636         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15637
15638 2005-08-06  Romain Francoise  <romain@orebokech.com>
15639
15640         * message.el (message-user-fqdn): Fix typo in docstring.
15641
15642 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15643
15644         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15645
15646         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15647
15648 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * mm-bodies.el (mm-encode-body): Use coding system rather than
15651         charset to encode text.
15652
15653         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15654         number of charsets if utf-8 is available (XEmacs).
15655
15656 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15659         taken from `gnus-button-mid-or-mail-regexp'.
15660         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15661         (gnus-button-alist): Improve regexp for domain part of the MIDs
15662         for news:localpart@domain buttons.
15663         (gnus-button-ctan-directory-regexp): Update.
15664
15665 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * sieve-manage.el (sieve-manage-interactive-login):
15668         Use make-local-variable rather than make-variable-buffer-local.
15669         (sieve-manage-open): Ditto.
15670         (sieve-manage-authenticate): Ditto.
15671
15672         * mml.el (mml-generate-mime-1): Make the content type default to
15673         text/plain if the filename is not specified.
15674
15675 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15678         instead of insert-buffer.
15679
15680         * message.el (message-yank-original): Ditto; set the mark at the
15681         end of the yanked message.
15682
15683 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15686         lines to scroll rather than to stop it.
15687
15688         * mml.el (mml-generate-default-type): Add doc string.
15689         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15690         default to application/octet-stream when determining the content
15691         type if it is not specified for the part or the mml contents; add
15692         a comment about mml-generate-default-type.
15693
15694 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15697         make it default to application/octet-stream when determining the
15698         content type if it is not specified for the external contents.
15699
15700 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15703         segmented parameter but also other parameters might be there.
15704
15705 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * mm-decode.el (mm-display-external): Delete temp file, directory
15708         and buffer immediately if the external process is exited.
15709
15710 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15713         fewer lines than that of scroll-margin.
15714         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15715
15716 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-art.el (gnus-article-next-page): Revert.
15719         (gnus-article-beginning-of-window): New macro.
15720         (gnus-article-next-page-1): Use it.
15721         (gnus-article-prev-page): Ditto.
15722         (gnus-article-edit-part): Use insert-buffer-substring instead of
15723         insert-buffer.
15724         (gnus-article-edit-exit): Ditto.
15725
15726         * gnus-util.el (gnus-beginning-of-window): Remove.
15727         (gnus-end-of-window): Remove.
15728
15729         * lpath.el: Don't bind header-line-format and scroll-margin.
15730
15731 2005-07-25  Simon Josefsson  <jas@extundo.com>
15732
15733         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15734         to have the url package without w3.  Reported by Daiki Ueno
15735         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15736
15737 2005-07-20  Didier Verna  <didier@xemacs.org>
15738
15739         * gnus-diary.el: Remove the description comment (nndiary is now
15740         properly documented in the Gnus manual).
15741         Fix the spelling of "Back End".
15742         * nndiary.el: Ditto.
15743         Fix the copyright notice.
15744
15745 2005-07-18  Romain Francoise  <romain@orebokech.com>
15746
15747         * gnus-sum.el (gnus-summary-to-prefix)
15748         (gnus-summary-newsgroup-prefix): New variables.
15749         (gnus-summary-from-or-to-or-newsgroups): Use them.
15750
15751 2005-07-17  Romain Francoise  <romain@orebokech.com>
15752
15753         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15754         space as it's generally not especially interesting to the user.
15755
15756 2005-07-16  Romain Francoise  <romain@orebokech.com>
15757
15758         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15759         nil to avoid prompting and file modification if one of the
15760         messages at the top of the nnfolder file contains a copyright
15761         notice.
15762         Update copyright notice.
15763
15764         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15765         instead of `current-time-string' as the latter creates a time
15766         string that is not RFC 2822 compliant (it lacks the zone).
15767         Update copyright notice.
15768
15769 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15770
15771         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15772         for text/rtf.  Display default in prompt.  Pass default for M-n.
15773
15774         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15775
15776 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15777
15778         * gnus-msg.el (gnus-button-mailto):
15779         Remove save-selected-window-window hackery because it relies on
15780         save-selected-window internals.
15781
15782 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15785         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15786         (gnus-article-prev-page): Ditto.
15787
15788         * gnus-util.el (gnus-beginning-of-window): New function.
15789         (gnus-end-of-window): New function.
15790
15791         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15792
15793 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15794
15795         * gnus-score.el (gnus-score-edit-all-score):
15796         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15797         gnus-message.
15798
15799 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15800
15801         * gnus-msg.el (gnus-button-mailto):
15802         Remove save-selected-window-window hackery because it relies on
15803         save-selected-window internals.
15804
15805 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15808         add-minor-mode.
15809         (gnus-binary-mode): Ditto.
15810
15811         * gnus-topic.el (gnus-topic-mode): Ditto.
15812
15813 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15814
15815         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15816         (gnus-article-prev-page): Take scroll-margin into consideration.
15817
15818 2005-07-04  Lute Kamstra  <lute@gnu.org>
15819
15820         Update FSF's address in GPL notices.
15821
15822 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15823
15824         * gnus.el (gnus-exit):
15825         * gnus-group.el (gnus-group-icons):
15826         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15827
15828         * gnus-nocem.el (gnus-nocem):
15829         * message.el (message-various, message-buffers, message-sending)
15830         (message-interface, message-forwarding, message-insertion)
15831         (message-headers, message-news, message-mail):
15832         * pgg-gpg.el (pgg-gpg):
15833         * pgg-parse.el (pgg-parse):
15834         * pgg-pgp.el (pgg-pgp):
15835         * pgg-pgp5.el (pgg-pgp5):
15836         * pop3.el (pop3): Finish `defgroup' description with period.
15837
15838 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-art.el (article-display-face): Improve the efficiency.
15841         (article-display-x-face): Ditto; remove grey x-face stuff.
15842
15843 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-art.el (article-display-face): Correct the position in
15846         which Faces are inserted.
15847
15848 2005-06-29  Didier Verna  <didier@xemacs.org>
15849
15850         * gnus-art.el (article-display-face): Display faces in correct
15851         order.
15852
15853 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15856         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15857         (gnus-nocem-check-article): Fetch the Type header.
15858         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15859         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15860         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15861         make sure gnus-nocem-hashtb is initialized.
15862         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15863         (gnus-nocem-unwanted-article-p): Ditto.
15864
15865         * pgg.el (pgg-verify): Return the verification result.
15866
15867 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15868
15869         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15870         is ascii.
15871
15872 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15873
15874         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15875         `show-nonbreak-escape'.
15876
15877 2005-06-23  Lute Kamstra  <lute@gnu.org>
15878
15879         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15880
15881         * dig.el (dig-mode):
15882         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15883
15884 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15885
15886         * nnimap.el (nnimap-split-download-body): Fix spellings.
15887
15888 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15889
15890         * gnus-art.el (gnus-article-encrypt-body):
15891         * gnus-cus.el (gnus-score-customize):
15892         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15893         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15894
15895 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15896
15897         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15898         header by looking for magic "MII" at the beginnig.
15899
15900 2005-06-16  Miles Bader  <miles@gnu.org>
15901
15902         * gnus-xmas.el (gnus-xmas-group-startup-message):
15903         Use renamed gnus-splash face.
15904
15905         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15906         (assistant-field-face): New backward-compatibility alias for renamed
15907         face.
15908         (assistant-render-text): Use renamed assistant-field face.
15909
15910         * spam.el (spam): Remove "-face" suffix from face name.
15911         (spam-face): New backward-compatibility alias for renamed face.
15912         (spam-face, spam-initialize): Use renamed spam face.
15913
15914         * message.el (message-header-to, message-header-cc)
15915         (message-header-subject, message-header-newsgroups)
15916         (message-header-other, message-header-name)
15917         (message-header-xheader, message-separator, message-cited-text)
15918         (message-mml): Remove "-face" suffix from face names.
15919         (message-header-to-face, message-header-cc-face)
15920         (message-header-subject-face, message-header-newsgroups-face)
15921         (message-header-other-face, message-header-name-face)
15922         (message-header-xheader-face, message-separator-face)
15923         (message-cited-text-face, message-mml-face):
15924         New backward-compatibility aliases for renamed faces.
15925         (message-font-lock-keywords): Use renamed message faces.
15926
15927         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15928         (sieve-test-commands, sieve-tagged-arguments):
15929         Remove "-face" suffix from face names.
15930         (sieve-control-commands-face, sieve-action-commands-face)
15931         (sieve-test-commands-face, sieve-tagged-arguments-face):
15932         New backward-compatibility aliases for renamed faces.
15933         (sieve-control-commands-face, sieve-action-commands-face)
15934         (sieve-test-commands-face, sieve-tagged-arguments-face):
15935         Use renamed sieve faces.
15936
15937         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15938         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15939         (gnus-group-news-3-empty, gnus-group-news-4)
15940         (gnus-group-news-4-empty, gnus-group-news-5)
15941         (gnus-group-news-5-empty, gnus-group-news-6)
15942         (gnus-group-news-6-empty, gnus-group-news-low)
15943         (gnus-group-news-low-empty, gnus-group-mail-1)
15944         (gnus-group-mail-1-empty, gnus-group-mail-2)
15945         (gnus-group-mail-2-empty, gnus-group-mail-3)
15946         (gnus-group-mail-3-empty, gnus-group-mail-low)
15947         (gnus-group-mail-low-empty, gnus-summary-selected)
15948         (gnus-summary-cancelled, gnus-summary-high-ticked)
15949         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15950         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15951         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15952         (gnus-summary-low-undownloaded)
15953         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15954         (gnus-summary-low-unread, gnus-summary-normal-unread)
15955         (gnus-summary-high-read, gnus-summary-low-read)
15956         (gnus-summary-normal-read, gnus-splash):
15957         Remove "-face" suffix from face names.
15958         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15959         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15960         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15961         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15962         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15963         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15964         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15965         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15966         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15967         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15968         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15969         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15970         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15971         (gnus-summary-normal-ticked-face)
15972         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15973         (gnus-summary-normal-ancient-face)
15974         (gnus-summary-high-undownloaded-face)
15975         (gnus-summary-low-undownloaded-face)
15976         (gnus-summary-normal-undownloaded-face)
15977         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15978         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15979         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15980         (gnus-splash-face):
15981         New backward-compatibility aliases for renamed faces.
15982         (gnus-group-startup-message): Use renamed gnus faces.
15983
15984         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15985         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15986         (gnus-server-agent): Remove "-face" suffix from face names.
15987         (gnus-server-agent-face, gnus-server-opened-face)
15988         (gnus-server-closed-face, gnus-server-denied-face)
15989         (gnus-server-offline-face):
15990         New backward-compatibility aliases for renamed faces.
15991         (gnus-server-agent-face, gnus-server-opened-face)
15992         (gnus-server-closed-face, gnus-server-denied-face)
15993         (gnus-server-offline-face): Use renamed gnus faces.
15994
15995         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15996         Remove "-face" suffix from face names.
15997         (gnus-picon-xbm-face, gnus-picon-face):
15998         New backward-compatibility aliases for renamed faces.
15999
16000         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16001         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16002         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16003         (gnus-cite-11): Remove "-face" suffix from face names.
16004         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16005         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16006         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16007         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16008         New backward-compatibility aliases for renamed faces.
16009         (gnus-cite-attribution-face, gnus-cite-face-list)
16010         (gnus-article-boring-faces): Use renamed gnus faces.
16011
16012         * gnus-art.el (gnus-signature, gnus-header-from)
16013         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16014         (gnus-header-content): Remove "-face" suffix from face names.
16015         (gnus-signature-face, gnus-header-from-face)
16016         (gnus-header-subject-face, gnus-header-newsgroups-face)
16017         (gnus-header-name-face, gnus-header-content-face):
16018         New backward-compatibility aliases for renamed faces.
16019         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16020
16021         * gnus-sum.el (gnus-summary-selected-face)
16022         (gnus-summary-highlight): Use renamed gnus faces.
16023         * gnus-group.el (gnus-group-highlight): Likewise.
16024
16025 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16026
16027         * gnus-sieve.el (gnus-sieve-article-add-rule):
16028         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16029         * spam-stat.el (spam-stat-buffer-change-to-spam)
16030         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16031
16032         * message.el (message-is-yours-p):
16033         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16034
16035 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * mm-view.el (mm-inline-text): Withdraw the last change.
16038
16039 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16042         executing enriched-decode.
16043
16044 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16047         charset of tar files.
16048
16049 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16050
16051         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16052
16053 2005-06-04  Lute Kamstra  <lute@gnu.org>
16054
16055         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16056         information is never recorded.
16057
16058 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16059
16060         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16061
16062 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * pop3.el (pop3-apop): Run md5 in the binary mode.
16065
16066         * starttls.el (starttls-set-process-query-on-exit-flag):
16067         Use eval-and-compile.
16068
16069 2005-05-31  Simon Josefsson  <jas@extundo.com>
16070
16071         * smime.el (smime-replace-in-string): Define.
16072         (smime-cert-by-ldap-1): Use it.
16073
16074 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-art.el (article-display-x-face): Replace
16077         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16078
16079         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16080         set-process-query-on-exit-flag or process-kill-without-query.
16081
16082         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16083         loop instead of replace-regexp.
16084
16085         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16086         instead of process-kill-without-query if it is available.
16087
16088         * lpath.el: Fbind ldap-search-entries.
16089
16090         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16091         instead of find-file-hooks if it is available.
16092
16093         * mml1991.el: Bind pgg-default-user-id when compiling.
16094
16095         * mml2015.el: Bind pgg-default-user-id when compiling.
16096
16097         * nndraft.el (nndraft-request-associate-buffer):
16098         Use write-contents-functions instead of write-contents-hooks if it is
16099         available.
16100
16101         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16102         instead of find-file-hooks if it is available.
16103
16104         * nntp.el (nntp-open-connection): Replace
16105         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16106         (nntp-open-ssl-stream): Ditto.
16107         (nntp-open-tls-stream): Ditto.
16108
16109         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16110         set-process-query-on-exit-flag or process-kill-without-query.
16111         (starttls-open-stream-gnutls): Use it instead of
16112         process-kill-without-query.
16113         (starttls-open-stream): Ditto.
16114
16115 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16116
16117         * smime.el (smime-cert-by-ldap-1): Don't use
16118         replace-regexp-in-string.
16119
16120 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16121
16122         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16123
16124         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16125         in PEM format.  Adjust to the XEmacs compability.
16126
16127 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16130         by `string-to-number'.
16131         * gnus-agent.el (gnus-agent-regenerate-group)
16132         (gnus-agent-fetch-articles): Ditto.
16133         * gnus-art.el (gnus-button-fetch-group): Ditto.
16134         * gnus-cache.el (gnus-cache-generate-active)
16135         (gnus-cache-articles-in-group): Ditto.
16136         * gnus-group.el (gnus-group-set-current-level)
16137         (gnus-group-insert-group-line): Ditto.
16138         * gnus-score.el (gnus-score-set-expunge-below)
16139         (gnus-score-set-mark-below, gnus-summary-score-effect)
16140         (gnus-summary-score-entry): Ditto.
16141         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16142         (gnus-soup-pack): Ditto.
16143         * gnus-spec.el (gnus-xmas-format): Ditto.
16144         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16145         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16146         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16147         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16148         * nndb.el (nndb-get-remote-expire-response): Ditto.
16149         * nndiary.el (nndiary-parse-schedule-value)
16150         (nndiary-string-to-number, nndiary-request-replace-article)
16151         (nndiary-request-article): Ditto.
16152         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16153         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16154         * nneething.el (nneething-make-head): Ditto.
16155         * nnfolder.el (nnfolder-request-article)
16156         (nnfolder-retrieve-headers): Ditto.
16157         * nnheader.el (nnheader-file-to-number): Ditto.
16158         * nnkiboze.el (nnkiboze-request-article): Ditto.
16159         * nnmail.el (nnmail-process-unix-mail-format)
16160         (nnmail-process-babyl-mail-format): Ditto.
16161         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16162         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16163         (nnmh-request-create-group, nnmh-request-list-1)
16164         (nnmh-request-group, nnmh-request-article): Ditto.
16165         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16166         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16167         * nnsoup.el (nnsoup-make-active): Ditto.
16168         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16169         * nntp.el (nntp-find-group-and-number)
16170         (nntp-retrieve-headers-with-xover): Ditto.
16171         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16172         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16173         (pgg-format-key-identifier): Ditto.
16174         * pop3.el (pop3-last, pop3-stat): Ditto.
16175         * qp.el (quoted-printable-decode-region): Ditto.
16176
16177         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16178         of concat.
16179
16180 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16183
16184         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16185
16186         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16187
16188         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16189
16190         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16191
16192         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16193
16194         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16195         (gnus-carpal-mode): Ditto.
16196
16197         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16198         (gnus-browse-mode): Ditto.
16199
16200         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16201
16202         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16203
16204 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16205
16206         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16207
16208 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-util.el (gnus-run-mode-hooks): New function.
16211
16212         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16213
16214         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16215         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16216
16217 2005-05-27  Lute Kamstra  <lute@gnu.org>
16218
16219         * dns-mode.el (dns-mode): Specify customization group.
16220
16221 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16222
16223         * gnus-agent.el (gnus-agent-make-mode-line-string):
16224         Use mode-line-highlight as mouse-face.
16225
16226 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * canlock.el (canlock): Change the parent group to news.
16229
16230         * deuglify.el (gnus-outlook-deuglify): Add :group.
16231
16232         * dig.el (dig): Add :group.
16233
16234         * dns-mode.el (dns-mode): Add :group.
16235
16236         * encrypt.el (encrypt): Add :group.
16237
16238         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16239         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16240         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16241         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16242         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16243
16244         * gnus-diary.el (gnus-diary): Add :group.
16245
16246         * gnus.el (gnus-group-news-1-face): Add :group.
16247         (gnus-group-news-1-empty-face): Ditto.
16248         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16249         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16250         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16251         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16252         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16253         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16254         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16255         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16256         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16257         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16258         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16259         (gnus-summary-high-ticked-face): Ditto.
16260         (gnus-summary-low-ticked-face): Ditto.
16261         (gnus-summary-normal-ticked-face): Ditto.
16262         (gnus-summary-high-ancient-face): Ditto.
16263         (gnus-summary-low-ancient-face): Ditto.
16264         (gnus-summary-normal-ancient-face): Ditto.
16265         (gnus-summary-high-undownloaded-face): Ditto.
16266         (gnus-summary-low-undownloaded-face): Ditto.
16267         (gnus-summary-normal-undownloaded-face): Ditto.
16268         (gnus-summary-high-unread-face): Ditto.
16269         (gnus-summary-low-unread-face): Ditto.
16270         (gnus-summary-normal-unread-face): Ditto.
16271         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16272         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16273
16274         * hashcash.el (hashcash): New custom group.
16275         (hashcash-default-payment): Add :group.
16276         (hashcash-payment-alist): Ditto.
16277         (hashcash-default-accept-payment): Ditto.
16278         (hashcash-accept-resources): Ditto.
16279         (hashcash-path): Ditto.
16280         (hashcash-extra-generate-parameters): Ditto.
16281         (hashcash-double-spend-database): Ditto.
16282         (hashcash-in-news): Ditto.
16283
16284         * message.el (message-minibuffer-local-map): Add :group.
16285
16286         * netrc.el (netrc): Add :group.
16287
16288         * sieve-manage.el (sieve-manage-log): Add :group.
16289         (sieve-manage-default-user): Diito.
16290         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16291         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16292         (sieve-manage-authenticators): Ditto.
16293         (sieve-manage-authenticator-alist): Ditto.
16294         (sieve-manage-default-port): Ditto.
16295
16296         * sieve-mode.el (sieve-control-commands-face): Add :group.
16297         (sieve-action-commands-face): Ditto.
16298         (sieve-test-commands-face): Ditto.
16299         (sieve-tagged-arguments-face): Ditto.
16300
16301         * smime.el (smime): Add :group.
16302
16303         * spam-report.el (spam-report): Add :group.
16304
16305         * spam.el (spam, spam-face): Add :group.
16306
16307 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16308
16309         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16310         return \n.\n.\n at the end of articles.  Protect against that.
16311         (nntp-with-open-group): Allow debugging.
16312
16313         * nnheader.el (mail-header-set-extra): Make into a function
16314         because I just could't understand how to quote the list properly.
16315
16316         * dns.el (query-dns-cached): New function.
16317
16318 2005-05-26  Lute Kamstra  <lute@gnu.org>
16319
16320         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16321
16322 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16325
16326         * gnus-art.el: Don't autoload mail-extract-address-components.
16327
16328         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16329         eval-and-compile to evaluate it.
16330
16331         * hashcash.el: Don't autoload executable-find.
16332
16333         * nndb.el: Don't declare the nndb back end two or more times; don't
16334         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16335
16336         * nntp.el: Autoload format-spec instead of format; use
16337         eval-and-compile to evaluate autoload forms.
16338
16339 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16340
16341         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16342
16343 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16344
16345         * gnus.el (gnus-version-number): Bump version.
16346
16347 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16348
16349         * gnus.el: No Gnus v0.3 is released.
16350
16351 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16352
16353         * lpath.el (featurep): Bind show-nonbreak-escape.
16354
16355 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-art.el (gnus-article-edit-part): Disable undo.
16358
16359 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16362         gnus-article-date-lapsed-new-header is t if date timer is active;
16363         skip headers in which the original date value is empty.
16364         (gnus-article-save-original-date): Redefine it as a macro.
16365         (gnus-display-mime): Use it.
16366
16367 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-art.el (article-date-ut): Support converting date in
16370         forwarded parts as well.
16371         (gnus-article-save-original-date): New function.
16372         (gnus-display-mime): Use it.
16373
16374 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16375
16376         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16377         enclosure element of <item>.
16378
16379 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16380
16381         * message.el (message-kill-buffer-query): Rename from
16382         `message-kill-buffer-query-if-modified'.  Add :version.
16383
16384 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16387         window layout.
16388
16389 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * mml.el: Autoload dnd when compiling.
16392
16393 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16396         x-dnd-*.
16397
16398 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * qp.el (quoted-printable-encode-region): Save excursion.
16401
16402 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16403
16404         * message.el (message-kill-buffer-query-if-modified): Add new variable
16405         so the user can kill a modified message buffer quickly.
16406         (message-kill-buffer): Use it.
16407
16408 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * lpath.el: Fbind display-time-event-handler; don't fbind
16411         string-to-multibyte.
16412
16413         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16414
16415 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16418         contained in text because xml.el decodes entities) with LFs.
16419
16420 2005-04-11  Lute Kamstra  <lute@gnu.org>
16421
16422         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16423         differently.
16424
16425 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16426
16427         * mm-util.el (mm-detect-coding-region): Typo.
16428
16429 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16432
16433 2005-04-06  Deepak Goel  <deego@gnufans.org>
16434
16435         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16436         user-function allow user modifications of the scores.
16437         (spam-stat-score-buffer-user): New function, to allow
16438         user-computed modifications to the score.
16439         (spam-stat-score-buffer-user-functions): List of additional
16440         scoring functions.
16441         (spam-stat-error-holder): Global temporary error holder.
16442         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16443         variable.
16444
16445 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16446
16447         * gnus-registry.el (gnus-registry-clean-empty-function)
16448         (gnus-registry-trim, gnus-registry-fetch-groups)
16449         (gnus-registry-delete-group): Groups that match
16450         `gnus-registry-ignored-groups' are removed from the registry
16451         entries, not just ignored for splitting.  This helps clean up the
16452         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16453         to get all the groups a message ID is in.
16454
16455         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16456         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16457         (spam-stat-score-buffer-user-functions): Add :number custom type.
16458
16459 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16462         argument in XEmacs.
16463
16464         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16465         (nnrss-request-group): Decode group name first.
16466         (nnrss-request-article): Make a text/plain article if mml-to-mime
16467         failed.
16468         (nnrss-get-encoding): Return a compatible encoding according to
16469         nnrss-compatible-encoding-alist.
16470         (nnrss-find-el): Use consp instead of listp.
16471         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16472
16473 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16476         which Emacs 20 doesn't support.
16477         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16478
16479 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16482         silence the byte compiler inside the defun.
16483
16484         * gnus-demon.el (parse-time-string): Add autoload.
16485
16486         * gnus-delay.el (parse-time-string): Add autoload.
16487
16488         * gnus-art.el (parse-time-string): Add autoload.
16489
16490         * nnultimate.el (parse-time): Require for `parse-time-string'.
16491
16492 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16495
16496         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16497
16498         * smime.el (smime-ldap-host-list): Add :version.
16499
16500 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16503         pass it to `gnus-browse-read-group'.
16504         (gnus-browse-read-group): Add NUMBER argument and pass it to
16505         `gnus-group-read-ephemeral-group'.
16506
16507         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16508         argument and pass it to `gnus-group-read-group'.
16509
16510 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16511
16512         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16513         mm-xemacs-find-mime-charset-1 if we have the mule feature
16514         available at runtime.
16515
16516 2005-03-25  Werner Lemberg  <wl@gnu.org>
16517
16518         * nnmaildir.el: Replace `illegal' with `invalid'.
16519
16520 2005-03-23  Lute Kamstra  <lute@gnu.org>
16521
16522         * time-date.el: Add comment on time value formats.
16523         Don't require parse-time.
16524         (with-decoded-time-value): New macro.
16525         (encode-time-value): New function.
16526         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16527         (days-to-time): Return a valid time value when arg is huge.
16528         (time-since): Use time-subtract.
16529         (time-to-number-of-days): Use time-to-seconds.
16530
16531 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16532
16533         * gnus-start.el (gnus-display-time-event-handler):
16534         Check display-time-timer at runtime rather than only at load time
16535         in case display-time-mode is turned off in the mean time.
16536
16537 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16538
16539         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16540         used.
16541
16542         * nneething.el (nneething-map-file-directory): Derive from
16543         `gnus-directory'.
16544
16545         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16546         the To/Cc button.
16547
16548 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * nnmaildir.el (nnmaildir-request-accept-article):
16551         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16552
16553 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16554
16555         * gnus-async.el: Require timer-funcs at compile time when in
16556         XEmacs for `run-with-idle-timer'.
16557
16558 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16559
16560         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16561         autoloaded function.
16562
16563 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16564
16565         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16566
16567 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16568
16569         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16570
16571 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16572
16573         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16574         Add gnus-expert-user to default.
16575
16576 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16577
16578         * nnimap.el (nnimap-open-server): Ditto.
16579
16580         * imap.el (imap-authenticate): Fix typo.
16581
16582 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16583
16584         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16585         buffer (since IMAP server might return FETCH response out of
16586         order, and the nntp buffer must be sorted).
16587
16588 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16589
16590         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16591         comparison on string.
16592
16593         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16594         (gnus-agent-score): Rename category keywords to match gnus-cus.
16595         (gnus-agent-summary-fetch-series): Modify to protect against
16596         gnus-agent-summary-fetch-group clearing processable flags.
16597         (gnus-agent-synchronize-group-flags): Update live group buffer as
16598         synchronization may occur due to the user toggle the plugged
16599         status.
16600         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16601         successfully downloaded.
16602         (gnus-agent-expire-group-1): Avoid using markers when the overview
16603         is in ascending order; greatly improves performance.
16604         (gnus-agent-regenerate-group):
16605         Use gnus-agent-synchronize-group-flags to reset read status in both
16606         gnus and server.
16607         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16608
16609 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16610
16611         * message.el: Don't autoload former message-utils variables.
16612         (message-strip-subject-trailing-was): Change doc string.
16613
16614         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16615         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16616         (nnweb-google-search): Add "hl=en" here.
16617         (nnweb-google-parse-1, nnweb-google-create-mapping):
16618         Don't hardcode URL.
16619
16620 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * message.el (message-get-reply-headers, message-followup):
16623         Mention related variables `message-use-followup-to' and
16624         `message-use-mail-followup-to', in the information buffer.
16625
16626         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16627         of broken groups(-beta).google.com.
16628
16629 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16632         parameter to invoked gnus-request-move-article; remove the
16633         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16634         all at once instead of once per article.
16635         (gnus-summary-remove-process-mark): Accept a list of articles as
16636         well as a single article for processing.
16637
16638         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16639         parameter.
16640
16641         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16642
16643         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16644
16645         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16646         parameter.
16647
16648         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16649         parameter.
16650
16651         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16652         parameter and remove the gnus-sum-hint-move-is-internal variable.
16653
16654         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16655         parameter.
16656
16657         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16658         parameter.
16659
16660         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16661         parameter.
16662
16663         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16664
16665         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16666         parameter.
16667
16668         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16669         parameter.
16670
16671 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16672
16673         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16674         a more conservative way.
16675
16676 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16677
16678         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16679         buffer, so it moves the window's cursor.
16680
16681 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16682
16683         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16684         `mm-dissect-multipart' and receive the from field as an (optional)
16685         argument from `mm-dissect-multipart'.
16686         (mm-dissect-multipart): Receive the from field as an argument and
16687         pass it on when we call `mm-dissect-buffer' on MIME parts.
16688         Fixes verification/decryption of signed/encrypted MIME parts.
16689
16690 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16691
16692         * gnus-sum.el (gnus-summary-move-article):
16693         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16694         whatever it calls (right now, only nnimap-request-move article
16695         respects it).
16696
16697         * nnimap.el (nnimap-request-move-article):
16698         When gnus-sum-hint-move-is-internal is set, don't do the extra
16699         nnimap-request-article.
16700
16701 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16704
16705         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16706         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16707
16708         * gnus-sum.el (gnus-summary-caesar-message):
16709         Apply `gnus-treat-article' after rotation.
16710
16711         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16712         doc string.
16713
16714 2005-02-22  Simon Josefsson  <jas@extundo.com>
16715
16716         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16717         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16718         <arne@arnested.dk>.
16719         (encrypt): Add password-cache and password-cache-expiry as group
16720         members.
16721
16722 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16723
16724         * smime.el (smime-ldap-host-list): Doc fix.
16725         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16726         cache) password.
16727         (smime-sign-region): Use it.
16728         (smime-decrypt-region): Use it.
16729         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16730         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16731         fails.
16732         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16733         certificate from DER to PEM format rather than calling openssl.
16734
16735         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16736
16737         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16738         for signing/encryption.
16739
16740         * mml.el (mml-parse-1): Use them.
16741
16742 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16743
16744         * nnrss.el (nnrss-verbose): Remove.
16745         (nnrss-request-group): Use `nnheader-message' instead.
16746
16747 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16748
16749         * nnrss.el (nnrss-verbose): New variable.
16750         (nnrss-request-group): Make it say nnrss is requesting a group.
16751
16752 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16753
16754         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16755         Handle news URL with given port correctly.
16756
16757 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16760         containing special characters.
16761
16762         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16763
16764         * mml.el (mime-to-mml): Ditto.
16765
16766         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16767         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16768         (rfc2047-decode-region): Quote decoded words containing special
16769         characters when rfc2047-quote-decoded-words-containing-tspecials
16770         is non-nil.
16771
16772 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16773
16774         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16775
16776         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16777
16778 2005-02-15  Simon Josefsson  <jas@extundo.com>
16779
16780         * nnimap.el (nnimap-debug): Doc fix.
16781
16782         * imap.el (imap-debug): Doc fix.
16783
16784 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16787
16788 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16789
16790         * gnus.el (spam-contents): Improve docs for spam-contents
16791         parameter in its variable incarnation.
16792
16793 2005-02-14  Simon Josefsson  <jas@extundo.com>
16794
16795         * smime-ldap.el: Use require instead of load-library for ldap.
16796         (smime-ldap-search): Indent.
16797         (smime-ldap-search-internal): Shorten line.
16798
16799         * smime.el (smime-cert-by-dns): Add doc-string.
16800         (smime-cert-by-ldap-1): Indent.
16801
16802         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16803         mml-smime-get-dns-ldap.
16804         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16805
16806 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16807
16808         * smime.el: Require smime-ldap.
16809         (smime-ldap-host-list): New variable.
16810         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16811
16812         * mml-smime.el (mml-smime-encrypt-query): New function.
16813         (mml-smime-encrypt-query): Use it.
16814
16815         * smime-ldap.el: New file.
16816
16817 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16820
16821 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16822
16823         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16824         argument in doc string.  Make query for type more clear.
16825
16826 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * gnus.el (gnus-group-startup-message): Search for gnus images in
16829         etc/images/gnus.
16830         * mm-util.el (mm-image-load-path): Likewise.
16831         * smiley.el (smiley-data-directory): Search for smilies in
16832         etc/images/smilies.
16833
16834 2005-02-09  Kim F. Storm  <storm@cua.dk>
16835
16836         Change Emacs release version from 21.4 to 22.1 throughout.
16837         Change Emacs development version from 21.3.50 to 22.0.50.
16838
16839 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16842
16843         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16844         non-Mule XEmacs as well.
16845         (mm-decompress-buffer): Signal an error intentionally if it does
16846         not decompress compressed data because auto-compression-mode is
16847         disabled.
16848
16849 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16850
16851         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16852         an ID in the registry even if it has no groups.
16853
16854 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16857         merge it into mm-decompress-buffer.
16858         (gnus-mime-copy-part): Use the MIME part charset, the value which
16859         a user specified or gnus-newsgroup-charset for decoding, like
16860         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16861         save-buffer what was used.  Suggested by Kevin Ryde
16862         <user42@zip.com.au>.
16863         (gnus-mime-inline-part): Allow the name parameter as well as the
16864         filename parameter; force decompressing of compressed data; always
16865         display contents being not decoded as unibyte.
16866
16867         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16868         as well as the filename parameter.
16869
16870         * mm-util.el (mm-decompress-buffer):
16871         Merge gnus-mime-jka-compr-maybe-uncompress.
16872         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16873         of compressed data.
16874
16875 2005-02-08  Simon Josefsson  <jas@extundo.com>
16876
16877         * imap.el (imap-log): Doc fix.
16878
16879 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16882         the coding cookies; decompress compressed parts.
16883
16884         * mml.el (mml-generate-mime-1): Add the charset parameter according
16885         to the value which a user specified manually or the coding cookie.
16886
16887         * mm-util.el (mm-string-to-multibyte): New function.
16888         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16889         (mm-coding-system-to-mime-charset): New function.
16890         (mm-decompress-buffer): New function.
16891         (mm-find-buffer-file-coding-system): New function.
16892
16893         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16894         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16895         parts.
16896
16897 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16898
16899         * mm-view.el (mm-display-inline-fontify): Decode a part according
16900         to the charset parameter.
16901
16902 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16905         prefix arg is neither nil nor a number, as info specifies.
16906
16907 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16910         timestamps.
16911
16912 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16913
16914         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16915         groups error checking and notify user.
16916
16917 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16918
16919         * message.el (message-send-mail-function): Check existence of
16920         sendmail-program first before using default value
16921         `message-send-mail-with-sendmail'.  Otherwise use more generic
16922         `smtpmail-send-it'.
16923
16924 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * nntp.el (nntp-request-update-info): Always return nil.
16927
16928 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16929
16930         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16931
16932 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16933
16934         * message.el (message-beginning-of-line): Change the behavior when
16935         invoked between BOL and : so that it first moves backward.
16936
16937 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16940         article buffer when editing of the article is discarded.
16941         (gnus-article-prepare): Revert.
16942
16943 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * gnus-art.el (gnus-article-prepare):
16946         Remove message-strip-forbidden-properties from the local hook.
16947
16948 2005-01-27  Simon Josefsson  <jas@extundo.com>
16949
16950         * password.el (password-cache-add): Only start one timer per key.
16951         Reported by Derek Atkins <warlord@MIT.EDU>.
16952
16953 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16954
16955         * run-at-time.el: Remove.  It is no longer needed as
16956         timer-funcs.el in the xemacs-base package has a working version of
16957         `run-at-time'.
16958
16959         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16960
16961         * password.el: Require timer-funcs instead of run-at-time in
16962         XEmacs.
16963         Remove `password-run-at-time' macro.
16964         (password-cache-add): Use `run-at-time' instead of
16965         `password-run-at-time'.
16966
16967         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16968         Remove `nnheader-cancel-function-timers' alias,
16969         `cancel-function-timers' exists in XEmacs in timer-funcs.
16970
16971         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16972         for `run-with-idle-timer'.
16973
16974         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16975         for `run-at-time'.
16976
16977         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16978         for `with-timeout'.
16979
16980         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16981         the same as for XEmacs 21.4.
16982         No need to ignore `run-with-idle-timer', this function exists in
16983         XEmacs now in timer-funcs.el in the xemacs-base package.
16984         (dgnushack-compile): No need to delete
16985         run-at-time.el from the list of files to compile because it
16986         doesn't exist anymore.
16987
16988 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16991         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16992
16993 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16994
16995         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16996         sensitively.
16997
16998 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16999
17000         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17001
17002 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17005         which will be inserted according to the multibyteness of a buffer
17006         rather than the type of contents.  Suggested by ARISAWA Akihiro
17007         <ari@mbf.ocn.ne.jp>.
17008
17009         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17010         of string which old xml.el may return rather than a string.
17011
17012 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17015
17016 2005-01-16  Simon Josefsson  <jas@extundo.com>
17017
17018         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17019         idn/idna.el isn't available.
17020         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17021         <michael@waxrat.com>.
17022
17023         * hashcash.el: Remove non-FSF copyright header.
17024
17025         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17026         (hashcash-generate-payment): Use it.
17027         (hashcash-generate-payment-async): Use it.
17028
17029 2005-01-15  Simon Josefsson  <jas@extundo.com>
17030
17031         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17032         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17033
17034         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17035         gnus-summary-idna-message.
17036         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17037         (gnus-summary-idna-message): New function.
17038
17039 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17040
17041         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17042         gnus-novice-user.
17043
17044 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * nnrss.el (nnrss-request-delete-group): Delete entries in
17047         nnrss-group-alist as well.
17048         (nnrss-save-server-data): Insert newline.
17049
17050 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17051
17052         * gnus.el (gnus-user-agent): Use list of symbols instead of
17053         symbols.  Display full version number for (S)XEmacs.
17054         Optionally display (S)XEmacs codename.
17055
17056         * gnus-util.el (gnus-emacs-version): Update for new
17057         `gnus-user-agent'.
17058
17059         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17060         Gnus version.
17061
17062 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17063
17064         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17065         which is unreadable in some setups.
17066
17067 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-spec.el (gnus-update-format-specifications): Flush the
17070         group format spec cache if it doesn't support decoded group names.
17071
17072 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17075         Allow to apply decay on score files matching a regexp.
17076
17077 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17080         compatibility in %g and %c.
17081
17082 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17085         name for only %g and %c.
17086         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17087         of gnus-tmp-group to decoded group name.
17088         (gnus-group-make-rss-group): Exclude `/'s from group names.
17089
17090 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * nnrss.el (nnrss-get-encoding): Fix regexp.
17093
17094 2004-12-27  Simon Josefsson  <jas@extundo.com>
17095
17096         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17097         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17098         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17099
17100 2004-12-17  Kim F. Storm  <storm@cua.dk>
17101
17102         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17103
17104         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17105
17106 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17107
17108         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17109
17110 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * nnrss.el: Require rfc2047 and mml.
17113         (nnrss-file-coding-system): New variable.
17114         (nnrss-format-string): Redefine it as an inline function.
17115         (nnrss-decode-group-name): New function.
17116         (nnrss-string-as-multibyte): Remove.
17117         (nnrss-retrieve-headers): Decode group name; don't use
17118         nnrss-format-string.
17119         (nnrss-request-group): Decode group name.
17120         (nnrss-request-article): Decode group name; allow a Message-ID as
17121         well as an article number; don't use nnrss-format-string; encode a
17122         Message-ID string which may contain non-ASCII characters; use
17123         mml-to-mime to compose a MIME article.
17124         (nnrss-request-expire-articles): Decode group name.
17125         (nnrss-request-delete-group): Decode group name.
17126         (nnrss-fetch): Clarify error message.
17127         (nnrss-read-server-data): Use insert-file-contents instead of load;
17128         bind file-name-coding-system; use multibyte buffer.
17129         (nnrss-save-server-data): Bind coding-system-for-write to the
17130         value of nnrss-file-coding-system; bind file-name-coding-system;
17131         add coding cookie.
17132         (nnrss-read-group-data): Use insert-file-contents instead of load;
17133         bind file-name-coding-system; use multibyte buffer.
17134         (nnrss-save-group-data): Bind coding-system-for-write to the
17135         value of nnrss-file-coding-system; bind file-name-coding-system.
17136         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17137         make it work with non-ASCII text.
17138         (nnrss-find-el): Make it work with old xml.el as well.
17139
17140 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17141
17142         * nnrss.el (nnrss-get-encoding): New function.
17143         (nnrss-fetch): Use unibyte buffer initially; bind
17144         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17145         decode contents according to the encoding attribute.
17146         (nnrss-save-group-data): Add coding cookie.
17147         (nnrss-mime-encode-string): New function.
17148         (nnrss-check-group): Use it to encode subject and author.
17149
17150 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17151
17152         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17153         imaginary variable.
17154
17155 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17158         correctly even if there are wide characters.
17159
17160 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17161
17162         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17163         downcased symbol names; make a new cache instead of reusing
17164         bbdb-hashtable.
17165
17166 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17169         concatenating segments rather than before concatenating them.
17170         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17171
17172         * message.el (message-get-reply-headers): Bind `extra'.
17173
17174 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17175
17176         * message.el (message-extra-wide-headers): New variable.
17177         (message-get-reply-headers): Use it.
17178
17179 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17182         (gnus-agent-group-pathname): Ditto.
17183
17184         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17185
17186         * gnus-group.el (gnus-group-make-group): Decode group name.
17187         (gnus-group-make-rss-group): Register the group data after opening
17188         the nnrss group.
17189
17190 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17191
17192         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17193         by expiry now get marked as read.
17194
17195 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17198
17199 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17200
17201         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17202         unify Latin characters in XEmacs.
17203         (mm-find-mime-charset-region): Use it.
17204
17205 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-util.el (gnus-delete-directory): New function.
17208
17209         * gnus-agent.el (gnus-agent-delete-group): Use it.
17210
17211         * gnus-cache.el (gnus-cache-delete-group): Use it.
17212
17213 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17216         names.
17217
17218 2004-12-16  Simon Josefsson  <jas@extundo.com>
17219
17220         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17221
17222 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17225
17226         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17227         (gnus-group-set-current-level): Decode group name.
17228
17229 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17230
17231         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17232         failed.
17233
17234 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus-group.el (gnus-group-delete-group): Decode group name.
17237         (gnus-group-make-rss-group): Encode group name.
17238         (gnus-group-catchup-current): Decode group name.
17239         (gnus-group-kill-group): Decode group name.
17240
17241 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17242
17243         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17244
17245 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-group.el (gnus-group-make-rss-group):
17248         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17249
17250         * gnus-start.el (gnus-setup-news): Honor user's setting to
17251         gnus-message-archive-method.  Suggested by Lute Kamstra
17252         <lute@gnu.org>.
17253
17254 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17255
17256         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17257         global counterparts of the buffer-local variables.
17258
17259 2004-11-16  Romain Francoise  <romain@orebokech.com>
17260
17261         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17262         counterparts of the buffer-local variables.
17263
17264 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * message.el (message-forbidden-properties): Fix typo in doc
17267         string.
17268
17269 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-util.el (gnus-replace-in-string): Add doc string.
17272
17273         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17274         to avoid problems when splitting mails with many recipients.
17275
17276 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17277
17278         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17279         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17280
17281 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17282
17283         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17284         if there is no hashtable in memory or file modification time is
17285         newer than cached timestamp.
17286
17287 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-sum.el (gnus-summary-limit-to-recipient):
17290         Implement not-matching option.
17291
17292 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17293
17294         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17295         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17296         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17297         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17298         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17299         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17300
17301 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * message.el (message-forward-make-body-mml): Remove headers
17304         according to message-forward-ignored-headers if a message is decoded.
17305
17306 2004-12-02  Romain Francoise  <romain@orebokech.com>
17307
17308         * message.el (message-forward-make-body-plain): Always remove
17309         headers according to message-forward-ignored-headers.
17310
17311 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17312
17313         * spam.el (spam-summary-prepare-exit): Remove the
17314         gnus-summary-limit pop for now, it has problems with ham marks for
17315         me.
17316
17317 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17318
17319         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17320         correctly.
17321
17322 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17323
17324         * format-spec.el (format-spec): Message the char.
17325
17326 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * gnus-art.el (gnus-split-methods): Reformat comments.
17329
17330         * spam.el (spam-summary-prepare-exit): Remove article limits
17331         before exiting the summary buffer.
17332
17333 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17336         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17337
17338         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17339         order to silence the byte compiler.
17340
17341         * spam.el: Fix the way to silence the byte compiler, which
17342         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17343         bbdb-search-simple, spam-BBDB-register-routine,
17344         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17345         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17346         spam-stat-buffer-is-spam, spam-stat-load,
17347         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17348         spam-stat-save and spam-stat-split-fancy.
17349
17350 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17353         which may confuse users.
17354         (canlock-password-for-verify): Ditto.
17355
17356         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17357
17358         * gnus-art.el (gnus-emphasis-alist): Ditto.
17359
17360         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17361
17362         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17363
17364         * gnus-start.el (gnus-save-killed-list): Ditto.
17365
17366         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17367         (gnus-sum-thread-tree-root): Ditto.
17368         (gnus-sum-thread-tree-false-root): Ditto.
17369         (gnus-sum-thread-tree-single-indent): Ditto.
17370
17371         * message.el (message-courtesy-message): Ditto.
17372         (message-archive-note): Ditto.
17373         (message-subscribed-address-file): Ditto.
17374         (message-user-fqdn): Ditto.
17375
17376         * spam-report.el (spam-report-gmane-regex): Ditto.
17377
17378         * spam.el (spam-blackhole-good-server-regex): Ditto.
17379
17380 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * mml.el (mml-preview): Widen the message buffer before copying
17383         the contents to the preview buffer; sort headers before previewing.
17384
17385         * message.el (message-hidden-headers): Fix the way to avoid a bug
17386         in the `repeat' widget in Emacs 21.3 or earlier.
17387
17388 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * message.el (message-hidden-headers): Default to "^References:".
17391         Improve customization type.  Suggested by Reiner Steib
17392         <Reiner.Steib@gmx.de>.
17393
17394 2004-11-25  Romain Francoise  <romain@orebokech.com>
17395
17396         * message.el (message-strip-forbidden-properties): Remove check for
17397         obsolete `message-hidden' text property, hidden headers are not
17398         accessible in the buffer anymore.
17399
17400 2004-11-22  Romain Francoise  <romain@orebokech.com>
17401
17402         * message.el (message-header-format-alist): Add `From' in list
17403         so that it can be sorted.
17404         (message-fix-before-sending): Widen and sort headers before
17405         sending.
17406         (message-hide-headers): Use narrowing to hide headers by moving
17407         them to the top of the buffer and narrowing to the region
17408         underneath.
17409
17410 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411
17412         * message.el (message-strip-forbidden-properties):
17413         Bind buffer-read-only (etc) to nil.
17414
17415 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17418         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17419
17420 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17421
17422         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17423
17424 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17425
17426         * dns.el (query-dns): Use sit-for to time instead of
17427         accept-process-output, since that doesn't seem to work on udp
17428         sockets.
17429
17430 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17433
17434 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17435
17436         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17437         doc string.  Improve doc string.
17438
17439 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * nntp.el (nntp-request-update-info): Return nil if
17442         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17443         may not call gnus-activate-group which uselessly issues the GROUP
17444         commands for all nntp groups and wastes time.  Reported by Romain
17445         Francoise <romain@orebokech.com>.
17446
17447         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17448
17449 2004-11-15  Simon Josefsson  <jas@extundo.com>
17450
17451         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17452         headers separately.
17453         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17454         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17455
17456 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17457
17458         * gnus-start.el (gnus-convert-old-newsrc):
17459         Assign legacy-gnus-agent to 5.10.7.
17460
17461 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17462
17463         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17464         start of the lines.
17465
17466 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17467
17468         * hashcash.el (hashcash-default-payment): Change default to 20.
17469         (hashcash-default-accept-payment): Change default to 20.
17470         (hashcash-process-alist): New variable.
17471         (hashcash-generate-payment-async): Add.
17472         (hashcash-already-paid-p): Add.
17473         (hashcash-insert-payment): Don't generate payments twice.
17474         (hashcash-insert-payment-async): Add.
17475         (hashcash-insert-payment-async-2): Add.
17476         (hashcash-cancel-async): Add.
17477         (hashcash-wait-async): Add.
17478         (hashcash-processes-running-p): Add.
17479         (hashcash-wait-or-cancel): Add.
17480         (mail-add-payment): New optional argument.  Conditionally start
17481         asynchronous calculation.
17482         (mail-add-payment-async): Add.
17483
17484         * message.el (message-send-mail): Wait for asynchronous hashcash
17485         results.  Don't clobber existing X-Hashcash headers.
17486         (message-setup-1): Call mail-add-payment-async when
17487         message-generate-hashcash is non-nil.
17488
17489 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17490
17491         * message.el (message-use-alternative-email-as-from): Examine the
17492         From header as well; use message-make-from in order to include a
17493         user's full name.
17494
17495 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17498         default; improve customization type.
17499         (gnus-emphasis-custom-with-format): New macro.
17500         (gnus-emphasis-custom-value-to-external): New function.
17501         (gnus-emphasis-custom-value-to-internal): New function.
17502
17503 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17504
17505         * dns.el (query-dns): Resolve reverse addresses.
17506
17507 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17508
17509         * gnus-group.el (gnus-group-get-new-news): Use it.
17510
17511         * gnus-start.el (gnus-check-reasonable-setup): New function.
17512
17513 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17516         "Args out of range" error.  Reported by Arnaud Giersch
17517         <arnaud.giersch@free.fr>.
17518
17519 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17520
17521         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17522
17523 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17524
17525         * spam.el (spam group): Add :version.
17526
17527         * pgg-def.el (pgg group): Add :version.
17528
17529 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * gnus-art.el (gnus-article-edit-article): Don't associate the
17532         article buffer with a draft file.  This is a temporary measure
17533         against the 2004-08-22 change to gnus-article-edit-mode.
17534
17535 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17538         (html2text-format-tags): Remove unused variable `attr'.
17539
17540 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17541
17542         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17543
17544         * tls.el (tls-process-connection-type, tls-success)
17545         (tls-certtool-program): Add :version.
17546
17547         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17548         (starttls-extra-arguments, starttls-process-connection-type)
17549         (starttls-connect, starttls-failure, starttls-success): Add :version.
17550
17551         * spam-stat.el (spam-stat): Add :version.
17552
17553         * sieve.el (sieve): Add :version.
17554
17555         * sha1.el (sha1): Add :version.
17556         (sha1-use-external): Remove redundant version.
17557
17558         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17559         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17560         (nnmail-split-fancy-match-partial-words)
17561         (nnmail-split-lowercase-expanded): Add :version.
17562
17563         * nndiary.el (nndiary): Add :version.
17564
17565         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17566
17567         * mml-sec.el (mml-default-sign-method)
17568         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17569         Add :version.
17570
17571         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17572
17573         * mm-url.el (mm-url-use-external, mm-url-program)
17574         (mm-url-arguments): Add :version.
17575
17576         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17577         (mm-attachment-file-modes, mm-decrypt-option)
17578         (mm-w3m-safe-url-regexp): Add :version.
17579
17580         * message.el (message-cite-prefix-regexp)
17581         (message-sendmail-envelope-from, message-minibuffer-local-map)
17582         (message-user-fqdn, message-completion-alist): Add :version.
17583
17584         * gnus-win.el (gnus-configure-windows-hook)
17585         (gnus-use-frames-on-any-display): Add :version.
17586
17587         * gnus-art.el (gnus-article-address-banner-alist)
17588         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17589         (gnus-treat-from-picon, gnus-treat-mail-picon)
17590         (gnus-treat-x-pgp-sig): Add :version.
17591
17592         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17593         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17594         (gnus-summary-article-delete-hook)
17595         (gnus-summary-display-while-building): Add :version.
17596
17597         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17598         (gnus-get-top-new-news-hook): Add :version.
17599
17600         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17601         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17602
17603         * gnus-registry.el (gnus-registry): Add :version.
17604
17605         * gnus-spec.el (gnus-use-correct-string-widths)
17606         (gnus-make-format-preserve-properties): Add :version.
17607
17608         * gnus.el (gnus-group-charter-alist)
17609         (gnus-group-fetch-control-use-browse-url)
17610         (gnus-install-group-spam-parameters): Add :version.
17611
17612         * gnus-diary.el (gnus-diary): Add :version.
17613
17614         * gnus-delay.el (gnus-delay): Add :version.
17615
17616         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17617         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17618         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17619         Add :version.
17620
17621         * gnus-agent.el (gnus-agent-max-fetch-size)
17622         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17623         (gnus-agent-prompt-send-queue): Add :version.
17624
17625         * deuglify.el (gnus-outlook-deuglify): Add :version.
17626
17627         * html2text.el: Beautify code.  Improve doc strings.
17628         Some checkdoc cleanup.
17629         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17630
17631 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17632
17633         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17634
17635 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17636
17637         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17638         when package is loaded.
17639
17640         * spam.el (spam-summary-score-preferred-header): Add global preference
17641         for people who want to override the default SpamAssassin over
17642         Bogofilter preference (when both are set).
17643         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17644         (spam-user-format-function-S):
17645         Check spam-summary-score-preferred-header.
17646         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17647         (spam-user-format-function-S): Format the score correctly.
17648
17649 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17652         signature file.  Suggested by Manoj Srivastava
17653         <srivasta@golden-gryphon.com>.
17654
17655         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17656         iso-2022-jp even in the Japanese language environment.
17657         Suggested by Jason Rumney <jasonr@gnu.org>.
17658
17659 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17662         use the same characters as the dummy marks; make it free from
17663         getting affected by the language environment.
17664         (gnus-summary-read-group-1): Update mark positions only when the
17665         format spec is updated.
17666
17667         * gnus-spec.el (gnus-update-format-specifications): Return a list
17668         of updated types.
17669
17670 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17673         of boundp to check if display-warning is available.
17674
17675 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17676
17677         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17678
17679 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * nnspool.el (nnspool-spool-directory): Use news-path if the
17682         news-directory variable is not bound.
17683
17684         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17685         function instead of display-warning if it is not available.
17686
17687 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17688
17689         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17690         v5-10: Use `point-at-bol'.
17691
17692 2004-10-26  Simon Josefsson  <jas@extundo.com>
17693
17694         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17695         <chenggao@gmail.com>.
17696
17697 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17698
17699         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17700         instead.
17701
17702 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17703
17704         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17705         to remove a server from the nnimap-server-buffer-alist.
17706         (nnimap-open-connection, nnimap-close-server): Use it.
17707
17708         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17709
17710 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17713         running the major-mode function.
17714
17715 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17718         dummy marks in the right way.
17719
17720 2004-10-18  David Edmondson  <dme@dme.org>
17721
17722         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17723         excessively.
17724
17725 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17726
17727         * gnus-util.el (gnus-split-references): Accept a nil references
17728         string and go on blissfully.
17729
17730         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17731         cases where the references string is non-nil but has no references.
17732
17733         * encrypt.el: Add autoload tags.
17734
17735         * spam.el (spam-resolve-registrations-routine): Remove article
17736         from unregistration list too.  Reported by David Hanak
17737         <dhanak@isis.vanderbilt.edu>
17738
17739 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17742         nil.  Change custom type.
17743
17744 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17747
17748         * gnus-sum.el (gnus-summary-move-article): Use it.
17749
17750 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17751
17752         * encrypt.el: Add autoload cookies.
17753
17754         * spam.el (spam-backend-article-list-property)
17755         (spam-backend-get-article-todo-list)
17756         (spam-backend-put-article-todo-list)
17757         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17758         Resolve registrations separately.
17759         (spam-register-routine): Format comments.
17760         (spam-unregister-routine, spam-register-routine): Always call with
17761         specific-articles, no default list.
17762         (spam-summary-prepare-exit): Use the spam-classifications function.
17763
17764         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17765         gnus-encrypt.el.
17766
17767         * encrypt.el: Copied from gnus-encrypt.el.
17768
17769         * gnus-encrypt.el: Commented that it's obsolete.
17770
17771 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17774         (gnus-score-save): Use it.
17775
17776         * message.el (message-bury): Use `window-dedicated-p'.
17777
17778 2004-10-15  Simon Josefsson  <jas@extundo.com>
17779
17780         * pop3.el (top-level): Don't require nnheader.
17781         (pop3-read-timeout): Add.
17782         (pop3-accept-process-output): Add.
17783         (pop3-read-response, pop3-retr): Use it.
17784
17785 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17786
17787         * spam.el (spam-register-routine): Move comment.
17788         (spam-verify-bogofilter): Use 'unknown for the initial
17789         spam-bogofilter-valid state, not 'never.
17790
17791         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17792         for netrc-machine.
17793
17794         * nnimap.el (nnimap-open-connection):
17795         Use netrc-machine-user-or-password.
17796
17797 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17798
17799         * gnus-registry.el (gnus-registry-unload-hook):
17800         Set as a variable with add-hook.
17801
17802         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17803         of news-path.
17804
17805         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17806
17807         * spam.el: Delete duplicate `provide'.
17808         (spam-unload-hook): Set as a variable with add-hook.
17809
17810 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17813         in the doc string.
17814
17815         * message.el (message-ignored-news-headers)
17816         (message-ignored-supersedes-headers)
17817         (message-ignored-resent-headers)
17818         (message-forward-ignored-headers): Improve custom type.
17819
17820 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * message.el (message-tokenize-header): Fix 2004-09-06 change
17823         which used point-min in the wrong place.
17824
17825 2004-10-12  Simon Josefsson  <jas@extundo.com>
17826
17827         * tls.el (tls-certtool-program): New variable.
17828         (tls-certificate-information): New function, based on
17829         ssl-certificate-information.
17830
17831 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * compface.el: Move the version of ELisp-based uncompface program
17834         to the contrib directory because of the copyright problem.
17835
17836 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * message.el (message-kill-buffer): Raise the current frame.
17839
17840 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17843
17844         * gnus.el (message-y-or-n-p): Autoload.
17845
17846         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17847         (pop3-password-required, pop3-authentication-scheme)
17848         (pop3-leave-mail-on-server): Make customizable.
17849         (pop3): New custom group.
17850         (pop3-retr): Remove `sleep-for' statements.
17851         Suggested by Dave Love <fx@gnu.org>.
17852
17853         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17854         Windows/DOS.
17855
17856         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17857         (imap-parse-body): Fix incorrect use of `assert'.
17858         Suggested by Dave Love <fx@gnu.org>.
17859
17860         * mml.el (mml-minibuffer-read-disposition): Require match.
17861         Suggested by Dave Love <fx@gnu.org>.
17862
17863 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17864
17865         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17866         doc string.
17867
17868 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17871
17872 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17873
17874         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17875         instead of calling `mm-insert-inline', to decode text/* parts
17876         before displaying them.
17877
17878 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * mm-uu.el (mm-uu-text-plain-type): New variable.
17881         (mm-uu-pgp-signed-extract-1): Use it.
17882         (mm-uu-pgp-encrypted-extract-1): Use it.
17883         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17884         bind mm-uu-text-plain-type with that value.
17885         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17886         mm-uu-dissect.
17887
17888 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * gnus-group.el (gnus-update-group-mark-positions):
17891         * gnus-sum.el (gnus-update-summary-mark-positions):
17892         * message.el (message-check-news-body-syntax):
17893         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17894         of string-as-multibyte.
17895
17896 2004-10-05  Juri Linkov  <juri@jurta.org>
17897
17898         * gnus-group.el (gnus-update-group-mark-positions):
17899         * gnus-sum.el (gnus-update-summary-mark-positions):
17900         * message.el (message-check-news-body-syntax):
17901         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17902         8-bit unibyte values to a multibyte string for search functions.
17903
17904 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17907         (mm-uu-dissect-text-parts): New function.
17908
17909         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17910         dissect text parts.
17911
17912         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17913         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17914
17915         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17916
17917         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17918         Use gnus-current-topics instead of gnus-current-topic.
17919
17920 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17921
17922         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17923
17924 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17925
17926         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17927         where approriate.
17928
17929         * nnml.el (nnml-generate-active-info): do.
17930
17931         * nndiary.el (nndiary-generate-active-info): do.
17932
17933         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17934         (gnus-topic-move): do.
17935
17936         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17937         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17938
17939         * gnus-srvr.el (gnus-server-prepare)
17940         (gnus-server-open-all-servers): do.
17941
17942         * gnus-msg.el (gnus-summary-cancel-article)
17943         (gnus-summary-resend-message)
17944         (gnus-summary-mail-crosspost-complaint): do.
17945
17946         * gnus-move.el (gnus-change-server): do.
17947
17948         * gnus-group.el (gnus-group-unmark-all-groups)
17949         (gnus-group-set-current-level): do.
17950
17951 2004-10-04  Simon Josefsson  <jas@extundo.com>
17952
17953         * message.el (message-generate-hashcash): Doc fix.
17954
17955 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17956
17957         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17958         avoid infinite recursion via gnus-get-function.
17959
17960 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17961
17962         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17963
17964         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17965
17966         * nnmail.el (nnmail-split-history): do.
17967
17968         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17969         (nnml-request-delete-group): do.
17970
17971         * nnslashdot.el (nnslashdot-read-groups): do.
17972
17973         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17974         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17975
17976         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17977         (nnspool-sift-nov-with-sed): Use last.
17978         (nnspool-retrieve-headers-with-nov): Use mapc.
17979         (nnspool-request-newgroups): Use dolist.
17980         (nnspool-request-group): Use last.
17981
17982         * nntp.el (nntp-read-server-type): Use dolist.
17983
17984         * nnvirtual.el (nnvirtual-create-mapping)
17985         (nnvirtual-update-read-and-marked): Use dolist.
17986         (nnvirtual-convert-headers): Simplify.
17987
17988 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17989
17990         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17991         Add support for sync'ing tick marks.
17992
17993 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17996         there's no visible header.
17997
17998 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17999
18000         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18001         When necessary, pass full group name to gnus-request-set-marks.
18002
18003 2004-10-01  Simon Josefsson  <jas@extundo.com>
18004
18005         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18006         acroread.
18007
18008 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18009
18010         * spam-report.el (spam-report-gmane): Fix interactive.
18011
18012         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18013
18014         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18015         when writing file.
18016         (gnus-agent-synchronize-flags): Don't default to being
18017         interactive.
18018
18019 2004-09-30  Simon Josefsson  <jas@extundo.com>
18020
18021         * message.el (message-generate-hashcash): Add.
18022         (message-send-mail): Use it, call mail-add-payment.
18023
18024 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18025
18026         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18027
18028 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18029
18030         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18031         gnus-requst-update-info with explicit code to sync the in-memory
18032         info read flags with the marks being sync'd to the backend.
18033
18034         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18035
18036 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18037
18038         * spam.el (spam-verify-bogofilter): Add new function.
18039         (spam-check-bogofilter)
18040         (spam-bogofilter-register-with-bogofilter): Use it.
18041         (spam-verify-bogofilter): Add small fixes.
18042
18043 2004-09-28  Simon Josefsson  <jas@extundo.com>
18044
18045         * hashcash.el (hashcash-generate-payment): Revert.
18046
18047 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18048
18049         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18050         Use gnus-extract-references instead of gnus-split-references.
18051
18052         * gnus-util.el (gnus-extract-references): Add new function, analogous
18053         to gnus-split-references but extracts only the message-ID without
18054         anything extra.
18055
18056         * hashcash.el (hashcash-generate-payment)
18057         (hashcash-check-payment): Do the right thing if hashcash-path is
18058         nil (because the hashcash program could not be found).
18059
18060         * spam.el (spam-use-hashcash): Remove comment.
18061
18062 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18063
18064         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18065         (gnus-cache-enter-article, gnus-cache-remove-article)
18066         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18067
18068         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18069
18070         * gnus-art.el (article-hide-boring-headers)
18071         (article-translate-strings, article-display-face)
18072         (gnus-article-mime-match-handle-first)
18073         (gnus-article-highlight-headers)
18074         (gnus-article-add-buttons-to-head): do.
18075
18076 2004-09-27  Simon Josefsson  <jas@extundo.com>
18077
18078         * hashcash.el: New version, from
18079         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18080         ../contrib/.
18081
18082 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18085
18086 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18087
18088         * gnus-dup.el (gnus-dup-open): Use mapc.
18089         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18090
18091         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18092         Reported by Stefan Wiens <s.wi@gmx.net>.
18093
18094         * gnus.el (gnus-shutdown): Use dolist.
18095
18096         * gnus-undo.el (gnus-undo): Use mapc.
18097
18098         * nnrss.el (nnrss-generate-active): do.
18099
18100         * message.el (message-cite-original-without-signature)
18101         (message-cite-original): Use mapc.
18102         (message-do-actions, message-make-forward-subject): Use dolist.
18103
18104 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18105
18106         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18107         deletion to remove entire duplicate line.  Fixes merged article
18108         number bug.
18109
18110 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18111
18112         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18113         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18114         first ask if you want to open a server and then, even when you
18115         responded with no, asking if you want to synchronize the server's
18116         flags.
18117         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18118         multi-line expressions.
18119         (gnus-agent-synchronize-group-flags): New internal function.
18120         Updates marks in memory (in the info structure) AND in the
18121         backend.
18122
18123         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18124
18125         * nnagent.el (nnagent-request-set-mark):
18126         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18127         method, to ensure that synchronization updates marks in the
18128         backend and in the info (in memory) structure.
18129
18130 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18133         convention fully; don't miss the root article of a thread; make
18134         the X-Draft-From header with correct article numbers.
18135
18136 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18137
18138         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18139         unless plugged.  Disable the agent so that an open failure causes
18140         an error.
18141
18142         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18143         Revert 2004-09-21 change.  The backend must be opened while
18144         synchronizing flags even when the backend stores the flags
18145         locally.
18146
18147 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18150         in `header' match.  Reported by Svend Tollak Munkejord.
18151
18152         * message.el (message-cite-original): Fix use of
18153         `message-cite-articles-with-x-no-archive'.
18154
18155 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18158         (gnus-window-to-buffer): Ditto.
18159
18160         * mml.el (mml-preview-buffer): New variable.
18161         (mml-preview): Manage window layout with gnus-buffer-configuration.
18162
18163         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18164         X-Draft-From header even if those articles aren't quoted.
18165
18166 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18167
18168         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18169         (gnus-request-set-mark, gnus-request-update-mark): Use new
18170         g-s-t-u-l-m to decide to use backend even when unplugged.
18171
18172 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18175         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18176
18177 2004-09-20  Simon Josefsson  <jas@extundo.com>
18178
18179         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18180         "utf-16-le".
18181
18182 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18183
18184         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18185
18186 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18187
18188         * uudecode.el (uudecode-use-external): Add :version.
18189
18190         * smime.el (smime-CA-file, smime-encrypt-cipher)
18191         (smime-dns-server): Add :version.
18192
18193         * smiley.el (gnus-smiley-file-types): Add :version.
18194
18195         * sha1.el (sha1-use-external): Add :version.
18196
18197         * pgg-def.el (pgg-query-keyserver): Add :version.
18198
18199         * nnmail.el (nnmail-fancy-expiry-targets)
18200         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18201         Add :version.
18202
18203         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18204         (nnimap-retrieve-groups-asynchronous): Add :version.
18205         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18206
18207         * mml.el (mml-content-disposition-parameters)
18208         (mml-insert-mime-headers-always): Add :version.
18209
18210         * mm-util.el (mm-coding-system-priorities): Add :version.
18211
18212         * mm-decode.el (mm-inline-text-html-with-images)
18213         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18214         (mm-verify-option): Add :version.
18215         (mm-text-html-renderer): Change :version.
18216
18217         * message.el (message-fcc-externalize-attachments)
18218         (message-required-headers, message-draft-headers)
18219         (message-subject-trailing-was-query)
18220         (message-subject-trailing-was-ask-regexp)
18221         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18222         (message-mark-insert-end, message-archive-header)
18223         (message-archive-note, message-cross-post-default)
18224         (message-cross-post-note, message-followup-to-note)
18225         (message-cross-post-note-function, message-use-mail-followup-to)
18226         (message-subscribed-address-functions)
18227         (message-subscribed-address-file, message-subscribed-addresses)
18228         (message-subscribed-regexps, message-allow-no-recipients)
18229         (message-yank-cited-prefix, message-signature-insert-empty-line)
18230         (message-hidden-headers, message-hierarchical-addresses)
18231         (message-mail-user-agent, message-use-idna)
18232         (message-valid-fqdn-regexp)
18233         (message-strip-special-text-properties, message-header-synonyms)
18234         (message-beginning-of-line, message-tab-body-function): Add :version.
18235         (message-insert-canlock, message-wide-reply-confirm-recipients):
18236         Change :version.
18237
18238         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18239         and :version.
18240         (mail-source-delete-old-incoming-confirm)
18241         (mail-source-movemail-program): Add :version.
18242
18243         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18244         (gnus-agent-cache, gnus-agent): Change :version.
18245
18246         * gnus-util.el (gnus-use-byte-compile): Change :version.
18247
18248         * gnus-sum.el (gnus-summary-make-false-root-always)
18249         (gnus-summary-default-high-score)
18250         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18251         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18252         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18253         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18254         (gnus-sum-thread-tree-single-indent)
18255         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18256         (gnus-sum-thread-tree-leaf-with-other)
18257         (gnus-sum-thread-tree-single-leaf): Add :version.
18258         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18259         (gnus-article-loose-mime): Change :version.
18260
18261         * gnus-start.el (gnus-backup-startup-file)
18262         (gnus-save-startup-file-via-temp-buffer): Add :version.
18263
18264         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18265         (gnus-server-offline-face): Add :version.
18266
18267         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18268
18269         * gnus-msg.el (gnus-gcc-externalize-attachments)
18270         (gnus-debug-files, gnus-debug-exclude-variables)
18271         (gnus-discouraged-post-methods): Change :version.
18272         (gnus-confirm-mail-reply-to-news)
18273         (gnus-confirm-treat-mail-like-news): Add :version.
18274
18275         * gnus-int.el (gnus-server-unopen-status): Add :version.
18276
18277         * gnus-group.el (gnus-group-jump-to-group-prompt)
18278         (gnus-large-ephemeral-newsgroup)
18279         (gnus-fetch-old-ephemeral-headers): Add :version.
18280
18281         * gnus-fun.el (gnus-x-face-directory)
18282         (gnus-convert-pbm-to-x-face-command)
18283         (gnus-convert-image-to-x-face-command)
18284         (gnus-convert-image-to-face-command): Add :version.
18285
18286         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18287
18288         * gnus-cite.el (gnus-cite-blank-line-after-header)
18289         (gnus-article-boring-faces): Add :version.
18290
18291         * gnus-art.el (gnus-buttonized-mime-types)
18292         (gnus-inhibit-mime-unbuttonizing)
18293         (gnus-treat-display-face)
18294         (gnus-treat-body-boundary): Change :version.
18295         (gnus-body-boundary-delimiter, gnus-picon-databases)
18296         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18297         (gnus-treat-date-english, gnus-treat-fold-headers)
18298         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18299         (gnus-treat-mail-picon, gnus-treat-wash-html)
18300         (gnus-article-encrypt-protocol)
18301         (gnus-use-idna, gnus-article-over-scroll)
18302         (gnus-mime-display-multipart-alternative-as-mixed)
18303         (gnus-mime-display-multipart-related-as-mixed)
18304         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18305         (gnus-ctan-url, gnus-button-ctan-handler)
18306         (gnus-button-handle-ctan-bogus-regexp)
18307         (gnus-button-ctan-directory-regexp)
18308         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18309         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18310         (gnus-button-man-level, gnus-button-emacs-level)
18311         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18312
18313         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18314         (gnus-agent-go-online): Change :version.
18315         (gnus-agent-expire-unagentized-dirs)
18316         (gnus-agent-auto-agentize-methods): Add :version.
18317
18318         * flow-fill.el (fill-flowed-display-column)
18319         (fill-flowed-encode-column): Add :version.
18320
18321         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18322         (gnus-outlook-deuglify-unwrap-max)
18323         (gnus-outlook-deuglify-cite-marks)
18324         (gnus-outlook-deuglify-unwrap-stop-chars)
18325         (gnus-outlook-deuglify-no-wrap-chars)
18326         (gnus-outlook-deuglify-attrib-cut-regexp)
18327         (gnus-outlook-deuglify-attrib-verb-regexp)
18328         (gnus-outlook-deuglify-attrib-end-regexp)
18329         (gnus-outlook-display-hook): Add :version.
18330
18331         * binhex.el (binhex-use-external): Add :version.
18332
18333 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18334
18335         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18336         and `invisible'.
18337
18338 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18339
18340         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18341         in gnus-registry-trim.
18342
18343 2004-09-13  Simon Josefsson  <jas@extundo.com>
18344
18345         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18346
18347         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18348
18349         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18350         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18351         <yamaoka@jpl.org>.
18352         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18353         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18354         <yamaoka@jpl.org>.
18355
18356         * sieve.el (sieve-manage-mode): Ditto.
18357
18358 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18361
18362 2004-09-11  Simon Josefsson  <jas@extundo.com>
18363
18364         * dns-mode.el: Add.
18365
18366         * mm-view.el (mm-display-dns-inline): Add.
18367
18368         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18369         (mm-automatic-display): Ditto.
18370
18371         * mailcap.el (mailcap-mime-data): Add text/dns.
18372         (mailcap-mime-extensions): Map .soa to text/dns.
18373
18374 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18375
18376         * gnus-art.el (article-decode-mime-words, article-babel)
18377         (gnus-article-highlight-signature, gnus-article-add-buttons)
18378         (gnus-signature-toggle): Remove unnecessary bindings of
18379         `inhibit-read-only' inherited from v5.10 merge.
18380
18381 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * nntp.el (nntp): New customization group.
18384         (nntp-authinfo-file): Add customization group.
18385
18386         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18387
18388         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18389
18390         * gnus.el (to-address, to-list, subscribed)
18391         (large-newsgroup-initial): Ditto.
18392
18393         * flow-fill.el (fill-flowed-display-column)
18394         (fill-flowed-encode-column): Ditto.
18395
18396 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18397
18398         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18399         Use point-min rather than 1.
18400         (message-send-mail): Use buffer-size rather than point-max.
18401
18402         * gnus-sum.el (gnus-summary-search-article-forward):
18403         Signal a specific `search-failed' rather than a generic `error'.
18404
18405         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18406         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18407         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18408
18409 2004-09-10  Simon Josefsson  <jas@extundo.com>
18410
18411         * nndb.el (require): Remove tcp and duplicate cl.
18412
18413 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-agent.el (directory-files-and-attributes): Move forward.
18416
18417 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18418
18419         * gnus-agent.el (directory-files-and-attributes):
18420         Optionally defined to support XEmacs.
18421
18422 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18423
18424         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18425         to avoid run-time CL dependencies.
18426         (gnus-agent-unfetch-articles): New function.
18427         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18428         article numbers even when local .overview file is missing.
18429         (gnus-agent-read-article-number): New function.  Only accepts
18430         27-bit article numbers.
18431         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18432         Use gnus-agent-read-article-number.
18433         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18434         from backend while recognizing that article numbers in .overview
18435         must be valid.
18436         (gnus-agent-update-files-total-fetched-for):
18437         Use directory-files-and-attributes to improve performance.
18438         * gnus-int.el (gnus-request-move-article):
18439         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18440         improve performance.
18441
18442         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18443         some users confused by references to .newsrc when they only have a
18444         .newsrc.eld file.
18445         (gnus-convert-mark-converter-prompt)
18446         (gnus-convert-converter-needs-prompt): Fix use of property list.
18447         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18448         New function.  Used internally to only display 'gnus converting
18449         files' message when actually necessary.
18450
18451         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18452         methods now autoloaded.
18453
18454 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18457         identifiers.
18458
18459 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * gnus-picon.el: Fix indentation and closing parenthesis.
18462
18463 2004-09-01  Simon Josefsson  <jas@extundo.com>
18464
18465         * message.el (message-canlock-generate): Require sha1, not
18466         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18467         to require within a function.  Sadly, if sha1.el isn't loaded, the
18468         let binding in m-c-g will hide the defcustom definition, which is
18469         bad.)
18470
18471         * canlock.el: Require sha1, not sha1-el.
18472
18473         * message.el: Don't autoload sha1 (there is a autoload cookie in
18474         sha1.el).
18475
18476         * sha1-el.el: Rename to sha1.el.
18477
18478 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18479
18480         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18481
18482 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18483
18484         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18485
18486 2004-08-30  Kim F. Storm  <storm@cua.dk>
18487
18488         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18489
18490         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18491         Add :group 'nnimap.
18492
18493 2004-08-30  Andreas Schwab  <schwab@suse.de>
18494
18495         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18496         ?* and ?\;.
18497
18498         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18499         and ?\' to symbol instead of whitespace.
18500
18501 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18504
18505         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18506         instead of re-search-forward.
18507
18508         * gnus-uu.el (gnus-uu-save-article): Ditto.
18509         (gnus-uu-post-encode-uuencode): Ditto.
18510
18511         * html2text.el (html2text-clean-list-items): Ditto.
18512         (html2text-clean-dtdd): Ditto.
18513         (html2text-format-tags): Ditto.
18514
18515         * message.el (message-send-mail-with-sendmail): Fix regexp.
18516         (message-fill-field-general): Use search-forward instead of
18517         re-search-forward.
18518         (unbold-region): Ditto.
18519
18520         * nnrss.el (nnrss-request-article): Ditto.
18521
18522         * nnslashdot.el (nnslashdot-request-article): Ditto.
18523
18524         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18525
18526         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18527         "Unrecognized menu descriptor" error in XEmacs.
18528
18529 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18530
18531         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18532         parent article of a sparse article in the thread hashtb.
18533
18534 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18535
18536         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18537         (nnmail-expand-newtext): Lowercase expanded entries if
18538         nnmail-split-lowercase-expanded is non-nil.
18539
18540 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18543
18544         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18545         of gnus-tmp-news-method into string under XEmacs.  It will be
18546         passed to gnus-correct-length which takes only a string argument.
18547
18548 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * gnus-util.el (gnus-bind-print-variables): New macro.
18551         (gnus-prin1): Use it.
18552         (gnus-prin1-to-string): Use it.
18553         (gnus-pp): New function.
18554         (gnus-pp-to-string): New function.
18555
18556         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18557         Replace pp-to-string with gnus-pp-to-string.
18558         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18559         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18560         * gnus-msg.el (gnus-debug): Ditto.
18561         * gnus-score.el (gnus-score-save): Ditto.
18562         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18563         gnus-pp-to-string.
18564         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18565         with gnus-pp.
18566         * score-mode.el (gnus-score-pretty-print): Ditto.
18567         * webmail.el (webmail-debug): Ditto.
18568
18569 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-art.el (article-display-face, article-display-x-face):
18572         Use buffer-read-only.
18573
18574 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * gnus-art.el (article-hide-list-identifiers):
18577         Bind inhibit-read-only as t.
18578
18579 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18582
18583 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18584
18585         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18586         (gnus-narrow-to-page): Don't assume point-min == 1.
18587         (gnus-article-edit-mode): Derive from message-mode.
18588
18589         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18590         point-min == 1.
18591
18592         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18593         Disable incorrect use of `assert'.
18594
18595         * message.el (message-mode): Set comment-start-skip.
18596
18597
18598 2004-08-22  Sam Steingold  <sds@gnu.org>
18599
18600         * pop3.el (pop3-leave-mail-on-server): New user variable.
18601         (pop3-movemail): Delete mail only when it is nil.
18602
18603 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18606
18607         * mml.el (mml-preview): Use `pop-to-buffer'.
18608
18609         * message.el (message-goto-mail-followup-to): Insert after "To".
18610         (message-carefully-insert-headers): Add comment.
18611
18612         * gnus.el: Remove unused variable `gnus-article-check-size'.
18613
18614         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18615
18616         * gnus-art.el (gnus-button-alist):
18617         Improve `gnus-button-handle-library' entry.
18618
18619 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18620
18621         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18622         Use downcase, since XEmacs capitalizes error messages differently.
18623
18624 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18625
18626         * nntp.el: Add (require 'gnus) due to reference to
18627         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18628
18629 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18630
18631         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18632         Bind `mm-fill-flowed'.
18633
18634         * mm-decode.el (mm-dissect-singlepart): Check it.
18635
18636 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18637
18638         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18639         'imap' for netrc parsing.
18640
18641 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18642
18643         * mailcap.el (mailcap-mime-data): Mark as risky.
18644
18645 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18648         may be included in the encoded word.
18649         (rfc2047-encode): Don't append a space if the encoded word
18650         includes close parenthesis.
18651
18652 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18655         of text within parentheses.
18656
18657 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18658
18659         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18660         (gnus-encrypt-write-file-contents): Make the password key the file
18661         name PLUS the cipher, not just the cipher.  Also remove failed
18662         passwords from the cache.
18663
18664 2004-08-06  Simon Josefsson  <jas@extundo.com>
18665
18666         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18667         Doc fix.
18668
18669 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18672         LWSP.
18673
18674 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18675
18676         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18677         Try to append in-reply-to: data to the references: header.
18678
18679         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18680         (netrc-parse): Use gnus-encrypt.el functions.
18681
18682         * gnus-encrypt.el: Add new file for encryption support; currently
18683         does only a few GPG ciphers and an internal XOR cipher.
18684
18685         * password.el: Add comments on using password-read-and-add.
18686         (password-read-and-add): Add function to read and add the
18687         password to the cache at once.
18688
18689 2004-07-28  Simon Josefsson  <jas@extundo.com>
18690
18691         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18692         parameter (but don't use it, for now).
18693
18694         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18695         instead of hard coding to nil.
18696
18697 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18700         as mm-inline-image-xemacs does.
18701
18702 2004-07-26  Simon Josefsson  <jas@extundo.com>
18703
18704         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18705         Revert part of 2004-07-17 change below.
18706
18707 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18710         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18711
18712 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18713
18714         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18715         quotes that actually start with ">" at the beginning of the
18716         lines.
18717
18718 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * rfc2047.el (rfc2047-encode-region): Fix last change.
18721         (rfc2047-encode-parameter): Remove useless concat.
18722
18723 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18726         encode special characters; fix some kind of misconfigured headers;
18727         signal a real error if debug-on-quit or debug-on-error is non-nil.
18728         (rfc2047-encode-max-chars): New variable.
18729         (rfc2047-encode-1): Use it.
18730         (rfc2047-encode-parameter): New function.
18731
18732         * mml.el (mml-insert-parameter): Remove an excessive space.
18733
18734 2004-07-17  Simon Josefsson  <jas@extundo.com>
18735
18736         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18737         Kai Grossjohann <kai@emptydomain.de>.
18738         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18739         (gnus-group-make-menu-bar): Ditto.
18740
18741         * gnus-util.el (gnus-group-server): Add.
18742
18743 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18744
18745         * message.el (message-clone-locals): Clone sendmail and smtp
18746         variables.
18747
18748 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * rfc2047.el (rfc2047-encode-region): Fix last change.
18751
18752 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18755         characters as non-special.
18756
18757 2004-07-09  Simon Josefsson  <jas@extundo.com>
18758
18759         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18760         Users will lose all flag changes made while unplugged with
18761         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18762         good default.  See numerous reports on ding mailing list.
18763
18764 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18765
18766         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18767         add generate-head-function and generate-article-function to the
18768         rfc822-forward entry.
18769         (nndoc-rfc822-forward-generate-article): New function.
18770         (nndoc-rfc822-forward-generate-head): New function.
18771
18772         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18773
18774 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18775
18776         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18777         respect display group parameter and gnus-summary-expunge-below.
18778         (gnus-articles-to-read): Remove unused reference to display group
18779         parameter.
18780
18781 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18782
18783         * nnheader.el (nnheader-uniquify-message-id): New experimental
18784         variable.
18785         (nnheader-nov-read-message-id): Use it.
18786
18787         * spam-report.el (spam-report-gmane): Add interactive.
18788
18789 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * mm-encode.el (mm-content-transfer-encoding-defaults):
18792         Use qp-or-base64 for the application/* types.
18793
18794 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18795
18796         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18797
18798 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18799
18800         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18801         trim value.
18802
18803 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18804
18805         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18806         New macro and function.
18807         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18808
18809 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18812         after-load-alist.
18813
18814 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18815
18816         * gnus-group.el (gnus-group-get-new-news-this-group):
18817         Don't update info that isn't there.
18818
18819 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18820
18821         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18822         entry.
18823
18824 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * mm-view.el (mm-inline-render-with-function): Use multibyte
18827         buffer; decode html source by charset.
18828
18829         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18830
18831         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18832         Mule-UCS is loaded under XEmacs.
18833         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18834
18835 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18838
18839 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * mm-util.el (mm-coding-system-p): Return a coding-system.
18842         (mm-mime-mule-charset-alist): Use shift_jis instead of
18843         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18844         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18845         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18846         instead of japanese-shift-jis and iso-latin-1 respectively in
18847         order to share the default value with both Emacs and XEmacs-mule.
18848         (mm-mule-charset-to-mime-charset):
18849         Make mm-coding-system-priorities effective.
18850         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18851         while predicating of candidates upon the priorities.
18852
18853 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18854
18855         * gnus-sum.el (gnus-summary-make-menu-bar):
18856         Add gnus-uu-invert-processable.
18857
18858         * gnus.el: Autoload gnus-uu-invert-processable.
18859
18860 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * mm-util.el (mm-with-multibyte-buffer): New macro.
18863
18864         * rfc2047.el (rfc2047-encode-string): Use it.
18865         (rfc2047-encode-region): Move point to the end of the region after
18866         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18867
18868 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18871         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18872
18873 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18876         (gnus-cite-parse): Ignore quoted envelope From_.
18877         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18878
18879 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18882         invalid addresses.
18883
18884 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18885
18886         * spam.el: Change section markers, revise TODO list.
18887         (spam-backends): Make new master list of all installed backends.
18888         (spam-summary-exit-behavior): Add new variable to determine how
18889         messages moves are done at summary exit.
18890         (spam-move-spam-nonspam-groups-only)
18891         (spam-process-ham-in-nonham-groups)
18892         (spam-process-ham-in-spam-groups): Remove variables, the
18893         spam-summary-exit-behavior variable should be used to manage this
18894         behavior.
18895         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18896         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18897         and spam-old-spam-articles.
18898         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18899         Add empty variables, placeholders for the backends they represent.
18900         (spam-set-difference): Move, unchanged.
18901         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18902         unless the user has a processor variable.
18903         (spam-classifications, spam-classification-valid-p)
18904         (spam-backend-properties, spam-backend-property-valid-p)
18905         (spam-backend-function-type-valid-p)
18906         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18907         (spam-report-articles-gmane, spam-report-articles-resend):
18908         Remove functions, they are not needed.
18909         (spam-install-backend-super, spam-backend-list)
18910         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18911         (spam-backend-function, spam-backend-ham-registration-function)
18912         (spam-backend-spam-registration-function)
18913         (spam-backend-ham-unregistration-function)
18914         (spam-backend-spam-unregistration-function)
18915         (spam-backend-statistical-p, spam-backend-mover-p)
18916         (spam-install-backend-alias, spam-install-checkonly-backend)
18917         (spam-install-mover-backend, spam-install-nocheck-backend)
18918         (spam-install-backend, spam-install-statistical-backend)
18919         (spam-install-statistical-checkonly-backend): Add backend installation
18920         support.
18921         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18922         (spam-group-processor-p): Use the new backend code and respect the
18923         summary exit behavior.
18924         (spam-mark-spam-as-expired-and-move-routine): Remove.
18925         (spam-summary-prepare): Change to use the new spam-old-articles
18926         variable.
18927         (spam-copy-or-move-routine, spam-copy-spam-routine)
18928         (spam-move-spam-routine, spam-copy-ham-routine)
18929         (spam-move-ham-routine): Add code to copy/move ham or spam.
18930         (spam-fetch-field-fast): Improve doc and code, plus allow the
18931         'number request.
18932         (spam-list-of-checks, spam-list-of-statistical-checks):
18933         Remove variables.
18934         (spam-split, spam-find-spam): Use the new backend code.
18935         (spam-registration-functions): Remove variable.
18936         (spam-unregister-routine): Add convenience wrapper.
18937         (spam-log-undo-registration, spam-register-routine)
18938         (spam-log-processing-to-registry)
18939         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18940         where possible.
18941         (spam-check-gmane-xref, spam-check-regex-headers)
18942         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18943         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18944         (spam-check-bogofilter-headers, spam-check-spamoracle)
18945         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18946         (spam-check-crm114-headers): Use the spam-split-group that
18947         spam-split prepares, no need to determine it every time.
18948
18949         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18950         to the nnheader-parse-naked-head call.
18951
18952         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18953
18954         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18955         the nnheader-nov-read-message-id call.
18956
18957 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18960         gnus-activate-group twice.  Suggested by Markus Peter
18961         <warp@spin.de>.
18962
18963 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * gnus-art.el (gnus-article-time-format): Exchange the order of
18966         day and month in the default value; fix customization type.
18967         (article-date-ut): Use add-text-properties.
18968         (article-make-date-line): Use message-make-date instead of
18969         current-time-string.
18970
18971         * message.el (message-fetch-field): Don't use set-text-properties.
18972         (message-make-date): Simplify.
18973
18974         * messagexmas.el (message-xmas-make-date): New function.
18975         (message-xmas-redefine): Defalias message-make-date to it.
18976
18977 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18980         (rfc2047-encode-region): Treat text within parentheses as special;
18981         show the original text when error has occurred.
18982
18983         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18984         already-computed method to gnus-activate-group.
18985
18986         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18987         same select-methods identical Lisp objects.
18988
18989         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18990         object when modifying the info.
18991
18992 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18995         gnus-opened-servers since it has never been opened with the new
18996         configuration yet.
18997
18998 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19001         arg to nnheader-generate-fake-message-id.
19002
19003 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19006         number and build a fake message ID localized to a group and
19007         article number (so it's repeatable from that point on).
19008         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19009         ID format.
19010
19011         * gnus-sum.el (gnus-get-newsgroup-headers):
19012         Call nnheader-generate-fake-message-id with the article number.
19013
19014 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19015
19016         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19017         end-of-buffer.
19018
19019 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19020
19021         * message.el (message-ignored-supersedes-headers): Add Approved.
19022
19023 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19026         goto-char.
19027         (rfc2047-encode): Fold the line before encoding.
19028
19029 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19030
19031         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19032         folding -- not all headers can be folded, and this should be done
19033         by the message composition mode.  Probably.  I think.
19034
19035 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19038         fast.
19039
19040         * gnus-ems.el (gnus-remove-image): Don't use
19041         message-text-with-property; remove only the image found first.
19042
19043         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19044         found first.
19045
19046 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19047
19048         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19049
19050 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * message.el (message-text-with-property): Make it fast and accept
19053         optional arguments.
19054         (message-strip-forbidden-properties): Use it.
19055         (message-fix-before-sending): Follow the m-t-w-p change.
19056
19057         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19058
19059 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * gnus-art.el (article-hide-headers): Don't change the buffer
19062         mistakenly when performing mml-preview even if
19063         gnus-single-article-buffer is nil.
19064
19065 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19066
19067         * message.el (message-expand-name-databases): New user option.
19068         (message-expand-name): Use it.
19069
19070 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19071
19072         * spam.el (spam-report-articles-resend)
19073         (spam-report-resend-register-routine): Allow ham reporting.
19074         (spam-report-resend-register-ham-routine): Add wrapper.
19075         (spam-registration-functions): Add ham resending functions.
19076         (spam-list-of-processors): Add ham resend processor.
19077
19078         * gnus.el (ham-resend-to): Add new group parameter.
19079         (spam-process): Add ham resend option.
19080
19081         * spam-report.el (spam-report-resend): Allow reporting ham.
19082         (spam-report-resend-ham): Add wrapper.
19083
19084 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19085
19086         * message.el (message-cite-articles-with-x-no-archive):
19087         New variable.
19088         (message-cite-original): Use it.
19089
19090 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19091
19092         * message.el (message-cite-original): Respect X-No-Archive.
19093
19094 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * gnus-art.el (article-hide-headers): Refer to the values for
19097         gnus-ignored-headers and gnus-visible-headers in the summary
19098         buffer since a user may have set them as group parameters.
19099
19100 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19101
19102         * assistant.el (assistant-node-name): Add convenience function.
19103         (assistant-render-text, assistant-render-node): Add error handling,
19104         plus handle multiple next nodes.
19105         (assistant-find-next-node): Comment out for now.
19106         (assistant-find-next-nodes): Add function, returns list of next
19107         nodes.
19108
19109 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19110
19111         * mail-source.el (mail-source-directory): Fix doc-string.
19112
19113 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19114
19115         * assistant.el (assistant-render-text, assistant-eval): Add :set
19116         widget type, which is different because it takes and returns a
19117         list.  Much hilarity ensues.
19118
19119 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19122
19123         * gnus-group.el (gnus-group-get-new-news-this-group):
19124         Add doc-string.
19125
19126         * gnus-start.el (gnus-activate-group): Add doc-string.
19127
19128 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19131
19132 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19133
19134         * assistant.el (assistant-render-text): Try to add a :set
19135         widget, more to come.
19136
19137         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19138         strings.
19139         (spam-report-articles-resend)
19140         (spam-register-routine): Do registration iff any articles warrant
19141         it.
19142         (spam-summary-prepare-exit): Change log message for nil group
19143         destinations.
19144
19145 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19146
19147         * spam.el (spam-report-resend-register-routine):
19148         Allow spam-report-resend-to to be a group parameter or a global value.
19149
19150 2004-05-26  Simon Josefsson  <jas@extundo.com>
19151
19152         * starttls.el: Merge with my GNUTLS based starttls.el.
19153         (starttls-gnutls-program, starttls-use-gnutls)
19154         (starttls-extra-arguments, starttls-process-connection-type)
19155         (starttls-connect, starttls-failure, starttls-success):
19156         New variables.
19157         (starttls-program, starttls-extra-args): Doc fix.
19158         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19159         New functions.
19160         (starttls-negotiate, starttls-open-stream):
19161         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19162         function if it is set.
19163
19164 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19167         structured fields.
19168
19169 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19172
19173 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19174
19175         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19176         Add variable.
19177         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19178         assigning the spam-mark to new messages.
19179
19180 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19181
19182         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19183
19184 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19187
19188         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19189         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19190         default.
19191
19192 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19193
19194         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19195         correct data.
19196
19197 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19198
19199         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19200         (spam-group-processor-p): Fix function.
19201         (spam-group-processor-multiple-p)
19202         (spam-group-spam-processor-report-gmane-p)
19203         (spam-group-spam-processor-report-resend-p)
19204         (spam-group-spam-processor-bogofilter-p)
19205         (spam-group-spam-processor-blacklist-p)
19206         (spam-group-spam-processor-ifile-p)
19207         (spam-group-ham-processor-ifile-p)
19208         (spam-group-spam-processor-spamoracle-p)
19209         (spam-group-spam-processor-crm114-p)
19210         (spam-group-ham-processor-bogofilter-p)
19211         (spam-group-spam-processor-stat-p)
19212         (spam-group-ham-processor-stat-p)
19213         (spam-group-ham-processor-whitelist-p)
19214         (spam-group-ham-processor-BBDB-p)
19215         (spam-group-ham-processor-spamoracle-p)
19216         (spam-group-ham-processor-copy-p): Remove functions with some
19217         prejudice against unneeded code.
19218         (spam-report-articles-resend)
19219         (spam-report-resend-register-routine): Allow the group/topic
19220         spam-resend-to value to override spam-report-resend-to.
19221         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19222         properly now.
19223
19224         * gnus.el (spam-resend-to): Add group/topic parameter.
19225         (spam-process): Move the OBSOLETE processors to the end of the
19226         choices.
19227
19228 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19229
19230         * spam-report.el (spam-report-resend-to, spam-report-resend):
19231         Start with resend-to set to nil, and then ask the user if necessary.
19232         (spam-report-resend): spam-report-resend takes a list of articles, not
19233         separate article numbers.
19234
19235 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19238         addition to emacs-w3m.
19239
19240 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19241
19242         * assistant.el (assistant-authinfo-data): New function.
19243         (assistant-eval): Eval for entire assistant.
19244
19245         * netrc.el (netrc-services-file): New variable.
19246         (netrc-parse-services): New function.
19247         (netrc-find-service-name): New function.
19248         (netrc-find-service-number): New function.
19249         (netrc-port-equal): New function.
19250         (netrc-machine): Use it.
19251
19252         * nnimap.el (nnimap-open-connection): Use netrc.
19253
19254         * gnus-util.el (gnus-netrc-get): Remove aliases.
19255
19256         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19257
19258         * assistant.el (wid-edit): Fix compilation.
19259
19260         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19261
19262 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19263
19264         * gnus-util.el (gnus-set-file-modes): New function.  (small
19265         patch).
19266
19267 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19268
19269         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19270
19271         * assistant.el (assistant-render-node): Fix up rendering and
19272         read-only text.
19273         (assistant-render-node): Reset.
19274         (assistant-make-read-only): Not sticky.
19275
19276 2004-05-20  Danny Siu  <dsiu@adobe.com>
19277
19278         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19279         centered even when gnus-auto-center-summary is t.
19280
19281 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19282
19283         * dns.el (dns-get-txt-answer): New function.
19284         (dns-read-txt): Ditto.
19285         (query-dns): Use it.
19286
19287 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19288
19289         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19290         active for foreign groups even if the group level is higher than
19291         the specified value.
19292
19293 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19294
19295         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19296         non-active groups.
19297
19298         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19299
19300 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19301
19302         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19303
19304 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19305
19306         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19307         (spam-crm114-header, spam-crm114-spam-switch)
19308         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19309         (spam-crm114-positive-spam-header)
19310         (spam-crm114-database-directory, spam-list-of-processors)
19311         (spam-group-spam-processor-crm114-p)
19312         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19313         (spam-generic-score, spam-list-of-checks)
19314         (spam-list-of-statistical-checks, spam-registration-functions)
19315         (spam-check-crm114-headers, spam-crm114-score)
19316         (spam-check-crm114, spam-crm114-register-with-crm114)
19317         (spam-crm114-register-spam-routine)
19318         (spam-crm114-unregister-spam-routine)
19319         (spam-crm114-register-ham-routine)
19320         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19321         From asjo@koldfront.dk (Adam Sjøgren).
19322
19323         * gnus.el: Add spam-use-crm114.
19324
19325         * spam.el (spam-list-of-processors, spam-registration-functions):
19326         Add spam-use-resend.
19327         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19328         (spam-report-articles-gmane): Add doc fix.
19329         (spam-report-articles-resend, spam-report-resend-register-routine):
19330         Add wrappers around spam-report-resend-to.
19331
19332         * spam-report.el (spam-report-resend-to, spam-report-resend):
19333         Add support for resending spam.
19334         (spam-report-gmane): Fix line length >80.
19335
19336         * gnus.el (spam-process): Add spam-use-resend.
19337
19338 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19339
19340         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19341         number of processed spam messages.
19342         (spam-ham-copy-or-move-routine): Return the number of processed
19343         ham messages.
19344         (spam-summary-prepare-exit): Use the above values to decide
19345         whether status messages shouled be displayed.
19346
19347 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19350         `rfc2047-encoding-function-alist' in order to avoid conflicting
19351         with the old version.
19352         (rfc2047-encode-region): Concatenate words containing non-ASCII
19353         characters in structured fields; don't encode space-delimited
19354         ASCII words even in unstructured fields; don't break words at
19355         char-category boundaries.
19356         (rfc2047-encode-1): New function.
19357         (rfc2047-encode): Use it; encode text so that it occupies the
19358         maximum width within 76-column; work correctly on Q encoding for
19359         iso-2022-* charsets.
19360         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19361         sure not to break a line just after the header name.
19362         (rfc2047-b-encode-region): Remove.
19363         (rfc2047-b-encode-string): New function.
19364         (rfc2047-q-encode-region): Remove.
19365         (rfc2047-q-encode-string): New function.
19366
19367         * mm-util.el (mm-replace-in-string): New function.
19368
19369 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19370
19371         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19372         Really get it right.
19373         (gnus-inews-make-draft): Really.
19374
19375 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19376
19377         * nnmh.el (nnmh-request-list-1): Don't check the link count
19378         before descending.  (small patch)
19379
19380 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19381
19382         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19383         stuff.
19384
19385         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19386         Match on real group name.
19387
19388         * gnus-art.el (gnus-signature-limit): Doc fix.
19389
19390         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19391
19392         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19393
19394 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19395
19396         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19397         isn't a string.
19398
19399 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19400
19401         * gnus-draft.el (gnus-draft-send):
19402         Bind rfc2047-encode-encoded-words.
19403
19404         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19405         (rfc2047-encodable-p): Say that =? needs encoding.
19406         (rfc2047-encode-encoded-words): New variable.
19407
19408         * gnus-group.el (gnus-group-select-group): Doc fix.
19409
19410         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19411
19412         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19413         to nil.
19414
19415         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19416
19417         * nnheader.el (nnheader-get-lines-and-char): New function.
19418
19419 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19420
19421         * gnus-msg.el (gnus-summary-followup-with-original):
19422         Document yanking of region when active.
19423
19424 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19427         groups if the group level is higher than the specified value.
19428
19429 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19432         (gnus-group-jump-to-group): Add prefix argument using
19433         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19434         non-active group.
19435
19436         * compface.el (uncompface): Be verbose when changing
19437         `uncompface-use-external'.
19438
19439         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19440         handle manual section.
19441
19442 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19443
19444         * gnus-art.el (gnus-button-alist): Revert previous change.
19445
19446 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19447
19448         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19449
19450 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19451
19452         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19453         whether backend can accept message.
19454
19455         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19456
19457 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19458
19459         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19460         Avoid creating directory when nntp-marks-is-evil is true.
19461         Reported by Reiner Steib.
19462
19463 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19464
19465         * gnus-picon.el (gnus-picon-style): New variable.
19466         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19467         (gnus-picon-transform-address): Support `gnus-picon-style'.
19468         From Jesper Harder <harder@ifa.au.dk>.
19469
19470 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19471
19472         * message.el (message-fill-field): Return point.
19473         (message-generate-headers): Go to end of field.
19474
19475         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19476         stuff for non-living groups.
19477
19478 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19479
19480         * gnus-art.el (gnus-article-followup-with-original)
19481         (gnus-article-reply-with-original): gnus-mark-active-p ->
19482         gnus-region-active-p.
19483
19484 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19485
19486         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19487         only when there is spam or ham to be processed.
19488
19489 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19490
19491         * mail-source.el (mail-source-delete-crash-box): Refactor.
19492         (mail-source-fetch): Use it.
19493         (mail-source-fetch-file): Ditto.
19494         (mail-source-fetch-directory): Run postscript in loop.
19495         (mail-source-fetch-pop): Delete.
19496         (mail-source-fetch-maildir): Ditto.
19497         (mail-source-fetch-imap): Ditto.
19498
19499         * imap.el (imap-authenticators): Comment out sasl.
19500
19501         * message.el (message-skip-to-next-address): New function.
19502         (message-fill-header-address): Refactor.
19503         (message-fill-address): Use it.
19504         (message-delete-address): Use it.
19505         (message-fill-header-general): Refactor.
19506         (message-fill-field-address): Rename.
19507         (message-narrow-to-field): Find the start of the header.
19508         (message-header-format-alist): Don't pre-fill.
19509         (message-fill-header): Remove.
19510         (message-insert-header): New function.
19511         (message-shorten-references): Use it.
19512
19513         * rfc2047.el (rfc2047-field-value): Strip props.
19514
19515         * mail-parse.el (mail-header-make-address): New alias.
19516
19517         * ietf-drums.el (ietf-drums-make-address): New function.
19518
19519         * imap.el: Add compiler directives.
19520
19521         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19522
19523         * gnus-art.el (article-decode-idna-rhs): Don't use
19524         message-idna-inside-rhs-p.
19525
19526 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19527
19528         * message.el (message-idna-inside-rhs-p): Remove.
19529         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19530
19531         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19532         false positives.
19533
19534 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19535
19536         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19537
19538 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19539
19540         * nneething.el (nneething-file-name): Don't create spurious
19541         files.
19542
19543         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19544         (gnus-inews-do-gcc): Remove sleep.
19545
19546         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19547         part under point.
19548
19549         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19550         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19551
19552 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19553
19554         * spam.el (spam-summary-prepare-exit): Fix (length).
19555
19556 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19557
19558         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19559         as expired without moving it" message when there are spam
19560         messages left.
19561
19562 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19563
19564         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19565         header is not nil.
19566
19567 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19568
19569         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19570         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19571         (nntp-marks-changed-p): New arg SERVER.
19572         (nntp-request-update-info): Adjust caller.
19573
19574 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19575
19576         * nntp.el (nntp-save-marks): Pass missing arg.
19577
19578 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19579
19580         * nntp.el: Support marks.
19581         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19582         (nntp-marks-modtime, nntp-marks-directory): New variables.
19583         (nntp-request-set-mark, nntp-request-update-info)
19584         (nntp-possibly-create-directory, nntp-marks-changed-p)
19585         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19586         New functions.
19587
19588 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19589
19590         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19591         (gnus-xmas-redefine): Rename.
19592
19593         * gnus-score.el (gnus-score-insert-help):
19594         Use gnus-select-lowest-window.
19595
19596         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19597         appt-select-lowest-window and rename to gnus-select-lowest-window.
19598
19599         * gnus.el: do.
19600
19601 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19602
19603         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19604         encodings of MIME-encoded words, in order to improve
19605         interoperability with several broken MUAs.
19606
19607 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19608
19609         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19610         tags, only when charsets are not specified in headers.
19611         (mm-inline-text-html-render-with-w3m): Ditto.
19612
19613         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19614         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19615
19616 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19617
19618         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19619         instead of MIME-decoded from fields when checking
19620         `gnus-article-address-banner-alist'.
19621
19622 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19623
19624         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19625         description rather than subject.
19626
19627 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19628
19629         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19630
19631 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19632
19633         * gnus.el (gnus-version-number): Bump.
19634
19635 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19636
19637         * gnus.el: No Gnus v0.2 is released.
19638
19639 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19640
19641         * gnus-agent.el (gnus-agent-read-agentview):
19642         Inline gnus-uncompress-range.
19643
19644 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19645
19646         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19647         `exec-installed-p'.
19648
19649 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19650
19651         * gnus.el (spam-process, spam-autodetect-methods):
19652         Add bsfilter and bsfilter-headers.
19653
19654         * spam.el (spam-bsfilter): New customize group.
19655         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19656         (spam-bsfilter-header, spam-bsfilter-probability-header)
19657         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19658         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19659         (spam-bsfilter-database-directory): New options.
19660         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19661         (spam-list-of-statistical-checks, spam-registration-functions):
19662         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19663         (spam-bsfilter-score): New command.
19664         (spam-check-bsfilter-headers, spam-check-bsfilter)
19665         (spam-bsfilter-register-with-bsfilter)
19666         (spam-bsfilter-register-spam-routine)
19667         (spam-bsfilter-unregister-spam-routine)
19668         (spam-bsfilter-register-ham-routine)
19669         (spam-bsfilter-unregister-ham-routine): New functions.
19670         (spam-generic-score): Support bsfilter; Accept an optional argument
19671         to recalcurate spam score even if scoring header has already been
19672         added.
19673         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19674         optional argument to recalcurate spam score even if scoring header
19675         has already been added.
19676
19677 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19678
19679         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19680         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19681         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19682         link is missing.
19683
19684 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19685
19686         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19687         (html2text-get-attr): Rewrite.
19688
19689         * message.el (message-setup-1): Remove redundant put-text-property
19690         on mail-header-separator.
19691
19692 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19693
19694         * gnus-registry.el (gnus-registry-cache-whitespace)
19695         (gnus-registry-action, gnus-registry-spool-action)
19696         (gnus-registry-split-fancy-with-parent): Change message levels
19697         from 5 to 3 or 7, as needed.
19698
19699         * spam.el (spam-summary-prepare-exit)
19700         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19701         (spam-split, spam-find-spam, spam-log-undo-registration)
19702         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19703         level from 5 to 6.
19704
19705 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19708         2004-03-04 change).
19709
19710 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * sieve-manage.el (sieve-manage-open):
19713         * nnweb.el (nnweb-insert-html):
19714         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19715         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19716         * nnspool.el (nnspool-request-group):
19717         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19718         * nnml.el (nnml-request-update-info):
19719         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19720         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19721         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19722         (nnimap-request-set-mark):
19723         * nnfolder.el (nnfolder-request-update-info):
19724         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19725         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19726         * gnus-uu.el (gnus-uu-find-articles-matching):
19727         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19728         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19729         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19730         * gnus-nocem.el (gnus-nocem-scan-groups):
19731         * gnus-int.el (gnus-start-news-server):
19732         * gnus-group.el (gnus-group-make-kiboze-group)
19733         (gnus-group-browse-foreign-server):
19734         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19735         Use mapc when appropriate.
19736
19737 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19738
19739         FIXME: Make separate entries for each person.
19740
19741         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19742         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19743         <shields@msrl.com>:
19744
19745         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19746         may need for spam sorting and scoring.
19747         (spam-user-format-function-S): Add user format function suitable for
19748         general use.
19749         (spam-article-sort-by-spam-status): Add sorting function for summary
19750         sorting.
19751         (spam-extra-header-to-number): Add function to get a score from a
19752         header.
19753         (spam-summary-score): Add function to get a numeric score from the
19754         headers.
19755         (spam-generic-score): Fix function doc, was in wrong place.
19756         (spam-initialize): Take symbols when it's run, and install the
19757         extra headers that spam-necessary-extra-headers thinks we need.
19758
19759 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19760
19761         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19762         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19763
19764 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19765
19766         * gnus-sum.el (gnus-set-global-variables)
19767         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19768         (gnus-article-get-xrefs, gnus-summary-best-group)
19769         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19770         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19771         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19772         Use with-current-buffer.
19773
19774 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19775
19776         * spam.el (spam-summary-prepare-exit): Simplify logic.
19777         (spam-fetch-article-header): Read the article header if it's not
19778         available.
19779         (spam-list-articles): Simplify logic.
19780         (spam-filelist-register-routine): Fix bug with unregister-list.
19781
19782         * gnus-registry.el: Fix comments at beginning.
19783
19784 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19785
19786         * message.el (message-cater-to-broken-inn): Remove.
19787         (message-shorten-references): Make sure the total folded length of
19788         References is shorter than 998 characters to cater to a bug in INN
19789         2.3.  Also, don't pretend that references aren't folded -- this
19790         hasn't worked for a while.
19791
19792 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19793
19794         * gnus-agent.el (gnus-agentize):
19795         gnus-agent-send-mail-real-function no longer set to current value
19796         of message-send-mail-function but rather a lambda that calls
19797         message-send-mail-function.  The change makes the agent real-time
19798         responsive to user changes to message-send-mail-function.
19799
19800 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19801
19802         * legacy-gnus-agent.el
19803         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19804         help from Florian Weimer <fw@deneb.enyo.de>
19805
19806 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * nnmail.el (nnmail-cache-insert): Revert last change.
19809
19810 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19811
19812         * nnmail.el (nnmail-cache-insert): Always check whether
19813         nnmail-cache-ignore-groups matches a group name.
19814
19815 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19816
19817         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19818         (spam-find-spam, spam-log-processing-to-registry)
19819         (spam-log-registered-p, spam-log-unregistration-needed-p)
19820         (spam-log-undo-registration): Use gnus-message instead of
19821         gnus-error, none of these errors are fatal.
19822
19823         * gnus-registry.el (gnus-registry-clean-empty-function)
19824         (gnus-registry-clean-empty): Remove only empty entries without
19825         extra data.
19826
19827 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19828
19829         * spam-stat.el (spam-stat-buffer-change-to-spam)
19830         (spam-stat-buffer-change-to-non-spam): Change (error) to
19831         (gnus-message 8) invocation.
19832
19833 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * nntp.el (nntp-via-netcat-command): New variable.
19836         (nntp-via-netcat-switches): New variable.
19837         (nntp-open-via-rlogin-and-netcat): New function.
19838         (nntp-open-connection-function): Doc fix.
19839         (nntp-telnet-command): Doc fix.
19840         (nntp-end-of-line): Doc fix.
19841         (nntp-via-rlogin-command): Doc fix.
19842         (nntp-via-user-name): Doc fix.
19843         (nntp-via-address): Doc fix.
19844
19845 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19846
19847         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19848         error in Emacs 21.1.
19849
19850 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19851
19852         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19853
19854 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19855
19856         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19857         (gnus-agent-with-refreshed-group): New macro.
19858         (gnus-agent-rename-group): New function.
19859         (gnus-agent-delete-group): New function.
19860         (gnus-agent-save-group-info): Use gnus-command-method when
19861         `method' parameter is nil.  Don't write nil entries into the
19862         active file.
19863         (gnus-agent-get-group-info): New function.
19864         (gnus-agent-fetch-articles):
19865         Use gnus-agent-update-files-total-fetched-for to increment disk space
19866         used.
19867         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19868         Use gnus-agent-update-view-total-fetched-for to increment disk space
19869         used.
19870         (gnus-agent-get-local): Add optional parameters to avoid calling
19871         gnus-group-real-name and gnus-find-method-for-group.
19872         (gnus-agent-set-local): Delete stored entry if either min, or max,
19873         are nil.
19874         (gnus-agent-fetch-session): Reworded error/quit messages.
19875         On quit, use gnus-agent-regenerate-group to record existance of any
19876         articles fetched to disk before the quit occurred.
19877         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19878         gnus-agent-update-view-total-fetched-for, and
19879         gnus-agent-update-files-total-fetched-for to decrement disk space
19880         used.
19881         (gnus-agent-retrieve-headers):
19882         Use gnus-agent-update-view-total-fetched-for to increment disk space
19883         used.
19884         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19885         with gnus-agent-update-files-total-fetched-for to decrement disk
19886         space and fresh group buffer.
19887         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19888         (gnus-agent-need-update-total-fetched-for): New variable.
19889         (gnus-agent-update-files-total-fetched-for): New function.
19890         (gnus-agent-update-view-total-fetched-for): New function.
19891         (gnus-agent-total-fetched-for): New function.
19892
19893         * gnus-cache.el (gnus-cache-save-buffers):
19894         Use gnus-cache-update-overview-total-fetched-for to change disk space
19895         used by this group.
19896         (gnus-cache-possibly-enter-article):
19897         Use gnus-cache-update-file-total-fetched-for to increment disk space
19898         used by this group.
19899         (gnus-cache-possibly-remove-article):
19900         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19901         used by this group.
19902         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19903         (gnus-cache-rename-group): New function.
19904         (gnus-cache-delete-group): New function.
19905         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19906         (gnus-cache-need-update-total-fetched-for): New variable.
19907         (gnus-cache-with-refreshed-group): New macro.
19908         (gnus-cache-update-file-total-fetched-for): New function.
19909         (gnus-cache-update-overview-total-fetched-for): New function.
19910         (gnus-cache-rename-group-total-fetched-for): New function.
19911         (gnus-cache-delete-group-total-fetched-for): New function.
19912         (gnus-cache-total-fetched-for): New function.
19913
19914         * gnus-group.el: Require gnus-sum and autoload functions to
19915         resolve warnings when gnus-group.el compiled alone.
19916         (gnus-group-line-format): Documented new %F.
19917         (size of Fetched data) group line format; identifies disk space
19918         used by agent and cache.
19919         (gnus-group-line-format-alist): Defined new F format.
19920         (gnus-total-fetched-for): New function.
19921         (gnus-group-delete-group): No longer update
19922         gnus-cache-active-altered as gnus-request-delete-group now keeps
19923         the cache in sync.
19924         (gnus-group-list-active): Let the agent store a server's active
19925         list if currently plugged.
19926
19927         * gnus-int.el (gnus-request-delete-group):
19928         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19929         local disk in sync with the server.
19930         (gnus-request-rename-group):
19931         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19932         local disk in sync with the server.
19933
19934         * gnus-start.el (gnus-get-unread-articles):
19935         Cosmetic simplification to logic.
19936
19937         * gnus-util.el (gnus-rename-file): New function.
19938
19939 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19940
19941         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19942
19943 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19944
19945         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19946         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19947
19948 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19951         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19952
19953 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19954
19955         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19956
19957 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19958
19959         * spam.el (spam-set-difference): Add function to replace
19960         gnus-set-difference in spam.el.
19961         (spam-summary-prepare-exit): Use spam-set-difference.
19962
19963 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19964
19965         * gnus-registry.el (gnus-registry-cache-file): Update to use
19966         gnus-dribble-directory OR gnus-home-directory OR ~.
19967         (gnus-registry-split-fancy-with-parent): Fix doc.
19968
19969 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19970
19971         * message.el (message-exchange-point-and-mark):
19972         Use message-mark-active-p.  Suggested by Jesper Harder
19973         <harder@ifa.au.dk>.
19974
19975 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * message.el (message-exchange-point-and-mark): Don't activate
19978         region if it was inactive.  Suggested by Hiroshi Fujishima
19979         <pooh@nature.tsukuba.ac.jp>.
19980
19981 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19982
19983         * gnus-art.el (article-display-face): Display Faces in the same
19984         order as X-Faces.
19985
19986 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19989
19990 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19993         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19994         (gnus-article-mime-hierarchy): Remove.
19995         (gnus-article-mime-hierarchy-next): Remove.
19996         (gnus-article-mode): Revert 2004-03-19 change.
19997         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19998         (gnus-insert-mime-button): Revert 2004-03-19 change.
19999         (gnus-mime-accumulate-hierarchy): Remove.
20000         (gnus-mime-enter-multipart): Remove.
20001         (gnus-mime-leave-multipart): Remove.
20002         (gnus-mime-display-part): Revert 2004-03-19 change.
20003         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20004
20005         * mml.el (mml-preview): Revert 2004-03-19 change.
20006
20007 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20008
20009         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20010
20011 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20014         t while entering a file name using the mm-with-multibyte macro.
20015         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20016
20017         * mm-util.el (mm-with-multibyte): New macro.
20018
20019 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20022         New user option.
20023         (gnus-mime-multipart-functions): Doc and customization fix.
20024         (gnus-article-mime-hierarchy): New variable.
20025         (gnus-article-mime-hierarchy-next): New variable.
20026         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20027         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20028         gnus-article-mime-hierarchy-next to nil.
20029         (gnus-insert-mime-button): Show hierarchy numbers.
20030         (gnus-mime-accumulate-hierarchy): New function.
20031         (gnus-mime-enter-multipart): New function.
20032         (gnus-mime-leave-multipart): New function.
20033         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20034         (gnus-mime-display-alternative): Show hierarchy numbers.
20035
20036         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20037         gnus-article-mime-hierarchy-next to nil.
20038
20039 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20040
20041         * dns.el: Don't require gnus-xmas.
20042
20043 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20044
20045         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20046         inline PGP.
20047         (mml-menu): Disable mml-quote-region if mark is inactive.
20048
20049 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20050
20051         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20052         when the group's active is not available.
20053
20054 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20057         error.
20058
20059 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20060
20061         * imap.el (imap-store-password): New variable.
20062         (imap-interactive-login): Use it.
20063         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20064
20065 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20068         window-start and hscroll to summary window.
20069
20070 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20071
20072         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20073         conversion message to newsrc-dribble when an actual conversion is
20074         performed.
20075
20076 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20077
20078         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20079
20080 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * mm-decode.el (mm-complicated-handles): New function reviving
20083         former definition of mm-multiple-handles.
20084
20085         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20086         (gnus-mime-delete-part): Use it.
20087
20088 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20089
20090         * gnus-agent.el (gnus-agent-read-local):
20091         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20092         avoid the implicit assumption that they will always be equal.
20093         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20094         coding-system-for-write, as the with-temp-file macro first prints
20095         to a buffer then saves the buffer.
20096
20097 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * gnus-art.el (gnus-article-edit-part): New function.
20100         (gnus-mime-save-part-and-strip): Use it; do query instead of
20101         signaling an error; don't use mm-multiple-handles.
20102         (gnus-mime-delete-part): Ditto.
20103
20104 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20105
20106         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20107         old file versions.
20108         (gnus-group-prepare-hook): Remove function that converted list
20109         form of gnus-agent-expire-days to group properties.
20110
20111         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20112         (gnus-request-accept-article): Re-indented.
20113
20114         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20115         converters to handle old agent file formats.  Add logic for a
20116         "backup before upgrading warning".
20117         (gnus-convert-mark-converter-prompt): Developers can mark
20118         functions as needing (default), or not needing,
20119         gnus-convert-old-newsrc's "backup before upgrading warning".
20120         (gnus-convert-converter-needs-prompt): Tests whether the user
20121         should be protected from potentially irreversable changes by the
20122         function.
20123
20124         * legacy-gnus-agent.el: New.  Provides converters that are only
20125         loaded when gnus-convert-old-newsrc needs to call them.
20126
20127 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * mail-source.el (mail-source-touch-pop): Doc fix.
20130
20131         * message.el (message-smtpmail-send-it): Doc fix.
20132
20133 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20134
20135         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20136
20137         * nnmail.el (nnmail-split-fancy): do.
20138
20139         * gnus-kill.el (gnus-kill, gnus-execute): do.
20140
20141 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20142
20143         * gnus-sum.el (gnus-widget-reversible-match)
20144         (gnus-widget-reversible-to-internal)
20145         (gnus-widget-reversible-to-external): New functions.
20146         (gnus-widget-reversible): New widget.
20147         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20148
20149 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20150
20151         * gnus-sum.el (gnus-thread-sort-functions)
20152         (gnus-article-sort-functions): Document `(not F)' items.
20153
20154 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20155
20156         * spam.el (spam-use-gmane-xref): Add new backend.
20157         (spam-gmane-xref-spam-group): Add variable to control the name of the
20158         Gmane spam group.
20159         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20160         (spam-regex-headers-spam, spam-regex-headers-ham)
20161         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20162         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20163         backends and checks.
20164         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20165
20166         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20167         an autodetect method.
20168
20169 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20170
20171         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20172         articles are being added to a group.
20173         (gnus-request-replace-article): Inform the agent that articles
20174         need to be uncached as the cached contents are no longer valid.
20175
20176 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * binhex.el: Don't autoload executable-find.
20179
20180         * canlock.el: Don't autoload mail-fetch-field.
20181
20182         * dgnushack.el: Autoload c-mode for XEmacs.
20183
20184         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20185
20186         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20187         rmail-dont-reply-to and rmail-output.
20188
20189         * gnus-score.el: Don't autoload ffap-string-at-point.
20190
20191         * gnus-setup.el: Don't autoload sc-cite-original.
20192
20193         * imap.el: Don't autoload base64-decode-string,
20194         base64-encode-string and md5.
20195
20196         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20197         and rmail-msg-restore-non-pruned-header.
20198
20199         * mm-decode.el: Don't autoload executable-find.
20200
20201         * mm-url.el: Don't autoload executable-find.
20202
20203         * mm-view.el: Don't autoload diff-mode.
20204
20205         * nndb.el: Don't autoload news-reply-mode, news-setup,
20206         cancel-timer and telnet.
20207
20208         * password.el: Don't autoload run-at-time for Emacs.
20209
20210         * sha1-el.el: Don't autoload executable-find.
20211
20212         * sieve-mode.el: Don't autoload c-mode.
20213
20214         * uudecode.el: Don't autoload executable-find.
20215
20216 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20217
20218         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20219         (gnus-agent-possibly-alter-active): Avoid null in numeric
20220         comparison.
20221         (gnus-agent-set-local): Refuse to save null in local object table.
20222         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20223         list of articles that will be marked as unread.
20224
20225 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20226
20227         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20228
20229 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20230
20231         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20232         language tags.
20233
20234 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20235
20236         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20237         Don't bind "obarray".
20238
20239         * gnus-sum.el (gnus-thread-sort-functions):
20240         Add `gnus-thread-sort-by-most-recent-number' and
20241         `gnus-thread-sort-by-most-recent-date'.
20242         Reported by Kai Grossjohann <kai@emptydomain.de>.
20243
20244 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20245
20246         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20247
20248 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20249
20250         * gnus-cus.el (gnus-agent-customize-category):
20251         Remove ignore-errors macro reference that required cl to be loaded at
20252         run-time.
20253
20254         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20255         single-interval range of the form (min . max).  Previously the
20256         range had to look like ((min . max)).  Likewise, return
20257         (min . max) rather than ((min . max)).
20258         (gnus-range-map): Use gnus-range-normalize to accept
20259         single-interval range.
20260
20261         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20262         the cache, but not the agent, now appear with their usual face.
20263
20264         * dgnushack.el (loaddir): New variable that is bound to the
20265         directory containing the dgnushack.el file. Use loaddir, rather
20266         than srcdir, to update load-path. Change lets dgnushack compile
20267         code in directories other than GNUS/lisp.
20268
20269 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * lpath.el: Don't bind w3m-safe-url-regexp.
20272
20273         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20274         w3m-safe-url-regexp variable buffer-local.
20275
20276         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20277
20278 2004-02-27  Simon Josefsson  <jas@extundo.com>
20279
20280         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20281         gnus-group-real-prefix.
20282         (gnus-summary-move-article): Use it, instead of
20283         gnus-group-real-prefix.
20284
20285 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20286
20287         * lpath.el: Bind w3m-safe-url-regexp.
20288
20289         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20290         w3m-safe-url-regexp variable buffer-local and set it as the value
20291         of mm-w3m-safe-url-regexp.
20292
20293         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20294
20295         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20296         parsing gnus-posting-styles when the message is not for replying.
20297
20298         * dgnushack.el: Autoload sgml-mode for XEmacs.
20299
20300         * nnrss.el (nnrss-opml-export):
20301         Use mm-set-buffer-file-coding-system instead of
20302         set-buffer-file-coding-system.
20303
20304 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20305
20306         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20307         of checkdoc.el).
20308         * nnrss.el: do.
20309         * gnus-mlspl.el: do.
20310         * gnus-ml.el: do.
20311         * gnus-srvr.el: do.
20312
20313         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20314
20315 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20316
20317         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20318         Corrections to custom-manual links.
20319
20320         * gnus-art.el (gnus-article): Ditto.
20321
20322         * mm-decode.el (mime-display, mime-security): Ditto.
20323
20324 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20325
20326         * flow-fill.el: Typo.
20327
20328 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20329
20330         * spam-wash.el: New file.
20331
20332 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20333
20334         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20335
20336 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20337
20338         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20339         to be run with new-articles as LIST1, not LIST2.
20340         (spam-registration-functions): Add spam-use-ham-copy as a nil
20341         registration backend.
20342
20343 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20344
20345         * spam-stat.el (spam-stat-washing-hook): New option.
20346         (spam-stat-buffer-words): Use it.
20347         (spam-stat-process-directory, spam-stat-test-directory):
20348         Use insert-file-contents-literally.
20349         (spam-stat-coding-system): New variable.
20350         (spam-stat-load, spam-stat-save): Use it.
20351
20352 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * spam-report.el (spam-report-plug-agent):
20355         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20356
20357 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20358
20359         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20360         Allow / in mailto URLs.
20361
20362 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20363
20364         * spam-report.el (spam-report-process-queue): Fix interactive use.
20365         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20366         (spam-report-unplug-agent): Doc fixes.
20367         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20368         (spam-report-agentize, spam-report-deagentize): Autoload.
20369
20370 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20373
20374         * message.el (message-setup-fill-variables): Add mml tags to
20375         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20376         <ajk@iu.edu>.
20377         (message-mode): Don't modify paragraph-separate there.
20378
20379 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20380
20381         * compface.el (uncompface-use-external): Default to undecided.
20382         (uncompface-use-external-threshold): New variable.
20383         (uncompface-float-time): New macro.
20384         (uncompface): Determine whether to use the external decoder if
20385         uncompface-use-external is undecided.
20386
20387 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20388
20389         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20390         after images.
20391
20392         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20393
20394 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20395
20396         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20397
20398         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20399
20400         * gnus-sum.el (gnus-summary-limit-to-age)
20401         (gnus-summary-limit-children): do.
20402
20403         * gnus-int.el (gnus-request-scan): do.
20404
20405         * gnus-group.el (gnus-group-suspend): do.
20406
20407         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20408
20409         * gnus-cite.el (gnus-cite-parse-attributions): do.
20410
20411         * gnus-agent.el (gnus-summary-set-agent-mark)
20412         (gnus-agent-regenerate-group): do.
20413
20414         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20415
20416         * binhex.el (binhex-decode-region-internal): do.
20417
20418 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * gnus-fun.el (gnus-face-properties-alist): New user option.
20421         (gnus-display-x-face-in-from): Use it.
20422
20423         * gnus-art.el (article-display-face): Ditto.
20424
20425         * compface.el (uncompface-use-external): Default to nil.
20426
20427 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20428
20429         * nntp.el (nntp-erase-buffer): New function.
20430         (nntp-retrieve-data, nntp-send-command)
20431         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20432         (nntp-possibly-change-group): Use it.
20433
20434         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20435         Use with-current-buffer.
20436
20437 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20438
20439         * compface.el: Merge the ELisp-based uncompface program.
20440         (compface): New customization group.
20441         (uncompface-use-external): New user option.
20442         (uncompface): Call uncompface-internal if uncompface-use-external
20443         is nil.
20444         (uncompface-internal): New function.  Note that there are also
20445         some other functions and variables added for this function.
20446
20447 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20448
20449         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20450         if necessary.
20451
20452 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20453
20454         * spam-report.el (spam-report-unplug-agent)
20455         (spam-report-plug-agent, spam-report-deagentize)
20456         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20457         Add support for the Agent in spam-report: when unplugged, report to a
20458         file; when plugged, submit all the requests.
20459
20460         * spam.el (spam-register-routine): Fix message about
20461         registration.
20462
20463 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20464
20465         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20466         dependencies.
20467         (rfc2047-encode): Use it.
20468
20469         * gnus-art.el (gnus-button-marker-list): Move before first
20470         reference.
20471
20472         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20473         (imap-parse-body): Fix format string mismatch.
20474
20475         * gnus-score.el (gnus-summary-increase-score): do.
20476
20477         * nnrss.el (nnrss-close): New function.
20478
20479 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20480
20481         * nnrss.el (nnrss-make-filename): New function.
20482         (nnrss-request-delete-group, nnrss-read-server-data)
20483         (nnrss-save-server-data, nnrss-read-group-data)
20484         (nnrss-save-group-data): Use it.
20485         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20486         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20487         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20488
20489 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20490
20491         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20492
20493 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20494
20495         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20496         files.
20497
20498         * message.el (message-generate-headers-first): Don't quote nil
20499         and t in docstrings.
20500
20501         * imap.el (imap-id): do.
20502
20503         * gnus-agent.el (gnus-agent-consider-all-articles)
20504         (gnus-agent-queue-mail): do.
20505
20506 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * spam-report.el (spam-report-process-queue): New function.
20509         Process requests from `spam-report-requests-file'.
20510         (spam-report-process-queue): Doc fix.
20511
20512 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20513
20514         * spam.el (spam-register-routine)
20515         (spam-log-processing-to-registry, spam-log-registered-p)
20516         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20517         Change "check" to "spam-check" for semi-clarity.
20518
20519 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20520
20521         * pop3.el: Require nnheader.
20522
20523         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20524
20525         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20526
20527         * gnus-picon.el: Require cl.
20528
20529         * gnus-fun.el: Require gnus-ems and gnus-util.
20530
20531         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20532
20533         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20534
20535         * gnus-art.el (gnus-article-edit-mode): Define before first
20536         reference.
20537
20538 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20539
20540         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20541         (gnus-uu-post-encoded): Use point-at-bol.
20542
20543         * gnus-topic.el (gnus-group-active-topic-p): do.
20544
20545         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20546
20547         * gnus-group.el (gnus-group-kill-region): do.
20548
20549         * gnus-art.el (article-date-ut): do.
20550
20551         * message.el (message-fetch-field): Remove redundant
20552         case-fold-search binding.
20553         (message-narrow-to-field): Simplify.
20554
20555 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20556
20557         * spam.el (spam-directory): Derive from `gnus-directory'.
20558
20559         * spam-report.el (spam-report-url-to-file)
20560         (spam-report-requests-file): New function and variable for offline
20561         reporting.
20562         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20563         and user defined function.
20564         (spam-report-url-ping-mm-url): Remove doubled slash.
20565
20566 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20567
20568         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20569
20570 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20571
20572         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20573         Fix format string mismatch.
20574
20575         * sieve.el (sieve-deactivate-all): do.
20576
20577         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20578
20579         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20580
20581         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20582
20583         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20584
20585 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20586
20587         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20588         the list of checks.
20589
20590 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20591
20592         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20593         padding.
20594
20595 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20596
20597         * mm-view.el (mm-fill-flowed): New variable.
20598         (mm-inline-text): Use it.
20599
20600 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20601
20602         * spam.el (spam-spamassassin-register-ham-routine)
20603         (spam-spamassassin-register-spam-routine): Fix function names.
20604
20605 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20606
20607         * gnus.el (gnus-tmp-grouplens): Remove.
20608         (gnus-summary-line-format): Remove grouplens.
20609
20610         * gnus-group.el (gnus-group-line-format): Ditto.
20611
20612         * gnus-spec.el (gnus-format-specs): Ditto.
20613         (gnus-update-format-specifications): Flush the group format spec
20614         cache if there's the grouplens stuff.
20615         (gnus-parse-simple-format): Replace %l with the empty string.
20616
20617 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20618
20619         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20620         omission.
20621
20622 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20623
20624         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20625         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20626
20627 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20628
20629         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20630         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20631         New macros and functions.
20632         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20633         Handle > NLINK_MAX messages.
20634         * nnmaildir.el (nnmaildir-request-set-mark):
20635         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20636
20637 2004-01-25  Alex Schroeder  <alex@gnu.org>
20638
20639         * spam-stat.el (spam-stat-process-directory-age): New option.
20640         (spam-stat-process-directory): Use it.
20641
20642 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20643
20644         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20645         (spam-stat-save): Accept prefix argument.
20646
20647 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20648
20649         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20650         links" error.
20651
20652 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20653
20654         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20655         the rest of the and/or forms.
20656
20657 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20658
20659         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20660         compatibility with old .newsrc.eld files.
20661
20662         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20663
20664         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20665
20666         * gnus-start.el (gnus-1): do.
20667
20668         * gnus-group.el (gnus-group-line-format-alist): do.
20669
20670         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20671
20672         * gnus-gl.el: Remove.
20673
20674 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20675
20676         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20677         marks consisting of a single range {for example, (3 . 5)} rather
20678         than a list of a single range { ((3 . 5)) }.
20679
20680 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20681
20682         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20683         Use with-current-buffer.
20684         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20685         avoid consing a string.
20686
20687         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20688         Remove obsolete entries for big5 and gb2312.
20689
20690 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20691
20692         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20693         uncompressed list.
20694
20695 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20696
20697         * spam-stat.el (spam-stat-strip-xref): New function.
20698         (spam-stat-process-directory): Use it.
20699
20700         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20701         here -- it's done in message-fetch-field.
20702
20703 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20704
20705         * gnus-agent.el (gnus-agent-queue-mail)
20706         (gnus-agent-prompt-send-queue): New variables.
20707         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20708         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20709         "nndraft:queue" along to gnus-draft-send.
20710         Use gnus-agent-prompt-send-queue.
20711         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20712         is "nndraft:queue".  Suggested by Gaute Strokkenes
20713         <gs234@srcf.ucam.org>
20714
20715         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20716         (agent-enable-undownloaded-faces): Add.
20717         (gnus-agent-cat-groups): Use eval-and-compile, not
20718         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20719         method of gnus-agent-cat-groups even when the buffer has been
20720         evaled.
20721         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20722         delete gnus-agent-save-active-1.
20723         (gnus-agent-save-groups): Delete.  Identical to
20724         gnus-agent-save-active.
20725         (gnus-agent-write-active): No longer adjust agent's copy of active
20726         file as agent's adjustments are now stored in their own
20727         file.  Remove optional parameter.
20728         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20729         servers.  Add use of min/max range limits from server's local
20730         file.
20731         (gnus-agent-save-alist): Remove unused optional argument.
20732         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20733         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20734         (gnus-agent-set-local): A per-server file that keeps min/max range
20735         limits for articles known to the agent.  Provides a fast mechanism
20736         for altering many active ranges.
20737         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20738         active file (local makes it unnecessary).
20739         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20740
20741         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20742         (agent-enable-undownloaded-faces): Add.
20743
20744         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20745         disable it when sending to "nndraft:queue".
20746         (gnus-group-send-queue): Add safety check to avoid sending queue
20747         when unplugged.
20748
20749         * gnus-group.el (gnus-group-catchup): Use new
20750         gnus-sequence-of-unread-articles, not
20751         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20752         numbers of articles.  Use gnus-range-map to avoid having to
20753         uncompress the unread list.
20754         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20755         Fix invalid ange-ftp reference.
20756
20757         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20758         (gnus-sorted-range-intersection): Intersection of two ranges
20759         without requiring that they first be uncompressed.
20760
20761         * gnus-start.el (gnus-activate-group): Unless blocked by the
20762         caller, possibly expand the active range to include both cached
20763         and agentized articles.
20764         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20765         multiple version-dependent converters.
20766         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20767         gnus-agent-save-active.
20768         (gnus-save-newsrc-file): Save dirty agent range limits.
20769
20770         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20771         gnus-agent-possibly-alter-active.
20772         (gnus-adjust-marked-articles): Faster handling of simple lists.
20773
20774 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20775
20776         * spam-stat.el (spam-stat-test-directory): New optional argument
20777         displays a list of files detected.  Suggested by Andrew Cohen
20778         <cohen@andy.bu.edu>.
20779         (spam-stat-buffer-words-with-scores): Don't narrow and change
20780         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20781
20782 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20783
20784         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20785         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20786         (spam-spamassassin-arguments)
20787         (spam-spamassassin-spam-flag-header)
20788         (spam-spamassassin-positive-spam-flag-header)
20789         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20790         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20791         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20792         (spam-list-of-processors, spam-list-of-checks)
20793         (spam-list-of-statistical-checks, spam-registration-functions)
20794         (spam-check-spamassassin-headers, spam-check-spamassassin)
20795         (spam-spamassassin-score)
20796         (spam-spamassassin-register-with-sa-learn)
20797         (spam-spamassassin-register-spam-routine)
20798         (spam-spamassassin-register-ham-routine)
20799         (spam-assassin-register-spam-routine)
20800         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20801         (spam-bogofilter-score): Fix to show article before scoring.
20802
20803 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20804
20805         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20806         default scoring function.
20807         (spam-generic-score): Call spam-spamassassin-score if
20808         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20809         spam-bogofilter-score otherwise.
20810
20811         * gnus.el (spam-process, spam-autodetect-methods):
20812         Add spamassassin and spamassassin-headers.
20813
20814 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20815
20816         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20817         Suppress unnecessary messages.
20818
20819 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20820
20821         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20822         make-hash-table.
20823
20824 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20825
20826         * canlock.el (base64-encode-string): Don't autoload it.
20827
20828 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * run-at-time.el: Remove useless (require 'itimer),
20831         eval-and-compile and (featurep 'xemacs).
20832
20833 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20834
20835         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20836         GROUP is a virtual group.
20837
20838 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20839
20840         * gnus.el: Autoload `message-y-or-n-p'.
20841
20842 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20843
20844         * pgg-parse.el: Remove unnecessary (require 'custom).
20845
20846         * pgg-def.el: do.
20847
20848         * nnmail.el: do.
20849
20850         * gnus-undo.el: do.
20851
20852         * gnus-picon.el: do.
20853
20854         * gnus-util.el: do.
20855
20856 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20857
20858         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20859
20860 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20861
20862         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20863         handle, as well as a list.
20864
20865         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20866         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20867         (mm-w3m-cid-retrieve): Simplify.
20868
20869 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20870
20871         * message.el (message-kill-to-signature): Allow prefix arg to
20872         specify number of lines to keep before signature.
20873
20874 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20875
20876         * message.el (message-kill-to-signature): Change docstring.
20877
20878 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * canlock.el: Always require sha1-el.
20881         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20882
20883         * message.el: Autoload sha1 only when compiling.
20884
20885         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20886         eudc-expand-inline for XEmacs.
20887
20888 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20889
20890         * message.el (message-canlock-generate): Require sha1-el.
20891
20892 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20893
20894         * message.el (message-expand-name): Silence the byte compiler.
20895
20896         * lpath.el: Add detect-coding-system.
20897
20898         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20899         cus-edit.
20900
20901 2004-01-13  Simon Josefsson  <jas@extundo.com>
20902
20903         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20904         Invoke gnus-score-mode.
20905         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20906
20907         * gnus-range.el (gnus-compress-sequence): Doc fix.
20908         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20909
20910 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20911
20912         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20913
20914 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20915
20916         * spam.el (spam-get-article-as-string): Update to use
20917         gnus-request-article-this-buffer, much simpler.
20918         (spam-get-article-as-buffer): Remove.
20919
20920 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20921
20922         * message.el (message-expand-name): Use EUDC if the user uses that.
20923
20924 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20925
20926         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20927         character for the encoding to avoid consing a string.
20928
20929         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20930         unnecessarily.
20931
20932         * mm-util.el (mm-replace-chars-in-string): Remove.
20933
20934         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20935         of mm-replace-chars-in-string.
20936
20937 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20938
20939         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20940
20941         * mm-util.el (mm-subst-char-in-string): Support inplace.
20942
20943         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20944         a new string in every iteration.  Use shy groups.
20945
20946 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20947
20948         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20949         * gnus-soup.el (gnus-soup-group-brew):
20950         * gnus-msg.el (gnus-put-message):
20951         * gnus-move.el (gnus-group-move-group-to-server):
20952         * gnus-kill.el (gnus-batch-score):
20953         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20954         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20955         (gnus-group-update-group, gnus-group-read-group)
20956         (gnus-group-make-group, gnus-group-make-help-group)
20957         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20958         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20959         (gnus-group-sort-by-unread, gnus-group-catchup)
20960         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20961         (gnus-group-yank-group, gnus-group-set-info)
20962         (gnus-group-list-groups):
20963         * gnus.el (gnus-generate-new-group-name):
20964         * gnus-delay.el (gnus-delay-send-queue):
20965         * nnvirtual.el (nnvirtual-catchup-group):
20966         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20967         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20968         (gnus-group-prepare-topics, gnus-topic-check-topology):
20969         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20970         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20971         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20972         (gnus-group-make-articles-read):
20973         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20974         (gnus-group-change-level, gnus-kill-newsgroup)
20975         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20976         (gnus-get-unread-articles, gnus-make-articles-unread)
20977         (gnus-make-ascending-articles-unread): Use accessor
20978         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20979         to get group information for improved readability.
20980
20981
20982 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20983
20984         * gnus-art.el (article-decode-mime-words, article-babel)
20985         (gnus-article-highlight-signature, gnus-article-add-buttons)
20986         (gnus-signature-toggle): Use gnus-with-article-buffer.
20987
20988         * gnus-art.el (gnus-article-highlight-headers)
20989         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20990
20991         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20992         (gnus-article-set-globals, gnus-request-article-this-buffer)
20993         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20994         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20995         (gnus-mime-display-alternative): Use with-current-buffer.
20996
20997 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20998
20999         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21000         also under 80 char limit, and call gnus-error if needed.
21001         (spam-fetch-article-header): Fix - it was a
21002         buffer-local variable (gnus-newsgroup-data).
21003         (spam-find-spam): Use spam-generate-fake-headers, forget about
21004         spam-insert-fake-headers.
21005         (spam-insert-fake-headers): Remove.
21006
21007 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21008
21009         * deuglify.el (gnus-article-outlook-unwrap-lines)
21010         (gnus-outlook-rearrange-article)
21011         (gnus-outlook-repair-attribution-outlook)
21012         (gnus-outlook-repair-attribution-block)
21013         (gnus-outlook-repair-attribution-other): Remove redundant
21014         save-excursion.
21015
21016 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21017
21018         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21019         (spam-fetch-field-subject-fast)
21020         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21021         (spam-fetch-article-header): Add functions to deal with Gnus
21022         internals for fast retrieval of article header data.
21023         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21024
21025 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21026
21027         * pop3.el (pop3-md5): Remove.
21028         (pop3-apop): Replace pop3-md5 with md5.
21029
21030         * mm-bodies.el: base64 is always built-in.
21031
21032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21033         Use with-current-buffer.
21034
21035 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21036
21037         * canlock.el (canlock-insert-header): Remove excessive grouping in
21038         regexp.
21039
21040         * gnus-sum.el (gnus-summary-read-document): Ditto.
21041
21042         * gnus-uu.el (gnus-uu-part-number): Ditto.
21043
21044         * html2text.el (html2text-remove-tags): Ditto.
21045         (html2text-format-tags): Ditto.
21046         (html2text-format-single-elements): Ditto.
21047
21048         * mml.el (mml-parse-1): Ditto.
21049
21050 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21051
21052         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21053
21054         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21055
21056         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21057
21058         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21059
21060 2003-11-15  Simon Josefsson  <jas@extundo.com>
21061
21062         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21063         (pgg-gpg-lookup-key): Use regexp match instead of
21064         split-string (split-string is different between emacs 21.2 and
21065         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21066
21067 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21068
21069         * gnus-art.el (gnus-mime-view-all-parts)
21070         (gnus-article-part-wrapper, gnus-article-view-part):
21071         Use with-current-buffer.
21072
21073 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21074
21075         * spam.el (spam-disable-spam-split-during-ham-respool)
21076         (spam-spamoracle-database, spam-cache-lookups)
21077         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21078         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21079         (spam-group-ham-marks, spam-group-spam-marks)
21080         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21081         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21082         also add spam-use-blackholes to the statistical checks.
21083         (spam-fetch-field-fast): Add interface to fetching fields, may
21084         become a macro.
21085         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21086         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21087         (spam-insert-fake-headers): Fake an article when needed.
21088         (spam-find-spam): Fake article when possible.
21089         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21090         (spam-check-bogofilter-headers): Use message-fetch-field instead
21091         of nnmail-fetch-field.
21092
21093 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21094
21095         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21096
21097 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21098
21099         * spam.el (spam-split): Do not require spam-use-CHECK to be
21100         enabled if that check is passed to spam-split explicitly; also
21101         fix so 'spam doesn't get converted to spam-split-group when
21102         spam-split-symbolic-return is t.
21103         (spam-find-spam): Find registrations of the article and use those
21104         instead of re-running spam-split to find the spam/ham
21105         classification of the article.
21106         (spam-log-processing-to-registry, spam-log-registered-p)
21107         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21108         Use gnus-error instead of gnus-message.
21109         (spam-log-registration-type): Add function to determine the
21110         classification of a message based on registry entries; will
21111         return nil if both 'spam and 'ham are found.
21112         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21113         a reasonably fast local cache without the loading errors.
21114         (spam-cache-lookups): Set to t by default.
21115         (spam-find-spam): Don't try to guess spam-cache-lookups.
21116         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21117         spam-caches entry.
21118         (spam-filelist-build-cache, spam-filelist-check-cache):
21119         Fix caching of whitelist/blacklist entries.
21120         (spam-check-whitelist, spam-check-blacklist):
21121         Invoke spam-from-listed-p with a type, not a cache variable.
21122         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21123
21124 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21125
21126         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21127
21128         * nnmail.el (nnmail-split-fancy): do.
21129
21130         * mml.el (mml-parse): do.
21131
21132         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21133         (gnus-score-adaptive): do.
21134
21135 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21136
21137         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21138         (gnus-mime-button-map): Don't set keymap parent.
21139         (gnus-button-ctan-directory-regexp): Use shy grouping.
21140         (gnus-prev-page-map): Don't set keymap parent.
21141         (gnus-prev-page-map): Remove duplicated one.
21142         (gnus-next-page-map): Don't set keymap parent.
21143         (gnus-mime-security-button-map): Ditto.
21144
21145         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21146         version number.
21147
21148         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21149
21150 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21151
21152         * canlock.el (canlock-sha1-function): Remove.
21153         (canlock-sha1-function-for-verify): Remove.
21154         (canlock-openssl-program): Remove.
21155         (canlock-openssl-args): Remove.
21156         (canlock-ignore-errors): Remove.
21157         (canlock-sha1-with-openssl): Remove.
21158         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21159         (canlock-verify): Don't use canlock-ignore-errors.
21160
21161         * sha1-el.el (sha1-string-external): Make it can return a string
21162         in binary form.
21163         (sha1-region-external): Ditto.
21164         (sha1-string-internal): Ditto.
21165         (sha1-region-internal): Ditto.
21166         (sha1-region): Ditto.
21167         (sha1-string): Ditto.
21168         (sha1): Ditto.
21169
21170 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21171
21172         * spam.el (spam-report-articles-gmane): New command.
21173
21174 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21177
21178         * run-at-time.el (run-at-time-saved): Remove.
21179         (run-at-time): Doc fix.
21180
21181 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21182
21183         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21184         (gnus-summary-limit-map): Add it.
21185         (gnus-summary-make-menu-bar): do.
21186
21187 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21188
21189         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21190         Make attempt at some caching support (done for BBDB only now).
21191         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21192         addresses to be checked.
21193         (spam-clear-cache-BBDB): Add function, to be invoked by
21194         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21195         (spam-check-BBDB): Check and use the caches, if
21196         spam-cache-lookups is on, remove superfluous (provide).
21197
21198 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21199
21200         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21201
21202 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21203
21204         * run-at-time.el (run-at-time-saved): Move to after the definition
21205         of `run-at-time'.
21206
21207         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21208
21209 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21212         mm-w3m-local-map-property.
21213
21214         * mm-view.el (mm-w3m-mode-map): Remove.
21215         (mm-w3m-local-map-property): Remove.
21216         (mm-inline-text-html-render-with-w3m): Don't use
21217         mm-w3m-local-map-property.
21218
21219 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21220
21221         * run-at-time.el: New file.
21222
21223         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21224         under Emacs.
21225
21226         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21227         of gnus-set-text-properties.
21228
21229         * gnus-uu.el (gnus-uu-save-article): Ditto.
21230
21231         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21232
21233         * gnus-cite.el (gnus-cite-parse): Ditto.
21234
21235         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21236         of gnus-.
21237
21238         * gnus-xmas.el (run-at-time): Require run-at-time.
21239
21240         * gnus.el: Change calls to nnheader-run-at-time and
21241         password-run-at-time throughout to use run-at-time directly.
21242
21243         * password.el: Remove definition of run-at-time.
21244
21245         * nnheaderxm.el: Remove definition of run-at-time.
21246
21247 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21248
21249         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21250         in prompt.
21251
21252 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21253
21254         * messagexmas.el (message-xmas-redefine): Alias
21255         `message-make-caesar-translation-table' to
21256         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21257         version.
21258
21259         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21260         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21261         `gnus-xmas-set-text-properties'.
21262         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21263         `gnus-xmas-completing-read'.
21264         (gnus-xmas-completing-read): Removed.
21265         (gnus-xmas-open-network-stream): Removed.
21266
21267         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21268         XEmacs version.
21269
21270         * dns.el (dns-make-network-process): Use `open-network-stream'
21271         instead of `gnus-xmas-open-network-stream'.
21272
21273         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21274
21275         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21276
21277 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21278
21279         * gnus-art.el (gnus-mime-display-alternative)
21280         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21281         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21282         Don't use gnus-local-map-property.
21283
21284         * gnus-util.el (gnus-local-map-property): Remove.
21285
21286         * mm-view.el (mm-view-pkcs7-decrypt):
21287         Replace gnus-completing-read-maybe-default with completing-read.
21288
21289         * gnus-util.el (gnus-completing-read): do.
21290         (gnus-completing-read-maybe-default): Remove.
21291
21292 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21293
21294         * password.el: Only autoload `run-at-time' if not XEmacs.
21295         Only autoload the itimer functions if XEmacs.
21296
21297 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21298
21299         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21300         XEmacsen.
21301
21302         * dgnushack.el: Autoload executable-find for XEmacs.
21303
21304 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21305
21306         * gnus-art.el (gnus-read-string): Remove.
21307         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21308         read-string.
21309
21310 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21311
21312         * netrc.el: Autoload password-read.
21313         (netrc): Add configuration group.
21314         (netrc-encoding-method, netrc-openssl-path):
21315         Add variables for encoding and decoding of files with symmetric
21316         ciphers.
21317         (netrc-encode): Add assistant function to encode a file with
21318         netrc-encoding-method.
21319         (netrc-parse): Add interactive parameter, added optional
21320         decoding if netrc-encoding-method is non-nil but otherwise
21321         behavior is standard.
21322         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21323         Do s/encode/encrypt/ everywhere.
21324
21325         * spam.el: Remove executable-find autoload.
21326
21327 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21328
21329         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21330
21331         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21332
21333 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21334
21335         * gnus-art.el (gnus-treat-ansi-sequences)
21336         (article-treat-ansi-sequences): New variable and function.
21337         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21338
21339         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21340         Use it.
21341
21342 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21343
21344         * mm-util.el (mm-quote-arg): Remove.
21345
21346         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21347         shell-quote-argument.
21348
21349         * gnus-uu.el (gnus-uu-command): do.
21350
21351         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21352
21353         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21354         with make-char.
21355
21356         * mm-util.el (mm-make-char): Remove.
21357
21358         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21359         add-minor-mode.
21360
21361         * gnus-undo.el (gnus-undo-mode): do.
21362
21363         * gnus-topic.el (gnus-topic-mode): do.
21364
21365         * gnus-sum.el (gnus-dead-summary-mode): do.
21366
21367         * gnus-start.el (gnus-slave-mode): do.
21368
21369         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21370
21371         * gnus-ml.el (gnus-mailing-list-mode): do.
21372
21373         * gnus-gl.el (gnus-grouplens-mode): do.
21374
21375         * gnus-draft.el (gnus-draft-mode): do.
21376
21377         * gnus-dired.el (gnus-dired-mode): do.
21378
21379         * gnus-ems.el (gnus-add-minor-mode): Remove.
21380
21381         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21382         Replace gnus-char-width with char-width.
21383
21384         * gnus-ems.el (gnus-char-width): Remove.
21385
21386         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21387         Replace gnus-char-width with char-width.
21388
21389         * gnus-ems.el (gnus-char-width): Remove.
21390
21391         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21392         definition.
21393         Remove Emacs 20 hash table compatibility code.
21394
21395         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21396         20 compatibility code.
21397
21398         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21399
21400         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21401
21402         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21403         Replace with point-at-{eol,bol}.
21404
21405         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21406
21407         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21408
21409         * flow-fill.el (fill-flowed-point-at-bol)
21410         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21411
21412         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21413         Replace with point-at-{eol,bol} throughout all files.
21414
21415 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21416
21417         * ntlm.el (ntlm-string-as-unibyte): New macro.
21418         (ntlm-build-auth-response): Use it.
21419
21420         Remove Emacs 20 stuff:
21421         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21422         (butlast, mapc, remove): Remove the compiler macros.
21423         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21424         of delq and copy-sequence.
21425         * gnus-art.el (popup-menu): Remove the compiler macro.
21426         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21427         Emacs 20.
21428
21429 2004-01-05  Simon Josefsson  <jas@extundo.com>
21430
21431         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21432         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21433         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21434         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21435         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21436         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21437         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21438         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21439         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21440         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21441         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21442         string-xor into ntlm-string-xor.
21443         Suggested by Jesper Harder <harder@myrealbox.com>.
21444
21445         * ntlm.el: Don't include poem.
21446
21447         * md4.el (print-int32, print-string-hexa): Remove.
21448         Suggested by Jesper Harder <harder@myrealbox.com>.
21449
21450         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21451
21452         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21453         probably breaks emacs with DL patch, but do we care? Is anyone
21454         still using the DL stuff?)
21455
21456         * sieve-manage.el: Use the password package.
21457         (sieve-manage-read-passwd): Remove.
21458         (sieve-manage-interactive-login): Use password.  Re-add
21459         condition-case around loop.
21460
21461         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21462         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21463         Use the password package.
21464
21465 2003-02-19  Simon Josefsson  <jas@extundo.com>
21466
21467         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21468         token.
21469
21470 2002-08-07  Simon Josefsson  <jas@extundo.com>
21471
21472         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21473         (sieve-manage-authenticators):
21474         (sieve-manage-authenticator-alist): Add some SASL mechs.
21475         (sieve-sasl-auth): New function.
21476         (sieve-manage-cram-md5-auth):
21477         (sieve-manage-plain-auth): Rewrite using SASL library.
21478         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21479         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21480         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21481         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21482
21483 2004-01-05  Simon Josefsson  <jas@extundo.com>
21484
21485         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21486         New files.
21487
21488 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21489
21490         * gnus-group.el (gnus-no-groups-message): Update.
21491
21492         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21493
21494 2003-11-09  Simon Josefsson  <jas@extundo.com>
21495
21496         * imap.el: Support for ID IMAP extension (RFC 2971).
21497         (imap-local-variables): Add imap-id.
21498         (imap-id): New variable.
21499         (imap-id): New function.
21500         (imap-parse-response): Parse untagged ID response.
21501         * nnimap.el (nnimap-id): New variable.
21502         (nnimap-open-connection): Use it.
21503
21504 2003-12-28  Simon Josefsson  <jas@extundo.com>
21505
21506         * gnus-score.el (gnus-score-edit-all-score): New.
21507         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21508
21509 2004-01-04  Simon Josefsson  <jas@extundo.com>
21510
21511         * password.el: Add.
21512
21513 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21514
21515         * dns.el (dns-query-types): Fix typo.
21516         (dns-query-types): New function.
21517         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21518         PTR and SOA replies, see RFC 1035.
21519
21520 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21521
21522         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21523
21524         * Move to Changelog.2.
21525
21526 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21527
21528         * gnus.el (gnus-version-number): Bump version.
21529
21530 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21531
21532         * gnus.el: No Gnus v0.1 is released.
21533
21534 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21535
21536         * gnus.el: No Gnus v0.0 is released.
21537
21538 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21539
21540         * gnus.el (gnus-version-number): Bump.
21541         (gnus-version): No.
21542
21543 See ChangeLog.2 for earlier changes.
21544
21545   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21546
21547   This file is part of GNU Emacs.
21548
21549   GNU Emacs is free software: you can redistribute it and/or modify
21550   it under the terms of the GNU General Public License as published by
21551   the Free Software Foundation, either version 3 of the License, or
21552   (at your option) any later version.
21553
21554   GNU Emacs is distributed in the hope that it will be useful,
21555   but WITHOUT ANY WARRANTY; without even the implied warranty of
21556   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21557   GNU General Public License for more details.
21558
21559   You should have received a copy of the GNU General Public License
21560   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21561
21562 ;; Local Variables:
21563 ;; coding: utf-8
21564 ;; fill-column: 79
21565 ;; add-log-time-zone-rule: t
21566 ;; End: