mm-view: font-lock based on filename
[gnus] / lisp / ChangeLog
1 2011-03-21  Julien Danjou  <julien@danjou.info>
2
3         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5         query.
6         (mm-inline-text): Render normal text with fontification whenever
7         possible.
8
9         * gnus-sum.el (gnus-summary-save-parts-1):
10         * gnus-art.el (gnus-article-browse-html-save-cid-content)
11         (gnus-article-browse-html-parts, gnus-mime-delete-part)
12         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
13         Use `mm-handle-filename'.
14
15         * mm-util.el (mm-handle-filename): New function, return the filename of
16         an handle.
17
18 2011-03-18  Julien Danjou  <julien@danjou.info>
19
20         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
21         (gnus-buffer-live-p): Check that buffer is not nil.
22
23 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24
25         * gnus.el: No Gnus v0.15 is released.
26
27 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * time-date.el (format-seconds): Use assoc instead of assoc-string to
30         avoid warning on XEmacs.
31
32         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
33         on XEmacs.
34
35         * gnus-art.el: Require mouse, which the build bot seems to say is
36         needed.
37
38         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
39
40         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
41         XEmacs, since it doesn't have url-retrieve-synchronously.
42
43         * time-date.el (format-seconds): Use assoc instead of assoc-string,
44         since assoc-string doesn't exist in XEmacs.
45
46 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
47
48         * gnus-group.el (gnus-group-list-ticked): New function.
49         (gnus-group-make-menu-bar): Provide a menu entry for it.
50         (gnus-group-list-map): Provide a binding for it.
51
52 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * shr.el (shr-visit-file): New command.
55
56         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
57
58 2011-03-17  Bjørn Mork  <bjorn@mork.no>
59
60         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
61         servers.
62
63 2011-03-16  Julien Danjou  <julien@danjou.info>
64
65         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
66         inline.
67
68         * gnus-art.el (article-hide-list-identifiers): Use
69         gnus-group-get-list-identifiers.
70
71         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
72         (gnus-summary-remove-list-identifiers): Use
73         gnus-group-get-list-identifiers to get regexp.
74         (gnus-select-newsgroup, gnus-summary-insert-subject)
75         (gnus-summary-insert-articles): Call
76         gnus-summary-remove-list-identifiers unconditionally.
77
78 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
81         we're selecting a group with unread articles.
82
83         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
84
85         * gssapi.el: New file separated out from imap.el to provide a general
86         Kerberos 5 connection facility for Emacs.
87
88         * message.el (message-elide-ellipsis): Document the format spec
89         ellipsis.
90
91 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
92
93         * message.el (message-elide-region): Allow the ellipsis to say how many
94         lines were removed.
95
96 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
99         window configurations containing buffers that are now dead.
100
101         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
102         parsing to avoid integer overflows.
103         (nnimap-parse-flags): Simplify the last change.
104         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
105         too large for 32-bit Emacsen.
106
107 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
108
109         * auth-source.el (auth-source-netrc-create):
110         * message.el (message-yank-original): Fix use of `case'.
111
112 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
113
114         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
115         XEmacs, which was one character too wide.
116
117 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
118
119         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
120         default number of articles to display.
121         (gnus-articles-to-read): Use pretty names for prompt.
122
123 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-int.el (gnus-open-server): Ditto.
126
127         * gnus-start.el (gnus-activate-group): Give a backtrace if
128         debug-on-quit is set and the user hits `C-g'.
129         (gnus-read-active-file): Ditto.
130
131         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
132
133 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * message.el (message-yank-original): Use cond instead of CL case.
136
137 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * auth-source.el (auth-source-netrc-create): Use usual format for the
140         default in prompts.
141
142 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * lpath.el: Fbind read-char-choice for XEmacs.
145
146 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
147
148         * auth-source.el (auth-source-netrc-create): Show the default in the
149         prompt when prompting for token creation.
150
151 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * auth-source.el (auth-source-format-prompt): Always convert the value
154         to a string to avoid evaluating non-string arguments.
155         (auth-source-netrc-create): Offer default properly, not as initial
156         content in `read-string'.
157         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
158         of line to determine if we've been run before.  If so, don't run again,
159         but print a trivial message to indicate the cache was hit instead.
160
161 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
164         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
165         The user will have to run `gnus-sync-read' manually and wait for Cloudy
166         Gnus.
167
168 2011-03-11  Julien Danjou  <julien@danjou.info>
169
170         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
171         modified file".
172
173 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
174
175         * auth-source.el (auth-source-read-char-choice): New function to read a
176         character choice using `dropdown-list', `read-char-choice', or
177         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
178         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
179         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
180         (auth-source-netrc-saver): Use it.
181         (auth-source-pick-first-password): New convenience function.
182
183 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
186         parameter in the credentials.
187         (nnimap-open-connection-1): Use it after a successful login.
188         (nnimap-credentials): Add IMAP-specific user and password prompt.
189
190         * auth-source.el (auth-source-search): Add :require parameter, taking a
191         list.  Document it and the :save-function return token.  Pass :require
192         down.  Change the CREATED message from a warning to a debug statement.
193         (auth-source-search-backends): Pass :require down.
194         (auth-source-netrc-search): Pass :require down.
195         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
196         Change save prompt to indicate all modifications saved here are
197         deletions.
198         (auth-source-netrc-create): Take user login name as default in user
199         prompt.  Move all the save functionality to a lexically bound function
200         under the :save-function token in the returned list.  Set up clearer
201         default prompts for user, host, port, and secret.
202         (auth-source-netrc-saver): New function, intended to be wrapped for
203         :save-function.
204
205 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * shr.el (shr-table-horizontal-line): Change the defaults for the table
208         lines to be spaces instead.
209
210 2011-03-07  Julien Danjou  <julien@danjou.info>
211
212         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
213         (sieve-sasl-auth): Check that auth-source-search did return something,
214         or just return an empty string.
215
216 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
217
218         * gnus.el (gnus-interactive): Use read-directory-name.
219
220         * gnus-uu.el (gnus-uu-decode-uu-and-save)
221         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
222         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
223         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
224         Likewise.
225
226         * gnus-group.el (gnus-group-make-directory-group): Likewise.
227
228 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
231         onto the list of killed groups, too.  This makes killed nnimap groups,
232         for instance, more reliably not reappear.
233
234         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
235         the parent.
236
237         * gnus-sum.el (gnus-update-read-articles): Fix typo.
238
239         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
240         really have server-side marks.
241
242         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
243         since most backends do not usefully have server-side marks.
244         (gnus-update-read-articles): Propagate marks to all backends that
245         really have server-side marks.
246
247 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
248
249         * message.el (message-cite-reply-position, message-cite-style):
250         New variables.
251         (message-yank-original): Use the new citation styles.
252
253 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
254
255         * message.el (message-options): Revert 22da67af (workaround for XEmacs
256         buffer-local issue); don't mark it buffer-local when running under
257         XEmacs.
258
259 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
260
261         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
262         numbers too big to be `read'.
263
264 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * password-cache.el (password-in-cache-p): Add autoload.
267
268         * message.el (message-options): Make buffer-local two ways to attempt
269         to fix a XEmacs bug.
270
271 2011-03-02  Julien Danjou  <julien@danjou.info>
272
273         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
274
275 2011-03-01  Julien Danjou  <julien@danjou.info>
276
277         * gnus-art.el (list-identifier): Add list-identifier as a parameter
278         group.
279         (article-hide-list-identifiers): Use list-identifier group parameter.
280
281 2011-02-28  Julien Danjou  <julien@danjou.info>
282
283         * sieve.el (sieve-buffer-script-name): New local variable to store
284         sieve script name.
285         (sieve-edit-script): Store sieve script name.
286         (sieve-upload): Use sieve script name when uploading.
287         (sieve-upload): Use substitute-command-keys.
288         (sieve-edit-script): Use substitute-command-keys.
289         (sieve-refresh-scriptlist): Use substitute-command-keys.
290         (sieve-manage-mode-map): Define keymap properly.
291         (sieve-manage-mode): Do not set mode name manually, change mode-name to
292         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
293         Remove commented code about cvs.
294         (sieve-manage-quit): New function.
295         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
296
297 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * gnus-group.el (gnus-import-other-newsrc-file): New function.
300
301 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
302
303         * auth-source.el (auth-source-search): Cache empty result sets.
304
305         * password-cache.el (password-in-cache-p): Convenience function to
306         check if a key is in the cache, even if the value is nil.
307
308         * auth-source.el (auth-source-save-behavior): New variable to replace
309         `auth-source-never-create'.
310         (auth-source-netrc-create): Use it.
311         (auth-source-never-save): Remove.
312
313 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
314
315         * nnimap.el (nnimap-stream): Doc fix.
316         (nnimap-open-connection-1): Reverse the order of the ports to that the
317         prompted-for port is first.
318
319         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
320         retrieval by the no-group selection.
321
322         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
323         numerical parameters.
324
325 2011-02-25  Julien Danjou  <julien@danjou.info>
326
327         * gnus-gravatar.el: Use gnus-with-article-buffer.
328
329         * gnus-art.el (gnus-with-article-buffer): Check that the
330         gnus-article-buffer is alive.
331
332 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * auth-source.el (auth-source-creation-prompts): New variable to manage
335         creation-time prompts.
336         (auth-source-search): Document it.
337         (auth-source-format-prompt): Add utility function.
338         (auth-source-netrc-create): Don't default the user name to
339         user-login-name.  Use `auth-source-creation-prompts' and some default
340         prompts for user, host, port, and password (the default generic prompt
341         remains ugly).
342         (auth-source-never-save): Add customizable option to never save info.
343         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
344         mode excursion.
345
346 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
349         argument that XEmacs doesn't support.
350
351         * dgnushack.el (dgnushack-compile): Exclude color.el from being
352         compiled for Emacsen having no `libxml-parse-html-region' support.
353
354         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
355
356         * lpath.el: Bind buffer-save-without-query for XEmacs.
357
358 2011-02-23  Julien Danjou  <julien@danjou.info>
359
360         * gnus-art.el (article-make-date-line): Ignore errors if time is
361         invalid and not convertible.
362         (article-make-date-line): Only add lapsed time if time is not nil.
363
364 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
365
366         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
367         `read-char-choice' for backwards compatibility.
368         (auth-source-netrc-element-or-first): New function to DTRT for
369         parameter extraction.
370         (auth-source-netrc-create): Use it and fix multiple parameter print
371         bug.  Use the default passed from above (given-default) or the
372         built-in (user-login-name for :user).
373
374 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-start.el (gnus-dribble-read-file):
377         Set buffer-save-without-query, since we always want to save the dribble
378         file, probably.
379
380         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
381         nnimap.
382
383         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
384         -summary- since it's a user-visible variable.
385
386         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
387         first time you use the new Gnus.
388
389 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * auth-source.el: Don't load netrc.el.
392         (auth-sources): Search ~/.netrc as well by default.
393         (auth-source-debug): Add 'trivia option for extra output.
394         (auth-source-do-trivia): Use it.
395         (auth-source-search): Simplify logic to use
396         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
397         appropriate.  Don't keep a running count at this level.  Layer :create
398         and :delete options appropriately on the first and second passes.
399         Don't track the backend with the search results.
400         (auth-source-search-backends): New function to search a list of
401         backends for a processed spec.
402         (auth-source-netrc-parse): Cache all netrc files, making
403         auth-source-netrc-cache an alist keyed by the file name and using the
404         file mtime as the caching criterion.  Keep the obfuscated data secret
405         with a lexical bind.
406         (auth-source-netrc-search): Don't calculate the length of the results
407         unnecessarily.
408         (auth-source-search-backends): Fix bug.
409         (auth-source-netrc-create): Rework prompts.
410
411 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
412
413         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
414         Lower case names of search constraints.
415         (nnir-run-query): Cache and reuse search constraints for all imap
416         servers.
417
418 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
419
420         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
421         after exit.
422         (gnus-setup-message): Define missing variable from last checkin.
423
424         * gnus-sum.el (gnus-summary-show-article): When called with t as the
425         value, show the raw article.
426
427 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
428
429         * gnus.el: No Gnus v0.13 is released.
430
431 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
432
433         * nnimap.el (nnimap-open-connection-1): Revert last change, since
434         auth-source now accepts numbers.
435
436         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
437         spec, too.
438         (auth-source-ensure-strings): New function.
439
440         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
441         (gnus-article-setup-buffer): Always restart the date timer so that user
442         changes to the frequency is respected.
443
444         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
445         port numbers, so make sure it gets that if nnimap-server-port is
446         explicit.
447
448 2011-02-21  Simon Josefsson  <simon@josefsson.org>
449
450         * nnimap.el (nnimap-inbox): Doc fix.
451
452 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
453
454         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
455         Autoload.  Add optional arg FRAME, and pass it to color-values.
456         (color-complement): Caller changed.  Doc fix.
457         (color-gradient): Rewrite for better clarity and efficiency.
458
459 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
460
461         * shr-color.el (shr-color->hexadecimal): Use renamed function names
462         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
463         color-lab-to-srgb.
464
465 2011-02-20  Drew Adams  <drew.adams@oracle.com>
466
467         * color.el: First part of merge from hexrgb.el.
468         (color-rgb-to-hex): Rename from color-rgb->hex.
469         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
470         saturation to zero if the value is too small.
471         (color-rgb-to-hsl): Rename from color-rgb->hsl.
472         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
473         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
474         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
475         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
476         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
477         (color-cie-de2000): Doc fix.
478
479 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
480
481         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
482         given method as in the group name if we're using an extended method.
483         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
484         command, if we're using that, instead of waiting for the beginning.
485
486         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
487         we're sure to get unique server names, and we don't output two async
488         commands in the same buffer.  This fixes an NNTP hang for some users.
489
490 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
491
492         * gnus.el: No Gnus v0.11 is released.
493
494 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
495
496         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
497         summary buffer before reading going to the next buffer.  This avoids
498         putting the point in the group buffer if you `C-g' the command.
499
500         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
501         cache (for now) to make ~/.authinfo.gpg files usable.
502
503         * nnfolder.el (copyright-update): Define for the compiler.
504
505         * auth-source.el (auth-source-search): Fix unbound variable.
506
507 2011-02-19  Glenn Morris  <rgm@gnu.org>
508
509         * gnus.el (gnus-meta): Doc fix.
510
511 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
512
513         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
514         in case it's not yet loaded.
515
516 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
517
518         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
519         line we're waiting for.
520
521 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
522
523         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
524         face with line-width greater than zero will cause RET in gnus summary
525         buffer to scroll down article page-wise because auto vscroll happens,
526         it should be temporalily disabled when doing a scroll-up.
527
528 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
529
530         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
531         outputs from the server.
532
533 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
534
535         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
536         later so that bbdb can hook in easier.
537
538 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
539
540         * auth-source.el (auth-source-search): Don't try to create credentials
541         if the caller doesn't want that.
542         (auth-source-search): If we don't find a match, don't bug out on
543         non-bound variables.
544         (auth-source-search): Only ask a single backend to create the
545         credentials.
546
547         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
548         logging.
549         (nnimap-credentials): Protect against auth-source-search returning nil.
550         (nnimap-request-list): Protect against not being able to open the
551         server.
552
553 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * auth-source.el (auth-source-search): Do a two-phase search, one with
556         no :create to get the responses from all backends.
557
558         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
559         when getting credentials.
560
561         * gnus-util.el (gnus-delete-duplicates): New function.
562
563 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
564
565         * nnimap.el (nnimap-credentials): Instead of picking the first port as
566         a creation default, pass the whole port list down.  It will be
567         completed.
568
569         * auth-source.el (auth-source-search): Updated docs to talk about
570         multiple creation choices.
571         (auth-source-netrc-create): Accept a list as a value (from the search
572         parameters) and do completion on that list.  Keep a separate netrc line
573         with the password obscured for showing the user.
574
575         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
576         first choice to `auth-source-search' so it will be used for entry
577         creation instead of the server's Gnus-specific name.
578         (nnimap-credentials): Rely on the auth-source library to select which
579         port is actually wanted in the new netrc entry, so don't override
580         `auth-source-creation-defaults'.
581
582         * auth-source.el (auth-source-netrc-parse): Use :port instead of
583         :protocol and accept a missing user, host, or port as a wildcard match.
584         (auth-source-debug): Default to off.
585
586         (auth-source-netrc-search, auth-source-netrc-create)
587         (auth-source-secrets-search, auth-source-secrets-create)
588         (auth-source-user-or-password, auth-source-backend, auth-sources)
589         (auth-source-backend-parse-parameters, auth-source-search): Use :port
590         instead of :protocol.
591
592         * nnimap.el (nnimap-credentials): Pass a port default to
593         `auth-source-search' in case an entry needs to be created.
594         (nnimap-open-connection-1): Use :port instead of :protocol.
595
596 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * auth-source.el: Bind load-path when loading EIEIO from
599         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
600         21.4 doesn't support, to `require'.
601         (auth-source-secrets-search): Use mm-delete-duplicates instead of
602         delete-dups that is not available in XEmacs 21.4.
603
604 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
605
606         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
607         as EIEIO must also be loaded when auth-source.el is being
608         byte-compiled.
609
610 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
613
614         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
615
616         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
617
618         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
619
620         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
621
622         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
623
624         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
625
626         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
627         necessary.
628
629 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
632         nil means that nnimap doesn't get updated.
633
634 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
635
636         * auth-source.el (auth-source-netrc-create): Return a synthetic search
637         result when the user doesn't want to write to the file.
638         (auth-source-netrc-search): Expect a synthetic result and proceed
639         accordingly.
640         (auth-source-cache-expiry): New variable to override
641         `password-cache-expiry'.
642         (auth-source-remember): Use it.
643
644         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
645         parameter.  Create entry if necessary by using :create t.
646         (nnimap-open-connection-1): Don't pass `inhibit-create'.
647
648 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * auth-source.el (auth-source-debug): Enable by default and don't
651         mention the obsolete `auth-source-hide-passwords'.
652         (auth-source-do-warn): New function to debug unconditionally.
653         (auth-source-do-debug): Use it.
654         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
655         and for Secrets API entries when the secrets.el library is not
656         available.
657
658 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-sum.el (gnus-propagate-marks): Default to nil.
661         (gnus-summary-exit): Kill the correct article buffer on exit from a
662         `C-d' group.
663
664         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
665         gnus-propagate-marks.
666
667         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
668         before killing the buffers so that a non-full window conf gets handled
669         correctly.
670         (gnus-summary-exit): Ditto.
671         (gnus-summary-read-group-1): Ditto.
672
673         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
674         async code again so that we can debug it properly.
675
676         * message.el (message-reply): Take an optional switch-buffer parameter
677         so that Gnus window confs are respected better.
678
679 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
680
681         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
682         `plist-get' to accept non-list parameters (XEmacs issue).
683         Fix docstring.
684         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
685         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
686         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
687         Login collection is "Login" and not "login".
688
689 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
692         multiple headers.
693
694         * nnimap.el (nnimap-inhibit-logging): New variable.
695         (nnimap-log-command): Don't log login commands.
696
697         * auth-source.el (auth-source-netrc-search): The asserts seem to want
698         to have more parameters.
699
700         * nnimap.el (nnimap-send-command): Mark the command time for each
701         command, so that we don't get NOOPs stepping on our toes.
702
703         * gnus-art.el (article-date-ut): Get the date from the Date header on
704         `t'.
705
706 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * auth-source.el (auth-source-search): Use copy-sequence instead of
709         the cl.el copy-list.
710
711 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
712
713         * imap.el: Bring it back (revert
714         84d800cd31de3064f0ed39617d725709a2f8f42f).
715
716 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
717
718         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
719         Improve prompt.
720
721 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-art.el (gnus-article-mode-line-format): Remove the article
724         washing status from the default format.  It isn't very informative.
725
726 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
727
728         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
729         Fix Gcc processing on imap.
730
731 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
732
733         * imap.el: Remove file.  All the functionality is in nnimap.el.
734
735 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
736
737         * message.el (message-bury): Don't pop up a new window when selected
738         window is dedicated.
739
740 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
741
742         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
743
744 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
745
746         * sieve-manage.el: Autoload `auth-source-search'.
747         (sieve-sasl-auth): Use it.
748
749 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * nnimap.el: Autoload `auth-source-forget+'.
752         (nnimap-open-connection-1): Use it if the connection fails.
753
754         * auth-source.el: Require `password-cache'.
755         (auth-source-hide-passwords, auth-source-cache): Remove and mark
756         obsolete.
757         (auth-source-magic): Marker for `password-cache' keys.
758         (auth-source-do-cache): Update docstring.
759         (auth-source-search): Use and check cache.
760         (auth-source-forget-all-cached, auth-source-remember)
761         (auth-source-recall, auth-source-forget, auth-source-forget+)
762         (auth-source-specmatchp): Caching support functions.
763         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
764         Remove and obsolete.
765         (auth-source-user-or-password): Remove caching to further discourage
766         using it.  Always hide passwords.
767
768         * password-cache.el (password-cache-remove): Accept secrets that are
769         not strings.
770
771 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
772
773         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
774         code for now, since it doesn't work for all users.
775
776 2011-02-09  Julien Danjou  <julien@danjou.info>
777
778         * message.el (message-options): Make message-options really buffer
779         local.
780
781 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
782
783         * mail-source.el: Autoload `auth-source-search'.
784         (mail-source-keyword-map): Note order matters.
785         (mail-source-set-1): Get all the mail-source source values and
786         defaults and search auth-source on those if needed.  This can all
787         probably be simplified.
788
789         * nnimap.el: Autoload `auth-source-search'.
790         (nnimap-credentials): Use it.
791         (nnimap-open-connection-1): Ask for the virtual server and physical
792         address in one shot.
793
794         * nntp.el: Autoload `auth-source-search'.
795         (nntp-send-authinfo): Use it.  Note TODO.
796
797 2011-02-08  Julien Danjou  <julien@danjou.info>
798
799         * shr.el (shr-tag-body): Add support for text attribute in body
800         markups.
801
802         * message.el (message-options): Make message-options a local variable.
803
804 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * auth-source.el (auth-source-secrets-search)
807         (auth-source-user-or-password): Use `append' instead of `nconc'.
808         (auth-source-user-or-password): Build return list better and protect
809         against nil :secret.
810
811 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * nnimap.el (nnimap-update-info): Refactor slightly.
814         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
815         (nnimap-update-info): Clean up slightly.
816         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
817         characters.
818         (nnimap-process-quirk): Rename function to avoid collision.
819         (nnimap-update-info): Fix macrology bug-out.
820         (nnimap-update-info): Simplify split history test.
821
822 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
823
824         * auth-source.el (top): Require 'eieio unconditionally.
825         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
826         (auth-source-secrets-search): Limit search when `max' is greater than
827         number of results.
828
829 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
830
831         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
832         part not returning any data.
833
834         * proto-stream.el (open-protocol-stream): Document the return value.
835
836 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * auth-source.el (auth-source-secrets-search): Add examples.
839
840 2011-02-06  Julien Danjou  <julien@danjou.info>
841
842         * message.el (message-setup-1): Handle message-generate-headers-first
843         set to t.
844
845 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
846
847         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
848         API with a string "secrets:collection-name" and with 'default.
849         (auth-source-backend-parse): Parse "secrets:collection-name" and
850         'default.  Recurse on parses instead of repeating code.  Use the
851         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
852         message when ignoring a source.
853         (auth-source-search): List ignored search keys at the top level.
854         (auth-source-netrc-create): Use `case' instead of `cond'.
855         (auth-source-secrets-search): Created with TODOs.
856         (auth-source-secrets-create): Created with TODOs.
857         (auth-source-retrieve, auth-source-create, auth-source-delete)
858         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
859         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
860         (auth-source-user-or-password-sftp)
861         (auth-source-user-or-password-smtp): Remove.
862         (auth-source-user-or-password): Deprecated and modified to be a wrapper
863         around `auth-source-search'.  Not tested thoroughly.
864
865 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * auth-source.el: Bring in assoc and eioeio libraries.
868         (secrets-enabled): New variable to track the status of the Secrets API.
869         (auth-source-backend): New EIOEIO class to represent a backend.
870         (auth-source-creation-defaults): New variable to set prompt defaults
871         during token creation (see the `auth-source-search' docstring for
872         details).
873         (auth-sources): Simplify to allow a simple string as a netrc backend
874         spec.
875         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
876         (auth-source-backend-parse-parameters): Fill in the backend parameters.
877         (auth-source-search): Main auth-source API entry point.
878         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
879         (auth-source-search-collection): Helper function for searching.
880         (auth-source-netrc-parse, auth-source-netrc-normalize)
881         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
882         Supports search, create, and delete.
883         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
884         backend stubs.
885         (auth-source-user-or-password): Call `auth-source-search' but it's not
886         ready yet.
887
888 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
889
890         * message.el (message-setup-1): Remove the read-only stuff, since it
891         doesn't work under XEmacs, for some reason.
892
893         * gnus-sum.el (gnus-user-date): Rename back from
894         gnus-summary-user-date since user code refers to it.
895
896         * shr.el (shr-render-td): Store the actual background colour used.
897
898         * message.el (message-setup-1): Don't bind the constant
899         -forbidden-properties.
900         (message-setup-1): Revert previous change, since it needs to bind the
901         props to insert them.
902         (message-resend): Allow removing the read-only separator line.
903
904 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
905
906         * nnimap.el (nnimap-request-accept-article): Give an error message if
907         the APPEND wasn't successful.
908
909 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
910
911         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
912         that have no groups.
913
914 2011-02-03  Julien Danjou  <julien@danjou.info>
915
916         * gnus-draft.el: Remove progn around gnus-draft-setup.
917
918 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-start.el (gnus-read-active-for-groups): This function is never
921         called with a nil `infos', so clean that up.
922         (gnus-get-unread-articles): Request active files from primary/secondary
923         methods that have no groups (yet).
924
925 2011-02-03  Julien Danjou  <julien@danjou.info>
926
927         * message.el (message-setup-1): Always generate References first.
928         (message-mail): Return the return value of message-setup, not always t.
929         (message-setup-1): Insert mail-header-separator with read-only and
930         intangible properties set.
931
932         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
933         user-date in docstring.
934
935         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
936
937         * gnus.el (gnus-summary-line-format): Mention &user-date format in
938         docstring.
939
940         * gnus.el (gnus-user-date-format-alist): Change default value. Use
941         defcustom, with type and group. Move from gnus-util.el. Rename to
942         gnus-summary-user-date-format-alist.
943
944 2011-02-03  Glenn Morris  <rgm@gnu.org>
945
946         * nnimap.el (gnus-fetch-headers): Declare.
947
948         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
949
950 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
951
952         * message.el (message-forward-make-body-digest-plain)
953         (message-followup, message-reply): Clean up things noted by Stefan.
954
955         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
956         gnus-article-update-date-headers is nil.
957         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
958         it didn't really work with defcustom.
959         (article-update-date-lapsed): Make sure the window start doesn't move,
960         either.
961
962 2011-02-01  Julien Danjou  <julien@danjou.info>
963
964         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
965         format.
966
967         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
968         standard in Emacs nowadays.
969
970         * color.el (color-gradient): Add a color-gradient function.
971
972 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
973
974         * message.el (message-expand-name): Don't trust the return value of
975         bbdb-complete-name.
976         (message-check-news-header-syntax): Remove unused var `start'.
977         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
978         (message-inhibit-body-encoding): Move to before first use.
979         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
980         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
981         (Organization, Message-ID, Date, mh-previous-window-config):
982         Defvar the vars using dynamic scoping.
983
984 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
985
986         * shr.el (shr-render-td): Only do colours at the final rendering.
987         Should be slightly faster.
988         (shr-insert-table): Fix up TD background colours when doing the
989         vertical padding.
990
991         * gnus-art.el (article-date-ut): Protect against articles with no Date
992         header.
993         (article-update-date-lapsed): Don't use current-column to find the
994         horizontal position.  It's fragile in the presence of \003 characters.
995
996         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
997
998 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
999
1000         * gnus-art.el (article-transform-date): Rewrite to still work when
1001         there are several rfc2822 parts.
1002         (article-transform-date): Fix infinite recursion.
1003         (article-date-ut): Replace infinitely many Date headers with a single
1004         one when called interactively.
1005
1006         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1007         secure manner.
1008
1009         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1010         move around by not using save-window-excursion.  It seems to work...
1011
1012 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * gnus-art.el (article-make-date-line): Work for user-defined format.
1015
1016 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1017
1018         * nntp.el (nntp-retrieve-group-data-early)
1019         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1020         fetching functions.
1021
1022         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1023         thoroughly for all backends that have no known groups.  This should
1024         allow new nnml methods to retrieve mail.
1025
1026         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1027         that Gnus doesn't know exists again.
1028
1029         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1030         (gnus-treat-date-ut): Ditto.
1031         (gnus-article-update-date-header): Rename.
1032         (gnus-treat-date-local): Remove.
1033         (gnus-treat-date-english): Remove.
1034         (gnus-treat-date-lapsed): Remove.
1035         (gnus-treat-date-combined-lapsed): Remove.
1036         (gnus-treat-date-original): Remove.
1037         (gnus-treat-date-iso8601): Remove.
1038         (gnus-treat-date-user-defined): Remove.
1039         (gnus-article-date-headers): New variable to control all the date
1040         header options.
1041         (article-date-ut): Rewrite to allow using the new way to format date
1042         headers(s).
1043
1044 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1045
1046         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1047         method.
1048         (nnmail-article-group): A better test for fanciness.
1049
1050         * nnimap.el (nnimap-request-head): Protect against not finding the
1051         article by Message-ID.
1052
1053 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1056         keep point at the "same place".
1057
1058 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1061         data if the group is unactivated.
1062
1063 2011-01-28  Julien Danjou  <julien@danjou.info>
1064
1065         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1066         (gnus-all-windows-visible-p): Remove old compatibility code.
1067         (gnus-window-top-edge): Add docstring.
1068
1069         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1070
1071 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1074         older request-update-info.
1075
1076         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1077
1078 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1079
1080         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1081         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1082
1083 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1084
1085         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1086         groups.  This makes the nndraft:queue group pop up if it's not already
1087         there.
1088
1089         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1090         messages" logic, which was reversed.
1091
1092         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1093         the "same place" even if point is on the line being replaced.
1094         (article-update-date-lapsed): Allow updating both the combined lapsed
1095         and the lapsed headers.
1096         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1097         (article-make-date-line): Limit the number of segments dynamically to
1098         avoid too-long lines.
1099
1100 2011-01-27  Julien Danjou  <julien@danjou.info>
1101
1102         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1103         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1104
1105 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1108         Use plist-get instead of the cl function getf.
1109
1110 2011-01-27  Glenn Morris  <rgm@gnu.org>
1111
1112         * gnus-util.el (float-time): Get rid of compiler warning, again.
1113
1114 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1115
1116         * shr.el (shr-put-color): Special-case background colours: Do put them
1117         at the blank parts at the front of the lines.
1118
1119         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1120         exit hook to nix out all data on readedness on group exit.
1121
1122         * gnus-util.el (float-time): If float-time is bound, always use it on
1123         all Emacsen.  It's unclear why the subrp check was there.
1124         (time-date): Require to make some autoload issues on XEmacs go away.
1125
1126         * shr.el (shr-put-color): Don't do the box padding in tables, since
1127         they're already padded.
1128
1129 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus-art.el (gnus-article-next-page): When the last line of the
1132         article is displayed, scroll down once more instead of going to the
1133         next article at once.
1134         (article-lapsed-string): Refactor out and allow specifying how many
1135         segments you want.
1136         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1137         (gnus-article-update-lapsed-header): New variable.
1138
1139         * shr.el: Revert change that made headings use different-sized faces.
1140         The Emacs display engine isn't advanced enough that, for instance,
1141         tables can comfortably use differently-sized faces.
1142
1143 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1144
1145         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1146         used.
1147         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1148         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1149         we're using an encrypted connection.
1150
1151         * proto-stream.el: Alter the interface functions to also return the
1152         actual stream type used: network or tls.
1153
1154 2011-01-25  Julien Danjou  <julien@danjou.info>
1155
1156         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1157         (mm-display-javascript-inline): New function.
1158
1159         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1160         viewing function.
1161
1162 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * shr.el (shr-expand-newlines): Fix variable name.
1165
1166 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1167
1168         * shr.el (shr-expand-newlines): Make nested boxes work.
1169
1170 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1171
1172         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1173         backgrounds.
1174         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1175         in a more sensible manner.
1176
1177 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1178
1179         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1180         if EPG is loaded.
1181
1182 2011-01-24  Julien Danjou  <julien@danjou.info>
1183
1184         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1185         tags.
1186
1187 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1190         commands.
1191
1192         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1193         in the article buffer.
1194         (gnus-gravatar-insert): Use blank space from the current buffer to
1195         avoid breaking text properties.  This makes X-Sent updating work again.
1196
1197         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1198
1199 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1202         fix the bug in url-http.el instead.
1203
1204         * shr.el (shr-image-fetched): Ditto.
1205
1206         * shr.el (shr-image-fetched): Avoid having point move in the article
1207         buffer.
1208
1209         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1210         buffer after being called.  It's apparently being killed by url.el, and
1211         killing it made point move to end-of-buffer in a random buffer.
1212
1213         * shr.el (shr-image-fetched): Ditto.
1214
1215 2011-01-23  Julien Danjou  <julien@danjou.info>
1216
1217         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1218
1219         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1220         text/x-org.
1221
1222 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1225         (i.e., nnimap) returning nil as the article number.
1226
1227 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1228
1229         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1230         "DelSp" parameter in RFC3676.
1231
1232 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1233
1234         * message.el (message-check-recipients): Display the encoded version of
1235         the bogus address if they differ.
1236
1237         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1238         after sending.
1239
1240         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1241
1242         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1243
1244         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1245         group buffer after sending the queue.
1246
1247         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1248
1249 2011-01-22  Julien Danjou  <julien@danjou.info>
1250
1251         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1252
1253 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1254
1255         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1256         nested related parts.
1257
1258         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1259         unexpired articles.  This fixes the regression that led expiry marks to
1260         disappear from nnfolder groups.
1261
1262 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1263
1264         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1265         Don't confuse the "ret" of "retrograde" with RET.
1266
1267 2011-01-21  Julien Danjou  <julien@danjou.info>
1268
1269         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1270         than mm-insert-inline.
1271
1272 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1275         Widen article buffer.
1276
1277 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1278
1279         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1280         the temp buffer.
1281         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1282
1283 2011-01-20  Julien Danjou  <julien@danjou.info>
1284
1285         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1286
1287         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1288         than mm-insert-inline to insert inline part: this respect
1289         mm-inline-media-tests displayers.
1290
1291         * mm-view.el (mm-display-shell-script-inline): New function.
1292
1293         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1294
1295         * mm-uu.el (mm-uu-type-alist): Add org block.
1296         (mm-uu-org-src-code-block-extract): New function.
1297
1298         * mm-view.el (mm-display-org-inline): New function.
1299
1300         * mm-decode.el (mm-automatic-display): Add text/org.
1301
1302         * mailcap.el (mailcap-mime-extensions): Add .org.
1303
1304 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1307         gnus-article-add-buttons.
1308
1309 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1310
1311         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1312         From header with a date and "nobody" as the sender.
1313
1314 2011-01-19  Julien Danjou  <julien@danjou.info>
1315
1316         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1317         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1318         if you have the same regexp several times.
1319         (gnus-button-push): Fix matching when regexp is symbol.
1320
1321 2011-01-15  Glenn Morris  <rgm@gnu.org>
1322
1323         * message.el (message-mail): A compose-mail function should
1324         accept headers as strings.
1325
1326 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1327
1328         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1329         Add :vert-only tags.
1330         (message-mail): New arg RETURN-ACTION.
1331         (message-return-action): New var.
1332         (message-bury): Use it.
1333         (message-mode): Make it buffer-local.
1334         (message-send-and-exit): Always call message-bury.
1335
1336         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1337         message-mail.
1338
1339 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * nnimap.el (nnimap-convert-partial-article): Protect against
1342         zero-length body parts.
1343
1344         * mm-decode.el (mm-preferred-alternative-precedence):
1345         Discourage showing empty parts.
1346
1347         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1348         and stuff if the backend didn't return the article number.  This fixes
1349         an Exchange-related nnimap bug.
1350
1351         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1352         group window, because it does the wrong thing when a separate frame
1353         displays the group buffer.
1354
1355         * proto-stream.el (open-protocol-stream): Protect against the low-level
1356         transport functions returning nil.
1357
1358 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1359
1360         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1361         (mml2015-epg-find-usable-secret-key): New function.
1362         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1363         mml2015-epg-find-usable-key (Bug#7797).
1364         (mml2015-epg-encrypt): Ditto.
1365
1366 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * dgnushack.el (rot13-string): Fix the way to get the argument.
1369
1370 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1373
1374 2011-01-03  Glenn Morris  <rgm@gnu.org>
1375
1376         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1377
1378         * sieve.el (sieve-open-server): Give a more explicit error if
1379         sieve-manage-open returns nil.  (Bug#7720)
1380
1381 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1382
1383         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1384
1385 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1388         This avoids sending passwords in plain text over non-encrypted
1389         channels.
1390
1391         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1392
1393         * nnimap.el (nnimap-login): Refactored out into own function, and
1394         implement CRAM-MD5.
1395         (nnimap-wait-for-line): Refactored out.
1396
1397         * mm-view.el (mml-smime): Require.
1398
1399 2010-12-20  David Engster  <deng@eml.cc>
1400
1401         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1402         use EPG to decrypt S/MIME messages instead of openssl.
1403
1404 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1407
1408         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1409         status is the group clearly is unreachable.
1410
1411         * auth-source.el (auth-source-create): Add the optional second
1412         parameter to `local-variable-p' to be compatible with XEmacs.
1413
1414 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1415
1416         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1417         work when using a compressed nnml folder.
1418
1419 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1422         backends after sanitising on entry, because this never makes sense:
1423         If the articles have gone missing, then the data no longer exists on
1424         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1425         overwrite anything anyway.
1426
1427         * shr.el (shr-insert-document): Bind shr-width dynamically to
1428         window-width if it's nil.
1429
1430 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1431
1432         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1433         with the meaning of using the full emacs window width for rendering.
1434
1435 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1436
1437         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1438         case when sender is not given.
1439
1440 2010-12-23  Julien Danjou  <julien@danjou.info>
1441
1442         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1443         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1444         the addresses, otherwise we might misplaced the gravatar.
1445
1446 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1447
1448         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1449         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1450         obsolete in Emacs.
1451
1452 2010-12-20  Julien Danjou  <julien@danjou.info>
1453
1454         * gnus-util.el (gnus-rescale-image): Revert last change.
1455
1456 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1457
1458         * binhex.el: Improve commentary (Bug#7482).
1459
1460 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * gnus-group.el (gnus-group-delete-articles): New command.
1463
1464 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1465
1466         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1467
1468 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1471         here, since it's up to the backends to do CRLF removal if their
1472         protocol has it.
1473
1474         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1475
1476 2010-12-17  Julien Danjou  <julien@danjou.info>
1477
1478         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1479         they are from file. Can also scale up.
1480
1481 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1482
1483         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1484         gnus-use-agent.
1485         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1486
1487         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1488
1489 2010-12-17  Julien Danjou  <julien@danjou.info>
1490
1491         * gravatar.el (gravatar-retrieve-synchronously): New function.
1492         (gravatar-get-data): Make more robust.
1493
1494 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1497
1498 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1501         to really consider the last line.
1502
1503 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1504
1505         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1506         list of recipient keys, or use symmetric encryption if not a list.
1507         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1508         EPA override, replacing the call to `netrc-store-data'.
1509
1510 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1511
1512         * gnus-srvr.el: Avoid passing nil regexp argument to
1513         delete-matching-lines.
1514
1515 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1518         fetching stops when Gnus exits.
1519
1520         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1521         function.
1522         (nnfolder-request-expire-articles): Save all the buffers after doing
1523         expiry.
1524
1525         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1526         the last article", since that led to serious performance regressions
1527         when expiring nnml groups.
1528
1529 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1530
1531         * nnir.el: Improve customizations.
1532
1533 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1536
1537         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1538         group has been killed.
1539         (gnus-group-yank-group): Ditto.
1540
1541         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1542
1543         * nnimap.el (nnimap-request-update-group-status): New function.
1544
1545         * gnus-int.el (gnus-request-update-group-status): New interface
1546         function.
1547
1548         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1549         copying read-ness to the backends.
1550
1551         * nnimap.el (nnimap-quirk): New function.
1552         (nnimap-retrieve-group-data-early): Use it.
1553         (nnimap-quirks): New alist.
1554
1555 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1558         don't delete it within indentation.
1559
1560 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1563         previous line.
1564
1565 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1568         QRESYNC command by deleting a superfluous space which broke Cyrus
1569         servers.  This change will break other servers that are buggy the other
1570         way around.
1571
1572 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1573
1574         * spam.el: Reindent and fix long lines.
1575         (spam-copy-or-move-routine): Exclude invalid move destinations.
1576
1577 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1578
1579         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1580         installed the registry.
1581
1582 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1585
1586 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1587
1588         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1589         groupname doesn't contain "gmane".
1590
1591 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1594         and netrc-bound-and-true-p bindings.
1595         (netrc-parse): Cache the netrc contents.
1596
1597         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1598         (gnus-1): Don't create the nndrafts group twice.
1599         (gnus-setup-news): There's no need to read the active file here, since
1600         that's done again later on a per-backend basis.
1601         (gnus-start-draft-setup): Make sure that the new group is started out
1602         empty.
1603
1604         * gnus-agent.el (gnus-agentize): Don't create the queue group
1605         automatically on startup.  It'll be created later, if needed.
1606
1607         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1608         of automatically subscribed groups.
1609         (gnus-auto-subscribed-categories): New variable.
1610         (gnus-matches-options-n): Use it.
1611         (gnus-default-subscribed-newsgroups): Remove unused variable.
1612         (gnus-start-draft-setup): Message a bit less.
1613
1614 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1615
1616         * nnir.el (nnir-run-imap): Return article list in order of increasing
1617         UID.
1618
1619 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-sum.el (gnus-summary-enter-digest-group):
1622         Mention gnus-auto-select-on-ephemeral-exit.
1623
1624         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1625         convention of the network-only option.
1626
1627 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * proto-stream.el (proto-stream-open-network-only): New function to
1630         have a way to specify non-STARTTLS upgrade connections.
1631
1632 2010-12-10  Julien Danjou  <julien@danjou.info>
1633
1634         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1635         email address is nil.
1636
1637         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1638
1639 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1640
1641         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1642         deletion.
1643         (nnir-run-imap): Only need to parse list once.
1644
1645 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * shr.el (shr-tag-script): Ignore <script>.
1648         (shr-tag-label): Add <label> support.
1649
1650 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1653
1654         * shr.el (shr-image-displayer): Work for images lined side by side.
1655
1656 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1657
1658         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1659         parameter, since XEmacs doesn't accept t as a parameter.
1660
1661 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1662
1663         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1664         ids.
1665         (nnir-run-gmane): Simplify groupspec formatting.
1666         (nnir-request-expire-articles): New function.
1667
1668 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1671         overflow, possibly.
1672
1673         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1674         (shr-render-td): Handle td style="" better.
1675         (shr-tag-table): Use the color from the style sheet.
1676         (shr-render-td): Make sure we copy over all the overlays, too.
1677
1678 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1679
1680         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1681         (nnir-request-article): Improve article retrieval.
1682
1683 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * mm-util.el (mm-extra-numeric-entities): New variable.
1686
1687         * mm-url.el (mm-url-decode-entities):
1688         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1689
1690         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1691
1692 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1693
1694         * message.el: Use completion-at-point.
1695         (message-completion-function): New fun, extracted from message-tab.
1696         (message-mode): Use it for completion-at-point-functions.
1697         (message-tab): Use it and completion-at-point.
1698
1699 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1702         character if a non-breakable character follows.
1703
1704 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1707         any stream.
1708
1709         * shr.el (shr-tag-font): Colorize the region.
1710         (shr-tag-body): Ditto.
1711         (shr-tag-font): Actually let the styles be inherited instead of
1712         overwriting them.
1713         (shr-tag-font): Get the background color right.
1714         (shr-tag-style): Ignore all <style> tags for the moment.
1715
1716         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1717         a Message-ID to avoid having nnimap depend on gnus-sum.
1718
1719         * shr.el (shr-descend): Only colorize something if we have a node that
1720         sets colors.
1721
1722 2010-12-06  Julien Danjou  <julien@danjou.info>
1723
1724         * shr.el (shr-render-td): Render td content with shr-descend, so style
1725         will be applied to <td> too.
1726         (shr-colorize-region): Colorize region even if we only have a background.
1727         (shr-tag-body): Fix color and background color inheritance.
1728         Do not recolorize after shr-generic.
1729         (shr-tag-font): Let shr-generic colorize via inheritance.
1730
1731 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1734
1735 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1736
1737         * nnir.el (nnir-request-move-article): Remove obsolete code.
1738
1739 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1742
1743 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-sum.el (gnus-summary-respool-article): The completion function
1746         expects a list instead of an alist.
1747
1748         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1749         string as the parameter.
1750
1751         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1752
1753         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1754         styles.
1755         (shr-colorize-region): New function.
1756         (shr-insert-background-overlay): Remove.
1757         (shr-render-td): Background setting should be taken care of on a higher
1758         level.
1759         (shr-tag-body): Use post-hoc colorizations.
1760         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1761         (shr-put-color-1): Don't overwrite old colors.
1762         (shr-colorize-region): When the background color isn't explicit, use
1763         a fixed background.
1764
1765         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1766         nnmail variables.
1767
1768 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1769
1770         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1771         unless necessary.
1772
1773 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1774
1775         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1776         server.
1777
1778 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1781         so that TAB works.
1782
1783         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1784         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1785
1786         * shr.el (shr-urlify): Show the URL before the title to avoid
1787         misleading URLs.
1788
1789 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1790
1791         * shr.el (shr-urlify): Display the title in <a> tags.
1792
1793 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1794
1795         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1796
1797 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1798
1799         * nnir.el: Rearrange code to allow macros to be autoloaded by
1800         gnus-sum.el.
1801         (nnir-retrieve-headers-override-function): Make this variable
1802         customizable.
1803         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1804
1805         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1806         from nnir.el.
1807
1808 2010-12-03  Julien Danjou  <julien@danjou.info>
1809
1810         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1811
1812 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1815         allow optional argument `environment'.
1816
1817 2010-12-03  Glenn Morris  <rgm@gnu.org>
1818
1819         * mm-extern.el (message-goto-body): Update declaration.
1820
1821 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-util.el (gnus-macroexpand-all): New function.
1824
1825         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1826         instead of macroexpand-all that is unavailable in XEmacs.
1827
1828 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1829
1830         * nnir.el (nnir-summary-line-format): New variable.
1831         (nnir-mode): Use it.
1832         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1833         (nnir-article-ids): Reimplement as defsubst.
1834         (nnir-retrieve-headers): Don't mangle the subject header.
1835         (nnir-run-imap): Use 100 as RSV score.
1836         (nnir-run-find-grep): Fix for full server searching.
1837         (nnir-run-gmane): Better restriction to gmane groups.
1838
1839         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1840         summary buffers.
1841
1842 2010-12-02  Julien Danjou  <julien@danjou.info>
1843
1844         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1845
1846         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1847
1848         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1849         support.
1850
1851 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1852
1853         * nnir.el: Update to handle the registry better.
1854         (autoload): Silence byte-compiler.
1855         (nnir-open-server): Add a hook for nnir groups.
1856         (nnir-request-move-article): Don't mangle the header. Better to use
1857         formating variables (which will be added in the future).
1858         (nnir-registry-action): Update the registry using the original article
1859         group name.
1860         (nnir-mode): Install nnir-specific hooks for updating the registry.
1861
1862         * gnus-sum.el
1863         (gnus-article-original-subject,gnus-newsgroup-original-name):
1864         Remove obsolete variables.
1865         (gnus-summary-move-article): Remove use of obsolete variables.
1866         (gnus-summary-local-variables): Make move and delete hooks local to
1867         summary buffers.
1868
1869 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * rtree.el: New file.
1872
1873 2010-12-01  Julien Danjou  <julien@danjou.info>
1874
1875         * message.el (message-user-organization): Do not use
1876         gnus-local-organization.
1877
1878         * gnus.el: Remove gnus-local-organization.
1879
1880         * gnus-msg.el: Remove nastygram thing.
1881
1882 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1885         funcall.
1886
1887 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1890         names.
1891
1892         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1893         characters.
1894
1895         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1896         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1897         Suggested by Štěpán Němec <stepnem@gmail.com>.
1898         (gnus-gravatar-transform-address): Use mail-extract-address-components
1899         that supports non-ASCII names rather than mail-header-parse-addresses.
1900
1901 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * proto-stream.el (open-protocol-stream): All starttls connections are
1904         handled by the network handler.
1905
1906 2010-11-30  Julien Danjou  <julien@danjou.info>
1907
1908         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1909         (nnimap-open-connection-1): Fix PREAUTH.
1910
1911         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1912
1913 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1916         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1917         (shr-insert): Use them.
1918         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1919
1920 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1921
1922         * nnir.el (nnir-request-move-article): Bail out if original group
1923         doesn't support article moves.
1924         (nnir-get-active): Improve active list retrieval.
1925
1926 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1929
1930 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1931
1932         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1933         seem to accept strings-with-numbers as port numbers,
1934
1935 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1936
1937         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1938         change the registry.
1939
1940 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1943         delete-dups that is not available in XEmacs 21.4.
1944
1945         * mm-util.el (mm-delete-duplicates): Add comment.
1946
1947 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1948
1949         * nnir.el (nnir-ignored-newsgroups): New variable.
1950         (nnir-get-active): Use it.
1951
1952 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * proto-stream.el (proto-stream-open-network): Add some comments.
1955
1956         * nntp.el (nntp-open-connection): Provide a :success condition.
1957
1958         * nnimap.el (nnimap-open-connection-1): Ditto.
1959
1960         * proto-stream.el (proto-stream-open-network): See what the response to
1961         the STARTTLS command is.
1962
1963         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1964         backwards compatibility).
1965         (nnimap-open-connection-1): Really respect nnimap-server-port.
1966
1967         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1968         TLS upgrades we don't really care about the identity of the peer.
1969         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1970         that what we've checked for.
1971         (proto-stream-always-use-starttls): Only default to t if
1972         open-gnutls-stream exists.
1973         (proto-stream-open-network): If STARTTLS failed, then just open a
1974         normal connection.
1975         (proto-stream-open-network): Wait until the greeting before doing
1976         STARTTLS.
1977
1978         * nntp.el (nntp-open-connection): Report what the connection error is.
1979
1980         * proto-stream.el (open-protocol-stream): Rename from
1981         open-proto-stream.
1982
1983 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nnimap.el (nnimap-stream): Change default to `undecided'.
1986         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1987         first, and then network.
1988         (nnimap-open-connection-1): Respect nnimap-server-port.
1989         (nnimap-open-connection): Be more backwards-compatible.
1990
1991         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1992         (proto-stream-open-starttls): De-duplicate the starttls code.
1993         (proto-stream-open-starttls): Folded back into the main function.
1994         (proto-stream-open-network): Fix typo in the gnutls path.
1995         (proto-stream-command): Refactor out.
1996
1997         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1998
1999         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2000         starttls.el STARTTLS.
2001
2002         * color.el (color-lab->srgb): Fix function call name.
2003
2004         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2005         if we're using tls.el.
2006         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2007         built in, then don't try to establish a STARTTLS connection.
2008
2009         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2010         servers.
2011
2012         * proto-stream.el (open-proto-stream): Use network, not stream.
2013         (open-proto-stream): Add a way to specify what the end of a command is.
2014
2015         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2016         connections types.
2017         (nntp-open-network-stream): Remove.
2018         (nntp-open-ssl-stream): Remove.
2019         (nntp-open-tls-stream): Remove.
2020         (nntp-ssl-program): Remove.
2021
2022         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2023
2024 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2025
2026         * nnir.el: Fix typos.
2027         (nnir-retrieve-headers-override-function): Rename variable to reflect
2028         new semantics.
2029         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2030         macros.
2031         (nnir-request-article, nnir-request-move-article): Use them.
2032         (nnir-categorize): New function.
2033         (nnir-run-query): Use it.
2034         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2035         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2036         sorted.
2037         (nnir-group-full-name): Use gnus-group-full-name instead.
2038         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2039         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2040
2041 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2044
2045         * proto-stream.el: New library to provide protocol-specific
2046         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2047         protocols.
2048         (open-proto-stream): Complete the documentation.
2049         (proto-stream-open-network): Fix some typos.
2050
2051         * nnimap.el (nnimap-open-connection): Use it.
2052
2053 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2054
2055         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2056         negotiation.
2057
2058 2010-11-26  Julien Danjou  <julien@danjou.info>
2059
2060         * color.el: Rename various rgb functions to srgb.
2061
2062 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2065         names.
2066
2067 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * shr.el (shr-insert): Revert last change.
2070         (shr-find-fill-point): Never leave point being at bol;
2071         relax the kinsoku limitation when rendering tables.
2072
2073 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2076         results from -accept-article.
2077
2078         * shr-color.el: Require cl when compiling.
2079
2080         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2081         checkin.
2082
2083         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2084
2085         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2086
2087         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2088         'add and 'delete to set backend marks.
2089
2090         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2091
2092         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2093
2094         * nntp.el (nntp-request-set-mark): Use it.
2095
2096         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2097
2098         * nnml.el (nnml-request-set-mark): Ditto.
2099
2100         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2101         introduces regressions in article selection.
2102         (nnimap-find-uid-response): New function.
2103         (nnimap-request-accept-article): Use the UID returned, if any.
2104         (nnimap-request-move-article): Use the UID returned, if any.
2105         (nnimap-get-groups): Reimplement to work with folded lines.
2106         (nnimap-find-uid-response): The UID is the last element in the list.
2107         (nnimap-request-set-mark): Extend syntax with 'set.
2108
2109         * nnml.el (nnml-request-set-mark): Ditto.
2110
2111         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2112
2113         * nntp.el (nntp-request-set-mark): Ditto.
2114
2115 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * message.el (message-called-interactively-p): A temporary macro.
2118         (message-goto-body): Use it temporarily.
2119
2120 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2123         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2124         (nnimap-last-response-string): Fix last unfolding fix.
2125
2126 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * shr.el (shr-insert): Fix the way to fold lines.
2129
2130 2010-11-25  Julien Danjou  <julien@danjou.info>
2131
2132         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2133
2134         * color.el: Rename from color-lab.el
2135         (color-rgb->hex): Add.
2136         (color-complement): Add.
2137         (color-complement-hex): Add.
2138
2139         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2140
2141 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2144         don't exist.
2145
2146 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2149         assuming that article displaying or another mml-preview may be
2150         interrupted for an error or for the like.
2151
2152         * shr.el (shr-get-background): Fix argument name.
2153
2154 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2157
2158         * gnus-sum.el (gnus-summary-include-articles): New function.
2159
2160         * message.el (message-goto-body): called-interactively-p needs a
2161         parameter, so use `any'.
2162
2163         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2164         clear marks before moving, since they're synced from the Gnus side
2165         first.
2166
2167         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2168         (gnus-summary-move-article): Copy over all marks before moving, so that
2169         IMAP doesn't think a new article has arrived.
2170
2171 2010-11-24  Julien Danjou  <julien@danjou.info>
2172
2173         * shr.el (shr-insert-background-overlay): Fix typo.
2174         (shr-render-td): Copy the background before rendering.
2175
2176         * shr-color.el (shr-color-visible): Fix docstring.
2177
2178         * shr.el (shr-tag-table): Add bgcolor support.
2179         (shr-render-td): Add bgcolor support.
2180         (shr-get-background): Add.
2181         (shr-insert-foreground-overlay): Use shr-get-background.
2182
2183         * message.el (message-goto-body): Use called-interactively-p.
2184         (message-in-body-p): message-goto-body returns point.
2185
2186 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2189         Fixes something or other in Emacs 23, and is backwards compatible.
2190
2191         * message.el (message-goto-body): Remove the <#secure special-casing,
2192         which is too special.
2193
2194         * shr.el (shr-parse-style): Drop !important from styles.
2195
2196 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2197
2198         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2199         this function to return incorrect results when calling it with an
2200         explicit article argument different from
2201         (gnus-summary-article-number).
2202
2203 2010-11-24  Julien Danjou  <julien@danjou.info>
2204
2205         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2206         (shr-tag-body): Add background support.
2207         (shr-descend): Add background support.
2208         (shr-tag-title): Add.
2209
2210         * shr-color.el (shr-color-visible): Really return original background
2211         if fixed.
2212
2213 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * shr.el (shr-color-check): Protect against non-existent colour names.
2216
2217 2010-11-24  Julien Danjou  <julien@danjou.info>
2218
2219         * color-lab.el: Require 'cl when compiling.
2220
2221         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2222
2223         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2224         matched part.
2225
2226         * color-lab.el: Fix all expt calls to use float type.
2227
2228 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2231         expression to shr-color-check as is.
2232
2233         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2234
2235         * color-lab.el: Add coding cookie.
2236         (float-pi): Use eval-and-compile.
2237
2238         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2239         compiled for Emacsen having no `libxml-parse-html-region' support.
2240
2241 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * shr.el (shr-insert-color-overlay): Split stuff like
2244         "#444444 !important" to find the real colour.
2245         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2246         parse <font color="red"> entries.
2247
2248 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2249
2250         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2251         point when parsing headers.
2252
2253         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2254         is positioned properly when parsing headers.
2255
2256 2010-11-23  Julien Danjou  <julien@danjou.info>
2257
2258         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2259
2260         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2261
2262         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2263
2264         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2265         Use shr-color-hue-to-rgb.
2266         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2267
2268 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * shr.el (shr-color->hexadecimal): Autoload.
2271         (shr-descend): Add color to all tags.
2272
2273 2010-11-22  Julien Danjou  <julien@danjou.info>
2274
2275         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2276         shr-color->hexadecimal.
2277
2278         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2279         RGB() or HSL() color representation.
2280
2281         * shr.el (shr-tag-font): Add.
2282         (shr-tag-color-check): New function to get better colors.
2283         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2284         tag-span.
2285
2286         * shr-color.el: New file.
2287
2288         * color-lab.el: New file.
2289
2290         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2291
2292 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2293
2294         * nnir.el: Fix typo in comments.
2295         (nnir-run-imap): Simplify code. No need to reverse artlist.
2296         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2297
2298 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2301
2302         * nnimap.el (nnimap-get-capabilities): Refactor out.
2303         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2304
2305 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2306
2307         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2308         appearing when `mm-uu-hide-markers' is nil.
2309
2310 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnimap.el (nnimap-unselect-group): Make into its own function.
2313         (nnimap-request-rename-group): Unselect group before renaming.
2314         This had gotten lost somewhere.
2315         (nnimap-request-accept-article): Keep track of examined groups, and
2316         unselect the group before APPENDing to read-only groups.
2317         (nnimap-request-move-article): Clear flags before moving so that they
2318         can be re-set later.
2319
2320 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2323         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2324
2325 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * gnus-art.el (gnus-mime-display-single)
2328         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2329         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2330         parameter.
2331
2332 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2335         (shr-table-vertical-line): New variable.
2336         (shr-insert-table): Use it.
2337
2338 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * gnus-html.el (gnus-html-wash-images): Don't display images if
2341         gnus-inhibit-images is non-nil; register displayer for cid images.
2342         (gnus-html-display-image): Work for cid image.
2343         (gnus-html-insert-image): Allow arguments.
2344         (gnus-html-put-image): Inhibit read-only.
2345         (gnus-html-prefetch-images): Don't prefetch images if
2346         gnus-inhibit-images is non-nil.
2347
2348 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * shr.el (shr-put-image): Break lines when inserting big pictures.
2351
2352 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2353
2354         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2355         sender, thanks Katsumi Yamaoka.
2356
2357 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2358
2359         * nnir.el (nnir-run-imap): Reverse the article list for each group
2360         rather than the whole list.
2361
2362 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * shr.el (shr-image-displayer): Protect function against non-existent
2365         image source.
2366
2367         * gnus-art.el (gnus-inhibit-images): New user option.
2368         (gnus-mime-display-single): Don't display image if it is non-nil.
2369
2370         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2371         gnus-inhibit-images.
2372
2373         * shr.el (shr-image-displayer): New function.
2374         (shr-tag-img): Use it.
2375
2376 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2377
2378         * mml2015.el (mml2015-epg-sign): Use From header.
2379
2380 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2383
2384         * gnus-util.el (gnus-find-text-property-region): Return markers.
2385
2386         * shr.el (shr-tag-img): Put a displayer in the text property.
2387
2388         * gnus-util.el (gnus-find-text-property-region): New utility function.
2389
2390         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2391         (gnus-html-show-images): Remove.
2392
2393         * gnus-art.el (gnus-article-show-images): New, more general function.
2394
2395         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2396         image url text properties.
2397
2398         * shr.el: Ditto.
2399
2400         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2401         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2402
2403 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2406         work for two or more articles.
2407
2408 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2411         divide an image that's in an html article to two or more when washing
2412         non-ASCII characters in alt text of it.
2413
2414 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2417         smime-decrypt-region using function argument.
2418         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2419
2420         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2421
2422         * smime.el (smime-decrypt-region): Catch it.
2423
2424 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2425
2426         * smime.el (smime-mode-map): Move initialization into declaration.
2427         (gnus-run-mode-hooks): Don't autoload.
2428         (smime-mode): Use define-derived-mode.
2429
2430 2010-11-11  Glenn Morris  <rgm@gnu.org>
2431
2432         * smime.el (from): Restrict declaration to XEmacs.
2433
2434         * nnir.el (gnus-group-topic-name): Autoload.
2435
2436 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * shr.el (shr-insert): Don't break long line if it is because of
2439         kinsoku-bol characters in the line end.
2440
2441 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2442
2443         * nnir.el (nnir-request-move-article): Fix to provide original group
2444         and subject.
2445         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2446         been retrieved.
2447
2448         * gnus-sum.el (gnus-summary-move-article): Use original group and
2449         subject for virtual articles such as those in an nnir summary buffer.
2450
2451 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2454         least 21.5).
2455
2456         * smime.el (from): Declare it again for XEmacs.
2457
2458 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * message.el (message-resend): Don't disable encoding unless it's
2461         already encoded.
2462
2463         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2464         low-numbered articles.
2465
2466 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * rfc2047.el (rfc2047-syntax-table): Simplify.
2469
2470         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2471
2472         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2473         set-char-table-range for XEmacs.
2474
2475 2010-11-10  Glenn Morris  <rgm@gnu.org>
2476
2477         * time-date.el (time-to-seconds): Always an alias on Emacs,
2478         never a real function.
2479         (with-no-warnings): Remove compat stub, now unused.
2480         (time-less-p): Doc fix.
2481         (time-to-number-of-days): Simplify.
2482
2483         * smime.el (from): Remove unused declaration.
2484
2485         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2486         (gnus-float-time): On Emacs, always an alias.
2487
2488         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2489         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2490
2491 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * dgnushack.el: Don't use ignore-errors in the top level form since it
2494         is unavailable in XEmacs even if cl is loaded.
2495
2496         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2497
2498 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * shr.el (browse-url-mailto): Autoload.
2501
2502         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2503
2504         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2505         regexp doesn't need quoting.
2506
2507 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2508
2509         * message.el (message-subject-trailing-was-ask-regexp)
2510         (message-subject-trailing-was-regexp): Match was: in addition to was.
2511
2512 2010-11-09  Glenn Morris  <rgm@gnu.org>
2513
2514         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2515         (nnbabyl-check-mbox): Use point-at-bol.
2516
2517 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2520
2521         * message.el (message-mailto): New function.
2522         (message-mailto): Should accept other parameters.
2523         (message-mailto): Remove since it duplicates browse-url-mailto
2524         functionality.
2525
2526 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2529         methods.
2530         (gnus-read-active-file): Ditto.
2531
2532         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2533         ": " from the prompt.
2534         (gnus-group-make-group): Ditto.
2535
2536 2010-11-07  Glenn Morris  <rgm@gnu.org>
2537
2538         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2539         (gnus-bookmark-kill-line): Use point-at-eol.
2540
2541 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2544         asterisks in From header.
2545
2546 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2549         string to avoid making the From headers syntactically invalid.
2550
2551         * message.el (message-send-mail): Don't insert courtesy messages if the
2552         message already has List-Post and List-ID messages.
2553
2554 2010-11-06  Glenn Morris  <rgm@gnu.org>
2555
2556         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2557         `condition', `type', `length' a prefix.
2558         (gnus-treat-predicate): Update for above name changes.
2559
2560 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2561
2562         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2563         binding.  Handled by `gnus-summary-refer-thread' instead.
2564         (nnir-warp-to-article): New backend function.
2565
2566         * nnimap.el (nnimap-request-thread): Force dependency updating.
2567
2568         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2569         (gnus-summary-refer-thread): Rework to improve thread-referral.
2570
2571         * gnus-int.el (gnus-warp-to-article): New function.
2572
2573         * gnus-sum.el (gnus-summary-article-map): Bind it.
2574
2575 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2576
2577         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2578         gnus-summary-refer-thread.
2579
2580         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2581         headers.
2582         (gnus-summary-limit-include-thread): Prevent articles in thread from
2583         being cut in gnus-cut-threads.
2584         (gnus-summary-refer-thread): Limit retrieved headers to those in
2585         thread.
2586
2587 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * message.el (message-send-mail): Use the value of
2590         message-courtesy-message from the message buffer.
2591
2592         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2593
2594         * shr.el (shr-browse-url): Implement mailto: URLs.
2595
2596         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2597         "raw".
2598
2599         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2600         if it's already selected.
2601
2602         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2603
2604 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2607         to measure the length and truncate alt text.
2608
2609 2010-11-03  Glenn Morris  <rgm@gnu.org>
2610
2611         * nndiary.el (nndiary-generate-nov-databases-1)
2612         (nndiary-generate-active-info): Rename dynamic variable `files' to
2613         something less generic.
2614
2615 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2616
2617         * nnir.el (nnir-request-move-article): Call the underlying backend to
2618         move articles from nnir.
2619
2620 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2623
2624 2010-11-02  Julien Danjou  <julien@danjou.info>
2625
2626         * nnir.el: Remove wais support.
2627
2628 2010-11-02  Glenn Morris  <rgm@gnu.org>
2629
2630         * gnus-html.el: Reorder requirements to quieten compiler.
2631
2632 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2635         properly for XEmacs as well.
2636         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2637         (gnus-article-natural-long-line-p): Use window-width rather than
2638         frame-width.
2639
2640 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2641
2642         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2643         (nnir-read-parms): Don't modify query.
2644         (nnir-run-query): Add ability to search topic on current line.
2645         (nnir-get-active): Clean up.
2646
2647 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2650         degenerate articles.
2651
2652         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2653         (gnus-print-buffer): Just print the buffer as is, without any copying
2654         to a buffer and then re-highlighting.
2655
2656         * nnimap.el (nnimap-request-group): Store the new updated info.
2657         (nnimap-request-group): Select the group when we don't know whether it
2658         exists or not.
2659
2660         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2661         groups.
2662
2663         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2664         groups.
2665
2666         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2667         groups.
2668
2669         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2670         long-lines case by only filling the long lines.
2671
2672         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2673         (bug #7311).
2674
2675 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * shr.el: No need to declare `declare-function' since shr.el is for
2678         only Emacsen that provide `libxml-parse-html-region'.
2679
2680         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2681         effective only in a file it is referred to.
2682
2683 2010-11-01  Glenn Morris  <rgm@gnu.org>
2684
2685         * mm-util.el (gnus-completing-read): Autoload.
2686         (mm-read-coding-system): Simplify Emacs definition.
2687
2688         * nnmail.el (gnus-activate-group):
2689         * nnimap.el (gnutls-negotiate):
2690         * nntp.el (netrc-parse): Fix declarations.
2691
2692 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2695         string-match-p in Emacs >=23.
2696
2697         * gnus-msg.el (gnus-configure-posting-styles)
2698         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2699
2700 2010-11-01  Glenn Morris  <rgm@gnu.org>
2701
2702         * nnir.el (declare-function): Add compat stub.
2703         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2704         (nnir-run-gmane): Require 'mm-url.
2705
2706         * mm-util.el (mm-string-to-multibyte): Simplify.
2707
2708         * shr.el (declare-function): Add compat stub.
2709         (url-cache-create-filename): Declare.
2710         (mm-disable-multibyte, widget-convert-button): Autoload.
2711
2712         * smime.el (ldap-search): Declare.
2713         (smime-cert-by-ldap-1): Require ldap on Emacs.
2714
2715         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2716         (nnimap-keepalive): Use gnus-float-time.
2717
2718         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2719         (mail-source-delete-crash-box): Use gnus-float-time.
2720
2721         * gnus-dired.el (gnus-completing-read): Autoload.
2722
2723         * mm-view.el (gnus-rescale-image): Autoload.
2724
2725         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2726
2727         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2728
2729         * sieve-manage.el: Require 'cl when compiling.
2730
2731         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2732         (gnus-iswitchb-completing-read): Require iswitchb.
2733         (gnus-select-frame-set-input-focus): Silence compiler.
2734
2735 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * message.el (message-subject-trailing-was-query): Change default to t,
2738         since I think that's what most people want.
2739
2740         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2741         appending for easier debugging.
2742         (nnimap-wait-for-connection): Take a regexp.
2743         (nnimap-request-accept-article): Wait for the continuation line before
2744         sending anything unless we're streaming.
2745
2746         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2747         leave the header washing to take place.
2748
2749 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2750
2751         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2752         regular expression match and replace in posting styles.
2753
2754 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2755
2756         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2757         an entire server.
2758         (nnir-get-active): New function.
2759         (nnir-run-imap): Use it.
2760         (nnir-run-gmane): Who knew, gmane search returns an article score!
2761
2762         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2763         server on the current line with nnir.
2764
2765 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2768         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2769         left edge.
2770         (gnus-article-foldable-buffer): Skip past the prefix when determining
2771         raggedness.
2772
2773         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2774         the raw article, and change `C-u g' to show the article without doing
2775         treatments.
2776
2777         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2778         on to `gnus-treat-article'.
2779         (gnus-inhibit-article-treatments): New variable.
2780
2781         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2782
2783         * gnus-art.el (gnus-treatment-function-alist): Have
2784         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2785         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2786         sections.
2787
2788         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2789         parameter.
2790         (gnus-article-fill-cited-long-lines): New function.
2791         (gnus-article-fill-cited-article): Allow filling only long sections.
2792
2793         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2794         and non-punctuation (like after the apostrophe in "'We").
2795
2796         * gnus-sum.el (gnus-summary-select-article): Make sure
2797         gnus-original-article-buffer is alive.
2798
2799         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2800         reflect the order they're in in the digest.
2801
2802         * gnus.el (gnus-group-startup-message): Move point to the start of the
2803         buffer.
2804
2805         * nnimap.el (nnimap-capability): New function.
2806         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2807         is set.
2808
2809 2010-10-31  David Engster  <dengste@eml.cc>
2810
2811         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2812         conform with changes to gnus-completing-read.
2813
2814 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2817
2818 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2819
2820         * nnir.el: Move defvar, defcustom around to keep file organized
2821         and keep byte-compiler quiet.
2822         (nnir-read-parms): Accept search-engine as arg.
2823         (nnir-run-query): Pass search-engine as arg.
2824         (nnir-search-engine): Remove.
2825
2826 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * shr.el (shr-generic): The text nodes should be text, not :text.
2829
2830         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2831         later in the file.
2832
2833 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2834
2835         * nnir.el: General clean up.  Allow searching with multiple engines.
2836         Allow separate extra-parameters for each engine.
2837         Batch queries when possible.
2838         (nnir-imap-default-search-key,nnir-method-default-engines):
2839         Add customize interface.
2840         (nnir-run-gmane): New engine.
2841         (nnir-engines): Use it.  Qualify all prompts with engine name.
2842         (nnir-search-engine): Remove global variable.
2843         (nnir-run-hyrex): Restore for now.
2844         (nnir-extra-parms,nnir-search-history): New variables.
2845         (gnus-group-make-nnir-group): Use them.
2846         (nnir-group-server): Remove in favor of gnus-group-server.
2847         (nnir-request-group): Avoid searching twice.
2848         (nnir-sort-groups-by-server): New function.
2849
2850 2010-10-30  Julien Danjou  <julien@danjou.info>
2851
2852         * gnus-group.el: Remove gnus-group-fetch-control.
2853
2854         * gnus-start.el (gnus-find-new-newsgroups):
2855         Remove gnus-check-first-time-used.
2856
2857         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2858
2859 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2860
2861         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2862         set on groups that don't have \* permanentflags.
2863
2864 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2867         control the background color.
2868         (shr-tag-img): Ignore very small web bug type images.
2869         (shr-put-image): Add help-echo alt texts to the images.
2870         (shr-tag-video): Show the video poster image.
2871
2872 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * shr.el (shr-table-depth): New variable.
2875         (shr-tag-table-1): Only insert the images after the top-level table.
2876
2877         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2878
2879         * gnus-util.el (gnus-list-memq-of-list): New function.
2880
2881         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2882         selected.
2883         (nnimap-unsplittable-articles): New slot.
2884         (nnimap-new-articles): Use it.
2885
2886 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2887
2888         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2889         move to the previous line on `M-g'.
2890
2891 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2894         *-request-group, which seems unnecessary.
2895
2896         * nnimap.el (nnimap-quote-specials): Function copied over from
2897         imap.el.
2898         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2899         they support that.  Suggested by Tom Regner.
2900
2901 2010-10-29  Julien Danjou  <julien@danjou.info>
2902
2903         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2904         defalias.
2905         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2906
2907         * gnus.el: Remove `gnus-nntp-service' variable.
2908         (gnus-secondary-servers): Make obsolete.
2909         (gnus-nntp-server): Make obsolete.
2910
2911         * gnus-start.el (gnus-1): Remove x-splash calls.
2912
2913         * gnus-ems.el (gnus-x-splash): Remove.
2914
2915         * gnus.el (gnus-group-startup-message): Simplify/update code.
2916
2917         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2918         definition.
2919
2920         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2921         capability before doing anything.
2922         (gnus-group-insert-group-line): Remove useless
2923         gnus-group-remove-excess-properties.
2924
2925 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2928
2929 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2932         config after reselecting.
2933
2934 2010-10-28  Julien Danjou  <julien@danjou.info>
2935
2936         * shr.el (shr-put-image): Use point even if only inserting text.
2937         (shr-put-image): Save excursion when inserting alt text on non-graphic
2938         display, so the behaviour is the same when we are on a graphic display.
2939
2940         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2941
2942 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2945         (gnus-mime-copy-part): Check coding system, not charset.
2946         (gnus-mime-view-part-externally): Never remove part.
2947         (gnus-mime-view-part-internally): Don't remove part here.
2948         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2949         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2950         multipart/alternative.
2951
2952         * mm-decode.el (mm-display-part): Take optional arg `force'.
2953
2954 2010-10-26  Julien Danjou  <julien@danjou.info>
2955
2956         * gnus-group.el (gnus-group-default-list-level): Add this function to
2957         compute the default list level.
2958         (gnus-group-default-list-level): Add possibility to use a function.
2959
2960 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2963
2964         * gnus-group.el (gnus-group-completing-read)
2965         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2966         gnus-replace-in-string.
2967
2968 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * shr.el (shr-tag-div): Add.
2971
2972         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2973
2974 2010-10-25  Julien Danjou  <julien@danjou.info>
2975
2976         * gnus-util.el: Remove `gnus-with-local-quit'.
2977
2978         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2979
2980 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2983         the original article buffer.
2984
2985 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * nnimap.el (nnimap-request-head): New function.
2988         (nnimap-request-move-article): Try to be slighly faster by not
2989         requesting the entire message when moving.
2990         (nnimap-transform-headers): Don't bug out on bodiless articles.
2991         (nnimap-send-command): Have no outstanding messages if the IMAP server
2992         doesn't support streaming.
2993         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2994
2995 2010-10-24  Julien Danjou  <julien@danjou.info>
2996
2997         * message.el (message-default-headers): Fix type.
2998
2999 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3002         prefetching images.
3003
3004         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3005         backend for unknown groups.  This is mainly useful for nnimap groups.
3006
3007         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3008         group isn't covered by the agent.
3009
3010 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3011
3012         * nnir.el (nnir-method-default-engines): New variable.
3013         (nnir-run-query): Use it.
3014         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3015         (gnus-summary-nnir-goto-thread): Change group if needed.
3016
3017         * gnus-group.el (gnus-group-group-map): Add key binding for
3018         gnus-group-make-nnir-group.
3019
3020 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * shr.el (shr-tag-object): Add.
3023
3024         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3025         original article buffer live.
3026         (gnus-summary-select-article-buffer):
3027         Mention gnus-widen-article-buffer.
3028
3029 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * shr.el (shr-tag-strong): Add.
3032
3033 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3036         group names.  They mess up the group buffer badly.
3037
3038         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3039
3040         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3041         instead of the summary one.
3042
3043 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * mml.el (mml-preview): Work properly when editing article.
3046
3047         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3048         gnus-have-read-active-file if it's already been in.
3049
3050 2010-10-22  Tom Tromey  <tromey@redhat.com>
3051
3052         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3053         gnus-group-completing-read.
3054
3055 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * message.el (message-mode-map): Don't bind M-; to comment region, to
3058         allow the global comment-dwim to work.
3059
3060 2010-10-21  Julien Danjou  <julien@danjou.info>
3061
3062         * message.el (message-setup-1): Allow message-default-headers to be a
3063         function.
3064
3065 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * shr.el (shr-tag-table): Simplify.
3068
3069 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3072         to avoid trying to snarf invalid stuff.
3073
3074         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3075
3076         * gnus.el (gnus-message-archive-group): Quote value.
3077         (gnus-message-archive-group): Mark as changed.
3078
3079         * shr.el (shr-add-font): Don't put the font properties on the newline
3080         or the indentation.
3081
3082         * message.el (message-fix-before-sending): Change options when sending
3083         non-printable characters.
3084
3085         * gnus.el (gnus-message-archive-method): Change the default to
3086         monthly outgoing groups.
3087
3088         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3089         that have gotten new numbers.
3090
3091         * nnimap.el (nnimap-request-replace-article): New function.
3092
3093 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3096         (nnrss-request-article): Don't use special html washing code.
3097
3098 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * shr.el (shr-tag-table): Remove useless nconc.
3101
3102 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus-art.el (article-wash-html): Simplify and remove the charset
3105         stuff.  Use the normal html rendering code instead of the special html
3106         washing code.
3107
3108         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3109         `gnus-w3m' symbols.
3110         (mm-text-html-washer-alist): Remove.
3111
3112         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3113         (mm-inline-media-tests): Remove use.
3114         (mm-text-html-renderer): Change default to the `shr' symbol.
3115
3116         * mm-view.el (mm-inline-text-html): Remove use.
3117
3118         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3119         `gnus-blocked-images' to be a function.
3120         (gnus-article-wash-function): Remove.
3121
3122 2010-10-20  Julien Danjou  <julien@danjou.info>
3123
3124         * spam.el (spam-list-of-processors): Mark as obsolete.
3125
3126         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3127         (nnimap-insert-partial-structure): Fix boundary detection.
3128
3129 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3130
3131         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3132         run file-truename on remote files.  This can be expensive and even
3133         prevent one from editing drafts if some unrelated buffer has a stale
3134         connection.
3135
3136 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3139         kinsoku-eol regardless of shr-kinsoku-shorten.
3140         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3141         (shr-tag-table): Support caption, thead, and tfoot.
3142
3143 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3146         lines.
3147         (shr-save-contents): New command and keystroke.
3148
3149         * nndoc.el (nndoc-type-alist): Add git support.
3150         (nndoc-git-type-p): New function.
3151         (nndoc-transform-git-article): Ditto.
3152         (nndoc-transform-git-headers): Ditto.
3153         (nndoc-transform-git-headers): Generate Subject headers.
3154
3155         * shr.el (shr-parse-style): New function.
3156         (shr-tag-span): Ditto.
3157
3158         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3159         to `G G' to avoid collisions.
3160
3161 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * shr.el: Load kinsoku if necessary.
3164         (shr-kinsoku-shorten): New internal variable.
3165         (shr-find-fill-point): Make kinsoku shorten text line if
3166         shr-kinsoku-shorten is bound to non-nil.
3167         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3168         shr-indentation too when testing if table is wider than frame width.
3169         (shr-insert-table): Use `string-width' instead of `length' to measure
3170         text width.
3171         (shr-insert-table-ruler): Make sure indentation is done at bol.
3172
3173 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3174
3175         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3176         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3177         undecoded network data.
3178
3179 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3182         name in the mode line spec so that the mode line menu works
3183         (bug #2431).
3184
3185         * message.el (message-get-reply-headers): If we're fed `to-address',
3186         then always use that.
3187
3188         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3189         aren't so wide as to need to switch off the edit menu.
3190
3191         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3192         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3193
3194         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3195         `M-g'.
3196         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3197         the permanent marks.
3198
3199 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3200
3201         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3202         Splitting according to references/in-reply-to obeys the ignore-groups
3203         variable, while splitting by sender and subject do not.
3204
3205 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3208         alist, so that we can look for non-Unicode chars.
3209         (article-translate-strings): Allow both character and string maps.
3210
3211 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * shr.el (shr-insert): Don't insert space behind a wide character
3214         categorized as kinsoku-bol, or between characters both categorized as
3215         nospace.
3216
3217 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3218
3219         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3220         headers to gnus-newsgroup-headers.
3221
3222 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * shr.el (shr-tag-img): Don't align images -- since we're not
3225         rescaling, this often leads to ugly displays.
3226
3227 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3228
3229         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3230         duplicates.
3231
3232 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3233
3234         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3235         call.
3236
3237 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus.el: Autoload gnus-html-show-images.
3240
3241         * nnimap.el: Use nnheader-message throughout.
3242
3243         * shr.el (shr-tag-img): Ignore images with no data.
3244
3245 2010-10-15  Julien Danjou  <julien@danjou.info>
3246
3247         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3248         a possibility to disable format=flow encoding when using hard newlines.
3249
3250 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * shr.el (shr-insert): Remove space inserted before or after a
3253         breakable character or at the beginning or the end of a line.
3254         (shr-find-fill-point): Do kinsoku; find the second best point or give
3255         it up if there's no breakable point.
3256
3257 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * nnimap.el (nnimap-open-connection): Message when opening connection
3260         for debugging purposes.
3261
3262         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3263         on every setup buffer call to allow this to change from article to
3264         article.
3265
3266         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3267         buffers where we have a wide table.
3268
3269 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3270
3271         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3272         uses *-request-thread.
3273
3274 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3275
3276         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3277         incantation, which is no longer valid.
3278
3279 2010-10-14  Julien Danjou  <julien@danjou.info>
3280
3281         * shr.el: Fix defcustom type (char -> character).
3282
3283 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3286         programs.
3287
3288 2010-10-14  Julien Danjou  <julien@danjou.info>
3289
3290         * shr.el (shr-tag-a): Use url-link as widget type.
3291
3292         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3293         `gnus-group-get-icon'.
3294
3295 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3298         This should make server editing work better.
3299
3300         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3301
3302         * tls.el (tls-program): Remove spurious %s from openssl.
3303
3304         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3305         (nnimap-parse-flags): Fix regexp.
3306
3307         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3308         probably work for CJVK text, too.
3309
3310         * nnimap.el (nnimap-extend-tls-programs): Remove.
3311         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3312
3313         * tls.el (tls-starttls-switches): Remove starttls hack.
3314         (open-tls-stream): Ditto.
3315         (tls-find-starttls-argument): Ditto.
3316
3317 2010-10-13  Julien Danjou  <julien@danjou.info>
3318
3319         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3320         responses.
3321
3322 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3325
3326         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3327         anything in Emacs.
3328
3329         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3330
3331 2010-10-13  Julien Danjou  <julien@danjou.info>
3332
3333         * shr.el (shr-width): Make shr-width a defcustom with default to
3334         fill-column.
3335         (shr-tag-img): Use shr-width rather than fill-column.
3336
3337 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * dgnushack.el (byte-optimize-apply)
3340         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3341
3342         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3343         position when (X-)Faces exist.
3344         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3345         avatars when called interactively.
3346
3347 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3350         gnus-article-x-face-too-ugly is bound.
3351
3352 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3355
3356         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3357         mailbox that doesn't exist.
3358
3359 2010-10-12  Julien Danjou  <julien@danjou.info>
3360
3361         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3362         (shr-get-image-data): Encode URL properly when fetching from cache.
3363         (shr-tag-img): Use aligned-to spaces to align correctly images.
3364
3365         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3366         before inserting the Gravatar.
3367
3368         * shr.el (shr-tag-img): Add align attribute support for <img>.
3369
3370 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * gnus-gravatar.el (gnus-art): Require.
3373
3374         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3375         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3376         Remove long obsoleted functions.
3377
3378 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3381
3382         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3383
3384         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3385         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3386         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3387         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3388         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3389         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3390         * sieve-manage.el, smime.el, spam.el:
3391         Fix comment for declare-function.
3392
3393 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * nnimap.el (nnimap-request-rename-group): Select group read-only
3396         before renaming it.
3397
3398         * shr.el (shr-insert): Fix up the white space only regexp.
3399
3400         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3401         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3402
3403         * shr.el (shr-current-column): New function.
3404         (shr-find-fill-point): New function.
3405
3406 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3407
3408         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3409         numbers.
3410
3411 2010-10-11  Julien Danjou  <julien@danjou.info>
3412
3413         * shr.el (shr-hr-line): Add.
3414         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3415         display hr lines.
3416         (shr-max-columns): Do not change state to nil if we just inserting
3417         spaces.
3418
3419 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3422         select the last group.
3423
3424 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3425
3426         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3427
3428 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3429
3430         * dig.el (dig-mode-map): Declare and define in one step.
3431
3432 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3435         for Gnus.
3436         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3437         (nnimap-update-qresync-info): Mark \Seen articles as read.
3438
3439         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3440         non-variable, too.
3441
3442         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3443         available.
3444         (nnimap-update-info): Rely more on the current active than the param
3445         active to avoid marking articles as read too much.
3446
3447         * auth-source.el (auth-source-create): Use (user-login-name) for the
3448         user name default.
3449
3450         * nnimap.el (nnimap-update-info): If the server doesn't return any
3451         useful info, just use the previous info.
3452         (nnimap-update-info): Prefer old info over start-article.
3453         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3454
3455 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3456
3457         * nnir.el (autoload): Clean up autoloads.
3458         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3459         Use key rather than value.
3460         (nnir-imap-search-other): New variable.
3461         (nnir-read-parm): Use it.
3462         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3463         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3464
3465 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3466
3467         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3468         the process, too.
3469
3470 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * spam.el (gnus-summary-mode-map): Bind to "$".
3473         Suggested by Russ Allbery.
3474
3475         * shr.el: Rework the way things are indented by <li> slightly.
3476
3477         * gnus.el (gnus-group-set-parameter): Fix typo.
3478
3479         * nnimap.el: Start implementing QRESYNC support.
3480
3481 2010-10-09  Julien Danjou  <julien@danjou.info>
3482
3483         * nnir.el (nnir-engines): Fix too many arguments.
3484
3485 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3488         group is the "last", so that the backends like nnfolder actually save
3489         their folders.
3490
3491         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3492         try to use that for the tls stream.
3493         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3494         UIDVALIDITY and find out which groups are read-only and not.
3495         (nnimap-get-flags): Use the same marks parsing code as the rest of
3496         nnimap.
3497
3498 2010-10-09  Julien Danjou  <julien@danjou.info>
3499
3500         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3501
3502         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3503         retrieving gravatars.
3504
3505         * shr.el (shr-table-corner): Add.
3506         (shr-table-line): Add.
3507         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3508
3509 2010-10-08  Julien Danjou  <julien@danjou.info>
3510
3511         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3512
3513 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3514
3515         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3516
3517         * gnus-sum.el (gnus-mark-article-as-unread)
3518         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3519         (gnus-summary-set-bookmark): Use it.
3520
3521         * gnus-msg.el (gnus-setup-message): Use it.
3522
3523         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3524
3525         * gnus.el (gnus-group-remove-parameter): Use it.
3526
3527         * gnus-group.el (gnus-group-make-web-group): Use it.
3528
3529         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3530
3531         * nnregistry.el: Update docs to mention manual.
3532
3533         * gnus-registry.el: Update docs to mention nnregistry.el.
3534         (gnus-registry-initialize): Don't install nnregistry refer method
3535         automatically.
3536         (gnus-registry-install-nnregistry): Remove it.
3537
3538 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * shr.el (shr-insert): Don't insert double spaces.
3541
3542 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-gravatar.el (gnus-treat-from-gravatar)
3545         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3546         called interactively.
3547
3548         * gnus-art.el (gnus-mime-view-part-externally)
3549         (gnus-mime-view-part-internally): Make predicate function passed to
3550         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3551         of a mime type.
3552
3553         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3554
3555 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * shr.el (require): Require cl when compiling.
3558         (shr-tag-hr): New function.
3559
3560         * nnimap.el (nnimap-update-info): Remove double setting of high.
3561         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3562         This makes nnimap work properly on Courier again.
3563
3564         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3565         the variable for backwards compatibility.
3566
3567         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3568         the file name before using to avoid setting mm-default-directory to
3569         nil.
3570
3571         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3572         bidning gnus-agent variables.
3573
3574         * shr.el (shr-render-td): Use a cache for the table rendering function
3575         to avoid getting an exponential rendering behaviour in nested tables.
3576         (shr-insert): Rework the line-breaking algorithm.
3577         (shr-insert): Don't leave trailing spaces.
3578         (shr-insert-table): Also insert empty TDs.
3579         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3580
3581 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3582
3583         * gnus-sum.el (gnus-number): Rename from `number'.
3584         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3585         (gnus-summary-limit-children): Update uses correspondingly.
3586
3587 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3590         (gnus-gravatar-transform-address): Don't show avatars of people of
3591         which mail addresses match gnus-gravatar-too-ugly.
3592
3593 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * shr.el (shr-table-widths): Expand TD elements to fill available
3596         space.
3597
3598 2010-10-07  Julien Danjou  <julien@danjou.info>
3599
3600         * nnimap.el (nnimap-request-rename-group): Add this method.
3601
3602 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3605         name from XEmacs' function-arglist.
3606
3607         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3608         gravatar under XEmacs.
3609
3610 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * auth-source.el: Update docs with TODO items.
3613
3614         * gnus-sync.el: Update docs to explain state and plans.
3615
3616         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3617         Hooks for mark updates.
3618         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3619
3620         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3621         hooks with arguments, which is needed for mark update hooks.
3622
3623 2010-10-06  Julien Danjou  <julien@danjou.info>
3624
3625         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3626         was matched.
3627
3628         * sieve-manage.el: Update example in `Commentary'.
3629
3630         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3631
3632         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3633         not 2000.
3634         (sieve-manage-authenticate): Re-add function.
3635
3636 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * shr.el (shr-insert): Get 'space transition right.
3639         (shr-render-td): Only delete space at the end of the TD.
3640
3641         * nnimap.el (nnimap-open-connection): Prepare to support
3642         open-gnutls-stream.
3643
3644         * shr.el: Rearrange function order to be more logical.
3645
3646 2010-10-06  Julien Danjou  <julien@danjou.info>
3647
3648         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3649         (nnrss-discover-feed): Remove 404 URL in docstring.
3650
3651         * nnir.el: Fix Swish-E URL.
3652         Fix Namazu URL.
3653
3654         * message.el (message-change-subject): Remove 404 URL in a comment.
3655
3656 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3659         called interactively.
3660
3661         * gnus-util.el (gnus-remove-if): Allow hash table.
3662         (gnus-remove-if-not): New function.
3663
3664         * gnus-art.el (gnus-mime-view-part-as-type)
3665         * gnus-score.el (gnus-summary-score-effect)
3666         * gnus-sum.el (gnus-read-move-group-name):
3667         Replace remove-if-not with gnus-remove-if-not.
3668
3669         * gnus-group.el (gnus-group-completing-read):
3670         Regard collection as a hash table if it is not a list.
3671
3672 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3675
3676         * shr.el: Document the table-rendering algorithm.
3677
3678 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3681         for Emacsen having no `libxml-parse-html-region' support.
3682
3683 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3686         invalid URLs.
3687
3688         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3689         line-broken.
3690         (shr-tag-img): Ignore image fetching errors.
3691         (shr-overlays-in-region): Compute overlay positions correctly.
3692
3693         * mm-decode.el (mm-shr): Require shr.
3694
3695         * gnus-art.el (gnus-blocked-images): Move variable here.
3696
3697         * shr.el (shr-insert-table): Bind free variable.
3698
3699         * mm-decode.el (mm-shr): Bind shr-content-function.
3700
3701         * shr.el (shr-content-function): New variable.
3702
3703         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3704         added for symmetry.
3705
3706         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3707
3708         * gnus-group.el (gnus-group-make-group): Doc fix.
3709
3710         * nnimap.el (nnimap-request-newgroups): Return success.
3711
3712         * shr.el (shr-find-elements): New function.
3713         (shr-tag-table): Put all the images after the table.
3714         (shr-tag-table): Really inhibit images inside the table.
3715         (shr-collect-overlays): Copy over overlays from the TD elements to the
3716         main document.
3717
3718         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3719         gnus-blocked-images.
3720
3721 2010-10-05  Julien Danjou  <julien@danjou.info>
3722
3723         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3724
3725         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3726         (gnus-html-maximum-image-size): Add this function.
3727         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3728
3729         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3730         server-value of the capability is nil.
3731
3732 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * shr.el (shr-tag-em): Add <EM> tag.
3735
3736 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3737
3738         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3739         customizable.
3740
3741         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3742         handing broken links to browse-url.
3743
3744 2010-10-05  Julien Danjou  <julien@danjou.info>
3745
3746         * gnus-util.el (gnus-emacs-completing-read)
3747         (gnus-iswitchb-completing-read): Use autoload rather than require.
3748
3749 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3752         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3753         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3754         iswitchb-temp-buflist for XEmacs.
3755
3756         * gnus-util.el (gnus-completing-read-function): Exclude
3757         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3758         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3759         XEmacs.
3760
3761         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3762         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3763
3764         * gnus-html.el: Don't require help-fns under XEmacs.
3765         (gnus-html-schedule-image-fetching): Work for XEmacs.
3766
3767         * mm-decode.el (mm-shr): Decode contents by charset.
3768
3769 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3772         unknown.
3773
3774         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3775         (shr-get-image-data): Ensure against the cache file missing.
3776
3777         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3778         for data.
3779
3780         * spam-report.el (spam-report-url-ping-plain): Don't query about
3781         killing the process.
3782
3783         * shr.el (shr-render-td): Protect against too-wide text.
3784
3785 2010-10-04  Julien Danjou  <julien@danjou.info>
3786
3787         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3788         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3789
3790         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3791         retrieved.
3792
3793 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * shr.el (browse-url): Require.
3796         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3797         lines.
3798         (shr-show-alt-text, shr-browse-image): New commands.
3799         (shr-browse-url, shr-copy-url): New commands.
3800
3801         * gnus-sum.el (gnus-widen-article-window): New variable.
3802         (gnus-summary-select-article-buffer): Use it.
3803
3804         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3805         without @ signs.
3806
3807 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3808
3809         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3810
3811 2010-10-04  Julien Danjou  <julien@danjou.info>
3812
3813         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3814         for XEmacs.
3815
3816 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3819
3820         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3821         (nnimap-close-server): Implement.
3822
3823         * dgnushack.el (iswitchb): Require to shut up the compiler.
3824
3825         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3826         (shr-insert): Tweak line breaking.
3827         (shr-insert): Handle <pre> better.
3828         (shr-tag-li): Get <li> indentation right.
3829         (shr-tag-li): Get <li> indentation even righter.
3830         (shr-tag-blockquote): Ensure paragraph start.
3831         (shr-make-table): Tweak table generation.
3832         (shr-make-table): Fix typo.
3833
3834         * shr.el: Implement table rendering.
3835
3836 2010-10-04  Julien Danjou  <julien@danjou.info>
3837
3838         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3839
3840 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * shr.el (shr-insert): Use string anchors instead of line anchors.
3843
3844 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * shr.el: Add headings.
3847         (shr-ensure-paragraph): Actually work.
3848         (shr-tag-li): Make <ul> prettier.
3849         (shr-insert): Get white space at the beginning/end of elements right.
3850         (shr-tag-p): Collapse subsequent <p>s.
3851         (shr-ensure-paragraph): Don't insert double line feeds after blank
3852         lines.
3853         (shr-insert): \t is also space.
3854         (shr-tag-s): Fix "s" tag name function.
3855         (shr-tag-s): Fix face prop name.
3856
3857 2010-10-03  Julien Danjou  <julien@danjou.info>
3858
3859         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3860
3861         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3862         gnus-window-inside-pixel-edges.
3863
3864         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3865         gnus-ems.
3866
3867         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3868
3869         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3870         function.
3871
3872         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3873         resize choice.
3874
3875 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3878         beginning of the buffer.
3879
3880         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3881         article buffer again.
3882
3883         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3884
3885         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3886         when it's at the start of the buffer.
3887
3888         * shr.el (shr-tag-blockquote): Convert name.
3889         (shr-rescale-image): Use the right image-size variant.
3890
3891         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3892         buffer isn't shown, then select the current article first instead of
3893         bugging out.
3894         (gnus-summary-select-article-buffer): Show both the article and summary
3895         buffers again.
3896
3897         * shr.el (shr-fontize-cont): Protect against regions with no text.
3898         Rename tag functions to shr-tag-* for enhanced security.
3899         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3900
3901 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3902
3903         * shr.el (shr-insert):
3904         * pop3.el (pop3-movemail):
3905         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3906         loaded.
3907
3908 2010-10-03  Glenn Morris  <rgm@gnu.org>
3909
3910         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3911
3912         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3913
3914         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3915
3916         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3917
3918         * gnus-util.el (gnus-make-local-hook): Simplify.
3919
3920 2010-10-02  Julien Danjou  <julien@danjou.info>
3921
3922         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3923         (gnus-ido-completing-read): New function.
3924         (gnus-emacs-completing-read): New function.
3925         (gnus-completing-read): Use gnus-completing-read-function.
3926         Add gnus-completing-read-function.
3927
3928 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * shr.el (shr-insert-document): Autoload.
3931         (shr-img): Be silent.
3932         (shr-insert): Add a newline after every picture before text.
3933         (shr-add-font): Use overlays for combining faces.
3934         (shr-insert): Pass upwards the text start point.
3935
3936         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3937         possible.
3938         (mm-shr): New function.
3939
3940 2010-10-02  Julien Danjou  <julien@danjou.info>
3941
3942         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3943         should go backward.
3944
3945 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3946
3947         * shr.el (shr): Fix typo in provide call.
3948
3949 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * shr.el: New file.
3952
3953         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3954
3955         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3956         completing read.
3957
3958 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3961         we're being queried about.  Suggested by Dan Jacobson.
3962
3963         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3964         Suggested by Jason Eisner.
3965
3966         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3967         table, too.  Suggested by Stefan Wiens.
3968         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3969         the table unnecessary.  Suggested by Stefan Wiens.
3970
3971         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3972         longer needed, and probably doesn't work either, as pointed out by
3973         Stefan Wiens.
3974         (gnus-summary-exit): Remove call to the clearing function.
3975         (gnus-summary-exit-no-update): Ditto.
3976
3977         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3978         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3979         Reported by Stefan Monnier.
3980         (gnus-summary-save-in-rmail): Ditto.
3981
3982         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3983         article buffer, instead of both the article buffer and the summary
3984         buffer.  Sort of suggested by Dan Jacobson.
3985
3986         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3987
3988         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3989         Suggested by Dan Jacobson.
3990
3991         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3992         documentation clearer.
3993
3994         * message.el (message-shorten-references): Comment on the number "21".
3995         Suggested by Stefan Monnier.
3996
3997         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3998         Suggested by Dan Jacobson.
3999
4000         * gnus.el (gnus-large-newsgroup):
4001         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4002
4003         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4004         externalize attachments.  Bug reported by Steve Wen.
4005
4006         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4007         really message anything to the user.
4008
4009         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4010         directly.
4011
4012         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4013         messages in empty groups.
4014
4015 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4016
4017         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4018         non-UIDNEXT group.
4019
4020 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4023         not the value from the collection.
4024
4025         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4026         values.  This sometimes happens on some groups that have no info.
4027         (nnimap-request-newgroups): New function.
4028
4029 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4032         check into `gnus-registry-initialize'.
4033         (gnus-registry-initialize): Ditto.
4034         Fix and extend header docs.
4035
4036 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4039         regexp backtrace overflows.
4040
4041         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4042         for starttls that tls.el implements; i.e. openssl.
4043
4044         * tls.el (tls-starttls-switches): Give up on using starttls with
4045         gnutls-cli.
4046         (tls-program): Add --insecure to be consistent with the defaults from
4047         openssl s_client.  Now all three commands are insecure.
4048
4049 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * lpath.el: Bind completion-styles-alist for XEmacs.
4052
4053         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4054         (gravatar-create-image): New function that's an alias to
4055         gnus-xmas-create-image, gnus-create-image, or create-image.
4056         (gravatar-data->image): Use it.
4057
4058 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4061         install the nnregistry refer method.
4062         (gnus-registry-install-hooks): Use it.
4063         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4064         unfollowed groups.
4065
4066 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4067
4068         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4069         expanding threads.
4070
4071 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * nnir.el: Use the server names without suffixes (bug #7009).
4074
4075         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4076         unencrypted to STARTTLS, if possible.
4077
4078 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4079
4080         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4081         headers before superseding.
4082
4083 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * nnrss.el (nnrss-use-local): Add documentation.
4086
4087         * nnimap.el (nnimap-extend-tls-programs): New function.
4088         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4089         (nnimap-wait-for-connection): Accept the greeting from the stupid
4090         output from openssl s_client -starttls, too.
4091
4092         * tls.el (tls-starttls-switches): New variable.
4093         (tls-find-starttls-argument): Use it.
4094         (open-tls-stream): Ditto.
4095
4096         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4097         (netrc-machine): Ditto.
4098
4099         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4100         article number.
4101         (nnimap-split-fancy): New variable.
4102         (nnimap-split-incoming-mail): Use it.
4103
4104         * nntp.el (nntp-server-list-active-group): Document.
4105
4106         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4107         SELECT to get the message-id.
4108
4109         * mail-source.el (mail-sources): Remove webmail support.
4110         (defvar): Ditto.
4111         (mail-source-fetcher-alist): Ditto.
4112         (mail-source-fetch-webmail): Remove.
4113
4114         * webmail.el: Remove -- doesn't seem relevant any more.
4115
4116         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4117
4118         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4119         the \r.
4120
4121 2010-09-30  Julien Danjou  <julien@danjou.info>
4122
4123         * gnus-agent.el (gnus-agent-add-group): Fix call to
4124         gnus-completing-read.
4125
4126 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * nndoc.el (nndoc-retrieve-groups): New function.
4129
4130         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4131         `default', use nnmail-split-methods.
4132         (nnimap-request-article): Downcase the NILs so that they are nil.
4133
4134         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4135         symbol.
4136
4137         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4138         code, since if the user has requested network, that's what they ought
4139         to get.
4140         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4141         (nnimap-split-rule): Mark as obsolete.
4142
4143         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4144         New variable.
4145
4146         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4147         correct slot, too.
4148
4149 2010-09-29  Julien Danjou  <julien@danjou.info>
4150
4151         * gnus.el (gnus-local-domain): Declare variable obsolete.
4152
4153         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4154         Fix history computing.
4155         (gnus-ido-completing-read): Require ido.
4156
4157 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4160         build Gnus.
4161
4162         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4163         when interpreting the structures.
4164         (nnimap-request-accept-article): Add \r\n to the lines to make this
4165         work with Cyrus.
4166
4167         * nndraft.el (nndraft-request-expire-articles): Use the group name
4168         instead if "nndraft".  Fix found by Nils Ackermann.
4169
4170 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4171
4172         * nnregistry.el: Add.
4173
4174 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4175
4176         * nnmail.el (group, group-art-list, group-art):
4177         Remove unneeded directives.
4178
4179 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4182         (mm-mime-charset)
4183         * rfc2047.el (rfc2047-syntax-table)
4184         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4185
4186         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4187         rather than `insert-file-contents' and `eval-region'.
4188
4189         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4190         construction.
4191
4192         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4193
4194         * time-date.el: No need to require cl for Emacs 21.
4195
4196 2010-09-29  Julien Danjou  <julien@danjou.info>
4197
4198         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4199         replacement of `gnus-gravatar-relief' to mimic
4200         `gnus-faces-properties-alist'.
4201         Add :version property.
4202
4203 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * mail-source.el (mail-source-report-new-mail)
4206         * message.el (message-default-mail-headers)
4207         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4208
4209         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4210
4211 2010-09-28  Julien Danjou  <julien@danjou.info>
4212
4213         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4214         mail-address contains the same string as real-name.
4215
4216         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4217         non-blank in header, otherwise it'll get stripped.
4218
4219         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4220         real-name, and then for mail address rather than doing : or , search.
4221
4222 2010-09-27  Julien Danjou  <julien@danjou.info>
4223
4224         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4225         right completing-read function.
4226         (gnus-use-ido): New variable
4227         (gnus-completing-read-with-default): Remove.
4228         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4229         (gnus-agent-add-group):
4230         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4231         * mm-view.el (mm-view-pkcs7-decrypt):
4232         * mm-util.el (mm-codepage-setup):
4233         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4234         * mml-smime.el (mml-smime-openssl-sign-query):
4235         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4236         (mml-insert-multipart):
4237         * gnus-msg.el (gnus-summary-yank-message):
4238         * gnus-int.el (gnus-start-news-server):
4239         * mm-decode.el (mm-interactively-view-part):
4240         * gnus-dired.el (gnus-dired-attach):
4241         * gnus.el (gnus-read-method):
4242         * gnus-bookmark.el (gnus-bookmark-jump):
4243         * gnus-art.el (gnus-mime-view-part-as-type)
4244         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4245         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4246         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4247         * nnmairix.el (nnmairix-create-server-and-default-group)
4248         (nnmairix-update-groups, nnmairix-get-server)
4249         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4250         (nnmairix-get-group-from-file-path):
4251         * nnrss.el (nnrss-find-rss-via-syndic8):
4252         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4253         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4254         (gnus-group-browse-foreign-server):
4255         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4256         (gnus-summary-execute-command, gnus-summary-respool-article)
4257         (gnus-read-move-group-name):
4258         * gnus-score.el (gnus-summary-increase-score)
4259         (gnus-summary-score-effect):
4260         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4261
4262 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4265         x-focus-frame.
4266
4267         * nnimap.el (auth-source-forget-user-or-password)
4268         (auth-source-user-or-password): Autoload.
4269
4270         * message.el (message-from-style, message-interactive)
4271         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4272         (message-yank-prefix, message-indentation-spaces, message-signature)
4273         (message-signature-file): Add comment.
4274
4275 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4278         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4279         new articles.
4280
4281         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4282         parts.
4283         (nnimap-request-article): Work with the t setting, too.
4284
4285         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4286         that you don't get flashes of other buffers.
4287         (gnus-summary-show-complete-article): Intern before setting.
4288
4289 2010-09-27  David Engster  <dengste@eml.cc>
4290
4291         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4292         well as HEADERS.
4293         (nnmairix-retrieve-headers): Provide new argument for the above.
4294
4295 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-sum.el (gnus-summary-move-article): Don't alter
4298         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4299         group.
4300
4301         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4302
4303         * message.el (message-cite-prefix-regexp): Revert my last edit.
4304
4305         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4306         variable instead of the Gnus variable.
4307
4308         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4309
4310         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4311
4312         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4313         since some servers don't like it.
4314         (nnimap-open-connection): Forget credentials if the server says the
4315         password was wrong.
4316         (nnimap-parse-line): Protect against invalid data.
4317
4318         * gnus-sum.el (gnus-summary-move-article): Add comment.
4319         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4320         nothing alters it while scanning for new messages.
4321
4322         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4323         which may or may not help.
4324         (nnimap-open-connection): If we're doing a stream connection, and then
4325         discover we're on a STARTTLS-capable server, then open a STARTTLS
4326         connection instead.
4327
4328 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * nnimap.el (utf7): Require.
4331
4332         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4333         prefix.
4334
4335 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4336
4337         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4338
4339 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * nnimap.el (nnimap-request-accept-article): Message the error on
4342         error.
4343
4344 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4347
4348 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * nndoc.el (nndoc-request-list): Return success always.
4351
4352         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4353         `fetch-old' -- we only want to fetch the articles we've requested.
4354         The rest are in the agent, probably.
4355         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4356         disappeared server" to something low.  It's not important.
4357
4358         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4359         arrived before the FETCH data.
4360
4361         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4362         target here, because we don't know the Gnus name of the group.
4363
4364         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4365         for the correct group.
4366
4367         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4368
4369         * gnus.el (gnus): Give a final warning after startup.
4370
4371         * gnus-util.el (gnus-action-message-log): New variable.
4372         (gnus-message): Use it.
4373         (gnus-final-warning): New function.
4374
4375         * nnimap.el (nnimap-open-connection): Record the greeting.
4376         (nnimap): Add greeting.
4377
4378 2010-09-26  Julien Danjou  <julien@danjou.info>
4379
4380         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4381         arguments.
4382         (gnus-html-wash-images): Fix spec computing to include start/end.
4383
4384         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4385
4386 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4389         deletion.
4390         (nnimap-retrieve-headers): Don't select the group, because that's
4391         already done by nnimap-possibly-change-group.
4392
4393         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4394         (gnus-picon-transform-address): Use it.
4395
4396         * mail-source.el (mail-source-value): Revert previous patch.
4397
4398         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4399         on failure.
4400         (nnimap-open-connection): Look up both virtual and physical server name
4401         credentials.
4402
4403         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4404
4405 2009-02-07  Dave Love  <fx@gnu.org>
4406
4407         * tls.el (open-tls-stream): Don't query killing process.
4408
4409 2009-02-08  Dave Love  <fx@gnu.org>
4410
4411         * gnus-win.el (gnus-window-to-buffer-helper)
4412         (gnus-all-windows-visible-p): Function needn't be a symbol.
4413
4414         * mail-source.el (mail-source-value): Function needn't be a symbol.
4415
4416 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * message.el (message-cite-prefix-regexp): Remove } from the cite
4419         prefix.
4420
4421         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4422         highlight again, so that the highlight is correct.
4423
4424         * gnus-picon.el (gnus-picon): Remove again.
4425         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4426
4427         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4428         doing the header highlightling, so that the background colour of the
4429         picon is correct.
4430
4431         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4432         (gnus-picon): Ditto.
4433         (gnus-picon): Reinstate.  The background colour for picons is white.
4434         (gnus-picon-insert-glyph): Make the background white.
4435
4436         * nnml.el (nnml-open-nov): Don't return dead buffers.
4437
4438         * auth-source.el (auth-source-create): Query the user for whether to
4439         store the credentials.
4440
4441         * netrc.el (netrc-store-data): New function.
4442
4443         * auth-source.el (auth-source-user-or-password): Use the existing auth
4444         sources, if any, for creation.
4445
4446         * gnus.el (gnus-group-fast-parameter): Return the last matching
4447         parameter instead of the first matching parameter.
4448
4449 2010-09-26  Julien Danjou  <julien@danjou.info>
4450
4451         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4452
4453 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * mml2015.el (mml2015-use): Remove gpg support.
4456
4457         * mml1991.el (mml1991-function-alist): Remove gpg function.
4458         (mml1991-gpg-sign): Remove.
4459
4460 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4461
4462         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4463         (gnus-browse-unsubscribe-current-group): Document it.
4464         (gnus-browse-unsubscribe-group): Use it.
4465
4466 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4469         address to the To list for easier response.
4470
4471         * gnus.el (gnus-play-startup-jingle): Remove.
4472         (gnus-splash): Don't play jingle.
4473         (gnus): Silence gnus-load message.
4474
4475         * gnus-art.el (gnus-treat-play-sounds): Remove.
4476
4477         * gnus.el (gnus-play-jingle): Remove audio support.
4478
4479         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4480
4481         * earcon.el: Remove -- no users.
4482
4483         * gnus-audio.el: Remove -- no users of this package.
4484
4485         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4486
4487         * gnus-start.el (gnus-setup-news): Remove nocem support.
4488
4489         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4490
4491         * gnus.el (gnus-use-nocem): Remove.
4492
4493         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4494         Remove.
4495
4496         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4497         uses NoCeM any more.
4498
4499         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4500         (gnus-button-ctan-handler): Ditto.
4501         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4502         (gnus-button-ctan-directory-regexp): Ditto.
4503         (gnus-button-handle-ctan): Ditto.
4504         (gnus-button-tex-level): Ditto.
4505         (gnus-button-alist): Remove CTAN stuff.
4506
4507 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4510         nnimap-streaming test.
4511
4512         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4513         servers twice.
4514
4515         * nnimap.el (nnimap-open-connection): Add more error reporting when
4516         nnimap fails early.
4517
4518         * nnheader.el (nnheader-get-report-string): New function.
4519         (nnheader-get-report): Use it.
4520
4521         * gnus-int.el (gnus-check-server): Say what the error was when opening
4522         failed.
4523
4524         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4525         using streaming.
4526
4527 2010-09-25  Julien Danjou  <julien@danjou.info>
4528
4529         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4530         gnus-window-inside-pixel-edges.
4531
4532 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4535
4536         * mm-decode.el (mm-save-part): Allow saving to other directories the
4537         normal Emacs way.
4538
4539         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4540         Suggested by Jay Berkenbilt.
4541
4542         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4543         there isn't a single byte.
4544
4545         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4546         just do it.  It doesn't really seem to matter what the user responds
4547         here, I think, so it's just a confusing question.
4548
4549         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4550         non-streaming case.
4551
4552         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4553         (gnus-article-encrypt-body): Use it.
4554
4555         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4556         keystroke.
4557
4558         * nnimap.el (nnimap-find-wanted-parts-1):
4559         Use gnus-fetch-partial-articles.
4560
4561         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4562
4563         * nnimap.el (nnimap-insert-partial-structure): New function.
4564         (nnimap-get-partial-article): New function.
4565         (nnimap-request-article): Use it.
4566         (nnimap-wait-for-response): Return whether the wait was successful.
4567         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4568         retrieval wasn't successful.
4569         (nnimap-retrieve-group-data-early): Allow throttling servers.
4570         (nnimap-streaming): New variable.
4571         (nnimap-fetch-partial-articles): Remove.
4572
4573         * mm-decode.el (mm-with-part): Protect against killed buffers.
4574
4575         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4576         for prettier summary display.
4577
4578 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4579
4580         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4581
4582 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4585         apparently third-party libraries depend on it.
4586
4587         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4588         before starting negotiation.
4589
4590         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4591         privacy reasons.
4592         (gnus-treat-mail-gravatar): Ditto.
4593
4594         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4595         buffer when inserting images.  Inserting text into the headers, for
4596         instance, can make them invalid.
4597
4598 2010-09-25  Julien Danjou  <julien@danjou.info>
4599
4600         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4601         variables.
4602
4603         * nnheader.el: Remove useless variables news-reply-yank-from and
4604         news-reply-yank-message-id.
4605
4606         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4607         variables.
4608
4609         * mml1991.el: Remove useless mml1991-verbose.
4610
4611         * gnus.el: Remove useless variable gnus-use-generic-from.
4612         Remove obsolete variable gnus-topic-indentation.
4613
4614         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4615
4616         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4617
4618         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4619
4620         * gnus-group.el: Remove useless gnus-group-icon-cache.
4621         Remove useless gnus-ephemeral-group-server.
4622
4623         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4624
4625         * mml2015.el: Remove useless mml2015-verbose.
4626
4627         * mml-smime.el: Remove useless mml-smime-verbose.
4628
4629         * gnus.el: Remove useless gnus-local-domain.
4630
4631         * gnus-gravatar.el (gnus-gravatar-transform-address):
4632         Use gnus-gravatar-size.
4633
4634         * gnus-art.el: Remove useless gnus-treat-translate.
4635
4636 2010-09-24  Julien Danjou  <julien@danjou.info>
4637
4638         * gnus-sum.el: Add support for Gravatars.
4639
4640         * gnus-art.el: Add support for Gravatars.
4641
4642         * gnus-gravatar.el: Add this file.
4643
4644         * gravatar.el: Add this file.
4645
4646 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4649
4650         * gnus-group.el (gnus-group-fetch-faq): Remove.
4651
4652         * gnus.el (gnus-group-faq-directory): Remove.
4653
4654         * gnus-group.el (gnus-group-fetch-charter): Remove.
4655
4656         * gnus.el (gnus-group-charter-alist): Remove.
4657
4658         * gnus-group.el (gnus-group-archive-directory): Remove.
4659         (gnus-group-recent-archive-directory): Ditto.
4660         (gnus-group-make-archive-group): Remove.
4661
4662         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4663
4664         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4665         use the same article number for all the cached articles.
4666
4667         * nnimap.el (nnimap-command): Register the last command time so
4668         that we can use it for idling NOOPs.
4669         (nnimap-open-connection): Start the keeplive timer.
4670         (nnimap-make-process-buffer): Store all the process buffers.
4671         (nnimap-keepalive): New function.
4672
4673         * starttls.el (starttls-open-stream): Add autoload cookie.
4674
4675 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4676
4677         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4678         handling.
4679
4680 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4683         its data structures.
4684
4685         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4686         instead of the cl.el copy-list.
4687         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4688         equalp.
4689
4690 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4693         and tool-bar-local-item-from-menu.
4694
4695         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4696         mode-line-highlight face for Emacs.
4697
4698         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4699         loading gnus-sum.elc; fix comment for canlock-verify.
4700         (gnus-article-jump-to-part): Use read-number.
4701         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4702         Remove Emacs pre-21 compatible code for help-echo.
4703         (gnus-article-next-page-1): No need to adjust the number of lines.
4704         (gnus-article-describe-bindings): Always use help-buffer.
4705
4706         * gnus-audio.el (gnus-audio-inline-sound)
4707         * gnus-cus.el (gnus-custom-mode)
4708         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4709
4710         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4711
4712         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4713         compatible code.
4714
4715 2010-09-24  Glenn Morris  <rgm@gnu.org>
4716
4717         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4718         visiting the fcc file in rmail-mode.
4719
4720         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4721
4722 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * nnir.el: Silence the byte compiler.
4725
4726         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4727         alias to browse-url-url-encode-chars if any.
4728         (gnus-html-encode-url): Use it.
4729
4730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * gnus-start.el (gnus-use-backend-marks): New variable.
4733         (gnus-get-unread-articles-in-group): Use it.
4734
4735         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4736         makeover.
4737
4738 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4739
4740         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4741
4742 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4745         Remove.
4746         (gnus-setup-news-hook):
4747         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4748
4749         * gnus-int.el (gnus-request-update-info): Protect against backends not
4750         having the function.
4751
4752         * nnimap.el (nnimap-stream): Mention starttls.
4753         (nnimap-open-connection): Add starttls support.
4754
4755 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4756
4757         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4758
4759 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4762         BODYSTRUCTUREs.
4763         (nnimap-transform-headers): Unfold quoted {42} headers.
4764
4765         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4766         the info.
4767         (gnus-get-unread-articles): Only call updatep on backends that support
4768         it.
4769
4770         * nnweb.el (nnweb-request-update-info): NOOP.
4771
4772         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4773
4774         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4775         since it only deals with marks.
4776
4777         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4778         gnus-request-marks, and make a new gnus-request-update-info.
4779
4780         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4781         the active instead of the high number, which is usually too low.
4782
4783 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4784
4785         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4786         * encrypt.el: Remove.
4787
4788 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4791         server in symbolic form.
4792
4793         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4794
4795 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4798         (nnimap-update-info): Fix up code slightly.
4799
4800         * gnus-int.el (gnus-open-server): Add tracing for performance
4801         debugging.
4802
4803         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4804         (gnus-group-insert-group-line): Pass the real group name so that it
4805         gets the right data.
4806
4807         * gnus-start.el (gnus-get-unread-articles): Don't have
4808         `gnus-get-unread-articles-in-group' update info, since that can be
4809         really slow and doesn't seem to be needed?
4810
4811 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4812
4813         * time-date.el (date-to-time): Try using parse-time-string first before
4814         using the slower timezone-make-date-arpa-standard.
4815
4816 2010-09-22  Julien Danjou  <julien@danjou.info>
4817
4818         * gnus-group.el (gnus-group-insert-group-line):
4819         Call gnus-group-highlight-line.
4820         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4821         default hook list.
4822         (gnus-group-update-eval-form): Add new function.
4823         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4824         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4825
4826 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4829         immediate, then expire all articles.
4830         (nnimap-update-info): Fix off-by-one errors.
4831         (nnimap-flags-to-marks): Would return no marks lists for group with no
4832         flags.  Instead return the other data.
4833
4834 2010-09-22  Julien Danjou  <julien@danjou.info>
4835
4836         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4837         Only return an icon.
4838         (gnus-group-insert-group-line): Compute icon to return.
4839
4840         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4841         (gnus-html-image-fetched): Only cache if
4842         gnus-html-image-automatic-caching is set.
4843         (gnus-html-image-fetched): Check for errors.
4844
4845 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4848         once per method on `g'.  This ensures that backends like nnfolder don't
4849         open all their folders.
4850
4851         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4852         (nnimap-request-list): Nix out group in the correct buffer.
4853         (nnimap-parse-flags): Implement by using `read' instead of
4854         hand-parsing.
4855         (nnimap-flags-to-marks): Pass on permanent-flags.
4856         (nnimap-make-process-buffer): Record the server name.
4857         (nnimap-parse-flags): Fix typo.
4858         (nnimap-request-scan): Run split on the server in general, not just a
4859         single group.
4860
4861         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4862         parameter, and propagate this downwards.
4863
4864         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4865         since EXAMINE changes it on the server.
4866
4867         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4868         this command might take a while.
4869
4870 2010-09-22  Julien Danjou  <julien@danjou.info>
4871
4872         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4873         harmful if you have 2 images side-by-side, they can't be properly
4874         update on text deletion.  Using text-property is safer here.
4875         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4876         data.
4877
4878 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * nnimap.el (nnimap-expunge-inbox): Remove.
4881         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4882         (nnimap-expunge): Flip default to t.
4883
4884         * gnus.el (gnus-method-to-server): Don't push things to the cache
4885         unless it's unique.
4886         (gnus-server-to-method): Ditto.
4887
4888 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4889
4890         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4891
4892 2010-09-22  Julien Danjou  <julien@danjou.info>
4893
4894         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4895         get the start of data.
4896         (gnus-html-encode-url): Add this function to encode special chars in
4897         URL.
4898         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4899         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4900
4901         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4902         default.
4903         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4904
4905         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4906         images alt-text.
4907         (gnus-html-put-image): Put alt-text as help-echo.
4908
4909 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4912         * mm-util.el (mm-decompress-buffer)
4913         * nnir.el (nnir-run-find-grep)
4914         * pop3.el (pop3-list): Use 3rd arg of split-string.
4915
4916         * time-date.el (format-seconds): Comment fix.
4917
4918         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4919         and byte-optimize-form-code-walker.
4920         (dgnushack-make-auto-load): Don't advise make-autoload.
4921
4922         * lpath.el: Remove Emacs 21 stuff.
4923
4924 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4927         outside the active range.  Suggested by Dan Christensen.
4928
4929         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4930         slightly later to avoid double-getting it.
4931
4932         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4933         previous patch.
4934
4935         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4936
4937 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4938
4939         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4940
4941 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * gnus-int.el (gnus-open-server): Give a better error message in the
4944         "go offline" case.
4945
4946         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4947         marks for nnimap, which is seldom the right thing to do.
4948
4949         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4950         (gnus-same-method-different-name): New function.
4951
4952         * nnimap.el (parse-time): Require.
4953
4954         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4955         method in the presence of many similar methods.
4956
4957         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4958
4959         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4960         nnml-inhibit-expiry.
4961
4962         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4963         find out whether methods are equal.
4964
4965         * nnimap.el (nnimap-find-expired-articles): New function.
4966         (nnimap-process-expiry-targets): New function.
4967         (nnimap-request-move-article): Request the article before looking at
4968         what the Message-ID is.  Fix found by Andrew Cohen.
4969         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4970
4971         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4972         for oldness in addition to being a predicate.
4973
4974         * nnimap.el (nnimap-request-group): When we have zero articles, return
4975         the right data to Gnus.
4976         (nnimap-request-expire-articles): Only delete articles immediately if
4977         the target is 'delete.
4978
4979         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4980         method, this would bug out.
4981
4982         * gnus-group.el (gnus-group-expunge-group): Rename from
4983         gnus-group-nnimap-expunge, and implemented as a normal interface
4984         function.
4985
4986         * gnus-int.el (gnus-request-expunge-group): New function.
4987
4988         * nnimap.el (nnimap-request-create-group): Implement.
4989         (nnimap-request-expunge-group): New function.
4990
4991 2010-09-21  Julien Danjou  <julien@danjou.info>
4992
4993         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4994         (gnus-html-cache-expired): Add new function.
4995         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4996         wethever we should display image for fetch it.
4997         Compute alt-text earlier to pass it to the fetching function too.
4998         (gnus-html-schedule-image-fetching): Change function argument to only
4999         get one image at a time, not a list.
5000         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5001         cache.
5002         (gnus-html-get-image-data): New function to retrieve image data from
5003         cache.
5004         (gnus-html-put-image): Change buffer argument to use image data rather
5005         than file, and place image above region rather than inserting a new
5006         one.  Do not take alt-text as argument, since it's useless now: we place
5007         the image above alt-text.
5008         (gnus-html-prune-cache): Remove.
5009         (gnus-html-show-images): Start to fetch image when we find one, do not
5010         push into a temporary list.
5011         (gnus-html-prefetch-images): Only fetch image if they have expired.
5012         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5013         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5014
5015 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5018
5019 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5022         spec inser "*" if the group isn't active instead of 0.
5023
5024         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5025         opening the server.
5026         (nnimap-request-delete-group): Implement group deletion.
5027         (nnimap-transform-headers): Return the size of the entire message in
5028         the Bytes header, not just the size of the first part.
5029         (nnimap-request-move-article): When moving an article from nnimap,
5030         request the article first so the accepting form has an article to
5031         accept.  Reported by Dan Christensen.
5032         (nnimap-command): Make sure that the error message doesn't error out.
5033
5034 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5035
5036         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5037         we haven't requested anything.
5038
5039 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5042         "".  Fix found by Andrew Cohen.
5043
5044         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5045         instead of -encode-string.
5046
5047 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5050
5051         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5052         by mm-subst-char-in-string.
5053
5054 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5057         waiting for the connection string.
5058
5059         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5060         arriving.
5061
5062         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5063         bogus characters.  This allows selecting certain Gmail groups.
5064
5065         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5066         (nnimap-fetch-partial-articles): New variable.
5067         (nnimap-open-connection): When looking for credentials, also use the
5068         nnimap-server-port.
5069         (nnimap-request-article): Return the group/article number, so that Gnus
5070         `^' works as expected.
5071         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5072
5073         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5074         comments.
5075         (gnus-methods-sloppily-equal): New function.
5076         (gnus): When using the development version of Gnus, load the gnus-load
5077         file.
5078
5079         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5080         `gnus-open-server' on each method before trying to scan them etc.
5081         This ensures that all the backend parameters are set correctly.
5082
5083         * nnimap.el (nnimap-authenticator): New variable.
5084         (nnimap-open-connection): Allow anonymous login.
5085         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5086         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5087
5088         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5089         patch, found by Knut Anders Hatlen.
5090
5091 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5092
5093         * gnus-agent.el (gnus-agent-batch-confirmation)
5094         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5095         to gnus-message.
5096         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5097         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5098         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5099         * gnus-int.el (gnus-open-server): Likewise.
5100         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5101         (gnus-score-check-syntax): Likewise.
5102         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5103         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5104         Likewise.
5105         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5106
5107 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5110         calling conventions so that prefetch doesn't bug out.
5111
5112 2010-09-19  Julien Danjou  <julien@danjou.info>
5113
5114         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5115         rather than `subst-char-in-region' in order to be able to replace ASCII
5116         char by UTF-8 ones.
5117
5118         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5119         than curl.
5120         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5121         the right URL and ALT text on images.
5122         (gnus-html-wash-tags): Fix tag case.
5123         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5124         (gnus-article-html): Add -o display_ins_del=2 option.
5125         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5126
5127 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5130         the extra mail headers, which sometimes seem to happen for unknown
5131         reasons.
5132
5133         * mail-parse.el (mail-header-encode-parameter): Define as
5134         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5135         (or most, perhaps?) mail readers don't understand the latter, but do
5136         understand the former.
5137
5138         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5139         to nil, so that no methods are automatically agentized.  I think this
5140         is probably what most users want.
5141
5142         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5143         from url-retrieve, for instance about invalid URLs.
5144
5145         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5146         groups that have no articles.
5147         (nnimap-request-article): Check that we really got an article when we
5148         requested one.
5149
5150         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5151         doesn't exist.
5152
5153         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5154         nntp buffer so the agent can save it.
5155         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5156         that CRLF doesn't get translated to \n.
5157         (nnimap-open-connection): Don't make 'shell commands only send \n.
5158
5159 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5160
5161         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5162         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5163         Update var name.
5164         (nnml-generate-nov-file): Use dolist.
5165         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5166         Use with-current-buffer.
5167
5168 2010-09-18  Julien Danjou  <julien@danjou.info>
5169
5170         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5171         parallel.
5172
5173 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5176         the range update right.
5177         (nnimap-request-group): Don't make `M-g' bug out on group with no
5178         marks.
5179         (nnoo): Require, so that other packages can require nnimap.
5180         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5181         command we're looking for.  This helps when the server sends more
5182         responses after we've gotten everything we expected.
5183         (nnimap): Add a `newlinep' field to keep track of end-of-line
5184         conventions.
5185         Don't send CRLF to things that don't want it.
5186         (nnimap-request-accept-article): Ditto.
5187
5188 2010-09-18  Julien Danjou  <julien@danjou.info>
5189
5190         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5191         than curl to retrieve images.
5192
5193 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5196         the marks.
5197         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5198         (nnimap-wait-for-connection): New function.
5199         (nnimap-open-connection): If we have PREAUTH, don't query for login
5200         credentials.
5201         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5202         when doing a partial update.
5203
5204 2010-09-18  Julien Danjou  <julien@danjou.info>
5205
5206         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5207         tags.
5208
5209 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * nnimap.el (nnimap-credentials): New function.
5212         (nnimap-open-connection): Use the new function to look for credentials
5213         also on the numeric equivalents of "imap" and "imaps".
5214
5215         * gnus-start.el (gnus-activate-group): Send the info to
5216         gnus-request-group.
5217
5218         * nnimap.el (nnimap-request-group): Have the "check" version of the
5219         function parse flags and update the info, so that a `M-g' get a total
5220         resync of all flags from the group.
5221
5222         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5223         to allow backends to alter the info on group selection.  Also alter all
5224         the backend -request-group functions to take the parameter.
5225
5226         * nnimap.el (nnimap-store-info): New function.
5227         (nnimap-update-info): Store the info for later usage.
5228         (nnimap-request-group): Use the stored info for the dont-check case, so
5229         that we don't retrieve all marks when we enter a group.
5230
5231         * nnimap.el: Use deffoo instead of defun for interface functions.
5232
5233         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5234         update the group info.  This makes the nndraft groups, for instance, go
5235         back to their old behaviour.
5236
5237         * gnus-sum.el (gnus-select-newsgroup): Indent.
5238
5239         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5240         in.
5241         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5242         nothing.
5243
5244         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5245         from methods that are denied.
5246
5247         * gnus-int.el (gnus-method-denied-p): New function.
5248
5249         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5250         store the password instead of netrc.
5251         (nnimap-open-connection): Don't error out when we can't make a
5252         connections.
5253
5254         * auth-source.el (auth-source-create): In the password prompt, say what
5255         we're querying for.  Also prompt for user name if that hasn't been
5256         given.
5257
5258         * nnimap.el (nnimap-with-process-buffer): Remove.
5259
5260 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5263         method when we're reading from the agent.
5264
5265         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5266
5267         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5268         that's probably most useful for users.
5269
5270         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5271         "failed" all the time.
5272
5273         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5274         ...)) with (with-current-buffer ... ).
5275
5276         * nntp.el (nntp-open-server): Return whether the open was successful or
5277         not.
5278
5279         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5280         select an unread unseen article first.
5281
5282         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5283         /etc/services, supply some sensible port defaults.
5284
5285         * dgnushack.el: Define netrc-credentials.
5286
5287 2010-09-17  Julien Danjou  <julien@danjou.info>
5288
5289         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5290
5291 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5292
5293         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5294         doesn't have any parameters.
5295
5296 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5299         only upcased checks.
5300
5301         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5302
5303         * nnimap.el (nnimap-open-shell-stream): New function.
5304         (nnimap-open-connection): Use it.
5305         (nnimap-transform-headers): Get the number of lines in each message.
5306         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5307         number of lines.
5308         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5309         problem.
5310
5311         * utf7.el (utf7-encode): Autoload.
5312
5313         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5314         to allow the mail splitting to not return a default group.  This is
5315         useful for nnimap, which will leave unmatched mail in the inbox.
5316
5317         * nnimap.el: Rewritten.
5318
5319         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5320         nnimap usage.
5321
5322         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5323         if the move is internal, so that nnimap can do fast internal moves.
5324
5325         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5326         data.
5327         (gnus-read-active-for-groups): Support finishing the early retrieval of
5328         data.
5329
5330         * gnus-range.el (gnus-range-nconcat): New function.
5331
5332         * gnus-int.el (gnus-finish-retrieve-group-infos)
5333         (gnus-retrieve-group-data-early): New functions.
5334
5335 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5336
5337         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5338         (nnrss-retrieve-groups):
5339         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5340         (pop3-quit): Use with-current-buffer.
5341
5342 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5345         instead of nnheader-accept-process-output.
5346
5347         * dgnushack.el (dgnushack-compile): Add comment.
5348
5349         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5350
5351         * gnus-html.el (gnus-html-schedule-image-fetching)
5352         (gnus-html-prefetch-images): Replace process-kill-without-query by
5353         gnus-set-process-query-on-exit-flag.
5354
5355 2010-09-16  Romain Francoise  <romain@orebokech.com>
5356
5357         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5358
5359 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5362         parameter to unintern is mandatory-ish in Emacs 24.
5363
5364         * gnus-html.el (gnus-html-schedule-image-fetching)
5365         (gnus-html-prefetch-images): Check for curl before using it.
5366
5367         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5368         depend on curl, which isn't essential.
5369
5370         * imap.el: Revert back to version
5371         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5372         seem problematic.
5373
5374 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5375
5376         * gnus-registry.el (gnus-registry-install-shortcuts):
5377         Explicitly pass `obarray' to `unintern' to avoid a warning.
5378
5379 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5382         change.
5383
5384         * nnrss.el (nnrss-request-list): Remove this function and related
5385         functions, including the moreover stuff.
5386
5387 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * nnrss.el (nnrss-retrieve-groups): New function.
5390
5391 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5392
5393         * .dir-locals.el: Add no-byte-compile cookie.
5394
5395 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * time-date.el (format-seconds): Comment fix.
5398
5399         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5400         for back end that doesn't support request-scan.
5401
5402 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5405         then do request scans from the backends.
5406
5407         * netrc.el (netrc-credentials): New conveniency function.
5408
5409         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5410         avoid running a hook per line, since this takes a lot of time,
5411         profiling shows.
5412         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5413         directly if gnus-visual-p is true.
5414
5415 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5418         groups; replace mapcar with dolist which is a bit faster; pass groups
5419         info to gnus-read-active-file-1.
5420         (gnus-read-active-file-1): Scan only specified groups if the new
5421         optional arg `infos' is given.
5422
5423 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5426
5427         * pop3.el (pop3-movemail): Remove.
5428         (pop3-streaming-movemail): Rename to pop3-movemail.
5429
5430         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5431         don't restrict end-tag searches to the end of the line.
5432
5433 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5436         articles of every unchecked group to t, which means unknown since the
5437         server has never been opened.
5438
5439 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * gnus-html.el (gnus-html-show-alt-text): New command.
5442         (gnus-html-browse-image): Ditto.
5443         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5444         to browse the image directly.
5445         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5446         better.
5447
5448         * gnus-async.el (gnus-async-article-callback):
5449         Call `gnus-html-prefetch-images' unconditionally.
5450
5451         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5452         before feeding URLs to curl.
5453
5454 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5457         internal images as deletable by `W D D'.
5458
5459         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5460         (gnus-async-article-callback): Fix typo.
5461
5462 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5465         current line to work around bugs in the output from w3m.
5466
5467         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5468         for groups that want that.
5469
5470         * nntp.el (nntp-wait-for-string): Supply a timeout for
5471         accept-process-output to ensure progress.
5472
5473         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5474         level to get unread articles from, then use that for foreign groups,
5475         too.
5476
5477         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5478         confuses the rest of the function.
5479
5480         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5481         for the methods that support -retrieve-groups, too.
5482
5483         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5484
5485 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5488         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5489
5490         * pop3.el: Require cl when compiling.
5491         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5492
5493 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5496         that aren't going to be activated.
5497         (gnus-get-unread-articles): Fix up the last commit.
5498
5499         * gnus-html.el (gnus-article-html): Allow calling without specifying
5500         the handle.  In that case, dissect the buffer first.
5501
5502         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5503
5504         * nnimap.el (nnimap-open-connection): Revert the change that would look
5505         into authinfo for imaps instead of imap.
5506
5507         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5508         say that you don't want to call gnus-request-group with don-check, but
5509         do check the reponse.  This is for virtual groups only.
5510         (gnus-get-unread-articles): Count the archive groups as secondary, so
5511         that they're activated the same way as before.
5512
5513         * imap.el (imap-message-map): Removed optional buffer parameter, since
5514         no callers use it.
5515         (imap-message-get): Ditto.
5516         (imap-message-put): Ditto.
5517         (imap-mailbox-map): Ditto.
5518         (imap-mailbox-put): Ditto.
5519         (imap-mailbox-get): Ditto.
5520         (imap-mailbox-get): Revert last change for this function.
5521
5522         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5523         case-insensitively.
5524         (nnimap-debug): Remove.
5525
5526         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5527         to use `imap-fetch' instead.  According to the comments, this should be
5528         safe, since all other IMAP clients use the 1:* syntax.
5529         (imap-enable-exchange-bug-workaround): Removed.
5530         (imap-debug): Removed -- doesn't seem very useful.
5531
5532         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5533         mail from a file, and the file doesn't exist.
5534
5535         * imap.el (imap-log): New convenience function used throughout instead
5536         of repeating the same code all over the place.
5537
5538         * pop3.el (pop3-streaming-movemail): Return t for success.
5539
5540         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5541         .authinfo if we're using ssl connection.
5542
5543         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5544         already have if we're in a main Gnus `g' run.
5545
5546         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5547
5548 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5551
5552         * nnmh.el (nnmh-request-list-1): Bind `file'.
5553
5554         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5555         alias to set-process-query-on-exit-flag or process-kill-without-query.
5556         (pop3-open-server): Use it.
5557
5558 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5561         box to the Incoming file.  Fixes mistake in previous checkin.
5562
5563         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5564         request loop (for debugging purposes) removed.
5565
5566         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5567         culprit is more visible.
5568         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5569         (nnml-add-incremental-nov): New functions to do "incremental" nov
5570         updates, where we just append to the end of the existing nov files
5571         without reading/writing them in full.
5572
5573         * mail-source.el (mail-source-delete-crash-box): Really only check the
5574         incoming files once in a while.
5575
5576         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5577
5578         * mail-source.el (mail-source-delete-crash-box): Only check the
5579         incoming files for deletion once per day to save a lot of file
5580         accesses.
5581
5582         * pop3.el (pop3-logon): Fix up unbound variable typo.
5583
5584         * mail-source.el (pop3-streaming-movemail): Autoload.
5585
5586         * pop3.el (pop3-streaming-movemail):
5587         Respect pop3-leave-mail-on-server.
5588
5589         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5590         retrieval.
5591
5592         * pop3.el (pop3-process-filter): Remove unused function.
5593         (pop3-streaming-movemail, pop3-send-streaming-command)
5594         (pop3-wait-for-messages, pop3-write-to-file)
5595         (pop3-number-of-responses): New functions for streaming pop3
5596         retrieval.
5597
5598         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5599         come from no known methods.
5600         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5601         list.
5602
5603         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5604         message sizes.
5605         (pop3-movemail): Use erase-buffer instead of looping and deleting
5606         regions, which seems rather odd.
5607
5608         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5609         file once per `g' run.
5610
5611         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5612         directories.  This makes the draft queue directory work.
5613
5614         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5615         data from the backends, so that we only request the list of groups from
5616         each method once.  This should speed things up considerably.
5617
5618         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5619         detect that it's not implemented.
5620
5621         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5622         we actually do recurse down into the tree, but don't stat all leaf
5623         nodes.
5624
5625         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5626         then say so instead of bugging out.
5627
5628         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5629         files exist before trying to read them.
5630
5631         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5632         around <pre_int>.
5633
5634         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5635
5636         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5637
5638 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * mm-util.el (mm-image-load-path): Just return the image directories,
5641         not all directories in the path in addition to the image directories.
5642         (mm-image-load-path): Maintain a cache of the image directories so that
5643         the `g' command in Gnus doesn't have to stat dozens of directories each
5644         time.
5645
5646         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5647         (gnus-html-wash-tags): Add a new `i' command to insert images.
5648         (gnus-html-insert-image): New command and keystroke.
5649         (gnus-html-redisplay-with-images): New command and keystroke.
5650         (gnus-html-show-images): Rename command.
5651         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5652         spacers.
5653         (gnus-html-wash-tags): Decode entities at the end, so that entities
5654         inside the tags don't mess up the rest of the "parsing".
5655
5656         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5657         so that nnimap methods aren't agentized by default.  There's apparently
5658         many problems related to agent/imap behaviour.
5659
5660         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5661
5662         * gnus-html.el: Doc fix.
5663
5664 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5667         specifier-spec-list for Emacs 21.
5668
5669         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5670         glyph-width and glyph-height instead of display-graphic-p and
5671         image-size; make avoidance of displaying small images work for XEmacs.
5672
5673         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5674         for XEmacs.
5675
5676         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5677         of symbol that holds plist data.
5678         (gnus-process-plist): Remove plist of process after getting it.
5679
5680 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * message.el (message-generate-hashcash): Change default to
5683         'opportunistic if hashcash is installed.
5684
5685         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5686         (gnus-html-put-image): Only call image-size once, since it's somewhat
5687         time-consuming on remote X servers.
5688
5689 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5692         type on data, not a file name.
5693
5694         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5695         window-pixel-edges for Emacs 21.
5696
5697         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5698         decoded contents.
5699         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5700
5701 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5704         group line format, since it isn't very interesting.
5705
5706         * gnus-agent.el (gnus-agent-short-article),
5707         (gnus-agent-long-article): Increase values for these two variables,
5708         since most people are likely to have more network connection and
5709         storage than before.
5710
5711         * gnus.el (gnus-refer-article-method): Change default to 'current.
5712         When referring an article, the common behaviour is to refer it from the
5713         current select method, not the native select method.  The chances of
5714         the native select method having the message in question is rather slim
5715         these days.
5716
5717         * gnus-sum.el (gnus-auto-select-subject): Change default to
5718         `unseen-or-unread'.  I think it's likely that most people want to
5719         select an unseen article over a previously seen, but unread one.
5720
5721         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5722         means that in the article buffer none of the minor mode elements will
5723         be shown, usually, and this is not desirable in most cases.
5724
5725         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5726         that commands like `d' (and the like) go to the next line in the
5727         buffer, instead of the next unread article.  I think this is the
5728         behaviour that is most natural for most users.
5729         (gnus-single-article-buffer): Change default to nil, so that people can
5730         have as many article buffers open as they have summary buffer.  I think
5731         this is the most natural way for the groups to behave.
5732
5733         * message.el (message-generate-new-buffers): Change default to
5734         `unsent', so that all new message buffers start their names with the
5735         string "*unsent", and it's easier to find the buffers if you move from
5736         them.
5737
5738 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5741         small.  They're probably tracking images.
5742         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5743         (gnus-html-rescale-image): Yet another try at getting the image sizing
5744         right.
5745
5746         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5747         nntp-marks-file-name is nil.
5748
5749 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         * gnus-html.el (gnus-html-wash-tags)
5752         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5753         Better logging.
5754
5755 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5758
5759         * gnus-html.el (gnus-html-wash-tags): Check the value of
5760         gnus-blocked-images in the summary buffer.
5761
5762 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5765
5766 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5769         like "a", it seems like.
5770         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5771         since it needs to be picked from the correct buffer.
5772
5773         * nnwfm.el: Remove.
5774
5775         * nnlistserv.el: Remove.
5776
5777 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5780         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5781
5782 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * nnkiboze.el: Remove.
5785
5786         * nndb.el: Remove.
5787
5788         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5789         alt text.
5790         (gnus-html-rescale-image): Try to get the rescaling logic right for
5791         images that are just wide and not tall.
5792
5793         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5794         overshadow variable bindings.
5795
5796 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5797
5798         * gnus-html.el (gnus-html-wash-tags)
5799         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5800         Add extra logging.
5801
5802 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5805         (gnus-max-image-proportion): New variable.
5806         (gnus-html-rescale-image): New function.
5807         (gnus-html-put-image): Rescale images.
5808
5809 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5810
5811         Fix up some byte-compiler warnings.
5812         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5813         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5814         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5815         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5816         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5817         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5818         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5819
5820 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-html.el (gnus-article-html): Decode contents by charset.
5823
5824 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5827         (gnus-html-frame-width, gnus-blocked-images)
5828         * message.el (message-prune-recipient-rules): Add custom version.
5829         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5830
5831         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5832         functions.
5833
5834         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5835         gnus-process-get.
5836
5837 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5838
5839         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5840         instead of lsub directly.
5841
5842 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * nnwarchive.el: Remove.
5845
5846         * gnus-soup.el: Remove.
5847
5848         * nnsoup.el: Remove.
5849
5850         * nnultimate.el: Remove.
5851
5852         * gnus-html.el (gnus-blocked-images): New variable.
5853
5854         * message.el (message-prune-recipients): New function.
5855         (message-prune-recipient-rules): New variable.
5856
5857         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5858         guess whether a long line is natural text or not.
5859
5860         * gnus-html.el (gnus-html-schedule-image-fetching):
5861         Use gnus-process-plist and friends for compatibility.
5862
5863 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5864
5865         * gnus-html.el: Require packages that define macros used in this file.
5866         (gnus-article-mouse-face): Declare to silence byte-compiler.
5867         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5868         process-get.
5869         (gnus-html-put-image): Use plist-get to avoid getf.
5870         (gnus-html-prefetch-images): Use with-current-buffer.
5871
5872 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-ems.el: Provide compatibility functions for
5875         gnus-set-process-plist.
5876
5877         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5878         header-line-format for XEmacs 21.4.
5879
5880         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5881         * gnus.el (gnus-valid-select-methods)
5882         * message.el (message-send-mail-partially-limit)
5883         * mm-decode.el (mm-text-html-renderer)
5884         * mml.el (mml-insert-mime-headers-always)
5885         * smiley.el (smiley-regexp-alist): Bump custom version.
5886
5887 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * gnus-html.el: require mm-url.
5890         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5891         with the url to `url'.
5892         (gnus-html-wash-tags): Support cid: URLs/images.
5893
5894 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5897         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5898         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5899
5900         * gnus-move.el: Remove file, since it doesn't really work.
5901
5902         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5903         UTF-8.  This seems to fix problems with some German web feeds.
5904
5905         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5906         at the top so that the proper colours are applied.
5907
5908         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5909         don't have dots in their names.
5910
5911         * gnus-art.el (gnus-article-view-part): Doc fix.
5912
5913         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5914         XEmacs-compatible.
5915         (gnus-html-put-image): Don't do images on non-graphic displays.
5916
5917         * nnslashdot.el: Remove this unused backend.
5918
5919         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5920         actions.
5921         (gnus-undo-register-1): Revert last change.
5922
5923         * gnus-group.el (gnus-group-completing-read): Protect against not
5924         having completion-styles bound.
5925
5926         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5927         make broken recipients happier.
5928
5929         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5930
5931         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5932         point parameter.
5933
5934         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5935
5936         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5937         completion-styles for group selection.
5938
5939 2009-02-04  Andreas Schwab  <schwab@suse.de>
5940
5941         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5942         headers and regexp-quote the match if necessary.
5943
5944 2009-03-24  Miles Bader  <miles@gnu.org>
5945
5946         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5947         the blinking smiley.
5948
5949 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5950
5951         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5952         blink smiley.
5953
5954 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5957         where the dribbel file lives exists.
5958
5959         * message.el (message-send-mail-partially-limit): Change the default to
5960         nil, since most people don't want this.
5961
5962         * mm-url.el (mm-url-decode-entities): Also decode entities like
5963         &#x3212.
5964
5965 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5966
5967         * gnus-sum.el (gnus-summary-idna-message):
5968         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5969         Hyperlink urls in docstrings with URL `...'.
5970
5971 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5972
5973         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5974         functions.
5975
5976 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5979         say what the mouseover text should be.
5980
5981         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5982         version of the mm-w3m-safe-url-regexp variable to only download images
5983         in the groups where we want that to happen.
5984
5985         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5986
5987         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5988         easier debugging.
5989         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5990         big pictures in the article buffer.
5991
5992         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5993         gnus-article-html.
5994         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5995         w3m.
5996
5997         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5998
5999 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6002         which doesn't exist.
6003
6004         * message.el (message-inhibit-ecomplete): New variable to allow some
6005         function to inhibit ecomplete address storage.
6006         (message-resend): Disable ecomplete message storage when resending
6007         messages.
6008
6009         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6010
6011 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6014         Save excursion while copying, moving, and deleting articles in order to
6015         prevent the cursor from jumping to unforeseen place.
6016
6017 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * lpath.el: No need to bind bookmark-current-buffer,
6020         bookmark-yank-point and bookmark-make-record-function.
6021
6022 2010-08-17  Glenn Morris  <rgm@gnu.org>
6023
6024         * gnus-sync.el: Require gnus components whose functions are used.
6025
6026         * gnus-art.el (bookmark-make-record-function):
6027         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6028         Declare for compiler.
6029
6030         * mm-url.el (mml-compute-boundary): Autoload.
6031
6032 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6035
6036 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         Typo fix "hoo4a" -> "hook".
6039
6040         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6041
6042 2010-08-14  Glenn Morris  <rgm@gnu.org>
6043
6044         * gnus-sync.el (gnus-sync): Fix defgroup version.
6045
6046 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6047
6048         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6049
6050         * gnus-sync.el: Fix docs.
6051         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6052         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6053
6054 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6055
6056         Optimizations for gnus-sync.el.
6057
6058         * gnus-sync.el: Add docs about gnus-sync-backend
6059         possibilities.
6060         (gnus-sync-save): Remove unnecessary message.
6061         (gnus-sync-read): Optimize and show what groups were skipped.
6062
6063 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         Minor bug fixes for gnus-sync.el.
6066
6067         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6068         Don't read the sync on get-new-news.
6069
6070         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6071         quiet.
6072
6073         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6074         (fix typo).
6075
6076 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6077
6078         Make saving and restoring of hidden threads work with overlays.
6079         Patch applied by Ted Zlatanov.
6080
6081         * gnus-sum.el (gnus-hidden-threads-configuration)
6082         (gnus-restore-hidden-threads-configuration): Update to deal with text
6083         properties, rather than searching for a magic character.
6084
6085 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         New gnus-sync.el library for synchronization of marks.
6088
6089         * gnus-sync.el: New library for synchronization of marks.
6090
6091         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6092         renamed from `gnus-registry-grep-in-list'.
6093
6094         * gnus-registry.el (gnus-registry-follow-group-p):
6095         Use `gnus-grep-in-list'.
6096
6097         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6098
6099 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6102         determining charset of text fails.
6103
6104 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * nnmail.el (nnmail-get-new-mail-1): Revert.
6107
6108         * nnml.el (nnml-active-number): Make sure names of newly created groups
6109         in nnml-group-alist are encoded.
6110
6111 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6114         containing non-ASCII characters in active file for nnml back end.
6115
6116 2010-07-24  David Engster  <dengste@eml.cc>
6117
6118         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6119         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6120
6121 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6122
6123         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6124         tag (Bug#6654).
6125
6126 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6129         the article buffer, not the summary buffer.
6130
6131 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6134         Emacs 23 as well.
6135
6136 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6139         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6140
6141 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6142
6143         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6144         Patch applied by Karl Fogel.
6145
6146         * gnus-sum.el (gnus-summary-bookmark-make-record):
6147         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6148
6149 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6150
6151         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6152         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6153         C-w still not working correctly from Article buffers; Thierry's
6154         patch to fix that will be applied after this.
6155
6156         * gnus-art.el (bookmark-make-record-function): New local variable.
6157
6158         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6159         article buffer.
6160         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6161
6162 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6163
6164         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6165         on changes in bookmark.el.
6166
6167 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6170         `no-log' instead of message not to log prompt string.
6171
6172 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6173
6174         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6175         the *other* type of HTML form submission.
6176
6177 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6178
6179         * auth-source.el (auth-source-pick): If choice does not contain a
6180         questioned keyword, set the check to t.
6181
6182 2010-06-12  Romain Francoise  <romain@orebokech.com>
6183
6184         * gnus-util.el (gnus-date-get-time): Move up before first use.
6185
6186 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6189         (gnus-article-edit-part): Bind it to make last part that is substituted
6190         or deleted visible.
6191         (gnus-mime-display-single): Buttonize part of which id equals to
6192         gnus-mime-buttonized-part-id.
6193
6194 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6195
6196         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6197         (gnus-dd-mmm): Use gnus-date-get-time.
6198         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6199         simplify logic.
6200         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6201         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6202
6203 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6204
6205         * auth-source.el (top): Autoload `secrets-list-collections',
6206         `secrets-create-item', `secrets-delete-item'.
6207         (auth-sources): Fix tag string.
6208         (auth-get-source, auth-source-retrieve, auth-source-create)
6209         (auth-source-delete): New defuns.
6210         (auth-source-pick): Rewrite in order to avoid 2 passes.
6211         (auth-source-forget-user-or-password): New parameter USERNAME.
6212         (auth-source-user-or-password): New parameters CREATE-MISSING and
6213         DELETE-EXISTING.  Retrieve password interactively, if needed.
6214
6215 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6216
6217         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6218         deleting unused directories when gnus-expert-user is t.
6219
6220 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6223         for each temp file when gnus-article-browse-delete-temp is ask.
6224
6225 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6226
6227         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6228         Lisp calls to delete-backward-char by calls to delete-char.
6229
6230 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6231
6232         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6233
6234 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6235
6236         * password-cache.el (password-cache-remove): Fix docstring.
6237
6238 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6241         article unless decoding article to be saved.
6242
6243 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6246         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6247         generated within the mm-with-unibyte-current-buffer macro.
6248
6249 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6252         to nil when we're in a mml-preview buffer and no group is selected.
6253
6254 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6255
6256         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6257         when catching the `C-g'.  Reported by "Leo".
6258
6259 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * message.el (message-forward-make-body-plain)
6262         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6263         multibyte-string-p.
6264
6265         * lpath.el: Revert.
6266
6267 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * message.el (message-forward-make-body-mml): Assume original message
6270         is multibyte string; error on unibyte.
6271         (message-forward-make-body-plain): Ditto; don't add excessive newline
6272         in body end.
6273
6274         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6275
6276 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6277
6278         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6279         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6280
6281 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * mm-extern.el (mm-extern-url): Don't use
6284         mm-with-unibyte-current-buffer.
6285         (mm-extern-cache-contents): Use with-current-buffer instead of
6286         save-excursion + set-buffer.
6287
6288 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * mm-util.el (mm-emacs-mule): Remove.
6291
6292 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6293
6294         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6295         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6296         change.
6297
6298 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6301         bind the default value of enable-multibyte-characters to nil.
6302
6303 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * message.el (message-forward-make-body-plain)
6306         (message-forward-make-body-mml):
6307         Don't use mm-with-unibyte-current-buffer.
6308
6309 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6310
6311         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6312
6313 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6314
6315         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6316         (Bug#5592).
6317
6318 2010-05-07  Julien Danjou  <julien@danjou.info>
6319
6320         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6321         it to mm-pipe-part.
6322
6323         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6324         it is given.
6325
6326 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * binhex.el (binhex-decode-region-internal)
6329         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6330         (dns-query)
6331         * nnweb.el (nnweb-gmane-search)
6332         * pgg-parse.el (pgg-parse-armor)
6333         * pgg.el (pgg-verify-region)
6334         * sha1.el (sha1-string-external)
6335         * uudecode.el (uudecode-decode-region-internal)
6336         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6337         XEmacs.
6338
6339         * gnus-art.el (gnus-article-browse-html-parts)
6340         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6341         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6342         make-temp-file.
6343
6344         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6345         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6346         compiling.
6347
6348         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6349         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6350         XEmacs when compiling.
6351
6352         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6353         gnus-pick-mode-off-hook for XEmacs when compiling.
6354         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6355         gnus-binary-mode-off-hook for XEmacs when compiling.
6356
6357         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6358         Return nil if char-charset is not available.
6359
6360         * imap.el (imap-disable-multibyte)
6361         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6362         macros.
6363
6364         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6365         instead of encode-coding-string.
6366
6367         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6368         'xemacs) instead of mm-emacs-mule to switch function definitions.
6369         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6370
6371         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6372         bind temporary-file-directory for XEmacs;
6373         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6374         timer-set-function for XEmacs 21.4 and SXEmacs;
6375         bind timer-list for XEmacs 21.4 and SXEmacs;
6376         fbind char-charset and find-charset-region for non-Mule XEmacs;
6377         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6378         encode-coding-region and encode-coding-string for XEmacs having no
6379         file-coding feature.
6380
6381 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6382
6383         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6384
6385 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6388         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6389
6390 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6391
6392         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6393         alias `jka-compr-delete-temp-file' no longer exists.
6394
6395 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6396
6397         Use define-minor-mode in Gnus where applicable.
6398         * mml.el (mml-mode): Use define-minor-mode.
6399         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6400         (gnus-undo-mode): Use define-minor-mode.
6401         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6402         (gnus-dead-summary-mode): Use define-minor-mode.
6403         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6404         Initialize in declaration.
6405         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6406         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6407         (gnus-mailing-list-mode): Use define-minor-mode.
6408         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6409         (gnus-draft-mode): Use define-minor-mode.
6410         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6411         (gnus-dired-mode): Use define-minor-mode.
6412
6413 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6414
6415         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6416         handles on recursive mml-to-mime translation and check them for
6417         boundary delimiter collisions.  Reported by Greg Troxel.
6418
6419 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6422
6423 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6424
6425         * mm-util.el (mm-find-buffer-file-coding-system):
6426         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6427
6428 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6429
6430         * message.el (message-generate-headers): Record insertion of optional
6431         headers as well.  Otherwise the check to prevent repeated insertion of
6432         optional headers is a no-op.
6433
6434 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6435
6436         * smime.el: Don't mention CVS.
6437
6438         * nnrss.el (nnrss-fetch): Don't mention CVS.
6439
6440         * nnir.el: Don't mention CVS.
6441
6442 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * gnus-sum.el (gnus-summary-bookmark-make-record):
6445         Add `location' field.
6446
6447 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * lpath.el: Fbind bookmark-default-handler,
6450         bookmark-get-bookmark-record, bookmark-make-record-default,
6451         bookmark-prop-get for Emacs <23 and XEmacs.
6452
6453 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6454
6455         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6456         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6457         Use with-current-buffer to silence the byte-compiler.
6458         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6459         bother to require `gnus'.
6460         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6461
6462 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6463
6464         * gnus-sum.el (gnus-summary-bookmark-make-record)
6465         (gnus-summary-bookmark-jump): New functions.
6466         (gnus-summary-mode): Setup bookmark support.
6467
6468 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6469
6470         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6471         if set.
6472
6473 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6476         gnus-article-browse-html-save-cid-image; make it work recursively for
6477         forwarded messages as well.
6478         (gnus-article-browse-html-parts): Work when prefix arg is given.
6479         (gnus-article-browse-html-article): Doc fix.
6480
6481 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6482
6483         * message.el (message-default-mail-headers):
6484         (message-default-headers): Carry the value mail-default-headers over
6485         into message-default-mail-headers, rather than message-default-headers.
6486
6487 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6488
6489         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6490         charset.
6491
6492         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6493         charset into the <meta> tag when the article is encoded to utf-8.
6494
6495 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-art.el (gnus-article-browse-delete-temp-files):
6498         Delete directories as well.
6499         (gnus-article-browse-html-parts): Work for images that do not specify
6500         file names; delete temp directory when quitting; insert header at the
6501         right place; use file: scheme for image files.
6502
6503 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6504
6505         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6506         (gnus-article-browse-html-parts): Use it to make temporary cid image
6507         files in addition to html file so that browser may display them.
6508
6509 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6512
6513 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6514
6515         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6516
6517 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * auth-source.el (auth-sources): Change default to be simpler.
6520         Explain about Secret Service API sources.  Improve Customize options.
6521         (auth-source-pick): Change to accept any number of search parameters.
6522         Implement fallbacks iteratively, not recursively.  Add scoring on the
6523         second pass and sort by score.  Call Secret Service API when needed.
6524         (auth-source-user-or-password): Use it.  Call Secret Service API
6525         directly when needed to get the user name and the password.
6526
6527 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6528
6529         * message.el (message-interactive): Doc fix.
6530         (message-qmail-inject-args): Reflow.
6531         (message-kill-to-signature): Fix typo in docstring.
6532
6533         * smiley.el (smiley-buffer): Fix typo in docstring.
6534
6535 2010-03-24  Glenn Morris  <rgm@gnu.org>
6536
6537         * mail-source.el (gnus-message): Declare.
6538         (mail-source-delete-old-incoming): Require gnus-util.
6539
6540 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6543
6544         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6545
6546         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6547         password-cache's default if it is not bound.
6548         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6549         password-cache-expiry's default if it is not bound.
6550
6551         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6552         available in Emacs 21.
6553
6554         * lpath.el: Suppress compiler warnings for:
6555         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6556         XEmacs;
6557         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6558         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6559         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6560
6561 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6562
6563         * auth-source.el (auth-sources): Fix up definition so extra parameters
6564         are always inline.
6565
6566 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6567
6568         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6569         wasn't updated after mismatch.  Clear cached mailbox info correctly
6570         when uidvalidity changes.
6571         (nnimap-group-prefixed-name): New function to avoid some code
6572         duplication.
6573         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6574         (nnimap-request-group): Use it.
6575         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6576         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6577         with many imap folders.  This is done by caching the group status from
6578         the imap server persistently in a group parameter `imap-status'.  (This
6579         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6580         but not persistently, so every Gnus startup was still very slow.)
6581
6582 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6585         delete the extra newline.  Otherwise editing of :string and :number
6586         types don't work.
6587
6588 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6589
6590         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6591         secrets.el dependency.
6592         (auth-sources): Add optional user name.  Add secrets.el configuration
6593         choice (unused right now).
6594
6595 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6596
6597         * gnus-sum.el (gnus-summary-make-menu-bar):
6598         Let `gnus-registry-install-shortcuts' fill in the functions.
6599
6600         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6601         warnings.
6602         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6603         (gnus-registry-install-shortcuts): Populate and use it in a
6604         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6605
6606 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6607
6608         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6609         In-place substitutions for the group name encoding/decoding.
6610         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6611         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6612         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6613         (nnimap-update-unseen, nnimap-request-list)
6614         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6615         (nnimap-request-set-mark, nnimap-split-to-groups)
6616         (nnimap-split-articles, nnimap-request-newgroups)
6617         (nnimap-request-create-group, nnimap-request-accept-article)
6618         (nnimap-request-delete-group, nnimap-request-rename-group)
6619         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6620         `encoded-mbx' for consistency.
6621         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6622         variable `imap-current-mailbox'.
6623
6624         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6625         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6626
6627 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6628
6629         * pop3.el (pop3-display-message-size-flag): Display message size byte
6630         counts during POP3 download.
6631         (pop3-movemail): Use it.
6632         (pop3-list): Implement listing of available messages.
6633
6634 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6635
6636         * nnir.el (nnir-get-article-nov-override-function): New function to
6637         override the normal NOV retrieval.
6638         (nnir-retrieve-headers): Use it.
6639
6640 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6641
6642         * auth-source.el (netrc-machine-user-or-password): Autoload.
6643
6644 2010-03-19  Glenn Morris  <rgm@gnu.org>
6645
6646         Stop message.el from loading about 40 libraries it doesn't always need.
6647         The general approach is to autoload rather than require, and to
6648         require in the specific functions rather than the file.  (Bug#5642)
6649
6650         * gmm-utils.el: Don't require wid-edit.
6651         (widget-create-child-value, widget-convert, widget-default-get):
6652         Autoload.
6653
6654         * gnus-util.el: Don't require time-date, netrc.
6655         (message-fetch-field, gnus-group-name-decode): Declare rather than
6656         autoloading.
6657         (gnus-fetch-field): Require message.
6658         (gnus-decode-newsgroups): Require gnus-group.
6659
6660         * ietf-drums.el: Don't require time-date.
6661
6662         * message.el: Don't require hashcash, canlock, ecomplete.
6663         Do require mail-utils.  Require nnheader only when compiling.
6664         (smtpmail-default-smtp-server): Remove declaration.
6665         (message-send-mail-function): Check smtpmail-default-smtp-server
6666         is bound rather than requiring smtpmail.
6667         (message-auto-save-directory, message-insert-signature):
6668         Use expand-file-name rather than nnheader-concat.
6669         (nnheader-insert-file-contents): Autoload.
6670         (hashcash-wait-async): Declare.
6671         (message-send-mail): Only call gnus-setup-posting-charset if
6672         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6673         (message-send-mail-with-sendmail): Require sendmail.
6674         (canlock-password, canlock-password-for-verify): Declare.
6675         (message-canlock-password): Require canlock.
6676         (nnheader-get-report): Autoload.
6677         (gnus-setup-posting-charset): Declare.
6678         (message-send-news): Require gnus-msg.
6679         (message-make-references, message-make-in-reply-to): Use mail-header-id
6680         rather than the alias mail-header-message-id.
6681         (ecomplete-add-item, ecomplete-save): Declare.
6682         (message-put-addresses-in-ecomplete): Require ecomplete.
6683         (ecomplete-display-matches): Autoload.
6684
6685         * mm-decode.el: Don't require mailcap, gnus-util.
6686         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6687         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6688         Autoload.
6689         (mailcap-mime-extensions): Declare.
6690
6691         * mm-encode.el: Don't require mailcap.
6692         (mailcap-extension-to-mime): Autoload.
6693
6694         * mml-sec.el: Don't require password-cache.
6695
6696         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6697         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6698         (mml-minibuffer-read-type): Require mailcap.
6699         (mml-preview): Require gnus-msg.
6700
6701         * mml1991.el: Require password-cache.
6702         (password-cache-expiry): Remove declaration.
6703
6704         * mml2015.el: Require password-cache.
6705         (password-cache-expiry): Remove declaration.
6706
6707         * nneething.el (mailcap): Require mailcap.
6708
6709         * nnheader.el (declare-function): Add compatibility stub.
6710         (message-remove-header): Declare rather than autoload.
6711         (nnheader-replace-header): Require message.
6712
6713         * nnimap.el (declare-function): Add compatibility stub.
6714         (netrc-parse, netrc-machine-user-or-password): Declare.
6715         (nnimap-open-connection): Require netrc.
6716
6717         * nntp.el (declare-function): Add compatibility stub.
6718         (netrc-parse, netrc-machine, netrc-get): Declare.
6719         (nntp-send-authinfo): Require netrc.
6720
6721         * rfc2047.el: Don't require qp.
6722         (quoted-printable-encode-region, quoted-printable-decode-string):
6723         Autoload.
6724
6725         * sieve-mode.el: Don't require easymenu.
6726         (easy-menu-add-item): Autoload it.
6727
6728         * spam-stat.el (time-to-number-of-days): Autoload it.
6729
6730 2010-03-19  Glenn Morris  <rgm@gnu.org>
6731
6732         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6733
6734 2010-03-18  Glenn Morris  <rgm@gnu.org>
6735
6736         * hashcash.el (declare-function): Remove duplicate definition.
6737
6738 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6739
6740         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6741         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6742         value if any backslash escapes).
6743
6744 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6747         if it is available.  (bug#5647)
6748
6749         * lpath.el: Suppress compiler warning for coding-system-from-name for
6750         Emacs 21 and XEmacs.
6751
6752 2010-03-14  Juri Linkov  <juri@jurta.org>
6753
6754         * hmac-def.el:
6755         * hmac-md5.el:
6756         * netrc.el: Fix keywords.
6757
6758 2010-02-26  Glenn Morris  <rgm@gnu.org>
6759
6760         * message.el (message-send-mail-function): Change the default, so that
6761         it inherits from a customized send-mail-function.  (Bug#5643)
6762
6763 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6764
6765         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6766         shell-command-to-string signals an error (bug#5299).
6767
6768 2010-02-24  Glenn Morris  <rgm@gnu.org>
6769
6770         * message.el (message-smtpmail-send-it)
6771         (message-send-mail-with-mailclient): Doc fixes.
6772
6773 2010-02-16  Glenn Morris  <rgm@gnu.org>
6774
6775         * message.el (message-default-mail-headers): Change the default value
6776         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6777
6778 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6781         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6782
6783 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6784
6785         * time-date.el (date-to-time): Doc fix (Bug#5408).
6786
6787 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6788
6789         * message.el (message-mail): Just pass yank-action on to message-setup.
6790         (message-setup): Handle (FUN . ARGS) form of yank-action.
6791         (message-with-reply-buffer, message-widen-reply)
6792         (message-yank-original): Handle non-buffer values of
6793         message-reply-buffer (Bug#4080).
6794         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6795
6796 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6797
6798         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6799         Fix typo in docstring.
6800
6801 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6802
6803         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6804         response.
6805
6806 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6809
6810         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6811
6812         * message.el (message-check-news-header-syntax): Protect against a
6813         string that `rfc822-addresses' returns when parsing fails.
6814
6815 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6818         (gnus-previous-char-property-change): New functions.
6819
6820         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6821
6822 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6823
6824         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6825         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6826
6827 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6828
6829         * message.el (message-exchange-point-and-mark): Rework last change to
6830         avoid using optional arg of exchange-point-and-mark, for backward
6831         compatibility.
6832
6833 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6834
6835         * message.el (message-exchange-point-and-mark):
6836         Call exchange-point-and-mark with an argument rather than setting
6837         mark-active by hand (Bug#5175).
6838
6839 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * nntp.el (nntp-service-to-port): Work for service expressed with
6842         numeric string; replace [:digit:] with [0-9] for XEmacs.
6843
6844 2009-12-17  Glenn Morris  <rgm@gnu.org>
6845
6846         * gnus-group.el (gnus-bug-group-download-format-alist):
6847         Change emacs entry to debbugs.gnu.org.  Bump :version.
6848
6849 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6852
6853 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * message.el (message-info): Explain why we use `Info-goto-node'.
6856
6857 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6860
6861 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6862
6863         * message.el (message-completion-in-region): New compatibility function.
6864         (message-expand-group): Use it.
6865
6866 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6869         with no unread article should be listed if the 2nd arg `predicate' is
6870         given.
6871
6872 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6875
6876 2009-11-29  Juri Linkov  <juri@jurta.org>
6877
6878         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6879         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6880         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6881
6882 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6883
6884         * sha1.el (sha1-string-external): default-directory "/" in case
6885         otherwise non-existent.  process-connection-type pipe for touch of
6886         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6887
6888 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6889
6890         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6891         it's comms related and sgml-mode.el has "comm" on that basis too.
6892
6893 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6896         containing tspecial characters if they have been already quoted.
6897
6898 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6899
6900         * dns-mode.el (auto-mode-alist): Purecopy string.
6901
6902 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6903
6904         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6905
6906 2009-10-24  Glenn Morris  <rgm@gnu.org>
6907
6908         * gnus-art.el (help-xref-stack-item): Define for compiler.
6909
6910 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6911
6912         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6913
6914 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6917
6918 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6921         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6922
6923 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6926         (gnus-overlays-in): New alias to overlays-in.
6927
6928         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6929         gnus-overlay-get, and gnus-delete-overlay.
6930         (gnus-summary-show-thread): Make it work as well for systems in which
6931         next-single-char-property-change is not available.
6932         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6933
6934         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6935         (gnus-overlay-get): New alias to extent-property.
6936         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6937
6938         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6939         SXEmacs.
6940
6941         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6942         SXEmacs.
6943
6944 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6945
6946         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6947
6948 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6949
6950         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6951         and XEmacs that don't have `remove-overlays'.
6952
6953 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6954
6955         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6956         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6957         selective display.  Use overlays instead.
6958
6959 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6960
6961         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6962
6963 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6964
6965         * spam-stat.el (spam-stat-load): Fix typo in message.
6966
6967 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6968
6969         * dig.el (dig-invoke): Fix typo in docstring.
6970         (query-dig): Reflow docstring.
6971
6972 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6973
6974         * gnus-art.el (gnus-article-encrypt-body):
6975         * message.el (message-check-recipients):
6976         * mm-util.el (mm-codepage-setup):
6977         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6978         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6979
6980 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6981
6982         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6983         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6984         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6985         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6986         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6987
6988 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6989
6990         * dig.el: Add "Keywords: comm", as per net-utils.el.
6991
6992 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6993
6994         * dig.el (dig-mode): Use define-derived-mode.
6995
6996 2009-09-19  Glenn Morris  <rgm@gnu.org>
6997
6998         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6999
7000 2009-09-18  Glenn Morris  <rgm@gnu.org>
7001
7002         * gnus-diary.el (gnus-diary-check-message):
7003         * message.el (message-insert-formatted-citation-line):
7004         * nnbabyl.el (top-level):
7005         * nndiary.el (nndiary-schedule):
7006         Fix typos in condition-case handlers.
7007
7008 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7011         configuration that provides the sole article window in a frame;
7012         position point correctly after deleting a part.
7013
7014 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7015
7016         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7017         (spam-resolve-registrations-routine): Use it to unregister articles
7018         that change status.
7019
7020 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7023         with XEmacs.
7024         (parse-time-string-chars): Use it.
7025
7026 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7027
7028         * imap.el (imap-interactive-login): Better messages.
7029         (imap-open): Fix bug with renamed buffer on reconnect.
7030         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7031         for easier debugging and cleaner code.  On successful (guessed based on
7032         server capabilities) secondary authentication, set imap-state
7033         correctly.
7034         (imap-last-authenticator): Define imap-last-authenticator as a variable
7035         to avoid warnings.
7036
7037 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * nnrss.el (nnrss-request-article): Remove binding of
7040         default-enable-multibyte-characters that has gotten needless by
7041         the 2007-07-13 change in rfc2047-encode-message-header.
7042
7043         * mml.el (mml-insert-multipart): Error on the message header.
7044         (mml-insert-part): Error on the message header; position point at
7045         the end of a MIME tag.
7046
7047 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * time-date.el (autoload): Expand define-obsolete-function-alias into
7050         defalias and make-obsolete for old Emacsen that Gnus supports.
7051         (with-no-warnings): Define it for old Emacsen.
7052         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7053         is available.
7054         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7055         float-time is available; suppress compile warning for time-to-seconds.
7056
7057         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7058         (gnus-float-time): Alias to float-time if it exists.
7059
7060         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7061         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7062         float-time is available; suppress compile warning for time-to-seconds.
7063
7064         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7065         XEmacs.
7066
7067 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * imap.el (imap-message-map): Docstring fix.
7070
7071 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7074         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7075         Add the optional argument `encoding' that overrides the default.
7076
7077         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7078         mm-encode-buffer.
7079
7080 2009-09-04  Glenn Morris  <rgm@gnu.org>
7081
7082         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7083         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7084         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7085         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7086         * mm-util.el (mm-with-unibyte-current-buffer)
7087         (mm-find-buffer-file-coding-system):
7088         * yenc.el (yenc-decode-region): Use default-value rather than
7089         default-enable-multibyte-characters.
7090
7091 2009-09-03  Glenn Morris  <rgm@gnu.org>
7092
7093         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7094         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7095         than default-enable-multibyte-characters.
7096
7097 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7098
7099         * gnus-art.el (gnus-article-read-summary-keys):
7100         Fix gnus-buffer-configuration's value temporarily used.
7101
7102 2009-09-02  Glenn Morris  <rgm@gnu.org>
7103
7104         * gnus-util.el (gnus-float-time): New function.
7105         * gnus-delay.el (gnus-delay-article):
7106         * gnus-sum.el (gnus-thread-latest-date):
7107         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7108         * nnspool.el (nnspool-request-newgroups):
7109         Use gnus-float-time rather than time-to-seconds.
7110         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7111
7112         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7113         (gnus-header-subject-face, gnus-header-newsgroups-face)
7114         (gnus-header-name-face, gnus-header-content-face):
7115         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7116         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7117         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7118         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7119         (gnus-cite-face-11):
7120         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7121         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7122         (gnus-server-closed-face, gnus-server-denied-face)
7123         (gnus-server-offline-face):
7124         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7125         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7126         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7127         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7128         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7129         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7130         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7131         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7132         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7133         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7134         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7135         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7136         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7137         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7138         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7139         (gnus-summary-high-undownloaded-face)
7140         (gnus-summary-low-undownloaded-face)
7141         (gnus-summary-normal-undownloaded-face)
7142         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7143         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7144         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7145         (gnus-splash-face):
7146         * message.el (message-header-to-face, message-header-cc-face)
7147         (message-header-subject-face, message-header-newsgroups-face)
7148         (message-header-other-face, message-header-name-face)
7149         (message-header-xheader-face, message-separator-face)
7150         (message-cited-text-face, message-mml-face):
7151         * sieve-mode.el (sieve-control-commands-face)
7152         (sieve-action-commands-face, sieve-test-commands-face)
7153         (sieve-tagged-arguments-face):
7154         * spam.el (spam-face):
7155         Mark face aliases with "-face" in the name as obsolete.
7156
7157 2009-09-01  Glenn Morris  <rgm@gnu.org>
7158
7159         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7160         than goto-line.
7161
7162 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7165         Don't move point if the command is invoked inside the message header.
7166
7167 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7168
7169         * imap.el (imap-send-command): Simplify.
7170         (imap-wait-for-tag): point-max -> buffer-size.
7171
7172 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7173
7174         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7175         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7176         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7177         * nnir.el (nnir-swish-e-index-file):
7178         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7179         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7180         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7181         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7182         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7183         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7184
7185 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7188         Don't save excursion.
7189
7190 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7191
7192         * nnheader.el (nnheader-find-file-noselect):
7193         * mm-util.el (mm-insert-file-contents):
7194         Use (default-value 'major-mode) instead of default-major-mode.
7195
7196 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7197
7198         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7199
7200 2009-08-26  Glenn Morris  <rgm@gnu.org>
7201
7202         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7203         than placing in files.el.
7204
7205 2009-08-25  Glenn Morris  <rgm@gnu.org>
7206
7207         * nnir.el (top-level): Don't require cl at run-time.
7208         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7209         Replace cl-function substitute with gnus-replace-in-string.
7210         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7211         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7212         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7213         simplified expansions.
7214
7215 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7216
7217         * dig.el (dig): Add autoload cookie.
7218
7219 2009-08-22  Glenn Morris  <rgm@gnu.org>
7220
7221         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7222         goto-line.
7223
7224 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7225
7226         * parse-time.el (parse-time-string-chars): Save match data.
7227
7228 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7229
7230         * parse-time.el (parse-time-string-chars): Compute using character
7231         classes, to handle non-ascii characters (Bug#3190).
7232
7233 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7236
7237         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7238         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7239         (gnus-mm-display-part, gnus-mime-display-single)
7240         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7241         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7242
7243         * gnus-sum.el
7244         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7245         (gnus-summary-move-article): Add expirable mark to articles copied or
7246         moved to group that has auto-expire turned on if the option is non-nil.
7247
7248 2009-07-24  Glenn Morris  <rgm@gnu.org>
7249
7250         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7251         Fix typo.  (Bug#3903)
7252
7253 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7256         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7257         that should not be used for draft articles.
7258         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7259         that has no concern in minor mode keys.
7260         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7261         Abolish.
7262
7263 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7266         article without making inquiry to a user for unknown encoding.
7267
7268         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7269         (nnmaildir--scan): Assume i-node and device number that file-attributes
7270         returns might be cons-cell.
7271
7272         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7273
7274         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7275
7276 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7277
7278         * auth-source.el: Remove docs now in auth.texi.  Don't use
7279         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7280         `auth-source-hide-passwords' and use them.
7281
7282 2009-07-15  Glenn Morris  <rgm@gnu.org>
7283
7284         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7285
7286 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7289         excessive whitespace from the default values of title and description.
7290
7291 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7294         mail-fetch-field to fetch Content-Description header in order to
7295         exclude newlines.
7296
7297 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7298
7299         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7300         format used by GnuPG 2.0.11.
7301
7302 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7305         to deleted part.
7306
7307 2009-05-30  David Engster  <dengste@eml.cc>
7308
7309         * nnmairix.el: Remove old documentation in the commentary block.
7310         (nnmairix-request-group): Do not update active file for nnml back ends.
7311         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7312         end so that overview files are ignored.
7313         (nnmairix-update-groups): Make updating the groups more robust by using
7314         marks.
7315         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7316         with dollar characters in message-id.
7317
7318 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7321         2008-12-25 in dns.el.
7322
7323 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7324
7325         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7326         could happen if the text is only composed of spaces and/or tabs.
7327
7328 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7329
7330         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7331         when sending a queued message to avoid extra mml tags.
7332
7333 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7336
7337 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7340         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7341         rmail-toggle-header for XEmacs;
7342         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7343
7344 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-dired.el: Remove autoload for gnus-setup-message.
7347         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7348         displaying Gnus logo; always use compose-mail.
7349
7350 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7353
7354 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7357         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7358         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7359         available.
7360         (gnus-nocem-epg-verify): New function.
7361
7362 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7365
7366 2009-02-15  Glenn Morris  <rgm@gnu.org>
7367
7368         * gnus-util.el (rmail-insert-rmail-file-header)
7369         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7370         autoloads.
7371         (rmail-default-rmail-file): Remove unnecessary declaration.
7372         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7373
7374 2009-02-14  Glenn Morris  <rgm@gnu.org>
7375
7376         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7377         variable (only used in gnus-util, which declares it anyway).
7378         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7379         which was only needed by gnus-art (changed to not use it any more).
7380         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7381         only used in gnus-util, which autoloads it itself.
7382         (rmail-update-summary): Fix autoload.
7383
7384         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7385         rather than rmail-output-to-rmail-file.
7386
7387 2009-02-07  Glenn Morris  <rgm@gnu.org>
7388
7389         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7390         autoload of function that no longer exists.
7391         (rmail-toggle-header): Declare.
7392         (message-forward-rmail-make-body): Handle mbox Rmail.
7393
7394 2009-01-31  Glenn Morris  <rgm@gnu.org>
7395
7396         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7397         2009-01-09 change.
7398
7399 2009-01-31  Dave Love  <fx@gnu.org>
7400
7401         * imap.el (imap-fetch-safe): Bind debug-on-error.
7402         (imap-debug): Add imap-fetch-safe.
7403
7404 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7405
7406         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7407         (auth-source-forget-all-cached): New convenience function.
7408         (auth-source-user-or-password): Accept list of modes or a single mode.
7409
7410         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7411         auth-source modes.
7412
7413         * netrc.el (netrc-machine-user-or-password): Use list of
7414         auth-source modes.
7415
7416         * nnimap.el (nnimap-open-connection): Use list of
7417         auth-source modes.
7418
7419         * nntp.el (nntp-send-authinfo): Use list of
7420         auth-source modes.
7421
7422 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7425         now.
7426
7427 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7430         coding system in XEmacs; add a workaround for XEmacs.
7431
7432         * lpath.el: Fbind coding-system-aliasee.
7433
7434 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7437         of current-language-environment.
7438
7439 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7442         available at runtime.
7443
7444 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7447
7448 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7449
7450         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7451         the greatest positive fixnum value doesn't work under an XEmacs with
7452         bignum support; use the most-positive-fixnum constant instead,
7453         available since Emacs 21.1 with cl and XEmacs 21.1.
7454
7455 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7458         XEmacs gets not to work.
7459
7460 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * mm-util.el (mm-coding-system-priorities): Allow the value like
7463         "Japanese (UTF-8)" of current-language-environment.
7464
7465 2009-01-09  Glenn Morris  <rgm@gnu.org>
7466
7467         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7468         with last-command-event.
7469
7470 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7473         in the doc string.
7474
7475         * message.el (message-fix-before-sending): Amend comment.
7476
7477 2009-01-08  Dave Love  <fx@gnu.org>
7478
7479         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7480
7481 2009-01-07  David Engster  <dengste@eml.cc>
7482
7483         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7484         simplified server definitions by converting it via
7485         gnus-server-to-method.
7486
7487 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7490         parameter's operands.
7491
7492 2009-01-06  David Engster  <dengste@eml.cc>
7493
7494         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7495         primary select method (for gnus-group-mark-article-as-read).
7496
7497 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7498
7499         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7500         `(gnus)Face', not `(gnus)X-Face'.
7501
7502 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * mm-util.el (mm-ucs-to-char): New function.
7505
7506         * mm-url.el (mm-url-decode-entities): Use it.
7507
7508         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7509         unicode-to-char.
7510
7511 2009-01-05  Dave Love  <fx@gnu.org>
7512
7513         * time-date.el: Require cl for `declare'.
7514
7515 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7518         Dave Love.
7519
7520 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * message.el (message-fix-before-sending): Add `eight-bit' to
7523         illegible-text check.
7524
7525 2009-01-03  Michael Olson  <mwolson@gnu.org>
7526
7527         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7528         `headers' is nil.  This can occur if the IMAP server does not have
7529         permissions to read messages from a folder, but can write new messages
7530         to the folder.
7531         (nnimap-request-article-part): Do not insert `data' if it is nil.
7532
7533         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7534         characters which will confuse `read', so skip past them.
7535
7536 2009-01-01  Dave Love  <fx@gnu.org>
7537
7538         * imap.el (imap-string-to-integer): Fix typo.
7539         (imap-fetch-safe): New function.
7540         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7541
7542         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7543
7544         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7545         (imap-parse-greeting): Fix doc strings.
7546         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7547         (imap-parse-flag-list): Make messages unique.
7548         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7549
7550         * nnimap.el: Fix author email.
7551         (nnimap-split-rule): Add FIXME comment.
7552         (nnimap-debug): Fix doc string.
7553
7554 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7557
7558 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7561         nslookup if resolv.conf isn't available.
7562         (dns-query): Rename from query-dns.
7563         (dns-query-cached): Rename from query-dns-cached.
7564
7565 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7568         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7569         to check if those variables exist (first appeared in Emacs 18.50).
7570
7571 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * mm-util.el (mm-line-number-at-pos): New function.
7574
7575         * spam-report.el (spam-report-process-queue): Use it.
7576
7577 2008-12-24  David Engster  <dengste@eml.cc>
7578
7579         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7580         parameters that haven't existed as variables as buffer-local variables.
7581
7582 2008-12-23  Dave Love  <fx@gnu.org>
7583
7584         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7585         cadar.
7586
7587         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7588         imap-starttls-p.
7589         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7590
7591 2008-12-22  Dave Love  <fx@gnu.org>
7592
7593         * imap.el: Fix author email.  Doc fixes.
7594         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7595         reply.
7596
7597 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * spam-report.el (spam-report-gmane-max-requests): New constant.
7600         (spam-report-gmane-wait): New variable.
7601         (spam-report-gmane-ham, spam-report-gmane-spam)
7602         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7603         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7604         the server.
7605
7606         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7607         Add explanations.
7608
7609         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7610         nnheader-accept-process-output and nnheader-read-timeout if available.
7611         (pop3-movemail): Use it.
7612
7613         * message.el (message-check-news-body-syntax): Fix signature check if
7614         there's an attachment.
7615
7616 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * mm-util.el: Add comments to the mm- emulating functions.
7619
7620 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7623         Reported by Stephen Berman <stephen.berman@gmx.net>.
7624
7625 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * mm-util.el (mm-substring-no-properties): New function.
7628         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7629         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7630         (mm-string-to-multibyte): Doc fix.
7631
7632         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7633
7634 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * mml.el (mml-attach-file): Strip text properties from file name.
7637         (Bug#1574)
7638
7639 2008-12-16  Glenn Morris  <rgm@gnu.org>
7640
7641         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7642
7643 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7646         knows since the charset specified might be a bogus alias that
7647         mm-charset-synonym-alist provides.
7648
7649 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7652         "ISO_8859-1".
7653
7654         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7655
7656 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * mm-util.el (mm-charset-eval-alist):
7659         Define it before mm-charset-to-coding-system.
7660         (mm-charset-to-coding-system): Add optional argument `silent';
7661         define it before mm-charset-override-alist.
7662         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7663         default value if it can be used in Emacs currently running;
7664         silence mm-charset-to-coding-system.
7665
7666 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7669         `allow-override' which says whether to use `mm-charset-override-alist'.
7670         (rfc2047-decode-encoded-words): Use it.
7671
7672         * mm-util.el (mm-charset-override-alist): Fix custom type;
7673         add `(gb2312 . gbk)' to choices.
7674
7675 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7678         fast.
7679
7680         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7681
7682         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7683
7684 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7685
7686         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7687         on links.
7688
7689         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7690
7691 2008-12-03  Lute Kamstra  <lute@gnu.org>
7692
7693         * sha1.el: Remove leading * from docstrings of defcustoms,
7694         deffaces, defconsts and defuns.
7695
7696 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7699         users' addresses that don't have domain parts.
7700         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7701         rather than message-narrow-to-head since there will be the message
7702         header separator.
7703
7704 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7705
7706         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7707         since the result is inserted in a unibyte buffer anyway.
7708         (nnimap-demule-use-string-to-multibyte): Remove.
7709         (nnimap-demule): Alias it to mm-string-to-multibyte.
7710
7711 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7714         variable for debugging bug#464 and bug#1174.
7715         (nnimap-demule): Use it.
7716
7717 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7720         score calculation correctly.
7721
7722 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7723
7724         * message.el (message-send-mail): Just set the buffer to unibyte
7725         rather than use mm-with-unibyte-current-buffer which does a lot more.
7726         (message-send-mail-partially): Don't bother with
7727         mm-with-unibyte-current-buffer since it's already been made unibyte by
7728         message-send-mail.
7729
7730 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7731
7732         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7733
7734 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7735
7736         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7737
7738 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7741         require itself and to remove `with-no-warnings'.
7742
7743 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         * starttls.el (starttls-any-program-available): Get the name of the
7746         available TLS layer program.
7747         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7748         well as the host name in the "opening" message.
7749
7750         * auth-source.el (auth-source-cache, auth-source-do-cache)
7751         (auth-source-user-or-password): Cache passwords and logins by default,
7752         allow override with `auth-source-do-cache'.
7753         (auth-source-forget-user-or-password): Allow users to remove cache
7754         entries if needed.
7755
7756 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7757
7758         * md4.el (md4-buffer): Fix typo in docstring.
7759         (md4, md4-64): Doc fixes.
7760         (md4-pack-int32): Reflow docstring.
7761
7762 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7763
7764         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7765         condition-case to only the forward-sexp call.
7766
7767 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7768
7769         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7770         quotes contained.  Make it more robust regardless by an extra
7771         condition-case wrapper.
7772
7773 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7776
7777 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * nnml.el (nnml-request-expire-articles): Check if the function set to
7780         `nnmail-expiry-target' returns the symbol `delete'.
7781
7782         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7783
7784         * nnmail.el (nnmail-expiry-target): Fix custom type.
7785
7786 2008-10-02  Glenn Morris  <rgm@gnu.org>
7787
7788         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7789         Silence compiler warning.
7790
7791 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7792
7793         * tls.el (open-tls-stream): Show the actual command being
7794         executed, instead of the format string.
7795
7796 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * lpath.el: Fbind codepage-setup for Emacs 23.
7799
7800 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7801
7802         * mml.el (mml-menu): Don't assume mml2015 is bound.
7803
7804 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7807         exists.
7808
7809 2008-09-27  Glenn Morris  <rgm@gnu.org>
7810
7811         * gnus-util.el (mail-header-remove-comments): Autoload it.
7812
7813 2008-09-27  Andreas Schwab  <schwab@suse.de>
7814
7815         * gnus-util.el (gnus-split-references): Strip comments.
7816         (gnus-parent-id): Likewise.
7817
7818 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * message.el (message-confirm-send): Fix version.
7821
7822 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * message.el (message-idna-to-ascii-rhs-1): Use
7825         mail-extract-address-components rather than mail-header-parse-addresses
7826         that is an alias by default to ietf-drums-parse-addresses that does not
7827         support non-ASCII names in headers' contents.
7828
7829 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * message.el (message-confirm-send): Fix variable documentation to
7832         avoid the "y/n" wording.
7833
7834 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7835
7836         * message.el (message-set-auto-save-file-name): Save to a different
7837         filename so multiple messages (especially drafts) can be recovered.
7838
7839 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * message.el (message-confirm-send): Add appropriate version.
7842
7843 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7844
7845         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7846         defvar.
7847
7848 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7849
7850         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7851         (mm-pkcs7-enveloped-magic): Ditto.
7852
7853 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7854
7855         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7856         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7857
7858 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7859
7860         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7861         default, it's better.
7862
7863 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7864
7865         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7866         summary line gnus-number property and ignore them (with a warning
7867         message).
7868
7869 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7872         macro caddr in the interactive form since it won't be expanded.
7873
7874 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7877         `charset'; fix name of function called recursively.
7878         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7879
7880 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7883         (gnus-mime-set-charset-parameters): New function.
7884         (gnus-mime-view-part-as-charset): Use it to correctly display part
7885         specifying wrong charset.
7886
7887 2008-09-08  David Engster  <dengste@eml.cc>
7888
7889         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7890         in completing-read for back end server.
7891
7892 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7893
7894         * message.el (message-confirm-send): New variable to confirm sending a
7895         message.
7896         (message-send): Use it.
7897
7898 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7899
7900         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7901
7902 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7905
7906 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7907
7908         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7909         prevent tracking too many groups.
7910         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7911         Use it.
7912
7913 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7914
7915         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7916         moving point to the bottom of the window in order to avoid recentering.
7917
7918 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7921
7922         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7923         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7924         (gnus-article-beginning-of-window): Fix calculation.
7925
7926 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * gnus-msg.el (gnus-summary-supersede-article)
7929         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7930         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7931         message header.
7932
7933 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7934
7935         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7936         pending output coming after the status change.
7937
7938 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7939
7940         * message.el:
7941         * gnus-start.el:
7942         * gnus-registry.el: Remove VMS support.
7943
7944 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7947         macro.
7948         (rfc2104-hash): Use it.
7949
7950 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7953         (gnus-summary-sort-by-most-recent-date): New commands.
7954         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7955         and menu entries.
7956
7957 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7960         don't redisplay article for raw contents; remove plural articles stuff.
7961
7962         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7963         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7964         on gnus-summary-save-article; display results properly.
7965
7966 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * lpath.el: No need to fbind ns-focus-frame.
7969
7970 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7973
7974 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (gnus-summary-save-in-pipe):
7977         Consider gnus-save-all-headers.
7978
7979 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7980
7981         * gnus-util.el (ns-focus-frame): Remove declaration.
7982         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7983         like x.
7984
7985 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7986
7987         * rfc2104.el (rfc2104-zero): Delete defconst.
7988         (rfc2104-hex-alist): Likewise.
7989         (rfc2104-hex-to-int): Delete func.
7990         (rfc2104-hexstring-to-bitstring): Likewise.
7991         (rfc2104-nybbles): New defconst.
7992         (rfc2104-hash): Rewrite for speed.
7993
7994 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * tls.el (open-tls-stream): Make it work with the 2nd argument
7997         BUFFER that is a string but does not exist as a buffer object, as
7998         mentioned in the doc-string.
7999
8000 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8003         SXEmacs.
8004
8005 2008-07-16  Glenn Morris  <rgm@gnu.org>
8006
8007         * gnus-util.el (ns-focus-frame): Declare for compiler.
8008
8009 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8012         set as a group parameter.
8013         (gnus-summary-save-in-pipe): Work when it is called independently.
8014         (gnus-summary-pipe-to-muttprint): Don't modify
8015         gnus-summary-pipe-output-default-command.
8016
8017 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8018
8019         * message.el (message-send-mail-with-sendmail):
8020         Display the error message.
8021
8022 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-art.el (gnus-default-article-saver):
8025         Add gnus-summary-save-in-pipe to choices.
8026         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8027         gnus-summary-pipe-output-default-command as the default command.
8028         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8029         instead of gnus-last-shell-command.
8030
8031         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8032         New user option.
8033         (gnus-summary-muttprint-program): Mention the value will be changed.
8034         (gnus-summary-save-article): Force showing of all headers.
8035         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8036
8037 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8038
8039         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8040
8041 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8042
8043         * nnimap.el (nnimap-id):
8044         * sieve-manage.el (sieve-manage-open): Doc fixes.
8045
8046 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8047
8048         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8049         if available.
8050
8051 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8052
8053         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8054
8055         * nnkiboze.el (nnkiboze-generate-group):
8056         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8057
8058         * nnmairix.el: Require CL.
8059
8060 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * dgnushack.el: Autoload get-display-table and put-display-table for
8063         XEmacs 21.5.
8064
8065         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8066         21.4 and SXEmacs.
8067
8068 2008-06-15  David Engster  <dengste@eml.cc>
8069
8070         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8071
8072 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8073
8074         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8075         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8076         runtime choice under XEmacs.
8077
8078         * gnus-sum.el (gnus-summary-set-display-table):
8079         Use `gnus-put-display-table', `gnus-get-display-table',
8080         `gnus-set-display-table' for the display table, instead of `aset'.
8081
8082         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8083         Use `gnus-put-display-table', `gnus-get-display-table',
8084         `gnus-set-display-table' for the display table.
8085
8086 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * nnmairix.el: Add autoloads.
8089
8090 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * nnmairix.el (nnmairix-delete-recreate-group)
8093         (nnmairix-update-and-clear-marks): Fix error messages.
8094
8095 2008-06-14  David Engster  <dengste@eml.cc>
8096
8097         * nnmairix.el: Upgrade to version 0.6.
8098         (nnmairix-group-toggle-propmarks-this-group)
8099         (nnmairix-group-toggle-readmarks-this-group)
8100         (nnmairix-group-delete-recreate-this-group)
8101         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8102         (nnmairix-remove-tick-mark-original-article): New commands.
8103         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8104         (nnmairix-propagate-marks-to-nnmairix-groups)
8105         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8106         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8107         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8108         functions needed for marks propagation and manipulation of read marks.
8109         (nnmairix-update-groups): New function.
8110         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8111         (nnmairix-determine-original-group-from-registry)
8112         (nnmairix-determine-original-group-from-path)
8113         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8114         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8115         New helper functions.
8116         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8117         keystrokes for new commands.
8118         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8119         (nnmairix-request-group): Check allow-fast group parameter.
8120         (nnmairix-request-create-group): Set allow-fast group parameter if
8121         nnmairix-allowfast-default is set.
8122         (nnmairix-close-group): Propagate marks upon closing if needed.
8123         (nnmairix-group-toggle-threads-this-group): Use new.
8124         nnmairix-group-toggle-parameter helper function.
8125         (nnmairix-search): Better check for empty search result.
8126         (nnmairix-goto-original-article): Use new helper functions for
8127         determining original article.
8128         (nnmairix-show-original-article): Make sure message-id is in brackets.
8129         (nnmairix-call-mairix-binary): Change variable name.
8130         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8131         helper function.
8132         (nnmairix-widget-toggle-activate): Fix doc string.
8133
8134 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * nnir.el: Require edmacro when compiling with XEmacs.
8137         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8138         available in Emacs 21.
8139
8140 2008-06-11  Glenn Morris  <rgm@gnu.org>
8141
8142         * gnus-util.el (x-focus-frame):
8143         * gnus.el (image-size):
8144         * mm-decode.el (image-size): Declare.
8145
8146         * gnus-picon.el (declare-function): Add compat definition.
8147         (image-size): Declare.
8148
8149         * gnus-group.el (tool-bar-map):
8150         * gnus-sum.el (tool-bar-map): Define for compiler.
8151
8152         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8153
8154         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8155
8156         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8157         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8158         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8159         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8160         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8161         * sieve-manage.el, spam-report.el, spam.el:
8162         Remove unnecessary eval-and-compile of autoloads.
8163
8164 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8165
8166         * auth-source.el: Precise Tramp doc.
8167
8168 2008-06-07  Glenn Morris  <rgm@gnu.org>
8169
8170         * nnmairix.el: Remove unnecessary eval-when-compile.
8171
8172 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * lpath.el: Fbind propertize for XEmacs 21.4.
8175
8176 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * nnir.el: Move here from ../contrib.
8179
8180 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8181
8182         * gnus-util.el (gnus-read-shell-command): New function.
8183         * mm-decode.el (mm-pipe-part):
8184         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8185
8186 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8189
8190 2008-06-03  Glenn Morris  <rgm@gnu.org>
8191
8192         * pop3.el (nnheader-accept-process-output): Autoload it.
8193
8194 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8197         are not 2-digit hexadecimal characters that follow `%'s.
8198
8199 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * message.el (message-bogus-recipient-p): Fix type in doc string.
8202         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8203         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8204         Improve custom options.
8205         (message-bogus-recipient-p): Adjust accordingly.
8206
8207 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8208
8209         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8210         long-form month and day names.
8211
8212 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * dgnushack.el: Autoload debug, eudc-expand-inline and
8215         pgg-snarf-keys-region for XEmacs.
8216
8217         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8218
8219         * nnmairix.el: Require edmacro when compiling with XEmacs.
8220
8221 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8224         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8225
8226 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8227
8228         * auth-source.el: Add more docs.
8229
8230         * netrc.el (netrc-machine): Always match if the port is not given.
8231
8232 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8235         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8236         retrieval faster in some cases, but might make CPU usage larger.
8237         If this has any bad side effects, we might revert this change.
8238
8239         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8240         seems to make mail retrieval much, much faster.
8241         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8242         unconditionally.
8243
8244         * gnus-draft.el (gnus-group-send-queue):
8245         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8246
8247 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8250
8251         * message.el (message-bogus-address-regexp): Fix and improve custom
8252         type.
8253         (message-setup-hook): Add message-check-recipients as custom option.
8254
8255 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * message.el (message-cite-function): Remove bogus autoload which crept
8258         in during merge from v5-10.
8259
8260 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8261
8262         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8263
8264         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8265
8266         * auth-source.el: Preliminary Tramp docs.
8267         (auth-sources): Change the default auth-sources to use
8268         EPA .gpg files.
8269
8270 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8271
8272         * nntp.el: Autoload `auth-source-user-or-password'.
8273         (nntp-send-authinfo): Use it.
8274
8275         * nnimap.el: Autoload `auth-source-user-or-password'.
8276         (nnimap-open-connection): Use it.
8277
8278         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8279         for the gnus-message function.
8280         (auth-source-user-or-password): Use it.
8281
8282 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8283
8284         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8285         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8286         (rfc2104-hash): Use it.
8287
8288 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8289
8290         * gnus-art.el (gnus-article-toggle-truncate-lines):
8291         Don't use `iff' in docstring.
8292
8293 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8294
8295         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8296
8297         * gnus-util.el (gnus-extract-address-component-name)
8298         (gnus-extract-address-component-email): Convenience functions around
8299         `gnus-extract-address-components'.
8300
8301         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8302         Use `gnus-extract-address-component-email' to fix bug of comparing full
8303         sender name to `user-mail-address'.
8304
8305 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8306
8307         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8308         catch/throw to optimize.
8309         (gnus-registry-find-keywords): Just use member to find a keyword.
8310
8311 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8312
8313         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8314         is current before calling gnus-server-prepare.
8315         (gnus-server-setup-buffer, gnus-server-update-server)
8316         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8317
8318 2008-05-04  Juri Linkov  <juri@jurta.org>
8319
8320         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8321         (mailcap-file-default-commands): Use mailcap-replace-in-string
8322         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8323         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8324
8325 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8326
8327         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8328
8329 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8330
8331         * gnus.el: Bump version to 0.11.
8332
8333 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8334
8335         * gnus.el: No Gnus v0.10 is released.
8336
8337 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8340         hooks.
8341         (gnus-update-read-articles): Speed up non-marks-using users.
8342         (gnus-use-marks): Define gnus-use-marks.
8343         (gnus-propagate-marks): Rename variable to something more sensible.
8344
8345 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8346
8347         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8348         (gmm-image-load-path-for-library): Fix typos in docstrings.
8349         (gmm-message): Reflow docstring.
8350
8351 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8352
8353         * mail-source.el (mail-source-set-1, mail-source-bind):
8354         Move auth-source code out of the macro to clean it up and fix bugs.
8355
8356 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8359         by sender if it's equal to user-mail-address, it's likely to be
8360         useless.
8361
8362         * mail-source.el (mail-source-bind): Don't use user or password if they
8363         are not bound.  Unintern them if they are nil.  Don't use server unless
8364         it's bound, and default it to empty string otherwise.
8365
8366 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8367
8368         * mail-source.el: Load auth-source.el.
8369         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8370         get user name or password, if auth-sources is set up.
8371
8372         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8373         strategy of splitting with parent.
8374         (gnus-registry-split-fancy-with-parent)
8375         (gnus-registry-post-process-groups): Use it and fix prior
8376         bug (returning a list as the split result).
8377
8378         * auth-source.el (auth-sources): Remove server parameter.
8379         (auth-source-pick, auth-source-user-or-password)
8380         (auth-source-user-or-password-imap)
8381         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8382         (auth-source-user-or-password-sftp)
8383         (auth-source-user-or-password-smtp): Remove server parameter.
8384
8385 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8386
8387         * smime.el (smime-sign-region, smime-encrypt-region)
8388         (smime-decrypt-region):
8389         Remove redundant calls to `generate-new-buffer-name'.
8390
8391 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8392
8393         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8394         Don't use QP for message/rfc822.
8395         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8396
8397 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8398
8399         * sieve-manage.el (sieve-string-bytes): Remove.
8400         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8401         correct byte-length only if the process's coding-system is the same as
8402         the one used internally by Emacs to represent strings.
8403
8404 2008-04-22  Juri Linkov  <juri@jurta.org>
8405
8406         * mailcap.el (mailcap-file-default-commands): New function.
8407
8408 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * message.el (message-signature-separator, message-cite-function):
8411         Change custom version.
8412
8413 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8414
8415         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8416         commands.
8417         (tls-checktrust): Ditto.
8418
8419 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * mm-decode.el (mm-display-external): Make temp file read-only.
8422
8423 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8424
8425         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8426         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8427         `C-c C-f d'.
8428
8429 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8430
8431         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8432
8433 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * gnus.el: Bump version to 0.9.
8436
8437 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gnus.el: No Gnus v0.8 is released.
8440
8441 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8442
8443         * mail-source.el (mail-source-value):
8444         Prefer fboundp to functionp so it works with macros as well.
8445
8446 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8447
8448         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8449         Fix last change in case the element is not even a symbol.
8450
8451 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8452
8453         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8454         Prefer fboundp to functionp so it works with macros as well.
8455
8456 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8457
8458         * auth-source.el: Add docs.
8459         (auth-sources): Modify format to support server.
8460         (auth-source-pick, auth-source-user-or-password)
8461         (auth-source-user-or-password-imap)
8462         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8463         (auth-source-user-or-password-sftp)
8464         (auth-source-user-or-password-smtp): Add server parameter.
8465
8466 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8467
8468         * gnus-registry.el: Initialize the registry when gnus-registry-install
8469         is t.
8470
8471 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * compface.el (uncompface): Make buffer unibyte.
8474
8475 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8476
8477         * mail-source.el (mail-source-value):
8478         Prefer fboundp to functionp so it works with macros as well.
8479
8480 2008-04-05  Glenn Morris  <rgm@gnu.org>
8481
8482         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8483
8484 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8485
8486         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8487         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8488
8489         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8490         multibyteness after rather than before erasing it.
8491
8492         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8493         mm-with-multibyte.
8494         (gnus-request-article-this-buffer): Make sure the proper decoding is
8495         used if gnus-original-article-buffer happens to be unibyte.
8496
8497         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8498         default-enable-multibyte-characters.
8499
8500         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8501         default-enable-multibyte-characters.
8502
8503         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8504
8505         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8506
8507 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8508
8509         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8510         Fix last change in case the element is not even a symbol.
8511
8512 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8513
8514         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8515         (imap-message-copyuid-1): Use it.
8516         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8517         J. Williams in
8518         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8519
8520         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8521         imap-enable-exchange-bug-workaround.
8522         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8523
8524 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8525
8526         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8527         a 100 byte status-checks into a 2-3MB transfer for each group.
8528         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8529         to enable bug workaround or not.
8530         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8531
8532 2008-03-31  Glenn Morris  <rgm@gnu.org>
8533
8534         * message.el (mml2015-use): Declare for compiler.
8535         (message-info): Require mml2015 when appropriate.
8536
8537 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8540         whitespace.
8541
8542 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8543
8544         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8545         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8546         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8547         (nntp-service-to-port): New function.
8548         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8549         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8550         (nntp-open-netcat-stream): New function.
8551         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8552
8553 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8554
8555         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8556
8557 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8558
8559         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8560
8561 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8562
8563         * dns.el (dns-write): Use set-buffer-multibyte.
8564
8565 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8566
8567         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8568
8569 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * message.el (message-signature-separator): Change default.
8572         Improve custom type.
8573         (message-cite-function): Change default to
8574         message-cite-original-without-signature.
8575
8576         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8577         toggle.
8578
8579         * message.el (message-check-news-body-syntax): Fix signature check.
8580         (message-setup-1): Mark buffer as unmodified _after_ running
8581         message-setup-hook and handling message-alternative-emails.
8582         (message-shorten-references): Be more strict when building list of
8583         valid references to comply with GNKSA.
8584
8585         * gnus-group.el (gnus-read-ephemeral-bug-group)
8586         (gnus-read-ephemeral-debian-bug-group)
8587         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8588
8589         * message.el (message-info): Don't use booleanp which isn't supported
8590         in Emacs 21 and XEmacs.
8591
8592 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8595         gnus-group-gmane-group-download-format.
8596         (gnus-group-read-ephemeral-gmane-group): Rename from
8597         gnus-group-read-ephemeral-gmane-group.
8598         (gnus-read-ephemeral-gmane-group-url): Rename from
8599         gnus-group-read-ephemeral-gmane-group-url.
8600         (gnus-bug-group-download-format-alist): New variable.
8601         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8602         (gnus-read-ephemeral-emacs-bug-group): New commands.
8603
8604 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8607         (gnus-visible-headers): Improve custom type.
8608
8609 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * mml.el (mml-menu): Add workarounds for XEmacs.
8612
8613         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8614         X-Boundary header.
8615
8616         * message.el (message-simplify-recipients): Fix previous commit.
8617
8618 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8619
8620         * mm-util.el (mm-set-buffer-multibyte): New function.
8621         * mm-decode.el (mm-copy-to-buffer): Use it.
8622
8623         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8624         Prefer fboundp to functionp so it works with macros as well.
8625
8626 2008-03-19  Glenn Morris  <rgm@gnu.org>
8627
8628         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8629         Accidentally removed in the sync process with Emacs.
8630
8631 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * message.el (message-alter-recipients-discard-bogus-full-name):
8634         New function.
8635         (message-alter-recipients-function): New variable.
8636         (message-get-reply-headers): Use it.
8637         (message-replace-header): New helper function.
8638         (message-recipients-without-full-name): New variable.
8639         (message-simplify-recipients): New command.
8640
8641         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8642
8643         * message.el (message-info): Handle EasyPG manual.
8644
8645         * mml.el (mml-menu): Add entry for EasyPG.
8646
8647 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8648
8649         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8650         parameter.
8651
8652         * message.el (message-disassociate-draft): Specify drafts group name
8653         fully.
8654
8655 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8656
8657         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8658         Eliminate unnecessary duplicates from the match list.
8659
8660 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8663
8664         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8665
8666         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8667         args of `how-many' of which the XEmacs version doesn't take; declare
8668         Info-index-next as function.
8669
8670 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * gnus-score.el (gnus-score-headers): Fix handling of
8673         gnus-inhibit-slow-scoring.
8674
8675         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8676         string.
8677         (gnus-button-url-regexp): Improve handling of parenthesis.
8678         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8679         (gnus-button-handle-info-keystrokes): Handle index entries.
8680
8681 2008-03-15  Glenn Morris  <rgm@gnu.org>
8682
8683         * parse-time.el (parse-time-string): Simplify.
8684
8685 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8688         Incoming* files.
8689
8690 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8691
8692         * auth-source.el (auth-sources): Rename from auth-source-choices.
8693         (auth-source-pick): Use it.
8694
8695 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8696
8697         * binhex.el (binhex-decode-region-internal):
8698         * uudecode.el (uudecode-decode-region-internal):
8699         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8700         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8701         setting default-enable-multibyte-characters.
8702
8703 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8704
8705         * auth-source.el (auth-source-protocols)
8706         (auth-source-protocols-customize, auth-source-choices): Add and
8707         modified variable customizations and defaults.
8708         (auth-source-pick, auth-source-user-or-password)
8709         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8710         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8711         (auth-source-user-or-password-sftp)
8712         (auth-source-user-or-password-smtp): Use new variables and provide an
8713         interface to netrc.el.
8714
8715 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8718         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8719         Make sure the nntp port to specify is a string.
8720
8721 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8722
8723         * nntp.el: Use with-current-buffer.
8724         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8725         dubious mm-with-unibyte-current-buffer.
8726         (nntp-with-open-group-function): New function extracted from
8727         nntp-with-open-group macro.
8728         (nntp-with-open-group): Use the function, so it's easier to debug.
8729         Add indentation and debugging info.
8730         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8731         Recommend the use of the netcat alternatives.
8732
8733         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8734         Avoid mm-string-as-multibyte as well.
8735
8736         * nnweb.el (nnweb-insert-html):
8737         Remove use of nnheader-string-as-multibyte.
8738
8739         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8740         (nnheader-string-as-multibyte): Remove.
8741
8742         * mm-view.el: Use inhibit-read-only.
8743         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8744         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8745         or unibyte-string.
8746
8747         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8748         (mm-uu-yenc-extract): Use with-current-buffer.
8749
8750         * gnus-soup.el (gnus-soup-send-packet): Don't use
8751         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8752
8753         * nnmh.el: Use with-current-buffer.
8754         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8755         mm-string-as-multibyte on the output of mm-encode-coding-string.
8756
8757         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8758         (nnimap-request-move-article): Use with-current-buffer.
8759
8760         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8761         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8762         conversion uses string-make-unibyte rather than string-as-unibyte.
8763
8764         * gnus-msg.el: Use with-current-buffer.
8765
8766         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8767
8768 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8769
8770         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8771         string for caching if it is 'PIN.
8772
8773 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * lpath.el: Consider the case without Emacs/W3.
8776
8777 2008-03-08  Glenn Morris  <rgm@gnu.org>
8778
8779         * time-date.el (date-to-time, time-subtract, time-add)
8780         (safe-date-to-time): Doc fixes.
8781
8782 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * mail-source.el (mail-source-delete-old-incoming-confirm):
8785         Change default to nil.
8786         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8787
8788 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * lpath.el: Rearrange.
8791
8792         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8793         (gnus-article-goto-prev-page): Work for articles having ^L's.
8794
8795         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8796
8797         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8798
8799 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8800
8801         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8802         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8803         (gnus-bookmark-jump): Adjust some variable names.
8804
8805 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8806
8807         * auth-source.el: New package.
8808         (auth-source-choices): Add customization entry point variable.
8809
8810         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8811         bug.
8812
8813 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8814
8815         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8816         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8817         (gnus-registry-install-shortcuts): Rename from
8818         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8819         the `gnus-registry-mark-map' keymap dynamically from
8820         `gnus-registry-marks'.  The generated functions update the summary line
8821         when a registry mark is added or deleted, and will call
8822         `gnus-registry-install-p' (see the comments in the code).
8823         (gnus-registry-user-format-function-M): Use concat intelligently.
8824
8825         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8826         the registry mark functions.
8827
8828 2008-03-05  Glenn Morris  <rgm@gnu.org>
8829
8830         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8831         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8832         gnus-art.
8833         (top-level): No need to load own source when compiling.
8834
8835 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8838         Suggested by <chris.anderton@zetnet.co.uk>.
8839
8840 2008-03-04  Glenn Morris  <rgm@gnu.org>
8841
8842         * gnus-sum.el (top-level): No need to require gnus when compiling,
8843         since unconditionally required near start of file.
8844         (gnus-summary-display-while-building): Move definition before use.
8845
8846 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8847
8848         * gnus-registry.el (gnus-registry-user-format-function-M):
8849         Add formatting function.
8850
8851 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8852
8853         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8854         with plists.
8855         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8856         Use new format.
8857
8858 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8861         `where-is-internal' that returns a range of key sequences.
8862
8863 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8864
8865         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8866
8867         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8868         (gnus-summary-jump-to-group): Consider windows on other displayed
8869         frames as well.  Similar changes might be needed elsewhere, but that's
8870         the one I've bumped into during my use.
8871
8872         * nndoc.el (nndoc-oe-dbx-type-p):
8873         * gnus-msg.el (gnus-debug):
8874         * gnus-group.el (gnus-update-group-mark-positions):
8875         Use mm-string-to-multibyte.
8876
8877 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8880         doesn't handle NotDashEscaped.
8881
8882         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8883         (mml-dnd-attach-options): Fix typo in custom choice.
8884
8885         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8886         Change nndoc-article-type to mbox.
8887         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8888
8889         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8890         to nil, instead of html2text.
8891
8892         * imap.el (imap-debug): Add `imap-ping-server'.
8893
8894         * gnus-bookmark.el: Add FIXMEs.
8895
8896         * message.el (message-form-letter-separator)
8897         (message-send-form-letter-delay): New variables.
8898         (message-send-form-letter): Use them.  New command to send form
8899         letters.  Requested by Uwe Siart.
8900         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8901
8902 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * Update copyright years.
8905
8906 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         Sync from EMACS_22_BASE.
8909
8910         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8911
8912 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8913
8914         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8915         empty author.
8916
8917 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8918
8919         * gnus-registry.el (gnus-registry-marks): Add variable for
8920         customization of marks and their appearance.
8921         (gnus-registry-read-mark): Use it.
8922         (gnus-registry-do-marks): Add utility function to loop through
8923         `gnus-registry-marks'.
8924         (gnus-registry-install-shortcuts-and-menus): Add function to install
8925         shortcuts and menus.
8926         (gnus-registry-initialize): Use it.
8927         (gnus-registry-default-mark): Clarify documentation.
8928
8929 2008-02-29  Glenn Morris  <rgm@gnu.org>
8930
8931         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8932         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8933         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8934         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8935         Change defcustom :version from 23.0 to 23.1.
8936
8937 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8938
8939         * gnus-registry.el (gnus-registry-follow-group-p)
8940         (gnus-registry-post-process-groups): Add functions to aid registry
8941         splitting and improve logging.  Clarify behavior in function
8942         documentation.
8943         (gnus-registry-split-fancy-with-parent): Use them.
8944
8945 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8946
8947         * gnus-art.el: Use with-current-buffer.
8948
8949 2008-02-27  David Engster  <dengste@eml.cc>
8950
8951         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8952         Express real group name in the response.
8953
8954 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8957         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8958         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8959         autoload gnus-registry-fetch-group when compiling.
8960         (nnmairix-request-group-with-article-number-correction):
8961         Remove unreferenced argument passed to nnmairix-call-backend.
8962
8963 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8966         (mm-uu-extract): Improve face for low color ttys.
8967         Reported by Sascha Wilde.
8968
8969 2008-02-27  Glenn Morris  <rgm@gnu.org>
8970
8971         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8972         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8973         variables to defconsts.  Convert comments to doc-strings.
8974         (nnmairix-last-server, nnmairix-current-server): Convert from free
8975         variables to defvars.  Convert comments to doc-strings.
8976         (gnus-registry-fetch-group): Autoload.
8977         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8978         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8979         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8980         caddr.
8981         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8982         nnmairix-request-group-with-article-number-correction call.
8983         (nnmairix-fast, nnmairix-group): New, less general names, for free
8984         variables passed from nnmairix-request-group to
8985         nnmairix-request-group-with-article-number-correction.  Declare.
8986         (nnmairix-request-group-with-article-number-correction):
8987         Use nnmairix-fast, nnmairix-group rather than fast, group.
8988
8989 2008-02-26  David Engster  <dengste@eml.cc>
8990
8991         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8992         version 0.5.
8993
8994 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8995
8996         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8997         instead of making an extra function call.  Don't add the current group
8998         to articles only when they have the group.  Use
8999         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9000         Reported by David <de_bb@arcor.de>.
9001
9002 2008-02-24  Miles Bader  <miles@gnu.org>
9003
9004         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9005         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9006         (mm-find-mime-charset-region):
9007         * mm-bodies.el (mm-encode-body):
9008         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9009
9010 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9013         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9014
9015 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * mail-source.el (mail-source-delete-incoming): Change default.
9018         Supplement doc string.
9019
9020         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9021
9022 2008-02-14  Glenn Morris  <rgm@gnu.org>
9023
9024         * time-date.el (format-seconds): New function.
9025
9026 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * nnmail.el (nnmail-message-id-cache-file): Derive from
9029         `gnus-home-directory'.
9030
9031 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9034         Document negative prefix.
9035
9036         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9037
9038 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * message.el (message-unsent-separator): Add the Exim bounce
9041         separator.
9042
9043 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9044
9045         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9046         list.
9047         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9048         recipient/signer list.
9049
9050 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * Makefile.in (datarootdir): Define.
9053         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9054         name that might contain whitespace.
9055
9056 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9059         fbound (Emacs 23 unicode), signal an error.
9060
9061 2008-02-08  Glenn Morris  <rgm@gnu.org>
9062
9063         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9064
9065 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9066
9067         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9068         ports to the calls to `netrc-machine-user-or-password' in addition to
9069         "imap" and "imaps".
9070
9071 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9072
9073         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9074
9075         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9076
9077 2008-02-01  Kenichi Handa  <handa@m17n.org>
9078
9079         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9080         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9081         (rfc2104-hash): Convert the result of concat to unibyte string.
9082
9083 2008-02-01  Dave Love  <fx@gnu.org>
9084
9085         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9086         coding-system-for-read.
9087         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9088
9089 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9092         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9093         <hanche@math.ntnu.no>.
9094
9095 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9098
9099         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9100
9101 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9102
9103         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9104         * message.el (message-beginning-of-line): Use featurep instead of bound
9105         tests in order to resolve conditionals at compile time.
9106
9107 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9108
9109         * mail-source.el (mail-sources): Add `group' choice.
9110
9111         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9112         parameter `in-group' to control into which group the articles go.
9113         Add treatment of `group' mail-source.
9114
9115 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9118
9119         * mm-decode.el (mm-dissect-buffer): Decode description.
9120
9121         * mml.el (mml-to-mime): Encode message header first.
9122
9123 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9126         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9127
9128         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9129         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9130
9131 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9132
9133         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9134
9135 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9138         prefix keys.
9139         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9140         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9141         gnus-xmas.el.
9142
9143         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9144         (gnus-xmas-article-describe-bindings): New function.
9145         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9146         gnus-xmas-article-describe-bindings.
9147
9148         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9149
9150 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9151
9152         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9153         Add new variables for article mark management.
9154         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9155         list of extra data entries which, when present, will indicate that the
9156         article ID should not be trimmed from the registry.
9157         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9158         functions.
9159         (gnus-registry-read-mark): New function to read a mark name from the
9160         user.
9161         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9162         (gnus-registry-set-article-mark-internal): New functions to add and
9163         remove marks.
9164         (gnus-registry-get-article-marks): New function to show the marks for
9165         an article, or retrieve them for further use.
9166
9167 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9170         keys when no argument is given.
9171
9172 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * imap.el (imap-ping-server): New variable.
9175         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9176         (imap-ping-server): Minor doc string fixes.
9177
9178 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9179
9180         * imap.el (imap-ping-server): New function.
9181         (imap-opened): Call imap-ping-server.
9182
9183 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * gnus-sum.el (gnus-article-sort-by-random)
9186         (gnus-thread-sort-by-random): Fix doc strings.
9187         Reported by jidanni@jidanni.org.
9188
9189 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-art.el (gnus-article-describe-bindings): New function.
9192         (gnus-article-read-summary-keys): Use it.
9193         (gnus-article-mode-map): Bind `C-h b' to it.
9194
9195 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9198         XEmacs.
9199         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9200         Protect against non-character events.
9201
9202         * lpath.el: Fbind map-keymap for Emacs 21.
9203
9204 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9207         New command.
9208         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9209         instead of END.  Change name of the temp file.
9210         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9211         customizable.
9212
9213 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9216         bind `S W' to gnus-article-wide-reply-with-original; set default
9217         binding to gnus-article-read-summary-send-keys.
9218         (gnus-article-read-summary-keys): Fix the order of keys; display
9219         continuation keys correctly in the echo area; describe bindings
9220         correctly when keys end with `C-h'.
9221         (gnus-article-read-summary-send-keys): New function.
9222         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9223         Work for gnus-article-read-summary-send-keys; display continuation keys
9224         correctly in the echo area.
9225         (gnus-article-reply-with-original): Ignore prefix argument.
9226         (gnus-article-wide-reply-with-original): New function.
9227
9228         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9229         Emacs 21.
9230
9231 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9234         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9235
9236 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9239         (gnus-group-read-ephemeral-gmane-group): New command.
9240
9241 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9242
9243         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9244
9245 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * message.el (message-send-mail-function): Increase custom version.
9248
9249         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9250         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9251
9252 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9253
9254         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9255         for the cases where imap-authenticate is called with a nil buffer
9256         parameter.
9257
9258 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9261         html parts correctly; support forwarded messages.
9262         (gnus-article-browse-html-article): Remove work buffers.
9263
9264         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9265         compiling.
9266         (netrc-bound-and-true-p): New macro.
9267         (netrc-parse): Use it instead of bound-and-true-p that is not available
9268         in XEmacs 21.4.
9269
9270 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9271
9272         * gnus-registry.el (gnus-registry-mark-article)
9273         (gnus-registry-article-marks): Add functionality to mark articles
9274         through the Gnus registry.
9275
9276         * encrypt.el: Clarify documentation for the new pgg method.
9277         (encrypt-file-alist): Add PGG option.
9278         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9279         functionality.  Abstract password key and messaging to external
9280         functions.
9281         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9282         (encrypt-message-method-and-cipher): Add new convenience external
9283         functions.
9284         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9285         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9286
9287         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9288         (netrc-parse): Use encrypt-file-alist to determine if
9289         encrypt-find-model or encrypt-insert-file-contents should be used.
9290
9291         * encrypt.el: Clarify documentation.  Load password-cache or
9292         password, whichever one is found first, instead of autoloading.
9293
9294 2007-12-19  Glenn Morris  <rgm@gnu.org>
9295
9296         * mml.el (message-options-set, message-narrow-to-head)
9297         (message-in-body-p, message-mail-p, message-encode-message-body):
9298         Autoload.
9299         (message-remove-header, message-narrow-to-headers-or-head)
9300         (message-subscribed-p, message-make-mail-followup-to)
9301         (message-position-on-field, message-news-p)
9302         (message-options-set-recipient, message-generate-headers)
9303         (message-sort-headers): Declare as functions.
9304
9305 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9308         convention in doc string.
9309
9310 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9313         title to html parts.
9314         (gnus-article-browse-html-article): Pass message header to it.
9315
9316         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9317
9318 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9321         or password compatible with XEmacs.
9322
9323 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9326         format document.
9327         (gnus-mime-delete-part): Don't write description line if empty.
9328         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9329
9330 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9331
9332         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9333         (gnus-summary-mark-read-and-unread-as-read)
9334         (gnus-summary-mark-current-read-and-unread-as-read)
9335         (gnus-summary-mark-unread-as-ticked): Doc fix.
9336         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9337
9338 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9341         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9342
9343 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9346         yes-or-no-p.
9347
9348 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * mm-decode.el (mm-add-meta-html-tag): New function.
9351         (mm-save-part-to-file, mm-pipe-part): Use it.
9352
9353         * gnus-art.el (gnus-article-browse-delete-temp-files):
9354         Use gnus-y-or-n-p instead of y-or-n-p.
9355         (gnus-article-browse-html-parts): Work with message/external-body; use
9356         mm-add-meta-html-tag.
9357
9358 2007-12-11  Glenn Morris  <rgm@gnu.org>
9359
9360         * gnus-cache.el: Require gnus-sum not just when compiling.
9361
9362         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9363
9364         * gnus-int.el (gnus-server-opened, gnus-status-message):
9365         Move definitions before use.
9366
9367         * mm-decode.el: Require gnus-util.
9368         (mm-remove-part): Only call delete-annotation on XEmacs.
9369
9370         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9371
9372         * nnmail.el: Require gnus-int.
9373
9374         * spam.el: Move `require's before `eval-when-compile's.
9375
9376         * gnus-ems.el (gnus-alive-p):
9377         * gnus-fun.el (message-goto-eoh):
9378         * gnus-util.el (gnus-group-name-decode):
9379         * mail-source.el (gnus-compress-sequence):
9380         * message.el (Info-goto-node, format-spec):
9381         * mm-bodies.el (message-options-get):
9382         * mm-decode.el (mm-view-pkcs7):
9383         * mm-util.el (gmm-write-region):
9384         * mml-smime.el (mml-compute-boundary)
9385         (gnus-completing-read-with-default):
9386         * mml.el (widget-button-press, gnus-make-hashtable):
9387         * mml1991.el (mm-decode-content-transfer-encoding)
9388         (mm-encode-content-transfer-encoding)
9389         (message-options-get, message-options-set):
9390         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9391         * nnfolder.el (gnus-request-group):
9392         * nnheader.el (ietf-drums-unfold-fws):
9393         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9394         * smime.el (gnus-run-mode-hooks):
9395         * spam-stat.el (gnus-message): Autoload.
9396
9397         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9398         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9399         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9400         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9401         Add declare-function compatibility definition.
9402
9403         * gnus-cache.el (nnvirtual-find-group-art):
9404         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9405         (gnus-add-image, gnus-add-wash-type):
9406         * gnus-group.el (nnkiboze-score-file):
9407         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9408         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9409         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9410         (message-tokenize-header, gnus-get-buffer-create)
9411         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9412         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9413         * gnus.el (gnus-group-decoded-name):
9414         * mail-source.el (imap-capability):
9415         * mm-bodies.el (message-options-set):
9416         * mm-decode.el (gnus-configure-windows):
9417         * mm-extern.el (message-goto-body):
9418         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9419         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9420         (epg-sub-key-validity, message-options-set):
9421         * mml.el (widget-event-point, gnus-configure-windows):
9422         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9423         * mml2015.el (epg-check-configuration, epg-configuration)
9424         (message-options-set):
9425         * nndb.el (nndb-request-article):
9426         * nnfolder.el (gnus-request-create-group):
9427         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9428         * nnmaildir.el (gnus-group-mark-article-read):
9429         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9430         * rfc1843.el (message-fetch-field):
9431         * spam.el (gnus-extract-address-components):
9432         Declare as functions.
9433
9434 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9437
9438         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9439
9440         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9441         bind show-trailing-whitespace for XEmacs.
9442
9443 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9446         new no-op macro for backward compatibility.
9447
9448         * imap.el (imap-string-to-integer): New function.
9449
9450 2007-12-09  Glenn Morris  <rgm@gnu.org>
9451
9452         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9453
9454         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9455         * message.el, mm-view.el, sieve-manage.el, smime.el:
9456         Add declare-function compatibility definition.
9457
9458         * gnus-art.el (w3-region, w3m-region, Info-menu):
9459         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9460         * gnus-sum.el (gnus-get-predicate):
9461         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9462         * message.el (mail-abbrev-in-expansion-header-p):
9463         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9464         (w3m-detect-meta-charset, w3m-region):
9465         * sieve-manage.el (password-read, password-cache-add)
9466         (password-cache-remove):
9467         * smime.el (password-read-and-add): Declare as functions.
9468
9469 2007-12-08  David Kastrup  <dak@gnu.org>
9470
9471         * gnus-sum.el (gnus-summary-simplify-subject-query):
9472         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9473         `message'.
9474
9475 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9478         it to bind idna-program, installation-directory, defined-colors, and
9479         face-attribute for XEmacs of the version that compiles defcustom forms.
9480
9481 2007-12-07  Glenn Morris  <rgm@gnu.org>
9482
9483         * gnus-art.el (article-make-date-line): Revert previous change.
9484
9485 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9488
9489 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9490
9491         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9492         Call gnus-add-to-range ranges only once with a prepared article-list.
9493
9494 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9495
9496         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9497         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9498         group names with backslashes.
9499         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9500
9501 2007-12-06  Deepak Goel  <deego3@gmail.com>
9502
9503         * gnus-art.el (article-make-date-line):
9504         * gnus-start.el (gnus-load):
9505         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9506
9507 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-art.el (gnus-use-idna)
9510         * gnus-start.el (gnus-site-init-file)
9511         * message.el (message-use-idna)
9512         * mm-uu.el (mm-uu-hide-markers)
9513         * smiley.el (smiley-style): Revert changes that suppress warnings.
9514
9515 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9518         specify charset to html source.
9519         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9520
9521 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9524         idna-program in order to suppress byte compile warning issued by XEmacs
9525         that came to byte compile the default value section of defcustom forms
9526         recently.
9527
9528         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9529         value of installation-directory.
9530
9531         * message.el (message-use-idna): Don't directly refer to the value of
9532         idna-program.
9533
9534         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9535
9536         * smiley.el (smiley-style): Don't directly call face-attribute.
9537
9538 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9541
9542         * gnus-dired.el: Reduce Gnus dependencies.
9543         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9544         Don't require.  Use autoloads instead.
9545         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9546         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9547         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9548         (gnus-dired-mode): Adjust doc string.
9549         (gnus-dired-mail-mode): New variable.
9550         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9551         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9552         (gnus-dired-mail-buffers): New function.  Return mail or message
9553         composition buffers.
9554         (gnus-dired-attach): Use it.
9555         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9556         NO-DECODE.
9557         (gnus-dired-print): Use `gnus-print-buffer' depending on
9558         `gnus-dired-mail-mode'.
9559
9560 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * rfc2047.el (rfc2047-encoded-word-regexp)
9563         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9564         explaining what regexp patterns are for.
9565
9566 2007-12-04  Glenn Morris  <rgm@gnu.org>
9567
9568         * password.el: Move to password-cache.el.
9569
9570         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9571         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9572         * mml-smime.el (password-read, password-cache-add)
9573         (password-cache-remove):
9574         No need to autoload, since mml-sec requires password.
9575
9576         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9577         * message.el (gnus-extract-address-components):
9578         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9579
9580         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9581         password.
9582
9583 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * mailcap.el: Reduce dependencies.
9586         (mail-header-parse-content-type): Autoload.
9587         (mailcap-delete-duplicates): New alias.
9588         (mailcap-mime-info): Add optional argument NO-DECODE.
9589         (mailcap-mime-types): Use mailcap-delete-duplicates.
9590
9591         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9592
9593 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9594
9595         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9596         (imap-parse-status): Upcase status-att for servers that sends them
9597         lower-case (e.g., MS Exchange 2007).
9598
9599 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9602         function.
9603
9604         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9605         (gnus-uu-yenc-article): New function.
9606
9607         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9608
9609         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9610
9611 2007-12-02  Glenn Morris  <rgm@gnu.org>
9612
9613         * binhex.el (binhex): New custom group.
9614         (binhex-decoder-program, binhex-decoder-switches)
9615         (binhex-use-external): Move to the binhex custom group.
9616
9617         * uudecode.el (uudecode): New custom group.
9618         (uudecode-decoder-program, uudecode-decoder-switches)
9619         (uudecode-use-external): Move to the uudecode custom group.
9620
9621         * netrc.el (top-level): Don't load `encrypt' features.
9622         (netrc-parse): Don't use encrypt.
9623         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9624
9625         * encrypt.el: Remove file.
9626
9627 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9630         matches on patches.
9631
9632         * gnus-art.el (gnus-article-browse-html-article):
9633         Mention `mm-text-html-renderer' in the doc string.
9634
9635         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9636         string.  Add comments.
9637
9638         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9639         if rhs is ASCII.
9640
9641 2007-12-01  Glenn Morris  <rgm@gnu.org>
9642
9643         * mail-source.el (top-level): Require format-spec before
9644         eval-when-compile.
9645
9646 2007-11-30  Glenn Morris  <rgm@gnu.org>
9647
9648         * encrypt.el: Require password, rather than autoloading password-read.
9649
9650 2007-11-29  Glenn Morris  <rgm@gnu.org>
9651
9652         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9653         (sasl-make-client, sasl-next-step, sasl-step-data)
9654         (sasl-step-set-data): Declare as functions.
9655
9656 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9659
9660 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9661
9662         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9663         certs should be verified and what is to be done in the event of a
9664         verification failure.
9665
9666         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9667         caller can indicate whether the cache should be disregarded for this
9668         call.  This way the result of the call is reproducible at all times and
9669         can be considered a canonical server name for the supplied method.
9670         (gnus-agent-method-p): Canonicalize server names by pushing their
9671         method through `gnus-method-to-server' using the no-cache argument.
9672
9673         * gnus-srvr.el (gnus-server-insert-server-line):
9674         Call `gnus-method-to-server' with `no-cache' argument.
9675
9676         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9677         gnus-agent-possibly-synchronize-flags as this should be called when the
9678         server is actually being opened.
9679         (gnus-agent-possibly-synchronize-flags)
9680         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9681         flags file of an agentized server to the latter function.
9682
9683         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9684         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9685         after a connection has been established successfully.
9686
9687 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-art.el (article-display-face): Force to display face if called
9690         interactively; check if gnus-article-x-face-too-ugly matches author.
9691         (article-display-x-face): Display face even if From header is missing
9692         as article-display-face does.
9693
9694 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9695
9696         * hashcash.el (message-narrow-to-headers-or-head)
9697         (message-fetch-field, message-goto-eoh)
9698         (message-narrow-to-headers): Declare as functions.
9699
9700 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9701
9702         * mail-source.el (mail-sources): Default to fetch from file for
9703         compatibility with default of nnmail-spool-file.
9704
9705 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9708         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9709         to look for encoded word that should be encoded again.
9710         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9711         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9712         encoding pattern.
9713         (rfc2047-decode-region): Switch strict regexp and loose one according
9714         to rfc2047-allow-irregular-q-encoded-words.
9715
9716 2007-11-25  Romain Francoise  <romain@orebokech.com>
9717
9718         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9719
9720 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * tls.el (tls-program): Provide more custom choices from
9723         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9724         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9725
9726 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9729         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9730
9731         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9732         `nnmail-spool-file'.
9733
9734         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9735         `nnmail-spool-file'.
9736
9737         * gnus-move.el (gnus-change-server): Ditto.
9738
9739         * gnus-kill.el (gnus-batch-score): Ditto.
9740
9741         * gnus-cache.el (gnus-jog-cache): Ditto.
9742
9743         * gnus-msg.el (gnus-summary-reply):
9744         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9745
9746 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9749         version.  Minor improvement to doc strings.
9750         (tls-program): Add comment.
9751
9752 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9753
9754         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9755         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9756         mismatch between the hostname provided in the certificate and the name
9757         of the host connnecting to.
9758         (open-tls-stream): Use them.  Check certificates against trusted root
9759         certificates.
9760
9761 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * gnus-cache.el (gnus-cache-generate-nov-databases):
9764         Use nnml-generate-nov-databases-directory instead of
9765         nnml-generate-nov-databases-1.
9766
9767 2007-11-24  Glenn Morris  <rgm@gnu.org>
9768
9769         * message.el (message-tool-bar-retro): Update for rename
9770         mail_send.xpm->mail-send.xpm.
9771
9772 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9775         `smime-ldap-search' for Emacs 22 and up.
9776
9777 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9778
9779         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9780
9781         * message.el (message-send-mail-function): Fix error convention.
9782         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9783         (message-widen-reply, message-send-mail, message-talkative-question)
9784         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9785         (message-clone-locals, message-send-news): Use with-current-buffer.
9786         (message-insert-or-toggle-importance): Remove unused var `valid'.
9787         (message-make-references): Remove unused var `new-references'.
9788         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9789
9790 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9791
9792         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9793         (spam-split-symbolic-return-positive): Reflow docstring.
9794         (spam-backends, spam-summary-exit-behavior)
9795         (spam-mark-ham-unread-before-move-from-spam-group)
9796         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9797         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9798         (spam-clear-cache, spam-backend-check, spam-install-backend)
9799         (spam-install-statistical-backend, spam-list-of-processors)
9800         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9801         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9802         (spam-check-crm114, spam-initialize, spam-unload-hook):
9803         Fix typos in docstrings.
9804
9805 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9808         been checked if they have never been read and those group levels are
9809         higher than the one that a user specified.
9810
9811 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9814         foreign groups unless a group level is specified by a user.
9815         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9816
9817 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * message.el (message-send-mail-function): Require sendmail.
9820
9821 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * message.el (message-send-mail-function): Check for smtpmail too.
9824
9825         * utf7.el (utf7-encode, utf7-decode): Use coding system
9826         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9827
9828         * message.el (message-send-mail-function): New function.
9829         (message-send-mail-function): Set default using
9830         message-send-mail-function.  Adjust doc string.
9831         (message-send-mail-with-mailclient): New function.
9832
9833 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9834
9835         * smime.el (from):
9836         * rfc2047.el (message-posting-charset):
9837         * qp.el (mm-use-ultra-safe-encoding):
9838         * pop3.el (parse-time-months):
9839         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9840         * nnml.el (files):
9841         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9842         (jka-compr-compression-info-list, ange-ftp-path-format)
9843         (efs-path-regexp):
9844         * nndiary.el (files):
9845         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9846         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9847         (epg-digest-algorithm-alist, inhibit-redisplay)
9848         (password-cache-expiry):
9849         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9850         (pgg-output-buffer, password-cache-expiry):
9851         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9852         (efs-path-regexp):
9853         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9854         (inhibit-redisplay):
9855         * mm-uu.el (file-name, start-point, end-point, entry)
9856         (gnus-newsgroup-name, gnus-newsgroup-charset):
9857         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9858         (latin-unity-ucs-list):
9859         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9860         (mm-uu-binhex-decode-function):
9861         * message.el (gnus-message-group-art, gnus-list-identifiers)
9862         (rmail-enable-mime-composing, gnus-local-organization)
9863         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9864         (gnus-read-active-file, facemenu-add-face-function)
9865         (facemenu-remove-face-function, gnus-article-decoded-p)
9866         (tool-bar-mode):
9867         * mail-source.el (display-time-mail-function):
9868         * gnus-util.el (nnmail-pathname-coding-system)
9869         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9870         (gnus-original-article-buffer, gnus-user-agent)
9871         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9872         (xemacs-codename, sxemacs-codename, emacs-program-version):
9873         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9874         * gnus-start.el (gnus-agent-covered-methods)
9875         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9876         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9877         (gnus-newsgroup-headers, gnus-group-list-mode)
9878         (gnus-group-mark-positions, gnus-newsgroup-data)
9879         (gnus-newsgroup-unreads, nnoo-state-alist)
9880         (gnus-current-select-method, mail-sources)
9881         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9882         (nnmail-spool-file, gnus-cache-active-hashtb):
9883         * gnus-mh.el (mh-lib-progs):
9884         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9885         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9886         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9887         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9888         (gnus-group-buffer):
9889         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9890         (font-lock-set-defaults):
9891         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9892         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9893         (gnus-summary-post-menu, total-parts, type, condition, length):
9894         * gnus-agent.el (gnus-agent-read-agentview):
9895         * flow-fill.el (show-trailing-whitespace):
9896         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9897         eval-and-compile wrappers for byte compiler pacifiers.
9898
9899         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9900         (mm-display-inline-fontify): Check for featurep 'xemacs not
9901         extent-list.
9902
9903         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9904         itimer-list.
9905         (mm-create-image-xemacs): Only do something for XEmacs.
9906         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9907
9908         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9909
9910         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9911         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9912
9913 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9914
9915         * nnimap.el (nnimap-split-download-body):
9916         * gnus-demon.el (gnus-demon):
9917         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9918
9919 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9922         New macros.
9923         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9924         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9925         copy data from unibyte buffer to multibyte current buffer.
9926         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9927         to copy data from unibyte current buffer to multibyte buffer.
9928         (nntp-make-process-buffer): Make process buffer unibyte.
9929
9930         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9931
9932 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9933
9934         * pop3.el (pop3-open-server): Accept and process data more robustly at
9935         connexion start to avoid spurious "POP SSL connexion failed" errors.
9936
9937 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9940         read group names.
9941
9942 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9945
9946 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9949         (nnmail-save-active): Use a unibyte buffer when saving active file,
9950         which may contain non-ASCII group names.
9951
9952         * nnml.el (nnml-request-group): Decode group names in messages.
9953
9954 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * message.el (message-citation-line-function)
9957         (message-insert-formatted-citation-line): Fix spelling of
9958         `message-insert-formated-citation-line'.
9959
9960 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9963
9964 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9967         nnmail-pathname-coding-system.
9968
9969         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9970         that a user enters; decode group names in messages.
9971
9972         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9973
9974 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9977
9978         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9979
9980         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9981         risky local variable.
9982
9983         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9984
9985 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9986
9987         * encrypt.el: Improve documentation to fix function name typo.
9988         Reported by Daiki Ueno <ueno@unixuser.org>.
9989
9990 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9993         even if the point is not in the last page of an article.
9994         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9995         back to the previous page.
9996
9997 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10000
10001 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10004
10005 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10006
10007         * message.el (message-check-news-body-syntax):
10008         Avoid mm-string-as-multibyte.
10009         (message-hide-headers): Don't assume (point-min)==1.
10010
10011 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * message.el (message-remove-blank-cited-lines): Fix if remove is
10014         given.
10015         (message-bogus-address-regexp): New variable.
10016         (message-bogus-recipient-p): New function.
10017         (message-check-recipients): New command.
10018         (message-syntax-checks): Add `bogus-recipient'.
10019         (message-fix-before-sending): Add `bogus-recipient'.
10020
10021         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10022         (gnus-treat-body-boundary): Don't test window-system.
10023
10024 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10025
10026         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10027
10028 2007-10-28  Miles Bader  <miles@gnu.org>
10029
10030         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10031         at compile-time too.
10032
10033 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * gnus-msg.el (gnus-message-setup-hook):
10036         Add `message-remove-blank-cited-lines' to options.
10037
10038 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * message.el (message-remove-blank-cited-lines): New function.
10041         Suggested by Karl Plästerer.
10042
10043 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10046         mapc.
10047
10048         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10049         (top-level): Use mapc to set functions to be traced for debugging.
10050
10051         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10052         called for effect with while loop.
10053
10054         * message.el (message-talkative-question): Replace mapcar called for
10055         effect with mapc.
10056
10057         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10058         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10059         called for effect with dolist.
10060
10061         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10062
10063         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10064         gnus-extra-headers and nnmail-extra-headers.
10065
10066         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10067         called for effect with dolist.
10068         (top-level): Use mapc to set functions to be traced for debugging.
10069
10070         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10071         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10072         dolist.
10073
10074         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10075         Replace mapcar called for effect with mapc.
10076         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10077         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10078         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10079         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10080
10081         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10082         remove-if that's a cl function.
10083
10084         * webmail.el (webmail-debug): Replace mapcar called for effect with
10085         dolist.
10086
10087         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10088         with mapc.
10089
10090 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10093         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10094         with while loop.
10095
10096         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10097         functions from article-* functions.
10098         (gnus-multi-decode-header): Replace mapcar called for effect with
10099         dolist.
10100
10101         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10102         (gnus-bookmark-show-details): Replace mapcar called for effect with
10103         while loop.
10104
10105         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10106         called for effect with while loop.
10107
10108         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10109         with dolist.
10110
10111         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10112         Replace mapcar called for effect with dolist.
10113
10114         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10115
10116         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10117         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10118         Replace mapcar called for effect with dolist.
10119         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10120         mapc.
10121
10122         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10123         Replace mapcar called for effect with dolist.
10124         (gnus-topic-list): Replace mapcar called for effect with mapc.
10125
10126         * gnus.el: Use mapc instead of mapcar to add autoloads.
10127
10128 2007-10-23  Richard Stallman  <rms@gnu.org>
10129
10130         * gnus-group.el (gnus-group-highlight): Mark as risky.
10131
10132 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus.el (gnus-server-to-method): Return method found first in
10135         gnus-newsrc-alist.
10136
10137         * gnus-art.el (gnus-article-highlight-signature)
10138         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10139         button overlay without the front stickiness.
10140
10141 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10142
10143         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10144         overview buffer needed a catch to receive its throw.
10145         (gnus-agent-flush-cache): Declare as interactive to make this function
10146         easier to use.
10147
10148 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10151         `next-line'.
10152
10153 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10156         exclude address matching message-dont-reply-to-names.
10157
10158 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-util.el (gnus-string<): New function.
10161
10162         * gnus-sum.el (gnus-article-sort-by-author)
10163         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10164
10165 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10168         the frame-focus tag is set in gnus-buffer-configuration.
10169
10170 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10173         the front stickiness.
10174
10175 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10178         url pattern; remove duplicate one.
10179         (gnus-article-extend-url-button): New function.
10180         (gnus-article-add-buttons): Use it.
10181         (gnus-button-push): Use concatenated url that it makes.
10182
10183 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10184
10185         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10186
10187 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10188
10189         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10190         Don't hardcode point-min==1.
10191
10192 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10195         Fix comment about "iso8859-1".
10196
10197 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10198
10199         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10200         ones returned from the verify-function.
10201
10202         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10203         Call mml2015-extract-cleartext-signature if extraction failed.
10204
10205 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10206
10207         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10208         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10209         failed.
10210
10211 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10214
10215 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10218         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10219         recommends to use EasyPG instead of PGG.
10220
10221         * pgg.el: Revert to revision 6.23.2.16.
10222
10223         * pgg-def.el: Revert to revision 6.6.2.14.
10224
10225         * pgg-gpg.el: Revert to revision 6.23.2.34.
10226
10227 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10228
10229         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10230         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10231         thread for both the null and zero (kill/expire thread) universal prefix
10232         cases.
10233         (gnus-summary-expire-thread): Add new function to expire a thread,
10234         using gnus-summary-kill-thread.
10235         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10236         shortcuts for gnus-summary-expire-thread.
10237         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10238         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10239
10240 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10241
10242         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10243         extras value, so an extras entry can be deleted.
10244         (gnus-registry-delete-extra-entry): Use it.
10245         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10246         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10247         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10248         storage through the gnus-registry, and provide an appropriate API for
10249         it.
10250
10251 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10254         Suggested by Leo <sdl.web@gmail.com>.
10255
10256         * gnus.el: Do.
10257
10258 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10261         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10262
10263         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10264
10265         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10266         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10267
10268 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10271         newline.
10272         (nnmbox-request-accept-article): Don't change article in source buffer;
10273         narrow to header to use message-fetch-field rather than
10274         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10275         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10276         as delimiters; make sure article ends with newline.
10277         (nnmbox-delete-mail): Correct last position of article to be deleted;
10278         ignore X-Gnus-Newsgroup header in article body.
10279         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10280         positions; make sure article ends with newline.
10281
10282         * message.el (message-display-abbrev): Don't infloop when a user
10283         inserts SPC in the beginning of header.
10284
10285         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10286         coding-system-for-read and coding-system-for-write for XEmacs having no
10287         file-coding feature.
10288
10289         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10290
10291 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10292
10293         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10294         list of groups not followed by default.  Fix type to be regexp.
10295         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10296
10297 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10298
10299         * hmac-def.el (define-hmac-function): Switch from old-style to
10300         new-style backquotes.
10301
10302         * md4.el (md4-make-step): Likewise.
10303
10304 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10307         raw-text coding system when saving .newsrc file, which may contain
10308         non-ASCII group names.
10309
10310 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-cus.el (gnus-score-extra): New widget.
10313         (gnus-score-extra-convert): New function.
10314         (gnus-score-customize): Use it for Extra.
10315
10316 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10317
10318         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10319         (mml2015-mailcrypt-clear-verify): Use it.
10320         (mml2015-gpg-clear-verify): Use it.
10321         (mml2015-pgg-clear-verify): Use it.
10322         (mml2015-epg-clear-verify): Replace the current part with the output
10323         from GnuPG; don't extract the plaintext by itself.
10324
10325         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10326         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10327         mml2015-clear-verify-function; don't touch the armor headers or
10328         dash-escaped text here.
10329
10330 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10333         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10334         parts, or application/octet-stream as a last resort.
10335         (gnus-mime-view-part-as-type): Don't toggle display.
10336         (gnus-mime-view-part-as-charset): Don't turn off display before
10337         querying charset.
10338
10339         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10340         stuff to undisplayer function in Emacs.
10341         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10342
10343         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10344         text/calendar parts.
10345
10346 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10349         decoding text/calendar parts.
10350
10351         * message.el (message-forward-make-body-mime): Always mark body as
10352         having no illegible text; remove signed-or-encrypted argument.
10353         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10354
10355         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10356         (mml-generate-mime-1): Don't encode body if it is specified to be in
10357         raw form; don't make buffer be unibyte when inserting multibyte string.
10358
10359 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10360
10361         * sha1.el: Fix up comment style.
10362         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10363         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10364
10365         * hex-util.el: Fix up comment style.
10366         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10367
10368         * gnus-salt.el: Use with-current-buffer.
10369         (gnus-pick-setup-message): Fix long-standing typo.
10370
10371 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * imap.el (imap-logout-timeout): New variable.
10374         (imap-logout, imap-logout-wait): New functions.
10375         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10376
10377         * nnimap.el (nnimap-logout-timeout): New server variable.
10378         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10379         nnimap-logout-timeout.
10380
10381         * gnus-art.el (gnus-article-summary-command-nosave)
10382         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10383
10384 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus.el (gnus-maximum-newsgroup): New variable.
10387
10388         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10389         according to gnus-maximum-newsgroup.
10390
10391         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10392         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10393         Limit the range of articles according to gnus-maximum-newsgroup.
10394
10395 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10396
10397         * gnus-art.el (gnus-sticky-article): Fix problems described in
10398         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10399         Don't perform gnus-configure-windows here; reuse existing sticky
10400         article buffer.
10401
10402         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10403         it doesn't exist in gnus-article-mode.
10404
10405 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10408         (gnus-agent-decoded-group-name): New function.
10409         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10410         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10411
10412 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10413
10414         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10415         Add binding for gnus-sticky-article.
10416         (gnus-summary-exit): Don't kill sticky article buffers.
10417
10418         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10419         article buffer.
10420         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10421         (gnus-kill-sticky-article-buffers): New commands.
10422
10423 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * nntp.el (nntp-xref-number-is-evil): New server variable.
10426         (nntp-find-group-and-number): If it is non-nil, don't trust article
10427         numbers in the Xref header.
10428
10429 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-agent.el (gnus-agent-read-group): New function.
10432         (gnus-agent-flush-group, gnus-agent-expire-group)
10433         (gnus-agent-regenerate-group): Use it.
10434         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10435         nnmail-pathname-coding-system.
10436
10437 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10440
10441         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10442         that are unread as unread, and also as selected so that information of
10443         marks having been changed by a user may be updated when exiting group.
10444
10445 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10448
10449 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10452         calculated ignoring signature parts to gnus-treat-article.
10453
10454 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10457         a point here in order to keep the window start.
10458         (gnus-insert-mime-security-button): Make a button overlay without the
10459         front stickiness.
10460         (gnus-mime-display-security): Goto the end of a button.
10461
10462         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10463
10464 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10467         group-name-at-point.
10468         (gnus-group-completing-read): New function that offers decoded
10469         non-ASCII group names for completion.
10470         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10471         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10472         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10473         (gnus-group-fetch-control): Use it.
10474         (gnus-fetch-group): Use group-name-at-point for the initial value
10475         rather than the default value; use gnus-alive-p.
10476
10477         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10478         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10479         (gnus-summary-post-news): Use gnus-group-completing-read.
10480
10481         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10482         (gnus-read-move-group-name): Decode group name for completion.
10483
10484 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10485
10486         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10487         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10488         Yamaoka slightly modified the code).
10489
10490 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10493         (nnmail-split-incoming): Bind it.
10494
10495         * nnml.el (nnml-group-name-charset): New function.
10496         (nnml-decoded-group-name): Use it; don't decode group name if
10497         nnmail-group-names-not-encoded-p is non-nil.
10498         (nnml-encoded-group-name): New function.
10499         (nnml-group-pathname): Inline nnml-decoded-group-name.
10500         (nnml-request-expire-articles): Decode group name in message.
10501         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10502         nnmail-pathname-coding-system.
10503         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10504         not decoded ones according to nnmail-group-names-not-encoded-p.
10505         (nnml-generate-active-info): Use nnml-encoded-group-name.
10506
10507 2007-08-08  Glenn Morris  <rgm@gnu.org>
10508
10509         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10510         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10511         doc-strings and comments.
10512
10513 2007-07-25  Glenn Morris  <rgm@gnu.org>
10514
10515         * Relicense all FSF files to GPLv3 or later.
10516
10517 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-sum.el (gnus-summary-move-article):
10520         Make gnus-summary-respool-article work.
10521
10522 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10525         string.
10526
10527 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10528
10529         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10530         that should be ignored when comparing distant RSS articles with local
10531         ones.
10532         (nnrss-make-hash-index): New function.  Create a hash index according
10533         to the ignored fields.
10534         (nnrss-check-group): Use it.
10535
10536 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10539
10540         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10541
10542         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10543         the new optional argument ENCODED is non-nil.
10544         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10545         coding system for encoding group name.
10546         (gnus-group-make-rss-group): Pass un-encoded group name to
10547         gnus-group-make-group.
10548         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10549         encoded.
10550
10551         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10552         Encode group name to which articles are moved or copied.
10553         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10554         coding system for encoding Newsgroup, Followup-To and Xref headers.
10555
10556         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10557         marks; use nnheader-file-coding-system to write a file.
10558         (nnagent-retrieve-headers): Bind file-name-coding-system to
10559         nnmail-pathname-coding-system.
10560
10561         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10562
10563         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10564         (nnml-request-article, nnml-request-create-group)
10565         (nnml-request-rename-group, nnml-find-id)
10566         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10567         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10568         (nnml-save-marks): Use nnml-group-pathname instead of
10569         nnmail-group-pathname.
10570
10571         (nnml-request-create-group, nnml-request-expire-articles)
10572         (nnml-request-move-article, nnml-request-delete-group)
10573         (nnml-deletable-article-p, nnml-possibly-create-directory)
10574         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10575         (nnml-open-marks): Bind file-name-coding-system to
10576         nnmail-pathname-coding-system.
10577
10578         (nnml-request-article): Pass server argument to nnml-find-group-number.
10579         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10580         Pass server argument to nnml-possibly-create-directory.
10581         (nnml-request-accept-article): Pass server argument to
10582         nnml-active-number and nnml-save-mail.
10583         (nnml-find-group-number): Pass server argument to nnml-find-id.
10584         (nnml-request-update-info): Pass server argument to
10585         nnml-marks-changed-p.
10586
10587         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10588         (nnml-save-mail, nnml-active-number): Add server argument.
10589
10590         (nnml-request-delete-group): Warn if group is missing.
10591         (nnml-get-nov-buffer): Decode group name.
10592         (nnml-generate-active-info): Encode group name.
10593         (nnml-open-marks): Decode group name in messages.
10594
10595 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10598         if it is not specified.
10599         (gnus-article-pipe-part, gnus-article-save-part)
10600         (gnus-article-interactively-view-part, gnus-article-copy-part)
10601         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10602         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10603         (gnus-article-replace-part, gnus-article-delete-part)
10604         (gnus-article-view-part-as-type): Pass raw prefix argument to
10605         gnus-article-part-wrapper.
10606
10607 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-agent.el (gnus-agent-save-active):
10610         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10611
10612         * gnus-cache.el (gnus-cache-save-buffers)
10613         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10614         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10615         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10616         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10617         (gnus-cache-generate-active, gnus-cache-rename-group)
10618         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10619         (gnus-cache-update-overview-total-fetched-for):
10620         Bind file-name-coding-system to nnmail-pathname-coding-system.
10621         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10622         New variables.
10623         (gnus-cache-decoded-group-name): New function.
10624         (gnus-cache-file-name): Use it.
10625         (gnus-cache-generate-active): Use non-decoded group name for active.
10626
10627         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10628         right place.
10629         (gnus-write-active-file): Don't break non-ASCII group names.
10630
10631         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10632         nnmail-pathname-coding-system.
10633
10634         * lpath.el: Bind default-file-name-coding-system,
10635         file-name-coding-system and language-info-alist for XEmacs.
10636
10637         * gnus-uu.el (gnus-uu-decode-save): Typo.
10638
10639 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10642
10643 2007-07-14  David Kastrup  <dak@gnu.org>
10644
10645         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10646         finishing actions if we did not edit the article.
10647
10648 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10651         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10652         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10653         (gnus-agent-flush-group, gnus-agent-flush-cache)
10654         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10655         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10656         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10657         (gnus-agent-regenerate-group)
10658         (gnus-agent-update-files-total-fetched-for)
10659         (gnus-agent-update-view-total-fetched-for):
10660         Bind file-name-coding-system to nnmail-pathname-coding-system.
10661         (gnus-agent-group-pathname): Don't encode file names by
10662         nnmail-pathname-coding-system.
10663         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10664         coding-system-for-write instead of buffer-file-coding-system to
10665         gnus-agent-file-coding-system.
10666
10667         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10668         Decode group name.
10669
10670         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10671
10672         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10673         (gnus-read-newsrc-el-file): Make group names unibyte.
10674
10675         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10676         nnmail-pathname-coding-system.
10677
10678         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10679         (nnrss-request-delete-group): Bind file-name-coding-system to
10680         nnmail-pathname-coding-system.
10681         (nnrss-read-server-data, nnrss-read-group-data):
10682         Bind file-name-coding-system correctly.
10683         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10684
10685         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10686         (nntp-server-to-method-cache): New variable.
10687         (nntp-group-pathname): New function that decodes non-ASCII group names.
10688         (nntp-possibly-create-directory, nntp-marks-changed-p)
10689         (nntp-save-marks, nntp-open-marks): Use it.
10690         (nntp-possibly-create-directory, nntp-open-marks):
10691         Bind file-name-coding-system to nnmail-pathname-coding-system.
10692         (nntp-open-marks): Decode group names when bootstrapping marks.
10693
10694         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10695         Newsgroups and Folowup-To headers.
10696
10697 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10700         (gnus-server-closed-face, gnus-server-denied-face)
10701         (gnus-server-offline-face): Remove variable.
10702         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10703
10704         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10705         of modifying message-stack directly for XEmacs.
10706
10707         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10708         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10709         if the coding-system argument is nil for XEmacs.
10710
10711         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10712         mm-charset-override-alist.
10713
10714         * rfc2047.el: Don't require base64; require rfc2045 for the function
10715         rfc2045-encode-string.
10716         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10717         to quote the parameter value.
10718
10719 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10722         form in gnus-group-name-charset-method-alist.
10723
10724         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10725         overrides the default layout edit-form.
10726
10727         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10728
10729         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10730
10731 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10734         as unfetched articles.
10735
10736 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10739
10740 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10743         original back end that keeps marks in the local system.
10744
10745 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10748         arg of pop-to-buffer for XEmacs.
10749         (gnus-article-read-summary-keys): Ditto; don't restore window
10750         configuration if summary command ends up with neither article buffer
10751         nor summary buffer; describe bindings if summary keys end with C-h.
10752
10753 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * message.el (message-fix-before-sending): Skip raw message part to be
10756         forwarded while checking illegible text.
10757         (message-forward-make-body-mime, message-forward-make-body):
10758         Mark signed or encrypted raw message as having no illegible text.
10759
10760 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10763         (gnus-message-with-timestamp-1): New macro.
10764         (gnus-message-with-timestamp): New function.
10765         (gnus-message): Use them.
10766
10767         * nnheader.el (nnheader-message): Use them.
10768
10769 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10772         .newsrc.eld file.
10773
10774 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-agent.el (gnus-agent-fetch-headers)
10777         (gnus-agent-retrieve-headers):
10778         Bind gnus-decode-encoded-address-function to identity.
10779
10780         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10781         available also when the server returns simply a dot.
10782
10783         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10784
10785 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10788
10789 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * gnus-ems.el (gnus-x-splash): Make it work.
10792
10793         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10794         from being used.
10795
10796         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10797
10798 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10801         4th and the 5th arguments.
10802
10803         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10804         the front stickiness.
10805         (gnus-article-summary-command-nosave): Correct the order of the
10806         arguments passed to pop-to-buffer.
10807         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10808         summary command ends up with the article buffer.
10809
10810         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10811         the same faces.
10812
10813 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10814
10815         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10816
10817 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10818
10819         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10820         * gnus-sum.el (gnus-summary-highlight):
10821         * pgg.el (pgg-sign-region, pgg-sign):
10822         * mail-source.el (mail-source-delete-old-incoming-confirm):
10823         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10824
10825 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-art.el (gnus-mime-view-part-externally)
10828         (gnus-mime-view-part-internally): Fix predicate function passed to
10829         completing-read.
10830
10831         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10832
10833         * gnus.el (gnus-update-message-archive-method): Add :version.
10834
10835 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus.el (gnus-update-message-archive-method): New variable.
10838
10839         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10840         according to gnus-message-archive-method if
10841         gnus-update-message-archive-method is non-nil.
10842
10843 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10846         Suggested by Loic Dachary <loic@dachary.org>.
10847         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10848
10849 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * message.el (message-pop-to-buffer): Add switch-function argument.
10852         (message-mail): Pass switch-function argument to it.
10853
10854 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10857         Improve doc string.
10858
10859 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10862         (gnus-header-content)
10863         * gnus-cite.el (gnus-cite-10)
10864         * gnus-srvr.el (gnus-server-closed)
10865         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10866         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10867         (gnus-group-mail-3-empty, gnus-group-mail-low)
10868         (gnus-group-mail-low-empty, gnus-splash)
10869         * message.el (message-header-to, message-header-cc)
10870         (message-header-subject, message-header-other, message-header-name)
10871         (message-header-xheader, message-separator, message-cited-text)
10872         (message-mml): Lighten colors of faces used for dark background.
10873
10874 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10875
10876         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10877         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10878
10879 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * message.el (message-narrow-to-headers-or-head):
10882         Ignore mail-header-separator in the body.
10883
10884 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10887         same as window size.
10888
10889 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10890
10891         * message.el (message-font-lock-keywords): Use message-header-xheader
10892         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10893         ahead of the anything pattern, to get it recognised.
10894
10895 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10898         spam.el loads uses it in the compiled defadvice form.
10899
10900 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10901
10902         * gnus-sum.el (gnus-articles-to-read)
10903         (gnus-summary-insert-old-articles): Don't truncate group name for
10904         `read-string'.
10905
10906         * gnus-util.el (gnus-limit-string): Delete this function.
10907
10908         * gnus-sum.el (gnus-simplify-subject-fully):
10909         Use `truncate-string-to-width' instead.
10910
10911 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10912
10913         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10914         Tell if, on summary exit, the next group has to be selected.
10915         (gnus-summary-exit): Use it.
10916
10917 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10920         non-break space.
10921
10922 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10925         Check if group is not a directory.
10926         (nnfolder-request-expire-articles): Don't delete articles if the target
10927         group is not available.
10928
10929         * nnml.el (nnml-request-create-group): Properly check if group is not a
10930         file.
10931         (nnml-request-expire-articles): Don't delete articles if the target
10932         group is not available.
10933
10934         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10935         Don't quote characters that are within parentheses.
10936
10937 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10940         (gnus-handle-ephemeral-exit): Select article according to it.
10941
10942 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * message.el (message-insert-formated-citation-line): Remove newline.
10945         (message-citation-line-format): Add final \n here so that the user can
10946         avoid a blank line.
10947
10948 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10949
10950         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10951         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10952         Update lanl/arXiv support.
10953
10954 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * gnus.el: Bump version number.
10957
10958 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * gnus.el (gnus-version-number): Bump version.
10961
10962 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10963
10964         * gnus.el: No Gnus v0.6 is released.
10965
10966 2007-04-27  Didier Verna  <didier@xemacs.org>
10967
10968         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10969         * gmm-utils.el (gmm-regexp-concat): ... here.
10970         * message.el: Don't require 'gnus-util.
10971         (message-dont-reply-to-names): Handle name change above.
10972         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10973
10974 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10977         since the initial value varies according to the system.
10978
10979 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10982
10983 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10984
10985         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10986
10987 2007-04-24  Didier Verna  <didier@xemacs.org>
10988
10989         Improve the type of gnus-ignored-from-addresses.
10990         * gnus-util.el (gnus-orify-regexp): New function.
10991         * message.el (gnus-util): Require it.
10992         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10993         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10994         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10995
10996 2007-04-24  Didier Verna  <didier@xemacs.org>
10997
10998         * gnus-sum.el:
10999         * gnus-utils.el: Fix some trailing whitespaces.
11000
11001 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11004         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11005         article's Message-ID; refer parent article in summary buffer.
11006
11007         * message.el (message-bounce): Call mime-to-mml.
11008
11009         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11010         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11011         optimize and/or forms properly.
11012
11013 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11016         URL.
11017
11018 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11021
11022 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11025         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11026         displayed of multipart/alternative part if it is invoked from summary
11027         buffer.
11028
11029         * mm-view.el (mm-inline-text-html-render-with-w3m)
11030         (mm-inline-text-html-render-with-w3m-standalone)
11031         (mm-inline-render-with-function): Use mail-parse-charset by default.
11032
11033 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11034
11035         * parse-time.el (parse-time-string-chars): Check if CHAR
11036         is less than the length of parse-time-syntax.
11037
11038 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11041         from gnus-newsgroup-processable.
11042
11043 2007-04-16  Didier Verna  <didier@xemacs.org>
11044
11045         * gnus-msg.el (gnus-configure-posting-styles):
11046         Handle message-signature-directory properly with :file syntax.
11047         Reported by "Leo".
11048
11049 2007-04-11  Didier Verna  <didier@xemacs.org>
11050
11051         New user option: message-signature-directory.
11052         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11053         * message.el (message-insert-signature): Ditto.
11054         * message.el (message-signature-file): Doc update.
11055         * message.el (message-signature-directory): New.
11056
11057 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-msg.el (gnus-inews-yank-articles):
11060         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11061
11062 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * message.el (message-yank-original): Make sure cited text ends with
11065         newline; don't exchange point and mark.
11066
11067 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11068
11069         * tls.el (open-tls-stream): Properly handle case where there
11070         is no associated buffer.
11071
11072 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11073
11074         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11075         message-yank-original, make sure (< mark TEXT point).
11076
11077 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * message.el (message-fill-column): New variable.
11080         (message-mode): Use it.  Add comment on a possible new hook.
11081
11082         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11083         (nnmail-get-new-mail): Reformat.
11084
11085         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11086
11087         * gmm-utils.el: Fix Commentary.
11088         (gmm-tool-bar-from-list): Fix typo in doc string.
11089
11090 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11091
11092         * message.el (message-yank-original): Don't switch point and mark
11093         unnecessarily to put point and mark as documented.
11094
11095 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11098         from the message heads.
11099
11100 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11101
11102         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11103         article buffer does not have a window.  This may not be the best
11104         solution but is certainly better than setting the start of the null,
11105         that is the current, window.
11106
11107 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11110         (gnus-draft-setup): Run it.
11111
11112         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11113         gnus-score-fast-scoring.  Allow regexp.
11114         (gnus-score-headers): Use it.
11115
11116         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11117         XEmacs.
11118
11119         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11120         string.
11121         (gnus-button-alist): Also catch `<f1> k ...'.
11122         (gnus-treat-display-x-face): Fix doc string.
11123
11124 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11125
11126         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11127         evaluation of gnus-extended-version to ensure correct generation of the
11128         User-Agent header when message-generate-headers-first is used.
11129
11130 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11131
11132         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11133         hashcash-path is nil.  Don't call callback with incorrect number of
11134         parameters if val is 0.
11135
11136 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11137
11138         * message.el (message-required-news-headers):
11139         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11140
11141 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11142
11143         * tls.el (open-tls-stream): In handshake-waiting loop,
11144         don't wait more if there is output available to process.
11145
11146 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11147
11148         * tls.el (tls-program): Doc fix.
11149
11150 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * message.el (message-generate-new-buffers): Change the meaning of the
11153         nil value; add `standard' to the choices; treat t as `unique'; improve
11154         doc string.
11155         (gnus-select-frame-set-input-focus): Autoload.
11156         (message-buffer-name): Search for the existing message buffer if
11157         message-generate-new-buffers is nil or `standard'; treat the value t of
11158         message-generate-new-buffers as `unique'.
11159         (message-pop-to-buffer): Raise the frame already displaying the message
11160         buffer; clear the echo area after querying.
11161         (message-setup): Pass the `continue' argument to compose-mail.
11162         (message-mail): Prefer `switch-function' if it is given; search for the
11163         existing message buffer if the `continue' argument is non-nil; pass
11164         continue and switch-function arguments to compose-mail by way of
11165         message-setup.
11166         (message-mail-other-window): Adjust argument of message-setup.
11167         (message-mail-other-frame): Ditto.
11168
11169 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11172         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11173         to turn font-lock on when turning gnus-message-citation-mode on.
11174
11175 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11176
11177         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11178         (mml-smime-function-alist): New variable; add epg as the backend.
11179         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11180         mml-smime- functions instead.
11181         * mm-view.el: Require smime.
11182
11183 2007-03-05  Didier Verna  <didier@xemacs.org>
11184
11185         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11186         instead of just inheritance for posting styles.
11187         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11188
11189 2007-02-24  Chris Moore  <dooglus@gmail.com>
11190
11191         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11192         * pgg-pgp.el (pgg-pgp-encrypt-region):
11193         * pgg-gpg.el (pgg-gpg-encrypt-region):
11194         Check pgg-encrypt-for-me if no other recipients.
11195
11196 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11197
11198         * tls.el (tls-certtool-program): Fix custom type.
11199
11200 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11203         and point-at-eol instead of line-(beginning|end)-position.
11204
11205         * assistant.el (assistant-parse-buffer): Ditto.
11206
11207         * netrc.el (netrc-parse-services): Ditto.
11208
11209 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11210
11211         * mml2015.el (mml2015-epg-find-usable-key): New function.
11212         (mml2015-epg-sign): Use it.
11213         (mml2015-epg-encrypt): Use it.
11214
11215 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * message.el (message-make-in-reply-to): Quote name containing
11218         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11219         if there are special characters.  Reported by NAKAJI Hiroyuki
11220         <nakaji@jp.freebsd.org>.
11221
11222 2007-02-27  Didier Verna  <didier@xemacs.org>
11223
11224         Include the group parameters as well as the topic ones in the
11225         inheritance filter process.
11226         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11227         argument GROUP-PARAMS-LIST.
11228         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11229
11230 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * nntp.el (nntp-never-echoes-commands)
11233         (nntp-open-connection-functions-never-echo-commands): New variables.
11234         (nntp-send-command): Use them.
11235
11236 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11237
11238         * mml2015.el (mml2015-epg-verify): Simplify.
11239
11240 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * mml.el (mml-content-disposition-alist): New user option.
11243         (mml-content-disposition): New function.
11244         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11245         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11246
11247 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11248
11249         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11250         verification.
11251
11252 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11253
11254         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11255         articles posted in the last 24 hours.
11256
11257 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11258
11259         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11260
11261 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11262
11263         * nntp.el (nntp-send-command): Don't wait for echoes when
11264         nntp-open-ssl-stream is used.
11265
11266 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11269         (gnus-message-add-citation-keywords)
11270         (gnus-message-remove-citation-keywords): Remove.
11271         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11272         directly, make the variables in font-lock-defaults buffer-local, add
11273         gnus-message-citation-keywords to them and then update the value of
11274         font-lock-keywords.
11275
11276 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * message.el (message-cite-original-1): Don't call
11279         gnus-article-highlight-citation.
11280
11281         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11282         citations; fix line count.
11283
11284 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11287         (gnus-message-add-citation-keywords)
11288         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11289         versions of font-lock-add-keywords and font-lock-remove-keywords to
11290         work with XEmacs correctly.
11291
11292 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-cite.el (gnus-cite-face-list): Set the values of
11295         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11296         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11297         (gnus-message-cite-prefix-regexp): New variable.
11298         (gnus-message-search-citation-line): Use it; protect against long
11299         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11300         the 0th match data for Emacs.
11301         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11302         (gnus-message-add-citation-keywords): Append keywords rather than
11303         prepending; emulate font-lock-add-keywords if it is not available.
11304         (gnus-message-remove-citation-keywords):
11305         Emulate font-lock-remove-keywords if it is not available.
11306
11307         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11308
11309         * message.el (message-cite-prefix-regexp): Set the value of
11310         gnus-message-cite-prefix-regexp.
11311
11312 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11313
11314         * nnweb.el (nnweb-google-parse-1): Update parser.
11315
11316 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11317
11318         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11319
11320 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11321
11322         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11323         regexp.
11324
11325 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11328         string-to-multibyte.
11329         (uudecode-decode-region-internal): Use it.
11330
11331         * lpath.el: Fbind string-as-multibyte for XEmacs.
11332
11333 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11336         Fix custom choice.
11337
11338         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11339
11340 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11341
11342         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11343
11344         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11345         `write-region' to respect `mm-inhibit-file-name-handlers'.
11346
11347 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11350         Use gnus-home-directory instead of "~/" or "$HOME".
11351
11352 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11353
11354         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11355         to mention filename.
11356         Add comments at beginning regarding usage.
11357         (encrypt-write-file-contents): Change interactive so a string is
11358         acceptable.  If the file has no associated model, show an error instead
11359         of a nonsense prompt.
11360
11361 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11362
11363         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11364         Thanks to Yoshihiko Yamada for kind notification of this typo.
11365
11366 2007-01-12  Kenichi Handa  <handa@m17n.org>
11367
11368         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11369         multibyte buffer.
11370
11371 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gnus-score.el (gnus-score-fast-scoring): New variable.
11374         (gnus-score-headers): Use it.
11375
11376         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11377
11378         * message.el (message-cite-original-1):
11379         Call gnus-article-highlight-citation if requested.
11380         (message-make-from): Allow name and address as optional arguments.
11381
11382         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11383
11384         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11385         bugs to doc string.
11386         (gnus-button-alist): Add mid\\|message-id.
11387         (gnus-button-fetch-group): Extend for use in
11388         `browse-url-browser-function'.
11389         (gnus-button-url-regexp): Try to catch paired parentheses like in
11390         Wikipedia URLs.
11391
11392         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11393         Suggested by Simon Krahnke <overlord@gmx.li>.
11394
11395 2007-01-13  Romain Francoise  <romain@orebokech.com>
11396
11397         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11398         Update copyright.
11399
11400 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11401
11402         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11403
11404 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11405
11406         * gnus-registry.el (gnus-registry-unfollowed-groups)
11407         (gnus-registry-split-fancy-with-parent): Fix documentation.
11408
11409 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11412         from nnweb groups.
11413
11414 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415
11416         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11417         Xref urls.  Erase buffer before requesting head.
11418
11419         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11420
11421 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11424         customizable.
11425
11426 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11427
11428         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11429         no signing key is found.
11430         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11431         no encrypting and/or signing key is found.
11432
11433 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11436
11437 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11438
11439         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11440         headers read from disk with the ones newly found in the current search.
11441         This should no longer cause problems, because the article numbers in
11442         Gmane's `nov.php' output are ignored since the previous change.
11443
11444 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11445
11446         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11447
11448 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11451         replace-regexp-in-string; bind url-version; fbind display-images-p and
11452         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11453         find-face and set-itimer-function for Emacs; bind itimer-list for
11454         Emacs.
11455
11456         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11457
11458 2007-01-01  Romain Francoise  <romain@orebokech.com>
11459
11460         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11461
11462 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11463
11464         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11465         `define-minor-mode' macro definition expanded properly.
11466         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11467         exclude it there.
11468
11469         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11470         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11471         `fboundp' test.
11472         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11473         This is OK to autoload in (S)XEmacs now.
11474
11475 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11478         keystroke.
11479         (gnus-summary-limit-to-singletons): Fix typo.
11480
11481         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11482         else fails.
11483
11484 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11485
11486         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11487         docstring.
11488
11489         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11490         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11491         (gnus-summary-insert-dormant-articles): Fix typo in message.
11492
11493 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11496         nil for XEmacs.
11497         (gnus-message-citation-mode): Don't autoload in XEmacs.
11498
11499         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11500
11501 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11502
11503         * nnimap.el (nnimap-expunge-search-string):
11504         Mention nnimap-search-uids-not-since-is-evil in docstring.
11505
11506 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * spam.el: Revert to make-obsolete-variable because
11509         define-obsolete-variable-alias is not supported in Emacs 21.
11510
11511         * spam.el (spam-ifile-path, spam-ifile-database-path)
11512         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11513         make-obsolete-variable.
11514         (spam-bsfilter-path, spam-bsfilter-program)
11515         (spam-spamassassin-path, spam-spamassassin-program)
11516         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11517         Don't use "path" inappropriately.
11518         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11519         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11520         variable names.
11521
11522 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11523
11524         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11525         summary buffer.
11526
11527         * password.el (password-cache-remove): Use clear-string to burn
11528         password, if available.
11529
11530 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11531
11532         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11533
11534         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11535
11536         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11537         (gnus-message-highlight-citation): Move defcustom here from
11538         gnus-cite.el.
11539         (gnus-message-citation-mode): Autoload.
11540
11541         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11542         checks to make it compile with XEmacs.
11543         (gnus-message-citation-mode): New minor mode.
11544         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11545         (gnus-message-highlight-citation): New variables.
11546         (gnus-message-search-citation-line)
11547         (gnus-message-add-citation-keywords)
11548         (gnus-message-remove-citation-keywords)
11549         (turn-on-gnus-message-citation-mode)
11550         (turn-off-gnus-message-citation-mode): New functions.
11551
11552 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11553
11554         * gnus-cite.el: Enable highlighting of different citation levels in
11555         message-mode.
11556
11557 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * message.el (message-make-fqdn): Fix comment.
11560         (message-bogus-system-names): Add ".local".
11561
11562         * spam.el (spam-ifile-path, spam-ifile-program)
11563         (spam-ifile-database-path, spam-ifile-database)
11564         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11565         Don't use "path" inappropriately.
11566         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11567         strings.
11568         (spam-check-ifile, spam-ifile-register-with-ifile)
11569         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11570         Use new variable names.
11571
11572         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11573         (gnus-treat-display-smileys): Simplify using
11574         gnus-image-type-available-p.
11575
11576         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11577         available.
11578
11579         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11580         Use `display-images-p' if available.
11581
11582 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11585         one after turning on the buffer's multibyteness instead of decoding
11586         them directly in the unibyte buffer that causes unexpected conversion
11587         in Emacs 23 (unicode).
11588
11589 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11590
11591         * message.el (message-generate-hashcash): Fix custom type.
11592
11593 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11596
11597 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11598
11599         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11600         disconnect icons.  Add help text.
11601
11602 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11603
11604         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11605         negated to be consistent with the others we handle.
11606
11607 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11608
11609         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11610         version of gnus-summary-buffer to something, so that we can use two
11611         article buffers at the same time.
11612
11613 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11614
11615         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11616         trigger all the extra headers.
11617         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11618         sorting.
11619
11620 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11621
11622         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11623         solid groups.
11624
11625 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11626
11627         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11628
11629 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * legacy-gnus-agent.el: Add Copyright notice.
11632
11633 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11634
11635         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11636
11637 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11638
11639         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11640
11641         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11642         to make it work reliably in CVS Emacs.
11643         (gnus-summary-limit-strange-charsets-predicate)
11644         (gnus-summary-limit-to-predicate): New functions.
11645
11646 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11647
11648         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11649         specifying array size.
11650         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11651         array if it is too small.
11652         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11653         (gnus-sort-threads-loop): New function.
11654
11655 2006-12-06  Chris Moore  <dooglus@gmail.com>
11656
11657         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11658         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11659
11660 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11661
11662         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11663         options.
11664
11665 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11668         DOS-ing the recipient.
11669
11670         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11671         the headers when creating the mapping to avoid mismappings.
11672         (nnweb-gmane-create-mapping): Always nix out old mapping.
11673
11674 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11677         and mm-verify-option to never.
11678
11679 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * message.el (message-signed-or-encrypted-p): New function.
11682         (message-forward-make-body): Use it.
11683
11684         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11685         Replace encode-coding-string with mm-encode-coding-string.
11686
11687 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * nneething.el (nneething-decode-file-name):
11690         Replace decode-coding-string with mm-decode-coding-string.
11691
11692         * gnus-int.el (gnus-open-server): Say failed server's name.
11693
11694 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11695
11696         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11697         strings to a single string.  Quote `errors-file-name'.
11698         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11699         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11700         Adjust calls.  Use `shell-quote-argument'.
11701
11702 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11703
11704         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11705         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11706
11707         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11708         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11709         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11710         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11711         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11712         (gnus-subscribe-newsgroup, gnus-1):
11713         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11714         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11715         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11716         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11717
11718 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719
11720         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11721         keystroke.
11722         (gnus-summary-limit-to-bodies): Implement headersp.
11723
11724 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11725
11726         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11727
11728 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11731
11732 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11733
11734         * message.el (message-generate-hashcash): Expand range of values to
11735         include `opportunistic'.
11736         (message-send-mail): Use it.
11737
11738 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11739
11740         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11741         and comment it.
11742
11743         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11744
11745 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-util.el (gnus-extract-address-components): Improve comment.
11748
11749 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-util.el (gnus-extract-address-components): Work with address in
11752         which the name portion contains @.
11753
11754         * lpath.el: Fbind custom-autoload.
11755
11756 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * gnus.el (gnus-start): Move custom group up.
11759         (gnus-select-method): Don't autoload, but make it available for
11760         `customize-variable'.
11761         (gnus-getenv-nntpserver): Don't autoload.
11762
11763 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11764
11765         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11766
11767 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * message.el (message-sendmail-extra-arguments): New variable.
11770         (message-send-mail-with-sendmail): Use it.
11771
11772 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11775         mm-with-unibyte-current-buffer to make string unibyte.
11776
11777         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11778         mm-string-as-multibyte.
11779
11780 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11781
11782         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11783         Reported by Werner Koch <wk@gnupg.org>.
11784
11785 2006-11-14  Daiki Ueno  <ueno@p360>
11786
11787         * mml2015.el: Autoload epa-select-keys when compiling.
11788
11789 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11790
11791         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11792         message-options.
11793         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11794
11795 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11796
11797         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11798         EasyPG (< 0.0.6).
11799         (mml2015-always-trust): New user option.
11800         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11801         prompt.
11802
11803 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * nntp.el (nntp-authinfo-force): New variable.
11806         (nntp-send-authinfo): Use it.
11807
11808 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11811         decode encoded words.  Improve prompt.  Add comment about forwarding.
11812         (message-replacement-char): Move up.
11813
11814 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11815
11816         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11817         instead of gnus-intersection because arguments of gnus-sorted-nunion
11818         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11819
11820 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11823         (message-simplify-subject-functions):
11824         Enable message-strip-subject-encoded-words by default.
11825
11826 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * message.el (message-strip-subject-encoded-words): New function.
11829         (message-simplify-subject-functions): New variable.
11830         (message-simplify-subject): Use it.  Fix typo in doc string.
11831         Support message-strip-subject-encoded-words.
11832
11833 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11834
11835         * gnus-diary.el (gnus-diary-delay-format-function):
11836         * nndiary.el (nndiary-reminders):
11837         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11838
11839 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * gnus-art.el (article-hide-boring-headers): Fetch date from
11842         gnus-original-article-buffer to avoid problems with localized date
11843         strings.
11844
11845 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11848
11849 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11852         New variables.
11853         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11854         (mm-charset-synonym-alist): Move some entries to
11855         mm-codepage-iso-8859-list.
11856         (mm-charset-synonym-alist, mm-charset-override-alist):
11857         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11858
11859 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11862
11863 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11866         with Emacs 21 and XEmacs.
11867
11868 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11869
11870         * spam.el (spam-parse-address): New function for better parsing,
11871         catching errors, etc.
11872         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11873
11874 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * mm-view.el: Add interactive arg to html2text autoload.
11877
11878 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11881
11882 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11885         New variables.
11886         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11887         (mm-charset-synonym-alist): Move some entries to
11888         mm-codepage-iso-8859-list.
11889
11890         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11891
11892 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * message.el (message-citation-line-format)
11895         (message-insert-formated-citation-line): Fix implementation of %E, %N
11896         and %n according to the doc string.
11897
11898 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11899
11900         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11901         Use car-safe to avoid bad parses.
11902
11903 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11906         names.
11907
11908         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11909
11910 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11913         header.
11914
11915         * message.el (message-draft-headers): Add Date.
11916         (message-headers-to-generate): Fix typo in docstring.
11917
11918         * nndraft.el (nndraft-required-headers): New variable.
11919         (nndraft-generate-headers): Use it.
11920
11921         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11922
11923 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11924
11925         * gnus-registry.el (gnus-registry-wash-for-keywords)
11926         (gnus-registry-find-keywords): New functions to allow easy searching of
11927         articles that are in the registry.
11928
11929 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11930
11931         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11932         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11933         Reported by Damien Elmes <damien@repose.cx>.
11934
11935 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus.el (gnus-mime): Remove unused custom group.
11938
11939 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11940
11941         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11942         "blank line" when searching for end of armor headers.
11943
11944 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * gmm-utils.el (gmm-write-region): Fix variable name.
11947
11948 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gmm-utils.el (gmm-write-region): New function based on compatibility
11951         code from `mm-make-temp-file'.
11952
11953         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11954
11955         * nnmaildir.el (nnmaildir--update-nov)
11956         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11957         Use `gmm-write-region'.
11958
11959 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11962         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11963
11964         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11965
11966         * message.el (message-replacement-char): New variable.
11967         (message-fix-before-sending): Use it.
11968         (message-simplify-subject): New function to remove duplicate code.
11969         (message-reply, message-followup): Use it.
11970
11971         * gnus-sum.el (gnus-summary-make-menu-bar):
11972         Clarify gnus-summary-limit-to-articles.
11973
11974 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-util.el (gnus-with-local-quit): New macro.
11977
11978         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11979
11980 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11981
11982         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11983         ignore non-string data.
11984
11985 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11986
11987         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11988         non-string data (needs to be done in the registry too).
11989
11990 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11991
11992         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11993         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11994         (gnus-registry-split-fancy-with-parent)
11995         (gnus-registry-fetch-simplified-message-subject-fast)
11996         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11997         Remove text properties on ingress into the registry and when it's saved.
11998         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11999         registry from entries with no groups.
12000
12001 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12002
12003         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12004         function to remove string properties.
12005
12006 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gmm-utils.el (gmm): Adjust custom version.
12009
12010         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12011         Adjust custom version.
12012
12013         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12014
12015 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-art.el (gnus-insert-prev-page-button)
12018         (gnus-insert-next-page-button): Simplify.  Reformat.
12019
12020 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12021
12022         * gnus-art.el (gnus-insert-prev-page-button)
12023         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12024
12025 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12026
12027         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12028
12029 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12030
12031         * gnus-art.el (gnus-insert-mime-button)
12032         (gnus-insert-mime-security-button):
12033         Apply gnus-article-button-face to MIME and security buttons.
12034
12035 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12038         readable.
12039
12040 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12043
12044 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12045
12046         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12047         `browse-url-of-file' instead of `browse-url'.
12048
12049 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12050
12051         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12052         regexp.  Articles containing quotation were cut prematurely.
12053
12054 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * message.el (message-cite-original-1): Use nobody by default for the
12057         value of From header.
12058         (message-reply): Ditto.
12059
12060 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12061
12062         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12063         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12064         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12065
12066 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12069         mails in the doc string.  Add some URLs in comment.
12070         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12071
12072 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12075         backslashes handling and the way to find boundaries of quoted strings.
12076
12077 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12078
12079         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12080         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12081         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12082         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12083
12084 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12085
12086         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12087         doc string.
12088         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12089
12090 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * lpath.el: Fbind epg-check-configuration.
12093
12094 2006-09-06  Simon Josefsson  <jas@extundo.com>
12095
12096         * mml2015.el (mml2015-use): Doc fix, mention epg.
12097
12098 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12099
12100         * mml2015.el (mml2015-use): Default to epg, if available.
12101
12102 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12103
12104         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12105         message-sender.
12106         (mml1991-epg-encrypt): Ditto.
12107         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12108         message-sender.
12109         (mml2015-epg-encrypt): Ditto.
12110
12111 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12112
12113         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12114         several common directories.
12115
12116 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12117
12118         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12119         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12120
12121 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-art.el (article-decode-encoded-words): Make it fast.
12124
12125 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12128
12129         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12130         in quoted string into `\'.
12131
12132 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12135         Use standard-syntax-table.
12136
12137 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-art.el (gnus-decode-address-function): New variable.
12140         (article-decode-encoded-words): Use it to decode headers which are
12141         assumed to contain addresses.
12142         (gnus-mime-delete-part): Remove useless `or'.
12143
12144         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12145         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12146         (gnus-nov-parse-line): Use it to decode From header.
12147         (gnus-get-newsgroup-headers): Ditto.
12148         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12149
12150         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12151         (mail-decode-encoded-address-string): New alias.
12152
12153         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12154         New function.
12155         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12156         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12157         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12158         (rfc2047-decode-string): Ditto.
12159         (rfc2047-decode-address-region): New function.
12160         (rfc2047-decode-address-string): New function.
12161
12162 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * message.el (message-caesar-buffer-body): Allow rotating headers.
12165
12166         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12167
12168         * message.el (message-insert-formated-citation-line): Fix %f.
12169         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12170
12171 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12174         (gnus-bookmark-mouse-available-p): New macro.
12175         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12176         (gnus-bookmark-bmenu-show-infos): Use it.
12177         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12178         (gnus-bookmark-bmenu-hide-infos): Ditto.
12179         (gnus-bookmark-remove-properties): New function.
12180         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12181         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12182         (gnus-bookmark-write-file): Bind coding-system-for-write.
12183         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12184         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12185         group before selecting it.
12186         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12187         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12188         quit-window if it is not available; use gnus-mouse-2 and bind it to
12189         gnus-bookmark-bmenu-select-by-mouse.
12190         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12191         (gnus-bookmark-bmenu-select-by-mouse): New function.
12192
12193 2006-08-13  Romain Francoise  <romain@orebokech.com>
12194
12195         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12196         space.
12197
12198 2006-08-10  Romain Francoise  <romain@orebokech.com>
12199
12200         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12201         (dns-mode-soa-auto-increment-serial): New user option.
12202         (dns-mode-soa-maybe-increment-serial): New function.
12203         (dns-mode): Add the latter to `write-contents-functions'.
12204
12205 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * compface.el (uncompface): Use binary rather than raw-text-unix.
12208
12209 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * compface.el (uncompface): Make sure the eol conversion doesn't take
12212         place when communicating with the external programs.
12213         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12214
12215 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12218
12219 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12220
12221         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12222         Make it more robust by parsing author and date independently.
12223
12224 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12227
12228 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12229
12230         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12231         first matching secret key.
12232         (mml2015-epg-encrypt): Ditto.
12233
12234         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12235         first matching secret key.
12236         (mml1991-epg-encrypt): Ditto.
12237
12238         * mml2015.el (mml2015-encrypt-to-self): New user option.
12239         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12240         mml2015-epg-encrypt-to-self is set.
12241
12242         * mml1991.el (mml1991-encrypt-to-self): New variable.
12243         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12244         mml1991-epg-encrypt-to-self is set.
12245
12246         * mml2015.el (mml2015-signers): New user option.
12247         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12248         (mml2015-epg-encrypt): Allow to select signing keys.
12249
12250         * mml1991.el (mml1991-signers): New variable.
12251         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12252         (mml1991-epg-encrypt): Allow to select signing keys.
12253
12254 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * nnheader.el (nnheader-insert-head): Make it work even if the file
12257         uses CRLF for the line-break code.
12258
12259 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12260
12261         * mml2015.el: Require mml-sec instead of password.
12262         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12263         (mml2015-cache-passphrase): Inherit the default value from
12264         mml-secure-cache-passphrase.
12265         (mml2015-passphrase-cache-expiry): Inherit the default value from
12266         mml-secure-passphrase-cache-expiry.
12267
12268         * mml1991.el: Require mml-sec instead of password.
12269         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12270         (mml1991-cache-passphrase): Inherit the default value from
12271         mml-secure-cache-passphrase.
12272         (mml1991-passphrase-cache-expiry): Inherit the default value from
12273         mml-secure-passphrase-cache-expiry.
12274
12275         * mml-sec.el: Require password.
12276         (mml-secure-verbose): New user option.
12277         (mml-secure-cache-passphrase): New user option.
12278         (mml-secure-passphrase-cache-expiry): New user option.
12279
12280 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12281
12282         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12283         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12284         andreas@altroot.de (Andreas Vögele).
12285
12286         FIXME: Use `tiny change'?
12287
12288 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12289
12290         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12291         workaround for the url package included with Emacs.
12292
12293         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12294
12295 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12298         correctly.  This fixes a bug caused by the 2006-05-12 change.
12299
12300 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12301
12302         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12303         some information about the error when saying that the `bogus' mail
12304         group will be used.
12305
12306 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12309         string.
12310
12311 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12312
12313         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12314
12315 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12316
12317         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12318
12319 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12320
12321         * mml1991.el (mml1991-function-alist): Add epg.
12322         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12323         (mml1991-epg-encrypt): New functions.
12324
12325 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12326
12327         * mml2015.el (mml2015-verbose): New variable.
12328         (mml2015-cache-passphrase): Ditto.
12329         (mml2015-passphrase-cache-expiry): Ditto.
12330         (mml2015-function-alist): Add epg.
12331         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12332         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12333         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12334         New functions.
12335
12336 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12337
12338         * message.el (message-cite-original-1): Preserve region when removing
12339         quoted text due to X-No-Archive in order to avoid bogus attribution
12340         when citing multiple messages.
12341
12342 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12343
12344         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12345         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12346
12347 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-diary.el (gnus-user-format-function-d)
12350         (gnus-user-format-function-D): Autoload.
12351
12352         * imap.el (Commentary): Fix typo.
12353
12354         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12355         2006-04-22 contribution.
12356
12357 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12358
12359         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12360         It didn't really fix the bogosity I'm seeing with solid web groups.
12361
12362 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12363
12364         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12365         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12366         created using server names.  If we use the feature without declaring
12367         it, Gnus does not properly manage server and group state.
12368
12369         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12370         bound.
12371
12372 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12373
12374         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12375         looking up the method using GROUP's prefix before inventing a new one.
12376         It is used on killed/unknown groups in various places where returning
12377         an all-new method isn't expected by the caller.
12378
12379         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12380         and match semantics of gnus-group-real-prefix.
12381
12382 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * nnmail.el (nnmail-broken-references-mailers): New variable.
12385         (nnmail-ignore-broken-references): New function generalizing
12386         nnmail-fix-eudora-headers.
12387         (nnmail-fix-eudora-headers): Now obsolete.
12388
12389         * gnus-art.el (gnus-button-handle-custom):
12390         Support `customize-apropos*'.
12391
12392 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12393
12394         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12395
12396         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12397         articles.
12398
12399 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * message.el (message-cite-reply-above): New variable.
12402         (message-yank-original): Use it.
12403
12404 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12407
12408 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12411         as read.
12412
12413         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12414
12415 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12418         (gnus-bookmark-default-file): Use gnus-directory.
12419         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12420         Remove "*" in doc string.
12421         (gnus-bookmark-write-file): Simplify.
12422         (gnus-bookmark-maybe-sort-alist): Use `when'.
12423         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12424         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12425         Add FIXME about Emacs 21 and XEmacs compatibility.
12426         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12427         compatibility.
12428         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12429         compatibility.
12430         (gnus-bookmark-menu-heading): Fix version.
12431
12432 2006-06-19  Bastien Guerry  <bzg@altern.org>
12433
12434         * gnus-bookmark.el: New file.
12435
12436 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * message.el (message-syntax-checks): Doc fix.
12439
12440 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12441
12442         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12443         unsubscribed groups as if they were killed ones.  It causes duplicate
12444         entries in gnus-newsrc-alist.
12445
12446 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * message.el (message-syntax-checks): Doc fix.
12449         (message-send-mail): Add check for continuation headers.
12450         (message-check-news-header-syntax): Fix regexp used to check for
12451         continuation headers.
12452
12453 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12456
12457 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12460
12461 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12464         default-truncate-lines.
12465
12466 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12469         to fill the utf-8 entry.
12470
12471         * lpath.el: Fbind unicode-precedence-list.
12472
12473 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12474
12475         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12476
12477 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12478
12479         * gnus-agent.el (directory-files-and-attributes): Move all the way
12480         forward (the third and final move).
12481         (gnus-agent-read-agentview): Trap reconstruction errors due to
12482         nonexistent directory.  Handle by returning nil.
12483
12484 2006-05-30  Didier Verna  <didier@xemacs.org>
12485
12486         * message.el (message-dont-reply-to-names): Update the custom type.
12487         * message.el (message-dont-reply-to-names): New defsubst: potentially
12488         convert a list of regexps into a single one.
12489         * message.el (message-get-reply-headers): Use it.
12490         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12491
12492 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-agent.el (directory-files-and-attributes): Move forward.
12495
12496 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * gnus-ml.el (gnus-mailing-list-subscribe)
12499         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12500         (gnus-mailing-list-message): Fix doc strings.
12501
12502 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12503
12504         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12505         of doing it manually.
12506
12507 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12510         comment.
12511
12512 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12513
12514         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12515         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12516         (gnus-agent-read-local): All symbols allocated in my-obarray.
12517         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12518         (gnus-agent-regenerate-group): Check numeric names to see if they are
12519         messages or groups.
12520         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12521         better way of do this...)
12522
12523         * gnus-cache.el (gnus-agent-total-fetched-for):
12524         Ignore 'dummy.group' (there should be a better way of do this...)
12525
12526 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12529         (gnus-saved-headers): Ditto.
12530         (gnus-default-article-saver): Mention functions may have properties.
12531         (gnus-article-save): Override gnus-save-all-headers and
12532         gnus-saved-headers by :headers property which saver function may have.
12533         (gnus-summary-save-in-file): Add :headers property.
12534         (gnus-summary-write-to-file): Ditto.
12535
12536         * gnus-sum.el (gnus-summary-save-article): Bind
12537         gnus-prompt-before-saving to t when saving many articles in a file;
12538         always show all headers.
12539
12540         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12541
12542 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12545         marks.
12546
12547         * message.el (message-indent-citation): Add optional arguments to allow
12548         using it outside of message buffers.
12549
12550         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12551         (gnus-article-treat-unfold-headers): Use it.
12552         (gnus-article-truncate-lines): New variable.
12553         (gnus-article-mode): Use it.
12554         (gnus-article-toggle-truncate-lines): New function.
12555
12556         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12557         Add gnus-article-toggle-truncate-lines.
12558
12559         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12560         coding system in XEmacs, use binary.
12561
12562 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12565         after-load-alist.
12566
12567         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12568         this function should save decoded articles.
12569         (gnus-summary-write-to-file): Use property to specify this function
12570         should save decoded articles and specify gnus-summary-save-in-file
12571         should be used to save articles other than the first one when saving
12572         many articles.
12573         (gnus-summary-save-body-in-file): Use property to specify this
12574         function should save decoded articles.
12575         (gnus-summary-write-body-to-file): Use property to specify this
12576         function should save decoded articles and specify
12577         gnus-summary-save-body-in-file should be used to save articles other
12578         than the first one when saving many articles.
12579
12580         * gnus-sum.el (gnus-summary-save-article): Simplify.
12581
12582 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-art.el (gnus-default-article-saver):
12585         Add gnus-summary-write-body-to-file.
12586         (gnus-article-save-coding-system): Don't use coding system object
12587         in XEmacs.
12588         (gnus-read-save-file-name): Add optional `dir-var' argument which
12589         specifies directory in which files are saved; work even if optional
12590         `variable' argument is not specified.
12591         (gnus-summary-write-to-file): Read file name.
12592         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12593         (gnus-summary-write-body-to-file): New function.
12594
12595         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12596         (gnus-summary-local-variables): Add it.
12597         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12598         (gnus-summary-save-article): Remove optional `decode' argument;
12599         determine whether to decode articles by the value of
12600         gnus-default-article-saver; when saving many files using
12601         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12602         it first and use gnus-summary-save-in-file or
12603         gnus-summary-save-body-in-file thereafter unless
12604         gnus-prompt-before-saving is always; move point to article which
12605         will be saved.
12606         (gnus-summary-save-article-file): Revert.
12607         (gnus-summary-write-article-file): Revert.
12608         (gnus-summary-save-article-body-file): Revert.
12609         (gnus-summary-write-article-body-file): New function.
12610
12611 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-art.el (gnus-default-article-saver): Doc fix.
12614         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12615         from gnus-summary-save-article-coding-system, and default to a
12616         certain coding system.
12617         (gnus-output-to-file): Add coding cookie and encode text according
12618         to gnus-article-save-coding-system; don't use mm-append-to-file.
12619
12620         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12621         gnus-art.el and rename to gnus-article-save-coding-system.
12622         (gnus-summary-save-article): Require gnus-art; don't show all
12623         headers if it decodes articles; don't add coding cookie here;
12624         don't bind mm-text-coding-system-for-write.
12625         (gnus-summary-save-article-file): Save decoded articles.
12626         (gnus-summary-write-article-file): When saving many files, use
12627         gnus-summary-write-to-file first and gnus-summary-save-in-file
12628         thereafter unless gnus-prompt-before-saving is always.
12629         (gnus-summary-save-article-body-file): Save decoded articles.
12630
12631         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12632
12633 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * nnrss.el (nnrss-check-group): Bind hash-index.
12636
12637 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12638
12639         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12640         its hash index.  Store this hash in `nnrss-group-data'.
12641         (nnrss-read-group-data): Update accordingly.
12642
12643 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12646         entry.
12647
12648         * gnus-sum.el (gnus-summary-make-menu-bar):
12649         Add gnus-article-browse-html-article.
12650
12651 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12652
12653         * gnus-sum.el (gnus-summary-mime-map):
12654         Add gnus-article-browse-html-article.
12655
12656         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12657
12658 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12661         suitable coding systems in customize.
12662
12663 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * mail-source.el (mail-sources): Fix custom type.
12666
12667 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12670         (gnus-summary-expire-articles-now): Shorten prompt.
12671
12672         * gmm-utils.el (wid-edit): Require.
12673         (defun-gmm): Rename from `gmm-defun-compat'.
12674         (gmm-image-search-load-path): Use it.
12675         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12676
12677 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-sum.el (gnus-summary-save-article-coding-system):
12680         New variable.
12681         (gnus-summary-save-article): Add optional `decode' argument.
12682         If it is set and gnus-summary-save-article-coding-system is non-nil,
12683         save decoded article.
12684         (gnus-summary-write-article-file): Save decoded article if
12685         gnus-summary-save-article-coding-system is non-nil.
12686
12687         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12688         type.
12689
12690 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12693
12694 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12697         first to test gnus-single-article-buffer which may be buffer-local.
12698
12699         * gnus-sum.el (gnus-summary-setup-buffer):
12700         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12701         group; make gnus-article-buffer, gnus-article-current, and
12702         gnus-original-article-buffer always buffer-local.
12703         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12704         group.
12705         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12706
12707 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * nnml.el (nnml-request-compact-group): Compressed files might not
12710         have .gz extension.
12711
12712 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12713
12714         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12715         (mm-copy-to-buffer): Use with-current-buffer.
12716         (mm-display-part): Simplify.
12717         (mm-inlinable-p): Add optional arg `type'.
12718
12719 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12720
12721         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12722         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12723         Try harder to show the attachment internally or externally using
12724         gnus-mime-view-part-as-type.
12725
12726 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * message.el (message-from-style, message-signature-separator)
12729         (message-user-organization-file, message-send-mail-function)
12730         (message-citation-line-function, message-yank-prefix)
12731         (message-indent-citation-function, message-signature)
12732         (message-signature-file, message-signature-insert-empty-line):
12733         Remove autoloads.
12734
12735         * gnus-art.el (gnus-buttonized-mime-types):
12736         Remove "multipart/signed".  Revert 2006-04-26 change.
12737
12738 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739
12740         * gnus.el (gnus-version-number): Bump version.
12741
12742 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12743
12744         * gnus.el: No Gnus v0.5 is released.
12745
12746 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12747
12748         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12749         fetching articles by message-id.
12750
12751 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * message.el (hashcash): Require hashcash as normal.
12754
12755         * ecomplete.el (ecomplete-highlight-match-line):
12756         Use point-at-eol.
12757         (ecomplete-highlight-match-line): Use `highlight', because that
12758         face exists in both Emacs and XEmacs.
12759
12760         * message.el (message-display-abbrev): Use point-at-bol.
12761
12762         * mail-source.el: Don't require timer/timer-funcs.
12763
12764         * gnus-async.el: Ditto.
12765
12766         * password.el: Ditto.
12767
12768         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12769
12770         * mm-url.el: Ditto.
12771
12772         * gnus-xmas.el: Don't require timer-funcs.
12773
12774         * mm-util.el: Require timer/timer-funcs.
12775
12776 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12777
12778         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12779         Close.
12780
12781 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12784         unibyte after clear-decrypt function runs.
12785
12786         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12787         returns as a unibyte string.
12788
12789 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * lpath.el: Revert.
12792
12793         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12794         (pgg-gpg-process-sentinel): Revert.
12795
12796         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12797         (pgg-pgp-lookup-key): Revert.
12798
12799         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12800         (pgg-pgp5-lookup-key): Revert.
12801
12802         * pgg.el (pgg-fetch-key): Revert.
12803
12804 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * lpath.el: Fbind string-as-multibyte for XEmacs.
12807
12808         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12809         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12810         (mml1991-pgg-encrypt): Ditto.
12811
12812         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12813         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12814         a multibyte buffer.
12815
12816         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12817         (pgg-pgp-lookup-key): Ditto.
12818
12819         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12820         (pgg-pgp5-lookup-key): Ditto.
12821
12822         * pgg.el (pgg-fetch-key): Ditto.
12823
12824 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * message.el (message-user-organization-file): Check several
12827         locations of the organization file.
12828
12829         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12830         Add gnus-article-view-part-as-type.
12831
12832         * gnus-art.el (gnus-article-view-part-as-type): New function.
12833
12834         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12835         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12836
12837         * mml.el: Simplify autoload.
12838         (mml-mode): defvar dnd-protocol-alist instead of using
12839         symbol-value.
12840         (mml-default-directory): New variable.
12841         (mml-minibuffer-read-file): Use it.
12842         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12843
12844         * message.el (message-citation-line-format): New variable.
12845         (message-insert-formated-citation-line): New function.
12846         (message-citation-line-function):
12847         Add `message-insert-formated-citation-line' to custom type.
12848
12849         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12850         to doc string.
12851
12852         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12853         depending on mm-verify-option.
12854
12855 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12858         binding pgg-* variables; reimplement the section which prevents
12859         MIME header from being signed.
12860         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12861         pgg-text-mode; remove a blank line at the top of body.
12862
12863         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12864         lines at the top of body; use gnus-newsgroup-charset if there's no
12865         Charset header.
12866
12867 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * message.el (message-self-insert-commands): Doc fix.
12870
12871         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12872         (mm-uu-pgp-encrypted-test): Ditto.
12873         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12874         between header and body; return application/pgp-encrypted handle
12875         if decryption failed; decode decrypted body by charset.
12876
12877         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12878         element match to application/pgp-*.
12879
12880 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12881
12882         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12883         HTML.
12884
12885 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12886
12887         * mail-source.el (mail-source-call-script): Message the error
12888         string.
12889
12890 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12891
12892         * gnus-util.el (gnus-byte-compile): Use it.
12893
12894 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12895
12896         * gnus-util.el (kill-empty-logs): New function.
12897
12898 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12899
12900         * message.el (message-mail-alias-type): Doc fix.
12901         (message-mail-alias-type-p): New function.
12902         (message-send): Use it.
12903         (message-mode): Ditto.
12904         (message-strip-forbidden-properties): Ditto.
12905
12906         * ecomplete.el (ecomplete-database-file-coding-system):
12907         New variable.
12908         (ecomplete-save): Use it.
12909         (ecomplete-setup): Use it.
12910
12911 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * message.el (message-self-insert-commands): New variable.
12914         (message-strip-forbidden-properties): Use it.
12915
12916 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917
12918         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12919         that doesn't make XEmacs choke.
12920
12921 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * gnus-util.el (gnus-replace-in-string):
12924         Prefer replace-regexp-in-string over of replace-in-string.
12925
12926 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * gnus-util.el (gnus-select-frame-set-input-focus):
12929         Use select-frame-set-input-focus if it is available in XEmacs; use
12930         definition defined in Emacs 22 for old Emacsen.
12931
12932         * dgnushack.el: Autoload unmorse-region for XEmacs.
12933
12934         * lpath.el: Bind cursor-in-non-selected-windows and
12935         select-frame-set-input-focus for XEmacs.
12936
12937 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12940
12941 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12942
12943         * gnus-registry.el (gnus-registry-cache-save): Remove text
12944         properties when saving via the temp buffer.
12945
12946 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * message.el (message-generate-hashcash): Honor custom type.
12949
12950 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12951
12952         * message.el (message-generate-hashcash): Default to non-nil when
12953         hashcash is found.
12954
12955         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12956         (gnus-refer-thread-limit): Increase default to 500.
12957
12958         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12959
12960         * flow-fill.el (fill-flowed): Allow delete-space.
12961
12962 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12965         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12966         Remove autoloads.
12967
12968 2006-04-18  Simon Josefsson  <jas@extundo.com>
12969
12970         * message.el (message-generate-hashcash): Default to.
12971
12972 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12975         concatenating segments rather than before concatenating them.
12976
12977 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12980
12981 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12984
12985         * message.el (message-forward-make-body-plain):
12986         Allow message-forward-ignored-headers to be a list.
12987         (message-remove-ignored-headers): Factor out into function.
12988         (message-forward-make-body-mml): Use it.
12989
12990         * imap.el (imap-quote-specials): New function.
12991         (imap-login-auth): Quote specials.
12992
12993         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12994         (rfc2231-parse-string): Allow concatanation of parameters that
12995         aren't contiguous.  The test case is
12996           (mail-header-parse-content-type "message/external-body;
12997             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12998             access-type=LOCAL-FILE;
12999             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13000
13001 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13002
13003         * nntp.el (nntp-accept-process-output): Return the value of
13004         `nnheader-accept-process-output'.
13005
13006 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13007
13008         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13009         (gnus-button-alist): Recognize more diff formats.
13010         (gnus-button-patch): Strip directory.
13011
13012 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13015         Emacs 22 when setting focus.
13016
13017 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13018
13019         * gnus-art.el (gnus-article-treat-types): Do treatment of
13020         text/x-verbatim parts.
13021         (gnus-button-patch): New command.
13022
13023         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13024         addresses that contain invalid characters.
13025
13026 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13027
13028         * message.el (message-put-addresses-in-ecomplete):
13029         Use gnus-replace-in-string.
13030         (message-is-yours-p): Use the more correct
13031         mail-header-parse-address instead of
13032         mail-extract-address-components.
13033         (message-put-addresses-in-ecomplete): Fix typo.
13034
13035         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13036         keystroke.
13037
13038         * gnus-art.el (gnus-treatment-function-alist): Change order of
13039         newsgroups/generic header folding to avoid double-folding.
13040
13041         * message.el (message-hidden-headers): Add X-Draft-From.
13042
13043         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13044         New command.
13045         (gnus-summary-repeat-search-article-backward): New command.
13046
13047         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13048         groups in the parent topic.
13049
13050 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13051
13052         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13053         (spam-extra-header-to-number): Return the CRM114 number as a
13054         number instead of a string.
13055
13056 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13057
13058         * gnus-art.el (gnus-face-properties-alist): Move here from
13059         gnus-fun.
13060
13061         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13062
13063 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * message.el (message-strip-forbidden-properties): Only display on
13066         self-insert-command.
13067
13068         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13069         reindent.
13070         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13071
13072 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13073
13074         * smiley.el (smiley-style): Fix typo.
13075
13076 2006-03-23  Kenichi Handa  <handa@m17n.org>
13077
13078         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13079         instead of set-buffer-multibyte.
13080
13081 2006-03-23  Kenichi Handa  <handa@m17n.org>
13082
13083         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13084         buffer and then decode the buffer text if necessary.
13085         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13086         first, and after mm-encode-body, change the buffer to unibyte.
13087
13088 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13089
13090         * hashcash.el (hashcash-insert-payment-async-2):
13091         Use message-goto-eoh instead of doing it manually.
13092         (mail-add-payment): Use message-narrow-to-header instead of trying
13093         to do the same itself.
13094
13095         * message.el (message-hidden-headers): Add Face.
13096
13097         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13098         reparenting code.
13099         (gnus-summary-reparent-children): Refactored out code.
13100         (gnus-summary-thread-map): New keystroke.
13101         (gnus-summary-reparent-children): Make into command.
13102
13103         * smiley.el (smiley-style): Default to `medium' if using a large
13104         font.
13105
13106         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13107         does it itself.
13108
13109         * message.el (message-point-in-header-p): Simplify definition.
13110
13111 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13112
13113         * nnagent.el (nnagent-request-set-mark): Silence log file
13114         writing.
13115         (nnagent-request-set-mark): Use write-region instead of
13116         append-to-file.
13117
13118         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13119         strange select method.
13120
13121         * ecomplete.el (ecomplete-display-matches): Get highlightling
13122         right.
13123         (ecomplete-display-matches): Use literals.
13124         (ecomplete-display-matches): Disable message logging.
13125
13126         * message.el (message-display-abbrev): Small optimization.
13127
13128         * ecomplete.el (ecomplete-display-matches): Allow automatic
13129         display.
13130
13131         * message.el (message-strip-forbidden-properties):
13132         Display abbrevs.
13133         (message-display-abbrev): Get automatic display right.
13134
13135         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13136         keystrokes.
13137
13138 2006-04-13  Romain Francoise  <romain@orebokech.com>
13139
13140         TODO: Backport to v5-10!
13141
13142         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13143         Move here (and rename) from gnus-registry.el.
13144
13145         * gnus-registry.el: Require gnus-util.
13146         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13147
13148 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13149
13150         * gnus-group.el (gnus-group-catchup-current):
13151         Change if-then-else-if-then-else into cond.
13152         (gnus-group-catchup): Indent.
13153         (group-name-at-point): New function.
13154         (gnus-fetch-group): Provide default from thing at point.
13155
13156 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13157
13158         * message.el (message-display-abbrev): Fix regexp.
13159
13160         * ecomplete.el (ecomplete-highlight-match-line):
13161         Reimplement choosing.
13162         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13163         dead variables.
13164
13165         * message.el (message-newline-and-indent): Remove debugging.
13166         (message-display-abbrev): Use new implementation.
13167
13168 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13169
13170         * gnus-art.el (gnus-article-mode):
13171         Set cursor-in-non-selected-windows to nil.
13172
13173         * smiley.el: Revert previous change.
13174         (smiley-data-directory): defvar it before using it in the
13175         defcustom of `smiley-style'.
13176
13177 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178
13179         * message.el (message-newline-and-indent): New function.
13180
13181         * ecomplete.el: Implement more bits.
13182
13183         * message.el (message-put-addresses-in-ecomplete): Clean up the
13184         string.
13185
13186         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13187
13188         * gnus-sum.el (gnus-summary-save-parts):
13189         Bind gnus-summary-save-parts-counter and use it to make unique file
13190         names.
13191
13192         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13193
13194         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13195         parameter to say whether to actually parse the individual
13196         addresses.
13197
13198         * message.el (message-put-addresses-in-ecomplete): New function.
13199         (ecomplete): Require.
13200         (message-mail-alias-type): Add ecomplete as an option.
13201
13202 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13203
13204         * flow-fill.el (fill-flowed): Remove trailing space from blank
13205         quoted lines.
13206
13207 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13208
13209         * smiley.el (smiley-style): Move definition later to avoid a
13210         compilation warning.
13211
13212 2006-04-12  Kenichi Handa  <handa@m17n.org>
13213
13214         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13215         buffer and then decode the buffer text if necessary.
13216         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13217         first, and after mm-encode-body, change the buffer to unibyte.
13218         Use mm-disable-multibyte instead of set-buffer-multibyte.
13219
13220 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13223         Content-Type header instead of Content-Disposition header.
13224         (gnus-mime-inline-part): Ditto.
13225         (gnus-mime-view-part-as-charset): Ignore charset that the part
13226         specifies.
13227
13228         * mm-decode.el (mm-display-part): Work with external parts and
13229         usual parts similarly.
13230
13231         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13232         instead of gnus-display-mime.
13233
13234         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13235         instead of with-temp-buffer.
13236
13237         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13238         tag to summarized topics part in order to encode non-ASCII text.
13239
13240 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * smiley.el (smiley-style): New variable.
13243         (smiley-directory): New function.
13244         (smiley-data-directory): Derive from `smiley-style' using
13245         `smiley-directory'.
13246         (smiley-regexp-alist): Add new entries.
13247
13248         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13249         (gnus-article-browse-delete-temp): Add :version.
13250
13251 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13252
13253         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13254         the sieve region.
13255
13256 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257
13258         * gnus.el (gnus-version-number): Bump version.
13259
13260 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus.el: No Gnus v0.4 is released.
13263
13264 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13265
13266         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13267         layout.
13268
13269         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13270         unknown charset.
13271
13272         * message.el (message-header-synonyms): Add Original-To to the
13273         default.
13274
13275         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13276         optional parameter.
13277
13278 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * gnus-fun.el (gnus): Require it for gnus-directory.
13281
13282 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13285
13286 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13287
13288         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13289
13290 2006-04-05  Simon Josefsson  <jas@extundo.com>
13291
13292         * password.el (password-reset): New function.
13293
13294 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13295
13296         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13297         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13298
13299 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13300
13301         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13302         Some whitespace was matched into the url, which broke browsing hits
13303         > 100 when mm-url-use-external was nil.
13304
13305 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13308         Check gnus-extra-headers for 'Newsgroups.
13309
13310         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13311         bound.
13312
13313 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13314
13315         * pgg-gpg.el: Clean up process buffers every time gpg processes
13316         complete.
13317
13318 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13321         doc string.
13322
13323 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13324
13325         * pgg-gpg.el (pgg-gpg-process-filter)
13326         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13327
13328         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13329         lines, temporary fix.
13330
13331 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13334
13335 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13336
13337         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13338         default-enable-multibyte-characters.  This reverts the change from
13339         revision 6.17 which is no longer necessary because the passphrase
13340         is sent separately now.  GnuPG messages are unreadable under
13341         multibyte locales with default-enable-multibyte-characters set to
13342         nil.
13343
13344 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * message.el (message-tool-bar-gnome): Move "spell".
13347
13348 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13351         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13352         instead.
13353
13354 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13355
13356         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13357         Improve newsgroups handling for NNTP overviews which don't include
13358         Newsgroups.
13359
13360 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13361
13362         * message.el (message-resend): Bind message-generate-hashcash to nil.
13363
13364 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13365
13366         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13367         when searching for already-paid recipients.
13368
13369 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13370
13371         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13372         passphrases when it is not needed.
13373         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13374         passphrase stuff from gpg, should only be necessary when you use
13375         gpg with a smartcard.
13376
13377 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * mml.el (mml-insert-mime): Ignore cached contents of
13380         message/external-body part.
13381
13382         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13383         (mm-insert-part): Ditto.
13384
13385 2006-03-23  Simon Josefsson  <jas@extundo.com>
13386
13387         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13388         Reiner.
13389         (pgg-gpg-use-agent-p): Use it again.
13390
13391 2006-03-23  Simon Josefsson  <jas@extundo.com>
13392
13393         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13394         older emacsen.
13395         (pgg-gpg-use-agent-p): Don't use it.
13396
13397 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13400         if we can.
13401
13402 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13403
13404         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13405         (pgg-gpg-update-agent): New function.
13406         (pgg-gpg-use-agent-p): New function.
13407         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13408         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13409         (pgg-gpg-sign-region): Use it.
13410
13411 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13414         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13415
13416 2006-03-21  Simon Josefsson  <jas@extundo.com>
13417
13418         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13419         <wilde@sha-bang.de>.
13420         (pgg-gpg-use-agent): New variable.
13421         (pgg-gpg-process-region): Use it.
13422         (pgg-gpg-encrypt-region): Likewise.
13423         (pgg-gpg-encrypt-symmetric-region): Likewise.
13424         (pgg-gpg-decrypt-region): Likewise.
13425         (pgg-gpg-sign-region): Likewise.
13426         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13427
13428 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13431
13432         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13433         Add comment on version.
13434
13435 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * smiley.el: Add missing test smiley.
13438
13439 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-decode.el (mm-with-part): New macro.
13442         (mm-get-part): Use it; work with message/external-body as well.
13443         (mm-save-part): Treat name and filename equally.
13444
13445         * mm-extern.el (mm-extern-cache-contents): New function.
13446         (mm-inline-external-body): Use it; force the part to be displayed;
13447         move undisplayer added to the cached handle to the parent.
13448
13449         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13450         (gnus-mime-view-part-as-type): Work with message/external-body.
13451
13452         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13453
13454 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13457         images in image-load-path.  [Sync with image.el, revision 1.60, in
13458         Emacs.]
13459
13460 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13463         path rather than symbol.  Always return list of directories.
13464         Guarantee that image directory comes first.  [Sync with image.el,
13465         revision 1.59, in Emacs.]
13466
13467         * message.el (message-make-tool-bar): Adjust to new API of
13468         `gmm-image-load-path-for-library'.
13469
13470         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13471
13472         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13473
13474 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13475
13476         * gnus-art.el (gnus-article-only-boring-p):
13477         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13478         intangible text.
13479         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13480
13481 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13484         Use `defun' instead of `gmm-defun-compat'.
13485
13486 2006-03-14  Simon Josefsson  <jas@extundo.com>
13487
13488         * message.el (message-unique-id): Don't use message-number-base36
13489         if (user-uid) is a float.
13490         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13491
13492 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13495
13496         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13497         empty line between a part and a message part.
13498
13499 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * smiley.el: Add more test smileys.
13502         (smiley-data-directory, smiley-regexp-alist)
13503         (gnus-smiley-file-types): Fix doc strings.
13504         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13505         adding new elements.
13506         (smiley-mouse-map): Unused code.  Make it a comment.
13507
13508 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13511         scan latest NoCeM messages instead of old ones.
13512         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13513         delimiters that are recently used.
13514         (gnus-nocem-load-cache): Add autoload cookie.
13515
13516         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13517
13518         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13519         level which is larger than gnus-use-nocem is specified.
13520
13521         * gnus-group.el (gnus-group-get-new-news): Ditto.
13522
13523 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * gnus-util.el (gnus-tool-bar-update): New function.
13526
13527         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13528         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13529
13530         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13531
13532         * gnus-group.el (gnus-group-redraw-when-idle)
13533         (gnus-group-redraw-check): Remove.
13534         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13535
13536 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13539         if optional last element is specified in splits (FIELD VALUE...).
13540
13541 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13544         to gmm-image-load-path-for-library.  Call with no-error argument.
13545         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13546
13547         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13548
13549         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13550
13551         * gmm-utils.el (gmm-image-load-path): Remove alias.
13552
13553 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13554
13555         * gmm-utils.el (gmm-image-load-path): Add alias.
13556
13557         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13558         nnml-generate-nov-databases-1.
13559         (nnml-generate-nov-databases): Use it.
13560         (nnml-generate-nov-databases-directory): Document no-active
13561         argument.
13562
13563         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13564         directory if path is t.  Add no-error.
13565
13566         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13567         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13568
13569         * gnus-art.el (gnus-article-browse-delete-temp-files):
13570         Simplify resetting gnus-article-browse-html-temp-list.
13571
13572         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13573         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13574         Add example to docstring.  Rename local variables.  Move error
13575         checks to default case in cond and simplify.
13576
13577 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13580         handle is multipart when calling it recursively.
13581         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13582
13583 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13584
13585         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13586         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13587
13588 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13591         is loaded.
13592
13593         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13594         loaded.
13595
13596 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13599         to "Emacs 23 (unicode)" in doc string.
13600
13601         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13602         "Emacs 23 (unicode)" in comment.
13603
13604 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13607
13608         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13609         characters 160 through 255 in Emacs 23.
13610
13611 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13614         gnus-article-browse-html-temp.
13615         (gnus-article-browse-delete-temp): Make it customizable.
13616         Add `file'.  Adjust doc string.
13617         (gnus-article-browse-delete-temp-files): Add argument.
13618         Allow query for each file.  Adjust doc string.
13619         (gnus-article-browse-html-parts):
13620         Add `gnus-article-browse-delete-temp-files' to
13621         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13622
13623 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13624
13625         * gnus-art.el (gnus-article-browse-html-temp)
13626         (gnus-article-browse-delete-temp): New variables.
13627         (gnus-article-browse-delete-temp-files): New function.
13628         (gnus-article-browse-html-parts): Use it.
13629
13630 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13633
13634         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13635         string.
13636
13637         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13638         gnus-summary-insert-new-articles when unplugged.
13639         Remove gnus-summary-search-article-forward.
13640
13641         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13642         display-visual-class instead of display-color-cells.
13643
13644 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * dgnushack.el: Autoload customize-group for XEmacs.
13647
13648         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13649         message/* containing non-ASCII text properly.
13650
13651 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * message.el: Require gmm-utils, remove autoloads.
13654         (message-tool-bar): Set default based on
13655         gmm-tool-bar-style.
13656         (message-tool-bar-gnome): Add gmm-customize-mode.
13657
13658         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13659         gmm-tool-bar-style.
13660         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13661
13662         * gnus-group.el (gnus-group-tool-bar): Set default based on
13663         gmm-tool-bar-style.
13664         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13665
13666         * gmm-utils.el (gmm-image-directory): Rename variable from
13667         gmm-image-load-path.
13668         (gmm-image-load-path): Use gmm-image-directory.
13669         (gmm-customize-mode): New function.
13670         (gmm-tool-bar-style): New variable.
13671
13672         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13673         gnus-group-redraw-line-number.
13674         (gnus-group-redraw-check): Simplify.
13675         (gnus-group-tool-bar-update): Remove redraw check.
13676         (gnus-group-make-tool-bar): Add redraw check.
13677
13678 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13679
13680         * gnus-art.el (gnus-button): Add missing parentheses.
13681
13682 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * lpath.el: Fbind line-number-at-pos.
13685
13686 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13689
13690 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gnus-art.el (gnus-button): New face.
13693         (gnus-article-button-face): Use it.
13694
13695         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13696         Add gnus-summary-next-page.  Re-order.
13697
13698         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13699         next-node are now included.
13700         (gnus-group-redraw-line-number): New internal variable.
13701         (gnus-group-redraw-check): Helper function for updating the tool
13702         bar.
13703         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13704
13705         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13706
13707         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13708         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13709         Use it to match format of Spamassassin 3.0 and later.
13710         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13711         (spam-check-bogofilter)
13712         (spam-bogofilter-register-with-bogofilter): Fix args of
13713         `gnus-error' calls.
13714
13715 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13718         unnecessary interaction when sending queued mails.
13719         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13720
13721 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13724         first or last are nil.
13725
13726 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13727
13728         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13729
13730 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13731
13732         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13733
13734 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13735
13736         * dns.el (query-dns): Protect more against buggy tcp output.
13737
13738 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13741         nov.php.
13742
13743 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13744
13745         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13746         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13747         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13748         output on the server side.
13749         (nnweb-google-create-mapping): Update regexps and add some
13750         progress indication.
13751
13752 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * gnus-group.el (gnus-group-tool-bar-gnome):
13755         Fix gnus-agent-toggle-plugged.  Re-order icons.
13756         (gnus-group-tool-bar-gnome):
13757         Add gnus-group-{prev,next}-unread-group.
13758         (gnus-group-tool-bar-gnome): Re-order icons.
13759
13760         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13761         Move gnus-summary-insert-new-articles.
13762
13763         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13764         Fix comments.
13765
13766         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13767         also available in Emacs 21.3.
13768
13769         * message.el (message-fix-before-sending): Change "Emacs 22" to
13770         "Emacs 23 (unicode)" in comment.
13771
13772         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13773         "Emacs 23 (unicode)" in comment.
13774
13775         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13776         comment.
13777         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13778
13779         * mm-view.el (mm-fill-flowed): Add :version.
13780
13781 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13784         and load-path.
13785
13786 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * message.el: Autoload gmm-image-load-path.
13789         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13790         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13791         consitency.
13792
13793         * gmm-utils.el (gmm-image-load-path): Also search in
13794         "../etc/images".  Don't set gmm-image-load-path if we don't find
13795         the image.
13796
13797 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gmm-utils.el (gmm-image-load-path): Don't make
13800         `gmm-image-load-path' include subdirectories which the second arg
13801         `image' might specify.
13802
13803         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13804         subdirectory to icon file names.
13805
13806         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13807
13808 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13811         gmm-image-load-path calls.
13812
13813         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13814
13815         * message.el (message-make-tool-bar): Ditto.
13816
13817         * mml.el (mml-preview): Add comment concerning tool bar icons.
13818
13819         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13820         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13821
13822         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13823         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13824
13825         * message.el (message-tool-bar-gnome): Use new icon names.
13826         (message-make-tool-bar): Use `gmm-image-load-path'.
13827
13828         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13829         New functions from MH-E.
13830         (gmm-image-load-path): New variable from MH-E.
13831         (gmm-image-load-path): New function from MH-E.  Add arguments
13832         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13833         *-image-load-path-called-flag.
13834
13835 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13836
13837         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13838
13839 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13840
13841         * nnimap.el (nnimap-request-move-article): Change folder back to
13842         source group before deleting.
13843
13844 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13847
13848         * gnus-art.el (mm-url-insert-file-contents-external):
13849         Autoload mm-url.
13850
13851         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13852
13853 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13856         coding system which mm-charset-to-coding-system returns for a
13857         given charset is valid.
13858
13859 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13860
13861         * html2text.el (html2text-remove-tag-list):
13862         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13863
13864 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13865
13866         * gnus-cus.el: Revert 2005-10-17 change.
13867
13868 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-art.el (article-strip-banner):
13871         Call article-really-strip-banner only when the regexp match is made.
13872
13873 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-art.el (article-strip-banner):
13876         Use gnus-extract-address-components instead of
13877         mail-header-parse-addresses to make it work with non-ASCII text;
13878         remove mail-encode-encoded-word-string.
13879
13880         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13881         values which are surrounded with \"...\"; make it never cause a
13882         Lisp error; give up parsing of parameters if it failed in
13883         extracting type.
13884
13885 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13886
13887         * smime.el (smime-cert-by-ldap-1): Fix bug where
13888         `smime-ldap-search' returns results without userCertificates.
13889
13890 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13893
13894 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * spam.el (spam-check-spamassassin-headers): Adapt format for
13897         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13898         <ari@mbf.ocn.ne.jp>.
13899         (spam-list-of-processors): Add spam-use-gmane.
13900
13901 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13904         make-temp-file; make it work with XEmacs as well.
13905
13906         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13907         mm-make-temp-file.
13908
13909         * mm-decode.el (mm-display-external): Use the 3rd arg of
13910         mm-make-temp-file.
13911         (mm-create-image-xemacs): Ditto.
13912
13913 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13916         with message-narrow-to-headers.
13917         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13918         (gnus-draft-check-draft-articles): New function.
13919         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13920
13921 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * gnus-art.el (gnus-article-browse-html-parts):
13924         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13925         Don't use suffix argument for mm-make-temp-file for Emacs 21
13926         compatibility.  Remove useless `format'.
13927
13928 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13929
13930         * nnweb.el (nnweb-google-wash-article): Update regexps.
13931         (nnweb-group-alist): Use defvoo instead of defvar.
13932
13933 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13936         re-loading nn* modules.
13937
13938 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13941         for `tool-bar-mode' and don't check it's default-value.
13942
13943         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13944
13945         * message.el (message-make-tool-bar): Ditto.
13946
13947         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13948         `substring'.  Shorten tmp-file name.
13949
13950         * gnus.el: Remove bogus comment.
13951
13952 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13953
13954         * gnus-art.el (gnus-article-browse-html-parts): New function.
13955         (gnus-article-browse-html-article): New function for viewing html
13956         articles with a browser.
13957
13958 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13959
13960         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13961         in elisp.
13962         (pgg-gpg-encrypt-symmetric-region): Ditto.
13963         (pgg-gpg-sign-region): Ditto.
13964
13965         * pgg-def.el (pgg-text-mode): New variable.
13966
13967         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13968         (mml2015-pgg-encrypt): Ditto.
13969
13970         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13971         (mml1991-pgg-encrypt): Ditto.
13972
13973 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * nnfolder.el (nnfolder-insert-newsgroup-line):
13976         Use message-make-date instead of current-time-string.
13977
13978         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13979         to gnus-decoded which mm-uu might set.
13980
13981 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13984         don't decode quoted parameters; remove misimported Emacs code.
13985         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13986         (rfc2231-decode-encoded-string): Don't use split-string which
13987         behaves differently according to Emacs version; use
13988         mm-decode-coding-region to convert charset to coding-system.
13989         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13990         (rfc2231-encode-string): Remove misimported Emacs code.
13991
13992 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13995         when calling mail-header-parse-content-type.
13996         (article-de-quoted-unreadable): Ditto.
13997         (article-de-base64-unreadable): Ditto.
13998         (article-wash-html): Ditto.
13999
14000         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14001         calling mail-header-parse-content-type and
14002         mail-header-parse-content-disposition.
14003         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14004         mail-header-parse-content-type.
14005
14006         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14007         insert charset and format parameters; encode description after
14008         inserting it to buffer.
14009         (mml-insert-parameter): Fold lines properly even if a parameter is
14010         segmented into two or more lines; change the max column to 76.
14011
14012         * rfc1843.el (rfc1843-decode-article-body): Don't use
14013         ignore-errors when calling mail-header-parse-content-type.
14014
14015         * rfc2231.el (rfc2231-parse-string): Return at least type if
14016         possible; don't cause an error even if it fails in parsing of
14017         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14018         (rfc2231-encode-string): Don't break lines at the beginning, leave
14019         it to mml-insert-parameter.
14020
14021         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14022         calling mail-header-parse-content-type.
14023
14024 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * spam-report.el (spam-report-gmane-use-article-number):
14027         Improve doc string.
14028         (spam-report-gmane-internal): Check if a suitable header was found
14029         in the article.
14030
14031 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14034         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14035
14036 2006-02-05  Romain Francoise  <romain@orebokech.com>
14037
14038         Update copyright notices of all files in the gnus directory.
14039
14040 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14041
14042         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14043
14044 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14047         segmented lines of parameter value to cope with Thunderbird 1.5
14048         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14049         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14050         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14051
14052 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14053
14054         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14055         parts.
14056
14057 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14058
14059         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14060         there's only one active file for all servers.
14061         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14062         solid groups.  Gnus might have used a FAST request to select the group.
14063         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14064         and nnweb-search redundantly in the active file.
14065         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14066         (nnweb-request-create-group): Don't use ARGS.
14067         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14068         initialisations.  Let nnoo do the work.
14069
14070 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14073         Say the part has been decoded.
14074
14075         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14076
14077 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14078
14079         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14080         mailcap-viewer-test-cache when there's no 'test clause, since that
14081         will invert the meaning of a "nil" test previously determined by
14082         mailcap-mailcap-entry-passes-test.
14083
14084 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14087         compiling.
14088
14089         * gnus-sum.el: Ditto.
14090
14091         * message.el: Don't bind tool-bar-map when compiling.
14092
14093 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14096
14097 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14098
14099         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14100         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14101         current Google Groups.
14102
14103 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14104
14105         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14106         and tool-bar-mode.
14107
14108         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14109         and tool-bar-mode.
14110
14111         * message.el (message-tool-bar-update): Simplify.
14112         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14113
14114         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14115         gnus-summary-buffer.
14116         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14117         gnus-summary-reply.
14118
14119         * gmm-utils.el (gmm): Add :version.
14120
14121 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * Makefile.in (clean): New rule.
14124         (distclean): Use it.
14125
14126 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14127
14128         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14129         Don't autoload.
14130
14131 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * gmm-utils.el (gmm-verbose): Add :group.
14134
14135 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * message.el: Change some comments WRT tool-bars.
14138
14139         * gnus-sum.el (gnus-summary-tool-bar)
14140         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14141         (gnus-summary-tool-bar-zap-list): New variables.
14142         (gnus-summary-make-tool-bar): Complete rewrite using
14143         `gmm-tool-bar-from-list'.
14144
14145         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14146         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14147         New variables.
14148         (gnus-group-make-tool-bar): Complete rewrite using
14149         `gmm-tool-bar-from-list'.
14150         (gnus-group-tool-bar-update): New function.
14151
14152         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14153
14154 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14157         is dissected into a single part of which the type is the same as
14158         the given one; decode charset.
14159
14160 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14161
14162         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14163         into alists as symbol not string, since that's what
14164         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14165         look for.
14166
14167 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14170         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14171
14172         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14173
14174 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14177         (gnus-xmas-mime-security-button-menu): New function.
14178
14179         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14180         (gnus-mime-security-button-menu): New definition.
14181         (gnus-mime-security-button-map): Use them.
14182         (gnus-mime-security-button-menu): New function.
14183         (gnus-insert-mime-security-button): Addition to help echo.
14184         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14185         (gnus-mime-security-pipe-part): New functions.
14186
14187         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14188         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14189
14190         * mm-decode.el (mm-handle-set-disposition): Remove.
14191         (mm-handle-set-description): Remove.
14192
14193 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14196         (mm-w3m-standalone-supports-m17n-p): New function.
14197         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14198         w3m usage.
14199
14200         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14201         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14202
14203 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * message.el (message-tool-bar-zap-list):
14206         Use gmm-tool-bar-zap-list as custom type.
14207         (message-tool-bar-update): New function.
14208         (message-tool-bar, message-tool-bar-gnome)
14209         (message-tool-bar-retro): Add message-tool-bar-update.
14210         (message-tool-bar-gnome): Add flyspell-buffer.
14211
14212         * gnus-util.el (gnus-error): Describe `args'.
14213
14214         * gmm-utils.el (gmm-error): Describe `args'.
14215         (gmm-tool-bar-zap-list): New widget.
14216         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14217
14218 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14221         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14222         the number of recursive calls.
14223
14224         * mm-decode.el (mm-handle-set-disposition): New macro.
14225         (mm-handle-set-description): New macro.
14226
14227 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14230         encoding.
14231
14232 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * message.el (message-tool-bar-zap-list, message-tool-bar)
14235         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14236         (message-tool-bar-local-item-from-menu): Remove.
14237         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14238         (message-make-tool-bar): New function.
14239         (message-mode): Use `message-make-tool-bar'.
14240
14241         * gmm-utils.el: New file.
14242         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14243         (gmm-lazy): New widget copied from `nnmail.el'.
14244         (gmm-tool-bar-from-list): New function for creating customizable
14245         tool bars.
14246         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14247         output.
14248         (gmm): Add :prefix to defgroup.
14249
14250 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14251
14252         * gmm-utils.el (gmm-widget-p): New function.
14253
14254 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * mml.el (mml-attach-file): Describe `description' in doc string.
14257         (mml-menu): Add Emacs MIME manual and PGG manual.
14258
14259 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14260
14261         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14262
14263 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14264
14265         * nntp.el (nntp-end-of-line): Doc fix.
14266
14267 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14268
14269         * imap.el (imap-open): Handle case where buffer is a buffer
14270         object.
14271
14272 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14273
14274         * gnus-delay.el (gnus-delay): Don't autoload.
14275         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14276         to be re-loaded when customizing the `gnus-delay' group.
14277
14278 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14279
14280         * message.el (message-insert-citation-line): Use newlines.
14281
14282 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14283
14284         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14285         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14286         these routines, so the passphrase can be managed externally and
14287         passed in to the system.
14288         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14289         pgg-add-passphrase-to-cache function.
14290
14291         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14292         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14293         these routines, so the passphrase can be managed externally and
14294         passed in to the system.
14295         (pgg-pgp5-sign-region): Use new name of
14296         pgg-add-passphrase-to-cache function.
14297
14298 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14299
14300         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14301         part of the decoded armor to find the key-identifier.
14302         (pgg-gpg-lookup-key-owner): New function to return the
14303         human-readable identifier of a key owner.
14304         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14305         itself.
14306         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14307         the key value) if we have a key and can match it against a secret
14308         key.  Also, added a note pointing out fact that the prompt only
14309         indicates the first matching key.
14310
14311         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14312         pgg-decrypt-region.
14313         (pgg-add-passphrase-to-cache): Rename from
14314         `pgg-add-passphrase-cache' to reduce confusion (all callers
14315         changed).
14316         (pgg-remove-passphrase-from-cache): Rename from
14317         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14318         changed).
14319         (pgg-read-passphrase, pgg-add-passphrase-cache)
14320         (pgg-remove-passphrase-cache): Add informative docstrings.
14321         (pgg-decrypt): Convey provided passphrase in subordinate call to
14322         pgg-decrypt-region.
14323
14324 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14325
14326         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14327         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14328         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14329         'passphrase' argument, so the passphrase can be managed externally
14330         and then passed in to the system.
14331
14332         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14333         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14334         so the passphrase cache can be used reliably with identifiers
14335         besides a pgp packet's key id.
14336
14337         * pgg-gpg.el (pgg-gpg-encrypt-region)
14338         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14339         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14340         these routines, so the passphrase can be managed externally and
14341         passed in to the system.
14342
14343         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14344         'notruncate' argument, so the passphrase cache can be used
14345         reliably with identifiers besides a pgp packet's key id.
14346
14347 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14348
14349         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14350         symmetric encryption.
14351         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14352         encrypted session key.
14353         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14354         message ask for the passphrase in a proper way.
14355
14356         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14357         New user commands for symmetric encryption.
14358
14359 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14362
14363         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14364
14365 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14366
14367         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14368
14369 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * mm-decode.el (mm-inlined-types): Add application/pgp.
14372         (mm-automatic-display): Ditto.
14373
14374         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14375         part as text.
14376
14377 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * nnrss.el: Update copyright.
14380         (nnrss-opml-import): Query whether to subscribe to each entry.
14381
14382         * gnus-art.el:
14383         * gnus-sum.el:
14384         * gnus-xmas.el:
14385         * messagexmas.el:
14386         * mm-uu.el:
14387         * mm-view.el: Update copyright.
14388
14389 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * message.el (message-info): New function.
14392         (message-mode-menu): Add it.
14393         Update copyright.
14394
14395         * ChangeLog: Fix and update copyright.
14396
14397 2006-01-13  Romain Francoise  <romain@orebokech.com>
14398
14399         * message.el (message-forward-subject-name-subject): Prefer the
14400         address to 'nowhere' if the sender has no name.
14401         Fix typo.  Update copyright year.
14402
14403 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * gnus-art.el (article-wash-html):
14406         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14407         (gnus-article-wash-html-with-w3m-standalone): New function.
14408
14409         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14410         mm-inline-text-html-render-with-w3m-standalone.
14411         (mm-text-html-washer-alist): Map w3m-standalone to
14412         gnus-article-wash-html-with-w3m-standalone.
14413         (mm-inline-text-html-render-with-w3m-standalone): New function.
14414
14415 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14418         Improve LaTeX.
14419
14420 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14423         (nnrss-request-article): Render text/plain parts as HTML.
14424
14425         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14426         the buffer.
14427
14428 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14431         custom definition of `gnus-posting-styles'.
14432
14433         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14434         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14435
14436 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14439         Use nntp for bug archive.
14440
14441 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14444         parts.
14445         (nnrss-normalize-date): New function converts ISO 8601 date into
14446         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14447         (nnrss-check-group): Use it.
14448
14449 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14452
14453         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14454         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14455         (nnrss-insert-w3): Ditto.
14456
14457 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14460         the articles to be forwarded including the case where neither a
14461         number of articles nor a region is specified.
14462
14463 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * nnrss.el (nnrss-request-article): Fix last change; fill
14466         text/plain parts.
14467
14468 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14471         in text/plain part.
14472         (nnrss-check-group): Don't add excessive newline to dc:subject.
14473
14474 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14475
14476         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14477         article.
14478
14479 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14482         (nnml-use-compressed-files, nnml-save-mail): Support other
14483         comression programs such as bzip2.
14484
14485 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14486
14487         * dns.el (query-dns): Make sure we check the buffer size before
14488         removing tcp headers.
14489
14490 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14493         remove MIME buttons associated with multipart/alternative parts.
14494         (gnus-mime-display-alternative): Tag buttons using `article-type'
14495         text property.
14496
14497         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14498         associated with multipart/alternative parts.
14499
14500         * gnus-art.el (gnus-signature-separator): Fix custom type.
14501
14502         * mm-decode.el (mm-inlined-types): Fix custom type.
14503         (mm-keep-viewer-alive-types): Ditto.
14504         (mm-automatic-display): Ditto.
14505         (mm-attachment-override-types): Ditto.
14506         (mm-inline-override-types): Ditto.
14507         (mm-automatic-external-display): Ditto.
14508
14509 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * spam-report.el (spam-report-user-mail-address)
14512         (spam-report-user-agent): New variables.
14513         (spam-report-url-ping-plain): Use spam-report-user-agent.
14514
14515 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14516
14517         * gnus-art.el (gnus-button-handle-custom): Do not just use
14518         `customize-apropos' for any "M-x customize-*" button but the
14519         function called for.  Accept both the function name and its
14520         argument in order to achieve this.
14521         (gnus-button-alist): Remove support for "custom:" URL's.
14522         Pass function name to `gnus-button-handle-custom' in case of "M-x
14523         customize-*" buttons.
14524
14525 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14528         multipart/alternative and add xref to mm-discouraged-alternatives
14529         in doc string.
14530
14531         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14532         gnus-buttonized-mime-types in doc string.
14533
14534 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14537         Suggest image/.* in the doc string.
14538
14539 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14542         message-marks (Debian bug #342521).
14543
14544 2005-12-12  Simon Josefsson  <jas@extundo.com>
14545
14546         * password.el (password-read-from-cache): Add.
14547         (password-read): Use it.
14548
14549 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * rfc2047.el (rfc2047-charset-to-coding-system):
14552         Recognize us-ascii as a MIME charset.
14553
14554         * mm-bodies.el (mm-decode-content-transfer-encoding):
14555         Protect against the case where the 2nd arg TYPE is nil.
14556
14557 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * pop3.el (pop3-stream-type): Fix custom version.
14560
14561         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14562
14563 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14564
14565         * mm-decode.el (mm-display-external): Add missing cdr.
14566
14567 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14570         RFC1524) if it is in mailcap or add a suffix according to
14571         mailcap-mime-extensions when generating a temp filename; postpone
14572         deleting a temp file for 2 seconds for some wrappers, shell
14573         scripts, and so on, which might exit right after having started a
14574         viewer command as a background job.
14575
14576 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * nntp.el (nntp-marks-directory): Fix custom group.
14579
14580         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14581         steps when < 10.
14582
14583         * gnus-start.el (gnus-no-server-1):
14584         Mention `gnus-level-default-subscribed' in doc string.
14585
14586 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14587
14588         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14589         parens.
14590
14591 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * gnus-xmas.el (gnus-use-toolbar): Revert.
14594         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14595         gnus-use-toolbar is default.
14596
14597         * messagexmas.el (message-use-toolbar): Revert.
14598         (message-setup-toolbar): Use global default-toolbar if
14599         message-use-toolbar is default.
14600
14601 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14604         according to default-toolbar-visible-p.
14605
14606         * messagexmas.el (message-use-toolbar): Ditto.
14607
14608 2005-11-26  Dave Love  <fx@gnu.org>
14609
14610         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14611         (tls-program, tls-success): Provide openssl alternative.
14612
14613         * starttls.el: Doc fixes.
14614         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14615         SERVICE to PORT.
14616
14617         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14618         port null or service name.
14619         (starttls-negotiate): Autoload.
14620
14621 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * message.el (message-kill-to-signature): Fix interactive spec.
14624
14625 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * pop3.el (pop3-open-server): Recognize a string as a service name.
14628
14629 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14630
14631         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14632
14633 2005-11-23  Dave Love  <fx@gnu.org>
14634
14635         Add pop3s, pop3/starttls.
14636
14637         * pop3.el (pop3-authentication-scheme): Clarify doc.
14638         (open-tls-stream, starttls-open-stream): Autoload.
14639         (pop3-stream-type): New.
14640         (pop3-open-server): Use it.
14641
14642         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14643         for POP.
14644         (mail-source-keyword-map): Add :stream for POP.
14645         (mail-source-fetch-pop): Use pop3-stream-type.
14646
14647 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14650         of current-time-string.
14651
14652 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14653
14654         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14655         date header.
14656
14657 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14658
14659         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14660         it can seriously impact performance as it bypasses the agent's
14661         local caches.
14662
14663 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14664
14665         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14666         must be explicitly online rather than "not explicitly offline" for
14667         its flags to be synchronized.
14668
14669         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14670         that gnus-uu-unmark-thread will function correctly.
14671
14672         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14673         1024K is instead displayed as 1M.
14674
14675 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14676
14677         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14678
14679 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14680
14681         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14682
14683 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14684
14685         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14686         error message to display actual error condition.
14687         (gnus-agent-save-local): Avoid saving symbols that are bound to
14688         nil as they simply result in a warning message in
14689         gnus-agent-read-local.
14690
14691 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14694         rather than make-variable-buffer-local for file-precious-flag.
14695
14696 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14697
14698         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14699         for duplicates which are removed.  The invalid sort check then
14700         triggers a rescan after the sort as sorting may have moved
14701         duplicate entries such that they can be cheaply detected.
14702
14703 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14706
14707 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14708
14709         * gnus-agent.el (gnus-agent-article-alist-save-format):
14710         Change internal variable to a custom variable.  Change default value
14711         from compressed(2) to uncompressed(1).
14712         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14713         support for uncompressed agentview files.  Taken together, reading
14714         the agentview file should now be 6-7 times faster.
14715
14716 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14717
14718         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14719         as a buffer-local variable.  This avoids creating truncated
14720         dribble files as a result of a hang up, eg.
14721
14722 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14723
14724         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14725         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14726         XEmacs.
14727
14728 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14729
14730         * gnus-start.el (gnus-start-draft-setup):
14731         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14732
14733         * gnus.el (gnus-splash): Change custom group.
14734         (gnus-group-get-parameter, gnus-group-parameter-value):
14735         Describe allow-list argument.
14736
14737         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14738         string.
14739
14740 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * gnus-art.el (gnus-default-article-saver): Add user-defined
14743         `function' to custom type.
14744
14745 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14746
14747         * imap.el (imap-open): Handle case where buffer is a buffer
14748         object.
14749
14750 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14753         long lines.
14754         (gnus-cache-delete-group): Wrap doc strings.
14755
14756         * gnus-agent.el (gnus-agent-rename-group)
14757         (gnus-agent-delete-group): Wrap doc strings.
14758
14759 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * messagexmas.el (message-use-toolbar): Change the valid values
14762         into default, top, bottom, left, and right.
14763         (message-toolbar-thickness): New variable.
14764         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14765         well.
14766         (message-setup-toolbar): Make it work.
14767
14768         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14769         (gnus-use-toolbar): Change the valid values into default, top,
14770         bottom, left, and right.
14771         (gnus-toolbar-thickness): New variable.
14772         (gnus-xmas-setup-toolbar): New function.
14773         (gnus-xmas-setup-group-toolbar): Use it.
14774         (gnus-xmas-setup-summary-toolbar): Use it.
14775
14776 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14777
14778         * gnus-start.el (gnus-1): Add "native" to
14779         gnus-predefined-server-alist.
14780
14781         * gnus.el (gnus-method-to-server): Don't add "native" to the
14782         lists here, because that leads to problems when
14783         gnus-select-method is bound.
14784
14785 2005-11-09  Simon Josefsson  <jas@extundo.com>
14786
14787         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14788         use (not sort-by-date) instead.
14789
14790 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14791
14792         * gnus-delay.el (gnus-delay-group): Don't autoload.
14793         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14794         to be re-loaded when customizing the `gnus-delay' group.
14795
14796 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14797
14798         * message.el: Revert last changes.
14799         (message-insert-citation-line): Use newlines.
14800
14801 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14802
14803         * message.el (message-courtesy-message)
14804         (message-mark-insert-begin, message-mark-insert-end)
14805         (message-elide-ellipsis, message-cancel-message)
14806         (message-add-header, message-change-subject)
14807         (message-cross-post-followup-to-header)
14808         (message-cross-post-insert-note, message-reduce-to-to-cc)
14809         (message-widen-reply, message-delete-not-region)
14810         (message-kill-to-signature, message-insert-signature)
14811         (message-insert-importance-high, message-insert-importance-low)
14812         (message-insert-or-toggle-importance)
14813         (message-insert-disposition-notification-to)
14814         (message-indent-citation, message-yank-original)
14815         (message-cite-original-without-signature, message-cite-original)
14816         (message-insert-citation-line, message-position-on-field)
14817         (message-fix-before-sending, message-send-mail-partially)
14818         (message-send-mail, message-send-mail-with-sendmail)
14819         (message-send-mail-with-qmail, message-send-news)
14820         (message-check-news-header-syntax, message-generate-headers)
14821         (message-insert-courtesy-copy, message-fill-address)
14822         (message-fill-header, message-shorten-references)
14823         (message-setup-1, message-cancel-news)
14824         (message-forward-make-body-plain, message-forward-make-body-mime)
14825         (message-forward-make-body-mml, message-encode-message-body)
14826         (message-forward-make-body-digest-plain)
14827         (message-forward-make-body-digest-mime)
14828         (message-use-alternative-email-as-from): Insert `hard-newline'
14829         instead of ordinary newlines.
14830
14831 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * message.el (message-generate-headers): Downcase the argument
14834         given to message-check-element.
14835
14836 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14837
14838         * nntp.el (nntp-authinfo-rejected): New error condition.
14839         (nntp-wait-for): Use new error condition to signal authentication
14840         error.
14841         (nntp-retrieve-data): Rethrow new error condition to break out of
14842         recursive call to nntp-send-authinfo.
14843
14844 2005-11-08  Romain Francoise  <romain@orebokech.com>
14845
14846         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14847         (gnus-summary-exit-map): Bind to `Z p'.
14848         (gnus-summary-make-menu-bar): Add menu item.
14849
14850 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14853         (gnus-treat-*): Add `first' in all doc strings.
14854
14855         * gnus-group.el (gnus-group-compact-group): Fix typo.
14856
14857 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * gnus.el (gnus-parameters-case-fold-search): New variable.
14860         (gnus-parameters-get-parameter): Use it.
14861
14862         * gnus-score.el (gnus-home-score-file): Doc fix.
14863
14864 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14865
14866         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14867
14868 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * mm-util.el (mm-special-display-p): New function.
14871
14872         * mml.el (mml-preview): Use it; doc fix.
14873
14874 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14875
14876         * imap.el (imap-open): Handle case where buffer is a buffer object.
14877
14878 2005-10-29  Romain Francoise  <romain@orebokech.com>
14879
14880         * message.el (message-fix-before-sending): Fix comment.
14881
14882 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14883
14884         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14885
14886 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14887
14888         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14889         Used in gnus-score.el.
14890
14891 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14894
14895 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14898         whitespace removed in revision 7.8.  Use concatenated string to
14899         protect trailing whitespace.
14900
14901 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14902
14903         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14904         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14905         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14906         Courier IMAP ("some version from 2004").  Mostly based on similar
14907         code in the same function.
14908
14909 2005-10-26  Didier Verna  <didier@xemacs.org>
14910
14911         * gnus-group.el (gnus-group-compact-group): Invalidate original
14912         article buffer.
14913         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14914         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14915         NOV database and in article itself.
14916         Invalidate article backlog.
14917
14918 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14921
14922 2005-10-26  Simon Josefsson  <jas@extundo.com>
14923
14924         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14925         part of 2004-07-25 change.
14926
14927 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * message.el (message-display-completion-list): New function.
14930         (message-expand-group): Use it; make sure the Completions buffer
14931         is modifiable.
14932 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14933
14934         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14935         user-mail-name is an empty string.
14936
14937 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14938
14939         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14940         depending on gnus-score-decay-constant.
14941
14942         * encrypt.el (encrypt-insert-file-contents)
14943         (encrypt-write-file-contents): Don't use `gnus-message'.
14944
14945         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14946         arguments.
14947         (mm-uu-type-alist): Add message-marks and insert-marks.
14948         Pass arguments to mm-uu-verbatim-marks-extract.
14949         (mm-uu-hide-markers): New variable.
14950         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14951
14952         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14953         (gnus-convert-image-to-face-command): Use "convert" by default to
14954         allow other input image formats.
14955         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14956         accordingly.
14957
14958 2005-10-23  Simon Josefsson  <jas@extundo.com>
14959
14960         * imap.el (imap-gssapi-program): Align command line parameters
14961         with latest GNU SASL.
14962         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14963
14964 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14967         HTML.
14968         (nnslashdot-request-article): Ditto.
14969
14970         * lpath.el (featurep): Add nobreak-char-display.
14971
14972 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14973
14974         * mail-source.el (mail-source-fetch-pop): Require pop3.
14975         (mail-source-check-pop): Ditto.
14976
14977 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14980         errors.
14981
14982 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14983
14984         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14985         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14986
14987         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14988
14989         * mm-bodies.el (mm-decode-string):
14990         Call `mm-charset-to-coding-system' with allow-override argument.
14991
14992 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14995         (rfc2047-charset-to-coding-system): New function.
14996         (rfc2047-decode-encoded-words): New function.
14997         (rfc2047-decode-region): Use them.
14998         (rfc2047-decode-cte): Remove.
14999         (rfc2047-parse-and-decode): Remove.
15000         (rfc2047-decode): Remove.
15001
15002 2005-10-15  Kenichi Handa  <handa@m17n.org>
15003
15004         * rfc2047.el (rfc2047-decode-cte): New function.
15005         (rfc2047-decode-region): Change the way to decode successive
15006         encoded-words: decode B- or Q-encoding in each encoded-word,
15007         concatenate them, and decode it as charset.
15008
15009 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * lpath.el: Fbind codepage-setup for XEmacs.
15012
15013 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15014
15015         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15016         widget-move-and-invoke.
15017         (gnus-custom-mode): Use gnus-custom-map.
15018
15019 2005-10-15  Bill Wohler  <wohler@newt.com>
15020
15021         * message.el (message-tool-bar-map): Rename image file from
15022         mail_send to mail/send.
15023
15024 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15025
15026         * message.el (message-expand-group): Pass the common
15027         prefix substring of completion to `display-completion-list'.
15028
15029 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * mml-sec.el (mml-secure-method): New internal variable.
15032         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15033         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15034         New functions using mml-secure-method.
15035
15036         * mml.el (mml-mode-map): Add key bindings for those functions.
15037         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15038         Harder <harder@myrealbox.com>.
15039         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15040         Goto end of message if point is the headers of the message.
15041
15042         * message.el (message-in-body-p): New function.
15043
15044         * assistant.el: Autoload gnus-util and netrc.
15045
15046         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15047         Use `mm-charset-override-alist' only when decoding.
15048
15049         * mm-bodies.el (mm-decode-body):
15050         Call `mm-charset-to-coding-system' with allow-override argument.
15051
15052         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15053         `filename' from Content-Disposition if Content-Type doesn't
15054         provide `name'.
15055         (gnus-mime-view-part-as-type): Set default instead of
15056         initial-input.
15057
15058 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15059
15060         * format-spec.el (format-spec): Propagate text properties of % spec.
15061
15062 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * gnus-art.el (gnus-treat-predicate): Add `first'.
15065
15066 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15069         (mm-charset-override-alist): New variable.
15070         (mm-charset-to-coding-system): Use it.
15071         (mm-codepage-setup): New helper function.
15072         (mm-charset-eval-alist): New variable.
15073         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15074         Warn about unknown charsets.
15075
15076         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15077
15078 2005-10-04  David Hansen  <david.hansen@gmx.net>
15079
15080         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15081         (nnrss-check-group): Ditto.
15082
15083 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15084
15085         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15086         Rename x-gnus-verbatim to x-verbatim.
15087         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15088
15089         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15090         x-verbatim.
15091
15092         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15093
15094         * gnus-util.el (gnus-remove-duplicates): Remove.
15095
15096         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15097         instead of gnus-remove-duplicates.
15098
15099         * message.el (message-remove-duplicates): Remove.
15100         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15101         message-remove-duplicates.
15102
15103         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15104         available, else use implementation from `delete-dups'.
15105
15106         * message.el (message-insert-expires): New function.
15107         (message-mode-map): Add key binding.
15108         (message-mode-field-menu): Add menu entry.
15109         (message-mode): Document it.
15110         (message-make-expires-date): Use `message-make-date'.
15111
15112 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15113
15114         * message.el (message-make-expires-date): New function.
15115
15116 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * Makefile.in (list-installed-shadows): New entry.
15119         (install): Use it.
15120         (remove-installed-shadows): New entry.
15121
15122         * dgnushack.el (dgnushack-default-load-path): New variable.
15123         (dgnushack-find-lisp-shadows): New function.
15124         (dgnushack-remove-lisp-shadows): New function.
15125
15126 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * Makefile.in (install-el-elc): New entry.
15129         (install): Use it so that .el files are necessarily installed.
15130
15131 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15134
15135 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15136
15137         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15138         function rather than the diff-mode.el package.
15139         (mm-display-external): Use with-current-buffer.
15140         (mm-viewer-completion-map, mm-viewer-completion-map):
15141         Move initialization inside declaration.
15142
15143 2005-09-29  Simon Josefsson  <jas@extundo.com>
15144
15145         * spam.el: Load hashcash when compiling, to avoid warnings.
15146         Don't autoload mail-check-payment.
15147         (spam-check-hashcash): Define unconditionally, since hashcash.el
15148         is part of Gnus now.  Ignore errors from payment checking.
15149
15150 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15151
15152         * message.el (message-bold-region, message-unbold-region):
15153         Rename from `bold-region' and `unbold-region'.
15154
15155         * message.el: Remove useless autoloads.
15156
15157 2005-09-28  Simon Josefsson  <jas@extundo.com>
15158
15159         * message.el (message-use-idna): Default to t.
15160         (message-use-idna): Test whether encoding works too.  Doc fix.
15161
15162 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * nntp.el (nntp-warn-about-losing-connection): Remove.
15165
15166 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15169         customizable.  Change default value.
15170         (mm-uu-diff-groups-regexp): Change default value.
15171         (mm-uu-type-alist): Add doc string.
15172         (mm-uu-configure): Add doc string.  Make it interactive.
15173         (mm-uu-tex-groups-regexp): New variable.
15174         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15175         (mm-uu-type-alist): Add LaTeX documents.
15176         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15177         of "text/verbatim".
15178         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15179
15180         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15181         instead of "text/verbatim".
15182
15183         * message.el (message-mark-inserted-region)
15184         (message-mark-insert-file): Use slrn style marks when called with
15185         prefix argument.
15186
15187 2005-09-27  Simon Josefsson  <jas@extundo.com>
15188
15189         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15190
15191 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15192
15193         * message.el (message-remove-duplicates): New function.
15194         Implementation borrowed from `gnus-remove-duplicates'.
15195         (message-idna-to-ascii-rhs): Also encode idna addresses in
15196         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15197         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15198         only ask about the same idna domain once per header and also tell
15199         in what header to replace the idna domain.
15200
15201         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15202         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15203         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15204         a header is decoded and not just the last one.
15205
15206 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15209         has been decoded.
15210
15211         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15212         (mm-insert-part): Don't modify text if it has been decoded.
15213
15214         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15215         decoded.
15216
15217         * mm-view.el (mm-inline-text): Don't strip text props unless
15218         decoding enriched or richtext parts.
15219
15220 2005-09-25  Romain Francoise  <romain@orebokech.com>
15221
15222         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15223         * gnus-start.el (gnus-subscribe-interactively):
15224         * gnus-uu.el (gnus-uu-grab-articles):
15225         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15226         space.
15227
15228 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15229
15230         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15231         * mm-view.el (mm-view-pkcs7-decrypt):
15232         * gnus-sum.el (gnus-summary-limit-to-extra)
15233         (gnus-summary-respool-article, gnus-read-move-group-name):
15234         * gnus-score.el (gnus-summary-increase-score):
15235         * gnus-util.el (gnus-completing-read-with-default):
15236         * gnus-art.el (gnus-read-save-file-name)
15237         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15238         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15239         * message.el (message-check-news-header-syntax):
15240         Follow convention for reading with the minibuffer.
15241
15242 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * spam-report.el (spam-report-url-ping-plain):
15245         Use gnus-extended-version as User-Agent.
15246
15247         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15248         default value is nil.
15249
15250         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15251         (mm-uu-verbatim-marks-extract): New function.
15252         (mm-uu-extract): New face.
15253         (mm-uu-copy-to-buffer): Use it.
15254
15255         * spam-report.el (spam-report-gmane-ham): Rename from
15256         `spam-report-gmane-unspam'.
15257         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15258         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15259
15260         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15261         Autoload.
15262         (spam-report-gmane-unregister-routine):
15263         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15264
15265 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15266
15267         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15268         (spam-report-gmane-unregister-routine): Add support for gmane
15269         unregistration.
15270
15271         * spam-report.el (spam-report-gmane-unspam)
15272         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15273         (spam-report-gmane): Change to take a single article and do unspam
15274         registration.
15275
15276 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * mm-url.el (mm-url-decode-entities): Fix regexp.
15279
15280 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15281
15282         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15283         default to nil, to be able to use Gnus at all.  If the default
15284         switches to something else, then the function should be fixed not
15285         be exceedingly slow.
15286
15287 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15288
15289         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15290         fail hard.
15291
15292         * spam-report.el: Add better Keywords line.
15293
15294         * spam.el: Add Maintainer and better Keywords line.
15295
15296 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * gnus-art.el (gnus-article-replace-part)
15299         (gnus-mime-replace-part): New functions.
15300         (gnus-mime-action-alist, gnus-mime-button-commands)
15301         (gnus-mime-save-part-and-strip): Add file argument.
15302         (gnus-article-part-wrapper): Add interactive argument.
15303
15304         * gnus-sum.el (gnus-summary-mime-map):
15305         Add `gnus-article-replace-part'.
15306
15307 2005-09-19  Didier Verna  <didier@xemacs.org>
15308
15309         The nnml compaction feature:
15310         * nnml.el (nnml-request-compact-group): New function.
15311         * nnml.el (nnml-request-compact): New function.
15312         * gnus-int.el (gnus-request-compact-group): New function.
15313         * gnus-int.el (gnus-request-compact): New function.
15314         * gnus-group.el (gnus-group-compact-group): New function.
15315         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15316         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15317         * gnus-srvr.el (gnus-server-compact-server): New function.
15318         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15319         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15320
15321 2005-09-18  Deepak Goel  <deego@gnufans.org>
15322
15323         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15324         format spec.
15325
15326 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15329
15330 2005-09-15  Romain Francoise  <romain@orebokech.com>
15331
15332         * message.el (message-fill-paragraph): Clarify docstring.
15333
15334 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-art.el (gnus-mime-display-part): Protect against broken
15337         MIME messages.
15338
15339 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15342         before parsing header.
15343
15344 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15345
15346         * html2text.el (html2text-replace-list): Add new entities.
15347
15348 2005-09-11  Romain Francoise  <romain@orebokech.com>
15349
15350         * message.el (message-alternative-emails): Improve docstring.
15351         (message-setup-1): Call `message-use-alternative-email-as-from'
15352         after `message-setup-hook' to give it precedence over posting
15353         styles, etc.
15354         (message-use-alternative-email-as-from): Add docstring.
15355         Remove the original From header if present.
15356
15357         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15358         (nnml-save-mail): Use it.
15359
15360         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15361         articles.  Add new argument `silent'.
15362         (gnus-uu-mark-all): Report the total number of marked articles.
15363
15364 2005-09-10  Romain Francoise  <romain@orebokech.com>
15365
15366         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15367         (gnus-uu-mark-series): Likewise.
15368
15369 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * spam-report.el (spam-report-gmane): Fix generation of spam
15372         report URL.
15373
15374 2005-09-10  Simon Josefsson  <jas@extundo.com>
15375
15376         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15377         t, based on discussion on the ding list with Robert Epprecht
15378         <epprecht@solnet.ch>.
15379
15380 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * spam-report.el (spam-report-gmane): Make it work without
15383         X-Report-Spam header.  Gmane now only provides Archived-At.
15384         This is only used if `spam-report-gmane-use-article-number' is nil.
15385         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15386
15387         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15388         make `gnus-summary-sort-by-recipient' work with threading.
15389
15390         * nnweb.el (nnweb-google-wash-article): Print a message if article
15391         is not available.
15392
15393 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15394
15395         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15396         change.  Decode text/* parts content before displaying.
15397
15398 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15401
15402 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15405
15406         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15407         url-package-name, url-package-version,
15408         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15409         w3m-display-inline-images, and w3m-minor-mode-map.
15410
15411 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * message.el (message-tab-body-function): Fix mismatched custom type.
15414
15415         * gnus.el (gnus-group-change-level-function): Ditto.
15416
15417         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15418
15419         * gnus-art.el (gnus-signature-limit)
15420         (gnus-article-mime-part-function): Ditto.
15421
15422 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * mml.el (mml-mode): Silence the byte compiler.
15425
15426         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15427         using `(sit-for 0)' before moving the point to the specified part;
15428         skip unbuttonized parts.
15429         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15430         return to the summary window if gnus-auto-select-part is non-nil.
15431
15432 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15435         New variables.
15436         (mml-dnd-attach-file, mml-mode): Use them.
15437
15438         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15439         Make fetching article by MID work again for Google Groups.
15440         Add FIXME concerning gnus-group-make-web-group.
15441
15442         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15443         Don't depend on Gnus by using mail-extract-address-components if
15444         gnus-extract-address-components is not bound.
15445
15446 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15447
15448         * gnus-art.el (gnus-mime-display-security): Don't display the
15449         signature, but only the signed part.
15450
15451 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15454
15455         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15456         list, not listp.
15457
15458 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15459
15460         * mm-encode.el (mm-encode-content-transfer-encoding):
15461         Likewise when encoding.
15462
15463         * mm-bodies.el (mm-decode-content-transfer-encoding):
15464         De-canonicalize CRLF for all text content types, not just
15465         text/plain.
15466
15467 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15470         valid article; point arrow and cursor at the MIME button.
15471
15472 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15475         Suggested by Dan Christensen <jdc@uwo.ca>.
15476
15477         * mm-decode.el (mm-save-part): Enable change of prompt.
15478
15479 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15480
15481         * gnus-msg.el (gnus-inews-add-send-actions):
15482         Make `message-post-method' lambda parameter ARG `&optional'.
15483
15484 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * gnus-sum.el (gnus-summary-mime-map):
15487         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15488         gnus-article-jump-to-part.
15489
15490         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15491         (gnus-article-edit-part): Use it.
15492         (gnus-article-part-wrapper): Add no-handle argument.
15493         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15494         New functions.
15495
15496 2005-08-29  Romain Francoise  <romain@orebokech.com>
15497
15498         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15499         docstring.
15500         (gnus-face-from-file): Likewise.
15501
15502 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15503
15504         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15505         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15506         non-nil.
15507         (gnus-auto-select-part): New variable.
15508         (gnus-article-jump-to-part): New function.
15509         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15510         (gnus-mime-delete-part): Allow selecting specified part after
15511         deleting or stripping parts.
15512         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15513         part if argument is bogus.
15514
15515 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15516
15517         * gnus-art.el (w3m-minor-mode-map):
15518         * gnus-spec.el (gnus-newsrc-file-version):
15519         * gnus-util.el (nnmail-active-file-coding-system)
15520         (gnus-original-article-buffer, gnus-user-agent):
15521         * gnus.el (gnus-ham-process-destinations)
15522         (gnus-parameter-ham-marks-alist)
15523         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15524         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15525         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15526         * mm-decode.el (gnus-current-window-configuration):
15527         * mm-extern.el (gnus-article-mime-handles):
15528         * mm-url.el (url-current-object, url-package-name)
15529         (url-package-version):
15530         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15531         (smime-keys, w3m-cid-retrieve-function-alist)
15532         (w3m-current-buffer, w3m-display-inline-images)
15533         (w3m-minor-mode-map):
15534         * mml-smime.el (gnus-extract-address-components):
15535         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15536         (gnus-newsrc-hashtb, message-default-charset)
15537         (message-deletable-headers, message-options)
15538         (message-posting-charset, message-required-mail-headers)
15539         (message-required-news-headers):
15540         * mml1991.el (mc-pgp-always-sign):
15541         * mml2015.el (mc-pgp-always-sign):
15542         * nnheader.el (nnmail-extra-headers):
15543         * rfc1843.el (gnus-decode-encoded-word-function)
15544         (gnus-decode-header-function, gnus-newsgroup-name):
15545         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15546
15547 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15548
15549         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15550         the end of the date treatments.
15551
15552 2005-08-15  Simon Josefsson  <jas@extundo.com>
15553
15554         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15555         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15556         Capello and Romain Francoise.
15557         (pgg-fetch-key-function): Remove, not used?
15558         (pgg-insert-url-with-w3): Require url, to get
15559         url-insert-file-contents regardless of where it is defined.
15560
15561 2005-08-13  Romain Francoise  <romain@orebokech.com>
15562
15563         * message.el (message-cite-original-1): New function.
15564         (message-cite-original): Use it.
15565         (message-cite-original-without-signature): Ditto.
15566
15567 2005-08-08  Romain Francoise  <romain@orebokech.com>
15568
15569         * message.el (message-yank-empty-prefix): New variable.
15570         (message-indent-citation): Use it.
15571         (message-cite-original-without-signature): Respect X-No-Archive.
15572
15573 2005-08-08  Simon Josefsson  <jas@extundo.com>
15574
15575         * pgg.el: Autoload url-insert-file-contents instead of loading
15576         w3/url.
15577         (pgg-insert-url-with-w3): Don't load url here.
15578
15579 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15580
15581         * message.el (message-kill-to-signature): Don't insert newline at
15582         bol.
15583         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15584
15585 2005-08-06  Romain Francoise  <romain@orebokech.com>
15586
15587         * message.el (message-user-fqdn): Fix typo in docstring.
15588
15589 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15590
15591         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15592
15593         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15594
15595 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * mm-bodies.el (mm-encode-body): Use coding system rather than
15598         charset to encode text.
15599
15600         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15601         number of charsets if utf-8 is available (XEmacs).
15602
15603 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15606         taken from `gnus-button-mid-or-mail-regexp'.
15607         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15608         (gnus-button-alist): Improve regexp for domain part of the MIDs
15609         for news:localpart@domain buttons.
15610         (gnus-button-ctan-directory-regexp): Update.
15611
15612 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * sieve-manage.el (sieve-manage-interactive-login):
15615         Use make-local-variable rather than make-variable-buffer-local.
15616         (sieve-manage-open): Ditto.
15617         (sieve-manage-authenticate): Ditto.
15618
15619         * mml.el (mml-generate-mime-1): Make the content type default to
15620         text/plain if the filename is not specified.
15621
15622 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15625         instead of insert-buffer.
15626
15627         * message.el (message-yank-original): Ditto; set the mark at the
15628         end of the yanked message.
15629
15630 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15633         lines to scroll rather than to stop it.
15634
15635         * mml.el (mml-generate-default-type): Add doc string.
15636         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15637         default to application/octet-stream when determining the content
15638         type if it is not specified for the part or the mml contents; add
15639         a comment about mml-generate-default-type.
15640
15641 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15642
15643         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15644         make it default to application/octet-stream when determining the
15645         content type if it is not specified for the external contents.
15646
15647 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15650         segmented parameter but also other parameters might be there.
15651
15652 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * mm-decode.el (mm-display-external): Delete temp file, directory
15655         and buffer immediately if the external process is exited.
15656
15657 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15660         fewer lines than that of scroll-margin.
15661         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15662
15663 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-art.el (gnus-article-next-page): Revert.
15666         (gnus-article-beginning-of-window): New macro.
15667         (gnus-article-next-page-1): Use it.
15668         (gnus-article-prev-page): Ditto.
15669         (gnus-article-edit-part): Use insert-buffer-substring instead of
15670         insert-buffer.
15671         (gnus-article-edit-exit): Ditto.
15672
15673         * gnus-util.el (gnus-beginning-of-window): Remove.
15674         (gnus-end-of-window): Remove.
15675
15676         * lpath.el: Don't bind header-line-format and scroll-margin.
15677
15678 2005-07-25  Simon Josefsson  <jas@extundo.com>
15679
15680         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15681         to have the url package without w3.  Reported by Daiki Ueno
15682         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15683
15684 2005-07-20  Didier Verna  <didier@xemacs.org>
15685
15686         * gnus-diary.el: Remove the description comment (nndiary is now
15687         properly documented in the Gnus manual).
15688         Fix the spelling of "Back End".
15689         * nndiary.el: Ditto.
15690         Fix the copyright notice.
15691
15692 2005-07-18  Romain Francoise  <romain@orebokech.com>
15693
15694         * gnus-sum.el (gnus-summary-to-prefix)
15695         (gnus-summary-newsgroup-prefix): New variables.
15696         (gnus-summary-from-or-to-or-newsgroups): Use them.
15697
15698 2005-07-17  Romain Francoise  <romain@orebokech.com>
15699
15700         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15701         space as it's generally not especially interesting to the user.
15702
15703 2005-07-16  Romain Francoise  <romain@orebokech.com>
15704
15705         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15706         nil to avoid prompting and file modification if one of the
15707         messages at the top of the nnfolder file contains a copyright
15708         notice.
15709         Update copyright notice.
15710
15711         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15712         instead of `current-time-string' as the latter creates a time
15713         string that is not RFC 2822 compliant (it lacks the zone).
15714         Update copyright notice.
15715
15716 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15717
15718         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15719         for text/rtf.  Display default in prompt.  Pass default for M-n.
15720
15721         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15722
15723 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15724
15725         * gnus-msg.el (gnus-button-mailto):
15726         Remove save-selected-window-window hackery because it relies on
15727         save-selected-window internals.
15728
15729 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15732         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15733         (gnus-article-prev-page): Ditto.
15734
15735         * gnus-util.el (gnus-beginning-of-window): New function.
15736         (gnus-end-of-window): New function.
15737
15738         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15739
15740 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15741
15742         * gnus-score.el (gnus-score-edit-all-score):
15743         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15744         gnus-message.
15745
15746 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15747
15748         * gnus-msg.el (gnus-button-mailto):
15749         Remove save-selected-window-window hackery because it relies on
15750         save-selected-window internals.
15751
15752 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15755         add-minor-mode.
15756         (gnus-binary-mode): Ditto.
15757
15758         * gnus-topic.el (gnus-topic-mode): Ditto.
15759
15760 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15761
15762         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15763         (gnus-article-prev-page): Take scroll-margin into consideration.
15764
15765 2005-07-04  Lute Kamstra  <lute@gnu.org>
15766
15767         Update FSF's address in GPL notices.
15768
15769 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15770
15771         * gnus.el (gnus-exit):
15772         * gnus-group.el (gnus-group-icons):
15773         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15774
15775         * gnus-nocem.el (gnus-nocem):
15776         * message.el (message-various, message-buffers, message-sending)
15777         (message-interface, message-forwarding, message-insertion)
15778         (message-headers, message-news, message-mail):
15779         * pgg-gpg.el (pgg-gpg):
15780         * pgg-parse.el (pgg-parse):
15781         * pgg-pgp.el (pgg-pgp):
15782         * pgg-pgp5.el (pgg-pgp5):
15783         * pop3.el (pop3): Finish `defgroup' description with period.
15784
15785 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-art.el (article-display-face): Improve the efficiency.
15788         (article-display-x-face): Ditto; remove grey x-face stuff.
15789
15790 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-art.el (article-display-face): Correct the position in
15793         which Faces are inserted.
15794
15795 2005-06-29  Didier Verna  <didier@xemacs.org>
15796
15797         * gnus-art.el (article-display-face): Display faces in correct
15798         order.
15799
15800 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15803         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15804         (gnus-nocem-check-article): Fetch the Type header.
15805         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15806         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15807         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15808         make sure gnus-nocem-hashtb is initialized.
15809         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15810         (gnus-nocem-unwanted-article-p): Ditto.
15811
15812         * pgg.el (pgg-verify): Return the verification result.
15813
15814 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815
15816         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15817         is ascii.
15818
15819 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15820
15821         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15822         `show-nonbreak-escape'.
15823
15824 2005-06-23  Lute Kamstra  <lute@gnu.org>
15825
15826         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15827
15828         * dig.el (dig-mode):
15829         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15830
15831 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15832
15833         * nnimap.el (nnimap-split-download-body): Fix spellings.
15834
15835 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15836
15837         * gnus-art.el (gnus-article-encrypt-body):
15838         * gnus-cus.el (gnus-score-customize):
15839         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15840         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15841
15842 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15843
15844         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15845         header by looking for magic "MII" at the beginnig.
15846
15847 2005-06-16  Miles Bader  <miles@gnu.org>
15848
15849         * gnus-xmas.el (gnus-xmas-group-startup-message):
15850         Use renamed gnus-splash face.
15851
15852         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15853         (assistant-field-face): New backward-compatibility alias for renamed
15854         face.
15855         (assistant-render-text): Use renamed assistant-field face.
15856
15857         * spam.el (spam): Remove "-face" suffix from face name.
15858         (spam-face): New backward-compatibility alias for renamed face.
15859         (spam-face, spam-initialize): Use renamed spam face.
15860
15861         * message.el (message-header-to, message-header-cc)
15862         (message-header-subject, message-header-newsgroups)
15863         (message-header-other, message-header-name)
15864         (message-header-xheader, message-separator, message-cited-text)
15865         (message-mml): Remove "-face" suffix from face names.
15866         (message-header-to-face, message-header-cc-face)
15867         (message-header-subject-face, message-header-newsgroups-face)
15868         (message-header-other-face, message-header-name-face)
15869         (message-header-xheader-face, message-separator-face)
15870         (message-cited-text-face, message-mml-face):
15871         New backward-compatibility aliases for renamed faces.
15872         (message-font-lock-keywords): Use renamed message faces.
15873
15874         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15875         (sieve-test-commands, sieve-tagged-arguments):
15876         Remove "-face" suffix from face names.
15877         (sieve-control-commands-face, sieve-action-commands-face)
15878         (sieve-test-commands-face, sieve-tagged-arguments-face):
15879         New backward-compatibility aliases for renamed faces.
15880         (sieve-control-commands-face, sieve-action-commands-face)
15881         (sieve-test-commands-face, sieve-tagged-arguments-face):
15882         Use renamed sieve faces.
15883
15884         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15885         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15886         (gnus-group-news-3-empty, gnus-group-news-4)
15887         (gnus-group-news-4-empty, gnus-group-news-5)
15888         (gnus-group-news-5-empty, gnus-group-news-6)
15889         (gnus-group-news-6-empty, gnus-group-news-low)
15890         (gnus-group-news-low-empty, gnus-group-mail-1)
15891         (gnus-group-mail-1-empty, gnus-group-mail-2)
15892         (gnus-group-mail-2-empty, gnus-group-mail-3)
15893         (gnus-group-mail-3-empty, gnus-group-mail-low)
15894         (gnus-group-mail-low-empty, gnus-summary-selected)
15895         (gnus-summary-cancelled, gnus-summary-high-ticked)
15896         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15897         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15898         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15899         (gnus-summary-low-undownloaded)
15900         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15901         (gnus-summary-low-unread, gnus-summary-normal-unread)
15902         (gnus-summary-high-read, gnus-summary-low-read)
15903         (gnus-summary-normal-read, gnus-splash):
15904         Remove "-face" suffix from face names.
15905         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15906         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15907         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15908         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15909         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15910         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15911         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15912         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15913         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15914         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15915         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15916         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15917         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15918         (gnus-summary-normal-ticked-face)
15919         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15920         (gnus-summary-normal-ancient-face)
15921         (gnus-summary-high-undownloaded-face)
15922         (gnus-summary-low-undownloaded-face)
15923         (gnus-summary-normal-undownloaded-face)
15924         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15925         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15926         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15927         (gnus-splash-face):
15928         New backward-compatibility aliases for renamed faces.
15929         (gnus-group-startup-message): Use renamed gnus faces.
15930
15931         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15932         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15933         (gnus-server-agent): Remove "-face" suffix from face names.
15934         (gnus-server-agent-face, gnus-server-opened-face)
15935         (gnus-server-closed-face, gnus-server-denied-face)
15936         (gnus-server-offline-face):
15937         New backward-compatibility aliases for renamed faces.
15938         (gnus-server-agent-face, gnus-server-opened-face)
15939         (gnus-server-closed-face, gnus-server-denied-face)
15940         (gnus-server-offline-face): Use renamed gnus faces.
15941
15942         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15943         Remove "-face" suffix from face names.
15944         (gnus-picon-xbm-face, gnus-picon-face):
15945         New backward-compatibility aliases for renamed faces.
15946
15947         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15948         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15949         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15950         (gnus-cite-11): Remove "-face" suffix from face names.
15951         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15952         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15953         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15954         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15955         New backward-compatibility aliases for renamed faces.
15956         (gnus-cite-attribution-face, gnus-cite-face-list)
15957         (gnus-article-boring-faces): Use renamed gnus faces.
15958
15959         * gnus-art.el (gnus-signature, gnus-header-from)
15960         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15961         (gnus-header-content): Remove "-face" suffix from face names.
15962         (gnus-signature-face, gnus-header-from-face)
15963         (gnus-header-subject-face, gnus-header-newsgroups-face)
15964         (gnus-header-name-face, gnus-header-content-face):
15965         New backward-compatibility aliases for renamed faces.
15966         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15967
15968         * gnus-sum.el (gnus-summary-selected-face)
15969         (gnus-summary-highlight): Use renamed gnus faces.
15970         * gnus-group.el (gnus-group-highlight): Likewise.
15971
15972 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15973
15974         * gnus-sieve.el (gnus-sieve-article-add-rule):
15975         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15976         * spam-stat.el (spam-stat-buffer-change-to-spam)
15977         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15978
15979         * message.el (message-is-yours-p):
15980         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15981
15982 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * mm-view.el (mm-inline-text): Withdraw the last change.
15985
15986 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15989         executing enriched-decode.
15990
15991 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15994         charset of tar files.
15995
15996 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15997
15998         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15999
16000 2005-06-04  Lute Kamstra  <lute@gnu.org>
16001
16002         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16003         information is never recorded.
16004
16005 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16006
16007         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16008
16009 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * pop3.el (pop3-apop): Run md5 in the binary mode.
16012
16013         * starttls.el (starttls-set-process-query-on-exit-flag):
16014         Use eval-and-compile.
16015
16016 2005-05-31  Simon Josefsson  <jas@extundo.com>
16017
16018         * smime.el (smime-replace-in-string): Define.
16019         (smime-cert-by-ldap-1): Use it.
16020
16021 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-art.el (article-display-x-face): Replace
16024         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16025
16026         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16027         set-process-query-on-exit-flag or process-kill-without-query.
16028
16029         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16030         loop instead of replace-regexp.
16031
16032         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16033         instead of process-kill-without-query if it is available.
16034
16035         * lpath.el: Fbind ldap-search-entries.
16036
16037         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16038         instead of find-file-hooks if it is available.
16039
16040         * mml1991.el: Bind pgg-default-user-id when compiling.
16041
16042         * mml2015.el: Bind pgg-default-user-id when compiling.
16043
16044         * nndraft.el (nndraft-request-associate-buffer):
16045         Use write-contents-functions instead of write-contents-hooks if it is
16046         available.
16047
16048         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16049         instead of find-file-hooks if it is available.
16050
16051         * nntp.el (nntp-open-connection): Replace
16052         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16053         (nntp-open-ssl-stream): Ditto.
16054         (nntp-open-tls-stream): Ditto.
16055
16056         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16057         set-process-query-on-exit-flag or process-kill-without-query.
16058         (starttls-open-stream-gnutls): Use it instead of
16059         process-kill-without-query.
16060         (starttls-open-stream): Ditto.
16061
16062 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16063
16064         * smime.el (smime-cert-by-ldap-1): Don't use
16065         replace-regexp-in-string.
16066
16067 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16068
16069         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16070
16071         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16072         in PEM format.  Adjust to the XEmacs compability.
16073
16074 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16077         by `string-to-number'.
16078         * gnus-agent.el (gnus-agent-regenerate-group)
16079         (gnus-agent-fetch-articles): Ditto.
16080         * gnus-art.el (gnus-button-fetch-group): Ditto.
16081         * gnus-cache.el (gnus-cache-generate-active)
16082         (gnus-cache-articles-in-group): Ditto.
16083         * gnus-group.el (gnus-group-set-current-level)
16084         (gnus-group-insert-group-line): Ditto.
16085         * gnus-score.el (gnus-score-set-expunge-below)
16086         (gnus-score-set-mark-below, gnus-summary-score-effect)
16087         (gnus-summary-score-entry): Ditto.
16088         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16089         (gnus-soup-pack): Ditto.
16090         * gnus-spec.el (gnus-xmas-format): Ditto.
16091         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16092         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16093         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16094         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16095         * nndb.el (nndb-get-remote-expire-response): Ditto.
16096         * nndiary.el (nndiary-parse-schedule-value)
16097         (nndiary-string-to-number, nndiary-request-replace-article)
16098         (nndiary-request-article): Ditto.
16099         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16100         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16101         * nneething.el (nneething-make-head): Ditto.
16102         * nnfolder.el (nnfolder-request-article)
16103         (nnfolder-retrieve-headers): Ditto.
16104         * nnheader.el (nnheader-file-to-number): Ditto.
16105         * nnkiboze.el (nnkiboze-request-article): Ditto.
16106         * nnmail.el (nnmail-process-unix-mail-format)
16107         (nnmail-process-babyl-mail-format): Ditto.
16108         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16109         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16110         (nnmh-request-create-group, nnmh-request-list-1)
16111         (nnmh-request-group, nnmh-request-article): Ditto.
16112         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16113         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16114         * nnsoup.el (nnsoup-make-active): Ditto.
16115         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16116         * nntp.el (nntp-find-group-and-number)
16117         (nntp-retrieve-headers-with-xover): Ditto.
16118         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16119         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16120         (pgg-format-key-identifier): Ditto.
16121         * pop3.el (pop3-last, pop3-stat): Ditto.
16122         * qp.el (quoted-printable-decode-region): Ditto.
16123
16124         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16125         of concat.
16126
16127 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16130
16131         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16132
16133         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16134
16135         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16136
16137         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16138
16139         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16140
16141         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16142         (gnus-carpal-mode): Ditto.
16143
16144         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16145         (gnus-browse-mode): Ditto.
16146
16147         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16148
16149         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16150
16151 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16152
16153         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16154
16155 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-util.el (gnus-run-mode-hooks): New function.
16158
16159         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16160
16161         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16162         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16163
16164 2005-05-27  Lute Kamstra  <lute@gnu.org>
16165
16166         * dns-mode.el (dns-mode): Specify customization group.
16167
16168 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16169
16170         * gnus-agent.el (gnus-agent-make-mode-line-string):
16171         Use mode-line-highlight as mouse-face.
16172
16173 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * canlock.el (canlock): Change the parent group to news.
16176
16177         * deuglify.el (gnus-outlook-deuglify): Add :group.
16178
16179         * dig.el (dig): Add :group.
16180
16181         * dns-mode.el (dns-mode): Add :group.
16182
16183         * encrypt.el (encrypt): Add :group.
16184
16185         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16186         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16187         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16188         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16189         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16190
16191         * gnus-diary.el (gnus-diary): Add :group.
16192
16193         * gnus.el (gnus-group-news-1-face): Add :group.
16194         (gnus-group-news-1-empty-face): Ditto.
16195         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16196         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16197         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16198         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16199         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16200         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16201         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16202         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16203         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16204         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16205         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16206         (gnus-summary-high-ticked-face): Ditto.
16207         (gnus-summary-low-ticked-face): Ditto.
16208         (gnus-summary-normal-ticked-face): Ditto.
16209         (gnus-summary-high-ancient-face): Ditto.
16210         (gnus-summary-low-ancient-face): Ditto.
16211         (gnus-summary-normal-ancient-face): Ditto.
16212         (gnus-summary-high-undownloaded-face): Ditto.
16213         (gnus-summary-low-undownloaded-face): Ditto.
16214         (gnus-summary-normal-undownloaded-face): Ditto.
16215         (gnus-summary-high-unread-face): Ditto.
16216         (gnus-summary-low-unread-face): Ditto.
16217         (gnus-summary-normal-unread-face): Ditto.
16218         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16219         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16220
16221         * hashcash.el (hashcash): New custom group.
16222         (hashcash-default-payment): Add :group.
16223         (hashcash-payment-alist): Ditto.
16224         (hashcash-default-accept-payment): Ditto.
16225         (hashcash-accept-resources): Ditto.
16226         (hashcash-path): Ditto.
16227         (hashcash-extra-generate-parameters): Ditto.
16228         (hashcash-double-spend-database): Ditto.
16229         (hashcash-in-news): Ditto.
16230
16231         * message.el (message-minibuffer-local-map): Add :group.
16232
16233         * netrc.el (netrc): Add :group.
16234
16235         * sieve-manage.el (sieve-manage-log): Add :group.
16236         (sieve-manage-default-user): Diito.
16237         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16238         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16239         (sieve-manage-authenticators): Ditto.
16240         (sieve-manage-authenticator-alist): Ditto.
16241         (sieve-manage-default-port): Ditto.
16242
16243         * sieve-mode.el (sieve-control-commands-face): Add :group.
16244         (sieve-action-commands-face): Ditto.
16245         (sieve-test-commands-face): Ditto.
16246         (sieve-tagged-arguments-face): Ditto.
16247
16248         * smime.el (smime): Add :group.
16249
16250         * spam-report.el (spam-report): Add :group.
16251
16252         * spam.el (spam, spam-face): Add :group.
16253
16254 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16255
16256         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16257         return \n.\n.\n at the end of articles.  Protect against that.
16258         (nntp-with-open-group): Allow debugging.
16259
16260         * nnheader.el (mail-header-set-extra): Make into a function
16261         because I just could't understand how to quote the list properly.
16262
16263         * dns.el (query-dns-cached): New function.
16264
16265 2005-05-26  Lute Kamstra  <lute@gnu.org>
16266
16267         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16268
16269 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16272
16273         * gnus-art.el: Don't autoload mail-extract-address-components.
16274
16275         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16276         eval-and-compile to evaluate it.
16277
16278         * hashcash.el: Don't autoload executable-find.
16279
16280         * nndb.el: Don't declare the nndb back end two or more times; don't
16281         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16282
16283         * nntp.el: Autoload format-spec instead of format; use
16284         eval-and-compile to evaluate autoload forms.
16285
16286 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16287
16288         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16289
16290 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16291
16292         * gnus.el (gnus-version-number): Bump version.
16293
16294 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16295
16296         * gnus.el: No Gnus v0.3 is released.
16297
16298 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16299
16300         * lpath.el (featurep): Bind show-nonbreak-escape.
16301
16302 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-art.el (gnus-article-edit-part): Disable undo.
16305
16306 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16309         gnus-article-date-lapsed-new-header is t if date timer is active;
16310         skip headers in which the original date value is empty.
16311         (gnus-article-save-original-date): Redefine it as a macro.
16312         (gnus-display-mime): Use it.
16313
16314 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * gnus-art.el (article-date-ut): Support converting date in
16317         forwarded parts as well.
16318         (gnus-article-save-original-date): New function.
16319         (gnus-display-mime): Use it.
16320
16321 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16322
16323         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16324         enclosure element of <item>.
16325
16326 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16327
16328         * message.el (message-kill-buffer-query): Rename from
16329         `message-kill-buffer-query-if-modified'.  Add :version.
16330
16331 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16334         window layout.
16335
16336 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * mml.el: Autoload dnd when compiling.
16339
16340 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16343         x-dnd-*.
16344
16345 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * qp.el (quoted-printable-encode-region): Save excursion.
16348
16349 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16350
16351         * message.el (message-kill-buffer-query-if-modified): Add new variable
16352         so the user can kill a modified message buffer quickly.
16353         (message-kill-buffer): Use it.
16354
16355 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * lpath.el: Fbind display-time-event-handler; don't fbind
16358         string-to-multibyte.
16359
16360         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16361
16362 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16365         contained in text because xml.el decodes entities) with LFs.
16366
16367 2005-04-11  Lute Kamstra  <lute@gnu.org>
16368
16369         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16370         differently.
16371
16372 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16373
16374         * mm-util.el (mm-detect-coding-region): Typo.
16375
16376 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16379
16380 2005-04-06  Deepak Goel  <deego@gnufans.org>
16381
16382         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16383         user-function allow user modifications of the scores.
16384         (spam-stat-score-buffer-user): New function, to allow
16385         user-computed modifications to the score.
16386         (spam-stat-score-buffer-user-functions): List of additional
16387         scoring functions.
16388         (spam-stat-error-holder): Global temporary error holder.
16389         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16390         variable.
16391
16392 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16393
16394         * gnus-registry.el (gnus-registry-clean-empty-function)
16395         (gnus-registry-trim, gnus-registry-fetch-groups)
16396         (gnus-registry-delete-group): Groups that match
16397         `gnus-registry-ignored-groups' are removed from the registry
16398         entries, not just ignored for splitting.  This helps clean up the
16399         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16400         to get all the groups a message ID is in.
16401
16402         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16403         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16404         (spam-stat-score-buffer-user-functions): Add :number custom type.
16405
16406 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16409         argument in XEmacs.
16410
16411         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16412         (nnrss-request-group): Decode group name first.
16413         (nnrss-request-article): Make a text/plain article if mml-to-mime
16414         failed.
16415         (nnrss-get-encoding): Return a compatible encoding according to
16416         nnrss-compatible-encoding-alist.
16417         (nnrss-find-el): Use consp instead of listp.
16418         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16419
16420 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16423         which Emacs 20 doesn't support.
16424         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16425
16426 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16427
16428         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16429         silence the byte compiler inside the defun.
16430
16431         * gnus-demon.el (parse-time-string): Add autoload.
16432
16433         * gnus-delay.el (parse-time-string): Add autoload.
16434
16435         * gnus-art.el (parse-time-string): Add autoload.
16436
16437         * nnultimate.el (parse-time): Require for `parse-time-string'.
16438
16439 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16442
16443         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16444
16445         * smime.el (smime-ldap-host-list): Add :version.
16446
16447 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16450         pass it to `gnus-browse-read-group'.
16451         (gnus-browse-read-group): Add NUMBER argument and pass it to
16452         `gnus-group-read-ephemeral-group'.
16453
16454         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16455         argument and pass it to `gnus-group-read-group'.
16456
16457 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16458
16459         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16460         mm-xemacs-find-mime-charset-1 if we have the mule feature
16461         available at runtime.
16462
16463 2005-03-25  Werner Lemberg  <wl@gnu.org>
16464
16465         * nnmaildir.el: Replace `illegal' with `invalid'.
16466
16467 2005-03-23  Lute Kamstra  <lute@gnu.org>
16468
16469         * time-date.el: Add comment on time value formats.
16470         Don't require parse-time.
16471         (with-decoded-time-value): New macro.
16472         (encode-time-value): New function.
16473         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16474         (days-to-time): Return a valid time value when arg is huge.
16475         (time-since): Use time-subtract.
16476         (time-to-number-of-days): Use time-to-seconds.
16477
16478 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16479
16480         * gnus-start.el (gnus-display-time-event-handler):
16481         Check display-time-timer at runtime rather than only at load time
16482         in case display-time-mode is turned off in the mean time.
16483
16484 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16487         used.
16488
16489         * nneething.el (nneething-map-file-directory): Derive from
16490         `gnus-directory'.
16491
16492         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16493         the To/Cc button.
16494
16495 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16496
16497         * nnmaildir.el (nnmaildir-request-accept-article):
16498         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16499
16500 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16501
16502         * gnus-async.el: Require timer-funcs at compile time when in
16503         XEmacs for `run-with-idle-timer'.
16504
16505 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16506
16507         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16508         autoloaded function.
16509
16510 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16511
16512         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16513
16514 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16515
16516         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16517
16518 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16519
16520         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16521         Add gnus-expert-user to default.
16522
16523 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16524
16525         * nnimap.el (nnimap-open-server): Ditto.
16526
16527         * imap.el (imap-authenticate): Fix typo.
16528
16529 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16530
16531         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16532         buffer (since IMAP server might return FETCH response out of
16533         order, and the nntp buffer must be sorted).
16534
16535 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16536
16537         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16538         comparison on string.
16539
16540         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16541         (gnus-agent-score): Rename category keywords to match gnus-cus.
16542         (gnus-agent-summary-fetch-series): Modify to protect against
16543         gnus-agent-summary-fetch-group clearing processable flags.
16544         (gnus-agent-synchronize-group-flags): Update live group buffer as
16545         synchronization may occur due to the user toggle the plugged
16546         status.
16547         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16548         successfully downloaded.
16549         (gnus-agent-expire-group-1): Avoid using markers when the overview
16550         is in ascending order; greatly improves performance.
16551         (gnus-agent-regenerate-group):
16552         Use gnus-agent-synchronize-group-flags to reset read status in both
16553         gnus and server.
16554         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16555
16556 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * message.el: Don't autoload former message-utils variables.
16559         (message-strip-subject-trailing-was): Change doc string.
16560
16561         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16562         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16563         (nnweb-google-search): Add "hl=en" here.
16564         (nnweb-google-parse-1, nnweb-google-create-mapping):
16565         Don't hardcode URL.
16566
16567 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * message.el (message-get-reply-headers, message-followup):
16570         Mention related variables `message-use-followup-to' and
16571         `message-use-mail-followup-to', in the information buffer.
16572
16573         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16574         of broken groups(-beta).google.com.
16575
16576 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16579         parameter to invoked gnus-request-move-article; remove the
16580         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16581         all at once instead of once per article.
16582         (gnus-summary-remove-process-mark): Accept a list of articles as
16583         well as a single article for processing.
16584
16585         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16586         parameter.
16587
16588         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16589
16590         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16591
16592         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16593         parameter.
16594
16595         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16596         parameter.
16597
16598         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16599         parameter and remove the gnus-sum-hint-move-is-internal variable.
16600
16601         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16602         parameter.
16603
16604         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16605         parameter.
16606
16607         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16608         parameter.
16609
16610         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16611
16612         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16613         parameter.
16614
16615         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16616         parameter.
16617
16618 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16619
16620         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16621         a more conservative way.
16622
16623 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16624
16625         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16626         buffer, so it moves the window's cursor.
16627
16628 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16629
16630         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16631         `mm-dissect-multipart' and receive the from field as an (optional)
16632         argument from `mm-dissect-multipart'.
16633         (mm-dissect-multipart): Receive the from field as an argument and
16634         pass it on when we call `mm-dissect-buffer' on MIME parts.
16635         Fixes verification/decryption of signed/encrypted MIME parts.
16636
16637 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16638
16639         * gnus-sum.el (gnus-summary-move-article):
16640         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16641         whatever it calls (right now, only nnimap-request-move article
16642         respects it).
16643
16644         * nnimap.el (nnimap-request-move-article):
16645         When gnus-sum-hint-move-is-internal is set, don't do the extra
16646         nnimap-request-article.
16647
16648 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16651
16652         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16653         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16654
16655         * gnus-sum.el (gnus-summary-caesar-message):
16656         Apply `gnus-treat-article' after rotation.
16657
16658         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16659         doc string.
16660
16661 2005-02-22  Simon Josefsson  <jas@extundo.com>
16662
16663         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16664         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16665         <arne@arnested.dk>.
16666         (encrypt): Add password-cache and password-cache-expiry as group
16667         members.
16668
16669 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16670
16671         * smime.el (smime-ldap-host-list): Doc fix.
16672         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16673         cache) password.
16674         (smime-sign-region): Use it.
16675         (smime-decrypt-region): Use it.
16676         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16677         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16678         fails.
16679         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16680         certificate from DER to PEM format rather than calling openssl.
16681
16682         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16683
16684         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16685         for signing/encryption.
16686
16687         * mml.el (mml-parse-1): Use them.
16688
16689 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16690
16691         * nnrss.el (nnrss-verbose): Remove.
16692         (nnrss-request-group): Use `nnheader-message' instead.
16693
16694 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16695
16696         * nnrss.el (nnrss-verbose): New variable.
16697         (nnrss-request-group): Make it say nnrss is requesting a group.
16698
16699 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16702         Handle news URL with given port correctly.
16703
16704 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16707         containing special characters.
16708
16709         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16710
16711         * mml.el (mime-to-mml): Ditto.
16712
16713         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16714         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16715         (rfc2047-decode-region): Quote decoded words containing special
16716         characters when rfc2047-quote-decoded-words-containing-tspecials
16717         is non-nil.
16718
16719 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16720
16721         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16722
16723         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16724
16725 2005-02-15  Simon Josefsson  <jas@extundo.com>
16726
16727         * nnimap.el (nnimap-debug): Doc fix.
16728
16729         * imap.el (imap-debug): Doc fix.
16730
16731 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16734
16735 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16736
16737         * gnus.el (spam-contents): Improve docs for spam-contents
16738         parameter in its variable incarnation.
16739
16740 2005-02-14  Simon Josefsson  <jas@extundo.com>
16741
16742         * smime-ldap.el: Use require instead of load-library for ldap.
16743         (smime-ldap-search): Indent.
16744         (smime-ldap-search-internal): Shorten line.
16745
16746         * smime.el (smime-cert-by-dns): Add doc-string.
16747         (smime-cert-by-ldap-1): Indent.
16748
16749         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16750         mml-smime-get-dns-ldap.
16751         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16752
16753 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16754
16755         * smime.el: Require smime-ldap.
16756         (smime-ldap-host-list): New variable.
16757         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16758
16759         * mml-smime.el (mml-smime-encrypt-query): New function.
16760         (mml-smime-encrypt-query): Use it.
16761
16762         * smime-ldap.el: New file.
16763
16764 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16767
16768 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16771         argument in doc string.  Make query for type more clear.
16772
16773 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16774
16775         * gnus.el (gnus-group-startup-message): Search for gnus images in
16776         etc/images/gnus.
16777         * mm-util.el (mm-image-load-path): Likewise.
16778         * smiley.el (smiley-data-directory): Search for smilies in
16779         etc/images/smilies.
16780
16781 2005-02-09  Kim F. Storm  <storm@cua.dk>
16782
16783         Change Emacs release version from 21.4 to 22.1 throughout.
16784         Change Emacs development version from 21.3.50 to 22.0.50.
16785
16786 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16789
16790         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16791         non-Mule XEmacs as well.
16792         (mm-decompress-buffer): Signal an error intentionally if it does
16793         not decompress compressed data because auto-compression-mode is
16794         disabled.
16795
16796 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16797
16798         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16799         an ID in the registry even if it has no groups.
16800
16801 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16804         merge it into mm-decompress-buffer.
16805         (gnus-mime-copy-part): Use the MIME part charset, the value which
16806         a user specified or gnus-newsgroup-charset for decoding, like
16807         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16808         save-buffer what was used.  Suggested by Kevin Ryde
16809         <user42@zip.com.au>.
16810         (gnus-mime-inline-part): Allow the name parameter as well as the
16811         filename parameter; force decompressing of compressed data; always
16812         display contents being not decoded as unibyte.
16813
16814         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16815         as well as the filename parameter.
16816
16817         * mm-util.el (mm-decompress-buffer):
16818         Merge gnus-mime-jka-compr-maybe-uncompress.
16819         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16820         of compressed data.
16821
16822 2005-02-08  Simon Josefsson  <jas@extundo.com>
16823
16824         * imap.el (imap-log): Doc fix.
16825
16826 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16829         the coding cookies; decompress compressed parts.
16830
16831         * mml.el (mml-generate-mime-1): Add the charset parameter according
16832         to the value which a user specified manually or the coding cookie.
16833
16834         * mm-util.el (mm-string-to-multibyte): New function.
16835         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16836         (mm-coding-system-to-mime-charset): New function.
16837         (mm-decompress-buffer): New function.
16838         (mm-find-buffer-file-coding-system): New function.
16839
16840         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16841         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16842         parts.
16843
16844 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16845
16846         * mm-view.el (mm-display-inline-fontify): Decode a part according
16847         to the charset parameter.
16848
16849 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16852         prefix arg is neither nil nor a number, as info specifies.
16853
16854 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16857         timestamps.
16858
16859 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16860
16861         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16862         groups error checking and notify user.
16863
16864 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16865
16866         * message.el (message-send-mail-function): Check existence of
16867         sendmail-program first before using default value
16868         `message-send-mail-with-sendmail'.  Otherwise use more generic
16869         `smtpmail-send-it'.
16870
16871 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * nntp.el (nntp-request-update-info): Always return nil.
16874
16875 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16876
16877         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16878
16879 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16880
16881         * message.el (message-beginning-of-line): Change the behavior when
16882         invoked between BOL and : so that it first moves backward.
16883
16884 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16887         article buffer when editing of the article is discarded.
16888         (gnus-article-prepare): Revert.
16889
16890 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-art.el (gnus-article-prepare):
16893         Remove message-strip-forbidden-properties from the local hook.
16894
16895 2005-01-27  Simon Josefsson  <jas@extundo.com>
16896
16897         * password.el (password-cache-add): Only start one timer per key.
16898         Reported by Derek Atkins <warlord@MIT.EDU>.
16899
16900 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16901
16902         * run-at-time.el: Remove.  It is no longer needed as
16903         timer-funcs.el in the xemacs-base package has a working version of
16904         `run-at-time'.
16905
16906         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16907
16908         * password.el: Require timer-funcs instead of run-at-time in
16909         XEmacs.
16910         Remove `password-run-at-time' macro.
16911         (password-cache-add): Use `run-at-time' instead of
16912         `password-run-at-time'.
16913
16914         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16915         Remove `nnheader-cancel-function-timers' alias,
16916         `cancel-function-timers' exists in XEmacs in timer-funcs.
16917
16918         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16919         for `run-with-idle-timer'.
16920
16921         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16922         for `run-at-time'.
16923
16924         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16925         for `with-timeout'.
16926
16927         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16928         the same as for XEmacs 21.4.
16929         No need to ignore `run-with-idle-timer', this function exists in
16930         XEmacs now in timer-funcs.el in the xemacs-base package.
16931         (dgnushack-compile): No need to delete
16932         run-at-time.el from the list of files to compile because it
16933         doesn't exist anymore.
16934
16935 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16938         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16939
16940 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16941
16942         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16943         sensitively.
16944
16945 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16946
16947         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16948
16949 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16952         which will be inserted according to the multibyteness of a buffer
16953         rather than the type of contents.  Suggested by ARISAWA Akihiro
16954         <ari@mbf.ocn.ne.jp>.
16955
16956         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16957         of string which old xml.el may return rather than a string.
16958
16959 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16962
16963 2005-01-16  Simon Josefsson  <jas@extundo.com>
16964
16965         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16966         idn/idna.el isn't available.
16967         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16968         <michael@waxrat.com>.
16969
16970         * hashcash.el: Remove non-FSF copyright header.
16971
16972         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16973         (hashcash-generate-payment): Use it.
16974         (hashcash-generate-payment-async): Use it.
16975
16976 2005-01-15  Simon Josefsson  <jas@extundo.com>
16977
16978         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16979         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16980
16981         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16982         gnus-summary-idna-message.
16983         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16984         (gnus-summary-idna-message): New function.
16985
16986 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16989         gnus-novice-user.
16990
16991 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * nnrss.el (nnrss-request-delete-group): Delete entries in
16994         nnrss-group-alist as well.
16995         (nnrss-save-server-data): Insert newline.
16996
16997 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16998
16999         * gnus.el (gnus-user-agent): Use list of symbols instead of
17000         symbols.  Display full version number for (S)XEmacs.
17001         Optionally display (S)XEmacs codename.
17002
17003         * gnus-util.el (gnus-emacs-version): Update for new
17004         `gnus-user-agent'.
17005
17006         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17007         Gnus version.
17008
17009 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17010
17011         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17012         which is unreadable in some setups.
17013
17014 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-spec.el (gnus-update-format-specifications): Flush the
17017         group format spec cache if it doesn't support decoded group names.
17018
17019 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17020
17021         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17022         Allow to apply decay on score files matching a regexp.
17023
17024 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17027         compatibility in %g and %c.
17028
17029 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17032         name for only %g and %c.
17033         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17034         of gnus-tmp-group to decoded group name.
17035         (gnus-group-make-rss-group): Exclude `/'s from group names.
17036
17037 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * nnrss.el (nnrss-get-encoding): Fix regexp.
17040
17041 2004-12-27  Simon Josefsson  <jas@extundo.com>
17042
17043         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17044         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17045         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17046
17047 2004-12-17  Kim F. Storm  <storm@cua.dk>
17048
17049         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17050
17051         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17052
17053 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17054
17055         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17056
17057 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * nnrss.el: Require rfc2047 and mml.
17060         (nnrss-file-coding-system): New variable.
17061         (nnrss-format-string): Redefine it as an inline function.
17062         (nnrss-decode-group-name): New function.
17063         (nnrss-string-as-multibyte): Remove.
17064         (nnrss-retrieve-headers): Decode group name; don't use
17065         nnrss-format-string.
17066         (nnrss-request-group): Decode group name.
17067         (nnrss-request-article): Decode group name; allow a Message-ID as
17068         well as an article number; don't use nnrss-format-string; encode a
17069         Message-ID string which may contain non-ASCII characters; use
17070         mml-to-mime to compose a MIME article.
17071         (nnrss-request-expire-articles): Decode group name.
17072         (nnrss-request-delete-group): Decode group name.
17073         (nnrss-fetch): Clarify error message.
17074         (nnrss-read-server-data): Use insert-file-contents instead of load;
17075         bind file-name-coding-system; use multibyte buffer.
17076         (nnrss-save-server-data): Bind coding-system-for-write to the
17077         value of nnrss-file-coding-system; bind file-name-coding-system;
17078         add coding cookie.
17079         (nnrss-read-group-data): Use insert-file-contents instead of load;
17080         bind file-name-coding-system; use multibyte buffer.
17081         (nnrss-save-group-data): Bind coding-system-for-write to the
17082         value of nnrss-file-coding-system; bind file-name-coding-system.
17083         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17084         make it work with non-ASCII text.
17085         (nnrss-find-el): Make it work with old xml.el as well.
17086
17087 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17088
17089         * nnrss.el (nnrss-get-encoding): New function.
17090         (nnrss-fetch): Use unibyte buffer initially; bind
17091         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17092         decode contents according to the encoding attribute.
17093         (nnrss-save-group-data): Add coding cookie.
17094         (nnrss-mime-encode-string): New function.
17095         (nnrss-check-group): Use it to encode subject and author.
17096
17097 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17098
17099         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17100         imaginary variable.
17101
17102 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17105         correctly even if there are wide characters.
17106
17107 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17108
17109         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17110         downcased symbol names; make a new cache instead of reusing
17111         bbdb-hashtable.
17112
17113 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17116         concatenating segments rather than before concatenating them.
17117         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17118
17119         * message.el (message-get-reply-headers): Bind `extra'.
17120
17121 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17122
17123         * message.el (message-extra-wide-headers): New variable.
17124         (message-get-reply-headers): Use it.
17125
17126 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17129         (gnus-agent-group-pathname): Ditto.
17130
17131         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17132
17133         * gnus-group.el (gnus-group-make-group): Decode group name.
17134         (gnus-group-make-rss-group): Register the group data after opening
17135         the nnrss group.
17136
17137 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17138
17139         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17140         by expiry now get marked as read.
17141
17142 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17145
17146 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17147
17148         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17149         unify Latin characters in XEmacs.
17150         (mm-find-mime-charset-region): Use it.
17151
17152 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17153
17154         * gnus-util.el (gnus-delete-directory): New function.
17155
17156         * gnus-agent.el (gnus-agent-delete-group): Use it.
17157
17158         * gnus-cache.el (gnus-cache-delete-group): Use it.
17159
17160 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17163         names.
17164
17165 2004-12-16  Simon Josefsson  <jas@extundo.com>
17166
17167         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17168
17169 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17172
17173         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17174         (gnus-group-set-current-level): Decode group name.
17175
17176 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17177
17178         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17179         failed.
17180
17181 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * gnus-group.el (gnus-group-delete-group): Decode group name.
17184         (gnus-group-make-rss-group): Encode group name.
17185         (gnus-group-catchup-current): Decode group name.
17186         (gnus-group-kill-group): Decode group name.
17187
17188 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17189
17190         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17191
17192 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-group.el (gnus-group-make-rss-group):
17195         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17196
17197         * gnus-start.el (gnus-setup-news): Honor user's setting to
17198         gnus-message-archive-method.  Suggested by Lute Kamstra
17199         <lute@gnu.org>.
17200
17201 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17202
17203         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17204         global counterparts of the buffer-local variables.
17205
17206 2004-11-16  Romain Francoise  <romain@orebokech.com>
17207
17208         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17209         counterparts of the buffer-local variables.
17210
17211 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17212
17213         * message.el (message-forbidden-properties): Fix typo in doc
17214         string.
17215
17216 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * gnus-util.el (gnus-replace-in-string): Add doc string.
17219
17220         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17221         to avoid problems when splitting mails with many recipients.
17222
17223 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17224
17225         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17226         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17227
17228 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17229
17230         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17231         if there is no hashtable in memory or file modification time is
17232         newer than cached timestamp.
17233
17234 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17235
17236         * gnus-sum.el (gnus-summary-limit-to-recipient):
17237         Implement not-matching option.
17238
17239 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17242         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17243         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17244         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17245         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17246         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17247
17248 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * message.el (message-forward-make-body-mml): Remove headers
17251         according to message-forward-ignored-headers if a message is decoded.
17252
17253 2004-12-02  Romain Francoise  <romain@orebokech.com>
17254
17255         * message.el (message-forward-make-body-plain): Always remove
17256         headers according to message-forward-ignored-headers.
17257
17258 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17259
17260         * spam.el (spam-summary-prepare-exit): Remove the
17261         gnus-summary-limit pop for now, it has problems with ham marks for
17262         me.
17263
17264 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17265
17266         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17267         correctly.
17268
17269 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17270
17271         * format-spec.el (format-spec): Message the char.
17272
17273 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17274
17275         * gnus-art.el (gnus-split-methods): Reformat comments.
17276
17277         * spam.el (spam-summary-prepare-exit): Remove article limits
17278         before exiting the summary buffer.
17279
17280 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17283         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17284
17285         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17286         order to silence the byte compiler.
17287
17288         * spam.el: Fix the way to silence the byte compiler, which
17289         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17290         bbdb-search-simple, spam-BBDB-register-routine,
17291         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17292         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17293         spam-stat-buffer-is-spam, spam-stat-load,
17294         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17295         spam-stat-save and spam-stat-split-fancy.
17296
17297 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17300         which may confuse users.
17301         (canlock-password-for-verify): Ditto.
17302
17303         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17304
17305         * gnus-art.el (gnus-emphasis-alist): Ditto.
17306
17307         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17308
17309         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17310
17311         * gnus-start.el (gnus-save-killed-list): Ditto.
17312
17313         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17314         (gnus-sum-thread-tree-root): Ditto.
17315         (gnus-sum-thread-tree-false-root): Ditto.
17316         (gnus-sum-thread-tree-single-indent): Ditto.
17317
17318         * message.el (message-courtesy-message): Ditto.
17319         (message-archive-note): Ditto.
17320         (message-subscribed-address-file): Ditto.
17321         (message-user-fqdn): Ditto.
17322
17323         * spam-report.el (spam-report-gmane-regex): Ditto.
17324
17325         * spam.el (spam-blackhole-good-server-regex): Ditto.
17326
17327 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * mml.el (mml-preview): Widen the message buffer before copying
17330         the contents to the preview buffer; sort headers before previewing.
17331
17332         * message.el (message-hidden-headers): Fix the way to avoid a bug
17333         in the `repeat' widget in Emacs 21.3 or earlier.
17334
17335 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * message.el (message-hidden-headers): Default to "^References:".
17338         Improve customization type.  Suggested by Reiner Steib
17339         <Reiner.Steib@gmx.de>.
17340
17341 2004-11-25  Romain Francoise  <romain@orebokech.com>
17342
17343         * message.el (message-strip-forbidden-properties): Remove check for
17344         obsolete `message-hidden' text property, hidden headers are not
17345         accessible in the buffer anymore.
17346
17347 2004-11-22  Romain Francoise  <romain@orebokech.com>
17348
17349         * message.el (message-header-format-alist): Add `From' in list
17350         so that it can be sorted.
17351         (message-fix-before-sending): Widen and sort headers before
17352         sending.
17353         (message-hide-headers): Use narrowing to hide headers by moving
17354         them to the top of the buffer and narrowing to the region
17355         underneath.
17356
17357 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17358
17359         * message.el (message-strip-forbidden-properties):
17360         Bind buffer-read-only (etc) to nil.
17361
17362 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17365         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17366
17367 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17368
17369         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17370
17371 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17372
17373         * dns.el (query-dns): Use sit-for to time instead of
17374         accept-process-output, since that doesn't seem to work on udp
17375         sockets.
17376
17377 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17380
17381 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17382
17383         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17384         doc string.  Improve doc string.
17385
17386 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * nntp.el (nntp-request-update-info): Return nil if
17389         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17390         may not call gnus-activate-group which uselessly issues the GROUP
17391         commands for all nntp groups and wastes time.  Reported by Romain
17392         Francoise <romain@orebokech.com>.
17393
17394         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17395
17396 2004-11-15  Simon Josefsson  <jas@extundo.com>
17397
17398         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17399         headers separately.
17400         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17401         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17402
17403 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * gnus-start.el (gnus-convert-old-newsrc):
17406         Assign legacy-gnus-agent to 5.10.7.
17407
17408 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17409
17410         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17411         start of the lines.
17412
17413 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17414
17415         * hashcash.el (hashcash-default-payment): Change default to 20.
17416         (hashcash-default-accept-payment): Change default to 20.
17417         (hashcash-process-alist): New variable.
17418         (hashcash-generate-payment-async): Add.
17419         (hashcash-already-paid-p): Add.
17420         (hashcash-insert-payment): Don't generate payments twice.
17421         (hashcash-insert-payment-async): Add.
17422         (hashcash-insert-payment-async-2): Add.
17423         (hashcash-cancel-async): Add.
17424         (hashcash-wait-async): Add.
17425         (hashcash-processes-running-p): Add.
17426         (hashcash-wait-or-cancel): Add.
17427         (mail-add-payment): New optional argument.  Conditionally start
17428         asynchronous calculation.
17429         (mail-add-payment-async): Add.
17430
17431         * message.el (message-send-mail): Wait for asynchronous hashcash
17432         results.  Don't clobber existing X-Hashcash headers.
17433         (message-setup-1): Call mail-add-payment-async when
17434         message-generate-hashcash is non-nil.
17435
17436 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17437
17438         * message.el (message-use-alternative-email-as-from): Examine the
17439         From header as well; use message-make-from in order to include a
17440         user's full name.
17441
17442 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17445         default; improve customization type.
17446         (gnus-emphasis-custom-with-format): New macro.
17447         (gnus-emphasis-custom-value-to-external): New function.
17448         (gnus-emphasis-custom-value-to-internal): New function.
17449
17450 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17451
17452         * dns.el (query-dns): Resolve reverse addresses.
17453
17454 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17455
17456         * gnus-group.el (gnus-group-get-new-news): Use it.
17457
17458         * gnus-start.el (gnus-check-reasonable-setup): New function.
17459
17460 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17463         "Args out of range" error.  Reported by Arnaud Giersch
17464         <arnaud.giersch@free.fr>.
17465
17466 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17467
17468         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17469
17470 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17471
17472         * spam.el (spam group): Add :version.
17473
17474         * pgg-def.el (pgg group): Add :version.
17475
17476 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus-art.el (gnus-article-edit-article): Don't associate the
17479         article buffer with a draft file.  This is a temporary measure
17480         against the 2004-08-22 change to gnus-article-edit-mode.
17481
17482 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17485         (html2text-format-tags): Remove unused variable `attr'.
17486
17487 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17490
17491         * tls.el (tls-process-connection-type, tls-success)
17492         (tls-certtool-program): Add :version.
17493
17494         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17495         (starttls-extra-arguments, starttls-process-connection-type)
17496         (starttls-connect, starttls-failure, starttls-success): Add :version.
17497
17498         * spam-stat.el (spam-stat): Add :version.
17499
17500         * sieve.el (sieve): Add :version.
17501
17502         * sha1.el (sha1): Add :version.
17503         (sha1-use-external): Remove redundant version.
17504
17505         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17506         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17507         (nnmail-split-fancy-match-partial-words)
17508         (nnmail-split-lowercase-expanded): Add :version.
17509
17510         * nndiary.el (nndiary): Add :version.
17511
17512         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17513
17514         * mml-sec.el (mml-default-sign-method)
17515         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17516         Add :version.
17517
17518         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17519
17520         * mm-url.el (mm-url-use-external, mm-url-program)
17521         (mm-url-arguments): Add :version.
17522
17523         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17524         (mm-attachment-file-modes, mm-decrypt-option)
17525         (mm-w3m-safe-url-regexp): Add :version.
17526
17527         * message.el (message-cite-prefix-regexp)
17528         (message-sendmail-envelope-from, message-minibuffer-local-map)
17529         (message-user-fqdn, message-completion-alist): Add :version.
17530
17531         * gnus-win.el (gnus-configure-windows-hook)
17532         (gnus-use-frames-on-any-display): Add :version.
17533
17534         * gnus-art.el (gnus-article-address-banner-alist)
17535         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17536         (gnus-treat-from-picon, gnus-treat-mail-picon)
17537         (gnus-treat-x-pgp-sig): Add :version.
17538
17539         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17540         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17541         (gnus-summary-article-delete-hook)
17542         (gnus-summary-display-while-building): Add :version.
17543
17544         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17545         (gnus-get-top-new-news-hook): Add :version.
17546
17547         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17548         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17549
17550         * gnus-registry.el (gnus-registry): Add :version.
17551
17552         * gnus-spec.el (gnus-use-correct-string-widths)
17553         (gnus-make-format-preserve-properties): Add :version.
17554
17555         * gnus.el (gnus-group-charter-alist)
17556         (gnus-group-fetch-control-use-browse-url)
17557         (gnus-install-group-spam-parameters): Add :version.
17558
17559         * gnus-diary.el (gnus-diary): Add :version.
17560
17561         * gnus-delay.el (gnus-delay): Add :version.
17562
17563         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17564         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17565         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17566         Add :version.
17567
17568         * gnus-agent.el (gnus-agent-max-fetch-size)
17569         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17570         (gnus-agent-prompt-send-queue): Add :version.
17571
17572         * deuglify.el (gnus-outlook-deuglify): Add :version.
17573
17574         * html2text.el: Beautify code.  Improve doc strings.
17575         Some checkdoc cleanup.
17576         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17577
17578 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17579
17580         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17581
17582 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17583
17584         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17585         when package is loaded.
17586
17587         * spam.el (spam-summary-score-preferred-header): Add global preference
17588         for people who want to override the default SpamAssassin over
17589         Bogofilter preference (when both are set).
17590         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17591         (spam-user-format-function-S):
17592         Check spam-summary-score-preferred-header.
17593         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17594         (spam-user-format-function-S): Format the score correctly.
17595
17596 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17599         signature file.  Suggested by Manoj Srivastava
17600         <srivasta@golden-gryphon.com>.
17601
17602         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17603         iso-2022-jp even in the Japanese language environment.
17604         Suggested by Jason Rumney <jasonr@gnu.org>.
17605
17606 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17609         use the same characters as the dummy marks; make it free from
17610         getting affected by the language environment.
17611         (gnus-summary-read-group-1): Update mark positions only when the
17612         format spec is updated.
17613
17614         * gnus-spec.el (gnus-update-format-specifications): Return a list
17615         of updated types.
17616
17617 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17620         of boundp to check if display-warning is available.
17621
17622 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17623
17624         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17625
17626 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * nnspool.el (nnspool-spool-directory): Use news-path if the
17629         news-directory variable is not bound.
17630
17631         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17632         function instead of display-warning if it is not available.
17633
17634 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17637         v5-10: Use `point-at-bol'.
17638
17639 2004-10-26  Simon Josefsson  <jas@extundo.com>
17640
17641         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17642         <chenggao@gmail.com>.
17643
17644 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17645
17646         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17647         instead.
17648
17649 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17650
17651         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17652         to remove a server from the nnimap-server-buffer-alist.
17653         (nnimap-open-connection, nnimap-close-server): Use it.
17654
17655         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17656
17657 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17660         running the major-mode function.
17661
17662 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17665         dummy marks in the right way.
17666
17667 2004-10-18  David Edmondson  <dme@dme.org>
17668
17669         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17670         excessively.
17671
17672 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17673
17674         * gnus-util.el (gnus-split-references): Accept a nil references
17675         string and go on blissfully.
17676
17677         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17678         cases where the references string is non-nil but has no references.
17679
17680         * encrypt.el: Add autoload tags.
17681
17682         * spam.el (spam-resolve-registrations-routine): Remove article
17683         from unregistration list too.  Reported by David Hanak
17684         <dhanak@isis.vanderbilt.edu>
17685
17686 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17689         nil.  Change custom type.
17690
17691 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17694
17695         * gnus-sum.el (gnus-summary-move-article): Use it.
17696
17697 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17698
17699         * encrypt.el: Add autoload cookies.
17700
17701         * spam.el (spam-backend-article-list-property)
17702         (spam-backend-get-article-todo-list)
17703         (spam-backend-put-article-todo-list)
17704         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17705         Resolve registrations separately.
17706         (spam-register-routine): Format comments.
17707         (spam-unregister-routine, spam-register-routine): Always call with
17708         specific-articles, no default list.
17709         (spam-summary-prepare-exit): Use the spam-classifications function.
17710
17711         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17712         gnus-encrypt.el.
17713
17714         * encrypt.el: Copied from gnus-encrypt.el.
17715
17716         * gnus-encrypt.el: Commented that it's obsolete.
17717
17718 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17719
17720         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17721         (gnus-score-save): Use it.
17722
17723         * message.el (message-bury): Use `window-dedicated-p'.
17724
17725 2004-10-15  Simon Josefsson  <jas@extundo.com>
17726
17727         * pop3.el (top-level): Don't require nnheader.
17728         (pop3-read-timeout): Add.
17729         (pop3-accept-process-output): Add.
17730         (pop3-read-response, pop3-retr): Use it.
17731
17732 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17733
17734         * spam.el (spam-register-routine): Move comment.
17735         (spam-verify-bogofilter): Use 'unknown for the initial
17736         spam-bogofilter-valid state, not 'never.
17737
17738         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17739         for netrc-machine.
17740
17741         * nnimap.el (nnimap-open-connection):
17742         Use netrc-machine-user-or-password.
17743
17744 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17745
17746         * gnus-registry.el (gnus-registry-unload-hook):
17747         Set as a variable with add-hook.
17748
17749         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17750         of news-path.
17751
17752         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17753
17754         * spam.el: Delete duplicate `provide'.
17755         (spam-unload-hook): Set as a variable with add-hook.
17756
17757 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17760         in the doc string.
17761
17762         * message.el (message-ignored-news-headers)
17763         (message-ignored-supersedes-headers)
17764         (message-ignored-resent-headers)
17765         (message-forward-ignored-headers): Improve custom type.
17766
17767 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * message.el (message-tokenize-header): Fix 2004-09-06 change
17770         which used point-min in the wrong place.
17771
17772 2004-10-12  Simon Josefsson  <jas@extundo.com>
17773
17774         * tls.el (tls-certtool-program): New variable.
17775         (tls-certificate-information): New function, based on
17776         ssl-certificate-information.
17777
17778 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * compface.el: Move the version of ELisp-based uncompface program
17781         to the contrib directory because of the copyright problem.
17782
17783 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17784
17785         * message.el (message-kill-buffer): Raise the current frame.
17786
17787 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17788
17789         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17790
17791         * gnus.el (message-y-or-n-p): Autoload.
17792
17793         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17794         (pop3-password-required, pop3-authentication-scheme)
17795         (pop3-leave-mail-on-server): Make customizable.
17796         (pop3): New custom group.
17797         (pop3-retr): Remove `sleep-for' statements.
17798         Suggested by Dave Love <fx@gnu.org>.
17799
17800         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17801         Windows/DOS.
17802
17803         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17804         (imap-parse-body): Fix incorrect use of `assert'.
17805         Suggested by Dave Love <fx@gnu.org>.
17806
17807         * mml.el (mml-minibuffer-read-disposition): Require match.
17808         Suggested by Dave Love <fx@gnu.org>.
17809
17810 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17813         doc string.
17814
17815 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17818
17819 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17820
17821         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17822         instead of calling `mm-insert-inline', to decode text/* parts
17823         before displaying them.
17824
17825 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * mm-uu.el (mm-uu-text-plain-type): New variable.
17828         (mm-uu-pgp-signed-extract-1): Use it.
17829         (mm-uu-pgp-encrypted-extract-1): Use it.
17830         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17831         bind mm-uu-text-plain-type with that value.
17832         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17833         mm-uu-dissect.
17834
17835 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-group.el (gnus-update-group-mark-positions):
17838         * gnus-sum.el (gnus-update-summary-mark-positions):
17839         * message.el (message-check-news-body-syntax):
17840         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17841         of string-as-multibyte.
17842
17843 2004-10-05  Juri Linkov  <juri@jurta.org>
17844
17845         * gnus-group.el (gnus-update-group-mark-positions):
17846         * gnus-sum.el (gnus-update-summary-mark-positions):
17847         * message.el (message-check-news-body-syntax):
17848         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17849         8-bit unibyte values to a multibyte string for search functions.
17850
17851 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17854         (mm-uu-dissect-text-parts): New function.
17855
17856         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17857         dissect text parts.
17858
17859         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17860         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17861
17862         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17863
17864         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17865         Use gnus-current-topics instead of gnus-current-topic.
17866
17867 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17868
17869         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17870
17871 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17874         where approriate.
17875
17876         * nnml.el (nnml-generate-active-info): do.
17877
17878         * nndiary.el (nndiary-generate-active-info): do.
17879
17880         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17881         (gnus-topic-move): do.
17882
17883         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17884         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17885
17886         * gnus-srvr.el (gnus-server-prepare)
17887         (gnus-server-open-all-servers): do.
17888
17889         * gnus-msg.el (gnus-summary-cancel-article)
17890         (gnus-summary-resend-message)
17891         (gnus-summary-mail-crosspost-complaint): do.
17892
17893         * gnus-move.el (gnus-change-server): do.
17894
17895         * gnus-group.el (gnus-group-unmark-all-groups)
17896         (gnus-group-set-current-level): do.
17897
17898 2004-10-04  Simon Josefsson  <jas@extundo.com>
17899
17900         * message.el (message-generate-hashcash): Doc fix.
17901
17902 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17903
17904         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17905         avoid infinite recursion via gnus-get-function.
17906
17907 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17908
17909         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17910
17911         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17912
17913         * nnmail.el (nnmail-split-history): do.
17914
17915         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17916         (nnml-request-delete-group): do.
17917
17918         * nnslashdot.el (nnslashdot-read-groups): do.
17919
17920         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17921         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17922
17923         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17924         (nnspool-sift-nov-with-sed): Use last.
17925         (nnspool-retrieve-headers-with-nov): Use mapc.
17926         (nnspool-request-newgroups): Use dolist.
17927         (nnspool-request-group): Use last.
17928
17929         * nntp.el (nntp-read-server-type): Use dolist.
17930
17931         * nnvirtual.el (nnvirtual-create-mapping)
17932         (nnvirtual-update-read-and-marked): Use dolist.
17933         (nnvirtual-convert-headers): Simplify.
17934
17935 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17936
17937         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17938         Add support for sync'ing tick marks.
17939
17940 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17943         there's no visible header.
17944
17945 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17946
17947         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17948         When necessary, pass full group name to gnus-request-set-marks.
17949
17950 2004-10-01  Simon Josefsson  <jas@extundo.com>
17951
17952         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17953         acroread.
17954
17955 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17956
17957         * spam-report.el (spam-report-gmane): Fix interactive.
17958
17959         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17960
17961         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17962         when writing file.
17963         (gnus-agent-synchronize-flags): Don't default to being
17964         interactive.
17965
17966 2004-09-30  Simon Josefsson  <jas@extundo.com>
17967
17968         * message.el (message-generate-hashcash): Add.
17969         (message-send-mail): Use it, call mail-add-payment.
17970
17971 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17972
17973         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17974
17975 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17976
17977         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17978         gnus-requst-update-info with explicit code to sync the in-memory
17979         info read flags with the marks being sync'd to the backend.
17980
17981         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17982
17983 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17984
17985         * spam.el (spam-verify-bogofilter): Add new function.
17986         (spam-check-bogofilter)
17987         (spam-bogofilter-register-with-bogofilter): Use it.
17988         (spam-verify-bogofilter): Add small fixes.
17989
17990 2004-09-28  Simon Josefsson  <jas@extundo.com>
17991
17992         * hashcash.el (hashcash-generate-payment): Revert.
17993
17994 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17995
17996         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17997         Use gnus-extract-references instead of gnus-split-references.
17998
17999         * gnus-util.el (gnus-extract-references): Add new function, analogous
18000         to gnus-split-references but extracts only the message-ID without
18001         anything extra.
18002
18003         * hashcash.el (hashcash-generate-payment)
18004         (hashcash-check-payment): Do the right thing if hashcash-path is
18005         nil (because the hashcash program could not be found).
18006
18007         * spam.el (spam-use-hashcash): Remove comment.
18008
18009 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18010
18011         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18012         (gnus-cache-enter-article, gnus-cache-remove-article)
18013         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18014
18015         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18016
18017         * gnus-art.el (article-hide-boring-headers)
18018         (article-translate-strings, article-display-face)
18019         (gnus-article-mime-match-handle-first)
18020         (gnus-article-highlight-headers)
18021         (gnus-article-add-buttons-to-head): do.
18022
18023 2004-09-27  Simon Josefsson  <jas@extundo.com>
18024
18025         * hashcash.el: New version, from
18026         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18027         ../contrib/.
18028
18029 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18032
18033 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18034
18035         * gnus-dup.el (gnus-dup-open): Use mapc.
18036         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18037
18038         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18039         Reported by Stefan Wiens <s.wi@gmx.net>.
18040
18041         * gnus.el (gnus-shutdown): Use dolist.
18042
18043         * gnus-undo.el (gnus-undo): Use mapc.
18044
18045         * nnrss.el (nnrss-generate-active): do.
18046
18047         * message.el (message-cite-original-without-signature)
18048         (message-cite-original): Use mapc.
18049         (message-do-actions, message-make-forward-subject): Use dolist.
18050
18051 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18052
18053         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18054         deletion to remove entire duplicate line.  Fixes merged article
18055         number bug.
18056
18057 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18058
18059         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18060         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18061         first ask if you want to open a server and then, even when you
18062         responded with no, asking if you want to synchronize the server's
18063         flags.
18064         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18065         multi-line expressions.
18066         (gnus-agent-synchronize-group-flags): New internal function.
18067         Updates marks in memory (in the info structure) AND in the
18068         backend.
18069
18070         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18071
18072         * nnagent.el (nnagent-request-set-mark):
18073         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18074         method, to ensure that synchronization updates marks in the
18075         backend and in the info (in memory) structure.
18076
18077 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18080         convention fully; don't miss the root article of a thread; make
18081         the X-Draft-From header with correct article numbers.
18082
18083 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18084
18085         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18086         unless plugged.  Disable the agent so that an open failure causes
18087         an error.
18088
18089         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18090         Revert 2004-09-21 change.  The backend must be opened while
18091         synchronizing flags even when the backend stores the flags
18092         locally.
18093
18094 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18097         in `header' match.  Reported by Svend Tollak Munkejord.
18098
18099         * message.el (message-cite-original): Fix use of
18100         `message-cite-articles-with-x-no-archive'.
18101
18102 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18105         (gnus-window-to-buffer): Ditto.
18106
18107         * mml.el (mml-preview-buffer): New variable.
18108         (mml-preview): Manage window layout with gnus-buffer-configuration.
18109
18110         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18111         X-Draft-From header even if those articles aren't quoted.
18112
18113 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18114
18115         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18116         (gnus-request-set-mark, gnus-request-update-mark): Use new
18117         g-s-t-u-l-m to decide to use backend even when unplugged.
18118
18119 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18122         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18123
18124 2004-09-20  Simon Josefsson  <jas@extundo.com>
18125
18126         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18127         "utf-16-le".
18128
18129 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18130
18131         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18132
18133 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * uudecode.el (uudecode-use-external): Add :version.
18136
18137         * smime.el (smime-CA-file, smime-encrypt-cipher)
18138         (smime-dns-server): Add :version.
18139
18140         * smiley.el (gnus-smiley-file-types): Add :version.
18141
18142         * sha1.el (sha1-use-external): Add :version.
18143
18144         * pgg-def.el (pgg-query-keyserver): Add :version.
18145
18146         * nnmail.el (nnmail-fancy-expiry-targets)
18147         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18148         Add :version.
18149
18150         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18151         (nnimap-retrieve-groups-asynchronous): Add :version.
18152         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18153
18154         * mml.el (mml-content-disposition-parameters)
18155         (mml-insert-mime-headers-always): Add :version.
18156
18157         * mm-util.el (mm-coding-system-priorities): Add :version.
18158
18159         * mm-decode.el (mm-inline-text-html-with-images)
18160         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18161         (mm-verify-option): Add :version.
18162         (mm-text-html-renderer): Change :version.
18163
18164         * message.el (message-fcc-externalize-attachments)
18165         (message-required-headers, message-draft-headers)
18166         (message-subject-trailing-was-query)
18167         (message-subject-trailing-was-ask-regexp)
18168         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18169         (message-mark-insert-end, message-archive-header)
18170         (message-archive-note, message-cross-post-default)
18171         (message-cross-post-note, message-followup-to-note)
18172         (message-cross-post-note-function, message-use-mail-followup-to)
18173         (message-subscribed-address-functions)
18174         (message-subscribed-address-file, message-subscribed-addresses)
18175         (message-subscribed-regexps, message-allow-no-recipients)
18176         (message-yank-cited-prefix, message-signature-insert-empty-line)
18177         (message-hidden-headers, message-hierarchical-addresses)
18178         (message-mail-user-agent, message-use-idna)
18179         (message-valid-fqdn-regexp)
18180         (message-strip-special-text-properties, message-header-synonyms)
18181         (message-beginning-of-line, message-tab-body-function): Add :version.
18182         (message-insert-canlock, message-wide-reply-confirm-recipients):
18183         Change :version.
18184
18185         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18186         and :version.
18187         (mail-source-delete-old-incoming-confirm)
18188         (mail-source-movemail-program): Add :version.
18189
18190         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18191         (gnus-agent-cache, gnus-agent): Change :version.
18192
18193         * gnus-util.el (gnus-use-byte-compile): Change :version.
18194
18195         * gnus-sum.el (gnus-summary-make-false-root-always)
18196         (gnus-summary-default-high-score)
18197         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18198         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18199         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18200         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18201         (gnus-sum-thread-tree-single-indent)
18202         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18203         (gnus-sum-thread-tree-leaf-with-other)
18204         (gnus-sum-thread-tree-single-leaf): Add :version.
18205         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18206         (gnus-article-loose-mime): Change :version.
18207
18208         * gnus-start.el (gnus-backup-startup-file)
18209         (gnus-save-startup-file-via-temp-buffer): Add :version.
18210
18211         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18212         (gnus-server-offline-face): Add :version.
18213
18214         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18215
18216         * gnus-msg.el (gnus-gcc-externalize-attachments)
18217         (gnus-debug-files, gnus-debug-exclude-variables)
18218         (gnus-discouraged-post-methods): Change :version.
18219         (gnus-confirm-mail-reply-to-news)
18220         (gnus-confirm-treat-mail-like-news): Add :version.
18221
18222         * gnus-int.el (gnus-server-unopen-status): Add :version.
18223
18224         * gnus-group.el (gnus-group-jump-to-group-prompt)
18225         (gnus-large-ephemeral-newsgroup)
18226         (gnus-fetch-old-ephemeral-headers): Add :version.
18227
18228         * gnus-fun.el (gnus-x-face-directory)
18229         (gnus-convert-pbm-to-x-face-command)
18230         (gnus-convert-image-to-x-face-command)
18231         (gnus-convert-image-to-face-command): Add :version.
18232
18233         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18234
18235         * gnus-cite.el (gnus-cite-blank-line-after-header)
18236         (gnus-article-boring-faces): Add :version.
18237
18238         * gnus-art.el (gnus-buttonized-mime-types)
18239         (gnus-inhibit-mime-unbuttonizing)
18240         (gnus-treat-display-face)
18241         (gnus-treat-body-boundary): Change :version.
18242         (gnus-body-boundary-delimiter, gnus-picon-databases)
18243         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18244         (gnus-treat-date-english, gnus-treat-fold-headers)
18245         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18246         (gnus-treat-mail-picon, gnus-treat-wash-html)
18247         (gnus-article-encrypt-protocol)
18248         (gnus-use-idna, gnus-article-over-scroll)
18249         (gnus-mime-display-multipart-alternative-as-mixed)
18250         (gnus-mime-display-multipart-related-as-mixed)
18251         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18252         (gnus-ctan-url, gnus-button-ctan-handler)
18253         (gnus-button-handle-ctan-bogus-regexp)
18254         (gnus-button-ctan-directory-regexp)
18255         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18256         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18257         (gnus-button-man-level, gnus-button-emacs-level)
18258         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18259
18260         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18261         (gnus-agent-go-online): Change :version.
18262         (gnus-agent-expire-unagentized-dirs)
18263         (gnus-agent-auto-agentize-methods): Add :version.
18264
18265         * flow-fill.el (fill-flowed-display-column)
18266         (fill-flowed-encode-column): Add :version.
18267
18268         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18269         (gnus-outlook-deuglify-unwrap-max)
18270         (gnus-outlook-deuglify-cite-marks)
18271         (gnus-outlook-deuglify-unwrap-stop-chars)
18272         (gnus-outlook-deuglify-no-wrap-chars)
18273         (gnus-outlook-deuglify-attrib-cut-regexp)
18274         (gnus-outlook-deuglify-attrib-verb-regexp)
18275         (gnus-outlook-deuglify-attrib-end-regexp)
18276         (gnus-outlook-display-hook): Add :version.
18277
18278         * binhex.el (binhex-use-external): Add :version.
18279
18280 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18283         and `invisible'.
18284
18285 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18286
18287         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18288         in gnus-registry-trim.
18289
18290 2004-09-13  Simon Josefsson  <jas@extundo.com>
18291
18292         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18293
18294         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18295
18296         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18297         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18298         <yamaoka@jpl.org>.
18299         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18300         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18301         <yamaoka@jpl.org>.
18302
18303         * sieve.el (sieve-manage-mode): Ditto.
18304
18305 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18306
18307         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18308
18309 2004-09-11  Simon Josefsson  <jas@extundo.com>
18310
18311         * dns-mode.el: Add.
18312
18313         * mm-view.el (mm-display-dns-inline): Add.
18314
18315         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18316         (mm-automatic-display): Ditto.
18317
18318         * mailcap.el (mailcap-mime-data): Add text/dns.
18319         (mailcap-mime-extensions): Map .soa to text/dns.
18320
18321 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18322
18323         * gnus-art.el (article-decode-mime-words, article-babel)
18324         (gnus-article-highlight-signature, gnus-article-add-buttons)
18325         (gnus-signature-toggle): Remove unnecessary bindings of
18326         `inhibit-read-only' inherited from v5.10 merge.
18327
18328 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * nntp.el (nntp): New customization group.
18331         (nntp-authinfo-file): Add customization group.
18332
18333         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18334
18335         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18336
18337         * gnus.el (to-address, to-list, subscribed)
18338         (large-newsgroup-initial): Ditto.
18339
18340         * flow-fill.el (fill-flowed-display-column)
18341         (fill-flowed-encode-column): Ditto.
18342
18343 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18344
18345         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18346         Use point-min rather than 1.
18347         (message-send-mail): Use buffer-size rather than point-max.
18348
18349         * gnus-sum.el (gnus-summary-search-article-forward):
18350         Signal a specific `search-failed' rather than a generic `error'.
18351
18352         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18353         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18354         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18355
18356 2004-09-10  Simon Josefsson  <jas@extundo.com>
18357
18358         * nndb.el (require): Remove tcp and duplicate cl.
18359
18360 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-agent.el (directory-files-and-attributes): Move forward.
18363
18364 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18365
18366         * gnus-agent.el (directory-files-and-attributes):
18367         Optionally defined to support XEmacs.
18368
18369 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18370
18371         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18372         to avoid run-time CL dependencies.
18373         (gnus-agent-unfetch-articles): New function.
18374         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18375         article numbers even when local .overview file is missing.
18376         (gnus-agent-read-article-number): New function.  Only accepts
18377         27-bit article numbers.
18378         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18379         Use gnus-agent-read-article-number.
18380         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18381         from backend while recognizing that article numbers in .overview
18382         must be valid.
18383         (gnus-agent-update-files-total-fetched-for):
18384         Use directory-files-and-attributes to improve performance.
18385         * gnus-int.el (gnus-request-move-article):
18386         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18387         improve performance.
18388
18389         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18390         some users confused by references to .newsrc when they only have a
18391         .newsrc.eld file.
18392         (gnus-convert-mark-converter-prompt)
18393         (gnus-convert-converter-needs-prompt): Fix use of property list.
18394         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18395         New function.  Used internally to only display 'gnus converting
18396         files' message when actually necessary.
18397
18398         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18399         methods now autoloaded.
18400
18401 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18404         identifiers.
18405
18406 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18407
18408         * gnus-picon.el: Fix indentation and closing parenthesis.
18409
18410 2004-09-01  Simon Josefsson  <jas@extundo.com>
18411
18412         * message.el (message-canlock-generate): Require sha1, not
18413         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18414         to require within a function.  Sadly, if sha1.el isn't loaded, the
18415         let binding in m-c-g will hide the defcustom definition, which is
18416         bad.)
18417
18418         * canlock.el: Require sha1, not sha1-el.
18419
18420         * message.el: Don't autoload sha1 (there is a autoload cookie in
18421         sha1.el).
18422
18423         * sha1-el.el: Rename to sha1.el.
18424
18425 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18426
18427         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18428
18429 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18430
18431         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18432
18433 2004-08-30  Kim F. Storm  <storm@cua.dk>
18434
18435         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18436
18437         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18438         Add :group 'nnimap.
18439
18440 2004-08-30  Andreas Schwab  <schwab@suse.de>
18441
18442         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18443         ?* and ?\;.
18444
18445         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18446         and ?\' to symbol instead of whitespace.
18447
18448 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18451
18452         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18453         instead of re-search-forward.
18454
18455         * gnus-uu.el (gnus-uu-save-article): Ditto.
18456         (gnus-uu-post-encode-uuencode): Ditto.
18457
18458         * html2text.el (html2text-clean-list-items): Ditto.
18459         (html2text-clean-dtdd): Ditto.
18460         (html2text-format-tags): Ditto.
18461
18462         * message.el (message-send-mail-with-sendmail): Fix regexp.
18463         (message-fill-field-general): Use search-forward instead of
18464         re-search-forward.
18465         (unbold-region): Ditto.
18466
18467         * nnrss.el (nnrss-request-article): Ditto.
18468
18469         * nnslashdot.el (nnslashdot-request-article): Ditto.
18470
18471         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18472
18473         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18474         "Unrecognized menu descriptor" error in XEmacs.
18475
18476 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18477
18478         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18479         parent article of a sparse article in the thread hashtb.
18480
18481 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18482
18483         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18484         (nnmail-expand-newtext): Lowercase expanded entries if
18485         nnmail-split-lowercase-expanded is non-nil.
18486
18487 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18490
18491         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18492         of gnus-tmp-news-method into string under XEmacs.  It will be
18493         passed to gnus-correct-length which takes only a string argument.
18494
18495 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * gnus-util.el (gnus-bind-print-variables): New macro.
18498         (gnus-prin1): Use it.
18499         (gnus-prin1-to-string): Use it.
18500         (gnus-pp): New function.
18501         (gnus-pp-to-string): New function.
18502
18503         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18504         Replace pp-to-string with gnus-pp-to-string.
18505         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18506         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18507         * gnus-msg.el (gnus-debug): Ditto.
18508         * gnus-score.el (gnus-score-save): Ditto.
18509         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18510         gnus-pp-to-string.
18511         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18512         with gnus-pp.
18513         * score-mode.el (gnus-score-pretty-print): Ditto.
18514         * webmail.el (webmail-debug): Ditto.
18515
18516 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * gnus-art.el (article-display-face, article-display-x-face):
18519         Use buffer-read-only.
18520
18521 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * gnus-art.el (article-hide-list-identifiers):
18524         Bind inhibit-read-only as t.
18525
18526 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18527
18528         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18529
18530 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18531
18532         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18533         (gnus-narrow-to-page): Don't assume point-min == 1.
18534         (gnus-article-edit-mode): Derive from message-mode.
18535
18536         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18537         point-min == 1.
18538
18539         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18540         Disable incorrect use of `assert'.
18541
18542         * message.el (message-mode): Set comment-start-skip.
18543
18544
18545 2004-08-22  Sam Steingold  <sds@gnu.org>
18546
18547         * pop3.el (pop3-leave-mail-on-server): New user variable.
18548         (pop3-movemail): Delete mail only when it is nil.
18549
18550 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18551
18552         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18553
18554         * mml.el (mml-preview): Use `pop-to-buffer'.
18555
18556         * message.el (message-goto-mail-followup-to): Insert after "To".
18557         (message-carefully-insert-headers): Add comment.
18558
18559         * gnus.el: Remove unused variable `gnus-article-check-size'.
18560
18561         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18562
18563         * gnus-art.el (gnus-button-alist):
18564         Improve `gnus-button-handle-library' entry.
18565
18566 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18567
18568         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18569         Use downcase, since XEmacs capitalizes error messages differently.
18570
18571 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18572
18573         * nntp.el: Add (require 'gnus) due to reference to
18574         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18575
18576 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18577
18578         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18579         Bind `mm-fill-flowed'.
18580
18581         * mm-decode.el (mm-dissect-singlepart): Check it.
18582
18583 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18584
18585         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18586         'imap' for netrc parsing.
18587
18588 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * mailcap.el (mailcap-mime-data): Mark as risky.
18591
18592 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18595         may be included in the encoded word.
18596         (rfc2047-encode): Don't append a space if the encoded word
18597         includes close parenthesis.
18598
18599 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18602         of text within parentheses.
18603
18604 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18605
18606         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18607         (gnus-encrypt-write-file-contents): Make the password key the file
18608         name PLUS the cipher, not just the cipher.  Also remove failed
18609         passwords from the cache.
18610
18611 2004-08-06  Simon Josefsson  <jas@extundo.com>
18612
18613         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18614         Doc fix.
18615
18616 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18619         LWSP.
18620
18621 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18622
18623         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18624         Try to append in-reply-to: data to the references: header.
18625
18626         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18627         (netrc-parse): Use gnus-encrypt.el functions.
18628
18629         * gnus-encrypt.el: Add new file for encryption support; currently
18630         does only a few GPG ciphers and an internal XOR cipher.
18631
18632         * password.el: Add comments on using password-read-and-add.
18633         (password-read-and-add): Add function to read and add the
18634         password to the cache at once.
18635
18636 2004-07-28  Simon Josefsson  <jas@extundo.com>
18637
18638         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18639         parameter (but don't use it, for now).
18640
18641         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18642         instead of hard coding to nil.
18643
18644 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18647         as mm-inline-image-xemacs does.
18648
18649 2004-07-26  Simon Josefsson  <jas@extundo.com>
18650
18651         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18652         Revert part of 2004-07-17 change below.
18653
18654 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18657         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18658
18659 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18660
18661         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18662         quotes that actually start with ">" at the beginning of the
18663         lines.
18664
18665 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * rfc2047.el (rfc2047-encode-region): Fix last change.
18668         (rfc2047-encode-parameter): Remove useless concat.
18669
18670 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18673         encode special characters; fix some kind of misconfigured headers;
18674         signal a real error if debug-on-quit or debug-on-error is non-nil.
18675         (rfc2047-encode-max-chars): New variable.
18676         (rfc2047-encode-1): Use it.
18677         (rfc2047-encode-parameter): New function.
18678
18679         * mml.el (mml-insert-parameter): Remove an excessive space.
18680
18681 2004-07-17  Simon Josefsson  <jas@extundo.com>
18682
18683         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18684         Kai Grossjohann <kai@emptydomain.de>.
18685         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18686         (gnus-group-make-menu-bar): Ditto.
18687
18688         * gnus-util.el (gnus-group-server): Add.
18689
18690 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18691
18692         * message.el (message-clone-locals): Clone sendmail and smtp
18693         variables.
18694
18695 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * rfc2047.el (rfc2047-encode-region): Fix last change.
18698
18699 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18702         characters as non-special.
18703
18704 2004-07-09  Simon Josefsson  <jas@extundo.com>
18705
18706         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18707         Users will lose all flag changes made while unplugged with
18708         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18709         good default.  See numerous reports on ding mailing list.
18710
18711 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18714         add generate-head-function and generate-article-function to the
18715         rfc822-forward entry.
18716         (nndoc-rfc822-forward-generate-article): New function.
18717         (nndoc-rfc822-forward-generate-head): New function.
18718
18719         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18720
18721 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18722
18723         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18724         respect display group parameter and gnus-summary-expunge-below.
18725         (gnus-articles-to-read): Remove unused reference to display group
18726         parameter.
18727
18728 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18729
18730         * nnheader.el (nnheader-uniquify-message-id): New experimental
18731         variable.
18732         (nnheader-nov-read-message-id): Use it.
18733
18734         * spam-report.el (spam-report-gmane): Add interactive.
18735
18736 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * mm-encode.el (mm-content-transfer-encoding-defaults):
18739         Use qp-or-base64 for the application/* types.
18740
18741 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18742
18743         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18744
18745 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18746
18747         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18748         trim value.
18749
18750 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18751
18752         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18753         New macro and function.
18754         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18755
18756 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18759         after-load-alist.
18760
18761 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18762
18763         * gnus-group.el (gnus-group-get-new-news-this-group):
18764         Don't update info that isn't there.
18765
18766 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18767
18768         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18769         entry.
18770
18771 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * mm-view.el (mm-inline-render-with-function): Use multibyte
18774         buffer; decode html source by charset.
18775
18776         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18777
18778         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18779         Mule-UCS is loaded under XEmacs.
18780         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18781
18782 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18783
18784         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18785
18786 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * mm-util.el (mm-coding-system-p): Return a coding-system.
18789         (mm-mime-mule-charset-alist): Use shift_jis instead of
18790         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18791         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18792         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18793         instead of japanese-shift-jis and iso-latin-1 respectively in
18794         order to share the default value with both Emacs and XEmacs-mule.
18795         (mm-mule-charset-to-mime-charset):
18796         Make mm-coding-system-priorities effective.
18797         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18798         while predicating of candidates upon the priorities.
18799
18800 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18801
18802         * gnus-sum.el (gnus-summary-make-menu-bar):
18803         Add gnus-uu-invert-processable.
18804
18805         * gnus.el: Autoload gnus-uu-invert-processable.
18806
18807 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * mm-util.el (mm-with-multibyte-buffer): New macro.
18810
18811         * rfc2047.el (rfc2047-encode-string): Use it.
18812         (rfc2047-encode-region): Move point to the end of the region after
18813         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18814
18815 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18818         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18819
18820 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18823         (gnus-cite-parse): Ignore quoted envelope From_.
18824         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18825
18826 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18827
18828         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18829         invalid addresses.
18830
18831 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18832
18833         * spam.el: Change section markers, revise TODO list.
18834         (spam-backends): Make new master list of all installed backends.
18835         (spam-summary-exit-behavior): Add new variable to determine how
18836         messages moves are done at summary exit.
18837         (spam-move-spam-nonspam-groups-only)
18838         (spam-process-ham-in-nonham-groups)
18839         (spam-process-ham-in-spam-groups): Remove variables, the
18840         spam-summary-exit-behavior variable should be used to manage this
18841         behavior.
18842         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18843         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18844         and spam-old-spam-articles.
18845         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18846         Add empty variables, placeholders for the backends they represent.
18847         (spam-set-difference): Move, unchanged.
18848         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18849         unless the user has a processor variable.
18850         (spam-classifications, spam-classification-valid-p)
18851         (spam-backend-properties, spam-backend-property-valid-p)
18852         (spam-backend-function-type-valid-p)
18853         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18854         (spam-report-articles-gmane, spam-report-articles-resend):
18855         Remove functions, they are not needed.
18856         (spam-install-backend-super, spam-backend-list)
18857         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18858         (spam-backend-function, spam-backend-ham-registration-function)
18859         (spam-backend-spam-registration-function)
18860         (spam-backend-ham-unregistration-function)
18861         (spam-backend-spam-unregistration-function)
18862         (spam-backend-statistical-p, spam-backend-mover-p)
18863         (spam-install-backend-alias, spam-install-checkonly-backend)
18864         (spam-install-mover-backend, spam-install-nocheck-backend)
18865         (spam-install-backend, spam-install-statistical-backend)
18866         (spam-install-statistical-checkonly-backend): Add backend installation
18867         support.
18868         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18869         (spam-group-processor-p): Use the new backend code and respect the
18870         summary exit behavior.
18871         (spam-mark-spam-as-expired-and-move-routine): Remove.
18872         (spam-summary-prepare): Change to use the new spam-old-articles
18873         variable.
18874         (spam-copy-or-move-routine, spam-copy-spam-routine)
18875         (spam-move-spam-routine, spam-copy-ham-routine)
18876         (spam-move-ham-routine): Add code to copy/move ham or spam.
18877         (spam-fetch-field-fast): Improve doc and code, plus allow the
18878         'number request.
18879         (spam-list-of-checks, spam-list-of-statistical-checks):
18880         Remove variables.
18881         (spam-split, spam-find-spam): Use the new backend code.
18882         (spam-registration-functions): Remove variable.
18883         (spam-unregister-routine): Add convenience wrapper.
18884         (spam-log-undo-registration, spam-register-routine)
18885         (spam-log-processing-to-registry)
18886         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18887         where possible.
18888         (spam-check-gmane-xref, spam-check-regex-headers)
18889         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18890         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18891         (spam-check-bogofilter-headers, spam-check-spamoracle)
18892         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18893         (spam-check-crm114-headers): Use the spam-split-group that
18894         spam-split prepares, no need to determine it every time.
18895
18896         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18897         to the nnheader-parse-naked-head call.
18898
18899         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18900
18901         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18902         the nnheader-nov-read-message-id call.
18903
18904 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18907         gnus-activate-group twice.  Suggested by Markus Peter
18908         <warp@spin.de>.
18909
18910 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * gnus-art.el (gnus-article-time-format): Exchange the order of
18913         day and month in the default value; fix customization type.
18914         (article-date-ut): Use add-text-properties.
18915         (article-make-date-line): Use message-make-date instead of
18916         current-time-string.
18917
18918         * message.el (message-fetch-field): Don't use set-text-properties.
18919         (message-make-date): Simplify.
18920
18921         * messagexmas.el (message-xmas-make-date): New function.
18922         (message-xmas-redefine): Defalias message-make-date to it.
18923
18924 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18927         (rfc2047-encode-region): Treat text within parentheses as special;
18928         show the original text when error has occurred.
18929
18930         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18931         already-computed method to gnus-activate-group.
18932
18933         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18934         same select-methods identical Lisp objects.
18935
18936         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18937         object when modifying the info.
18938
18939 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18942         gnus-opened-servers since it has never been opened with the new
18943         configuration yet.
18944
18945 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18948         arg to nnheader-generate-fake-message-id.
18949
18950 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18951
18952         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18953         number and build a fake message ID localized to a group and
18954         article number (so it's repeatable from that point on).
18955         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18956         ID format.
18957
18958         * gnus-sum.el (gnus-get-newsgroup-headers):
18959         Call nnheader-generate-fake-message-id with the article number.
18960
18961 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18962
18963         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18964         end-of-buffer.
18965
18966 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18967
18968         * message.el (message-ignored-supersedes-headers): Add Approved.
18969
18970 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18973         goto-char.
18974         (rfc2047-encode): Fold the line before encoding.
18975
18976 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18977
18978         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18979         folding -- not all headers can be folded, and this should be done
18980         by the message composition mode.  Probably.  I think.
18981
18982 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18985         fast.
18986
18987         * gnus-ems.el (gnus-remove-image): Don't use
18988         message-text-with-property; remove only the image found first.
18989
18990         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18991         found first.
18992
18993 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18994
18995         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18996
18997 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * message.el (message-text-with-property): Make it fast and accept
19000         optional arguments.
19001         (message-strip-forbidden-properties): Use it.
19002         (message-fix-before-sending): Follow the m-t-w-p change.
19003
19004         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19005
19006 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * gnus-art.el (article-hide-headers): Don't change the buffer
19009         mistakenly when performing mml-preview even if
19010         gnus-single-article-buffer is nil.
19011
19012 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19013
19014         * message.el (message-expand-name-databases): New user option.
19015         (message-expand-name): Use it.
19016
19017 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19018
19019         * spam.el (spam-report-articles-resend)
19020         (spam-report-resend-register-routine): Allow ham reporting.
19021         (spam-report-resend-register-ham-routine): Add wrapper.
19022         (spam-registration-functions): Add ham resending functions.
19023         (spam-list-of-processors): Add ham resend processor.
19024
19025         * gnus.el (ham-resend-to): Add new group parameter.
19026         (spam-process): Add ham resend option.
19027
19028         * spam-report.el (spam-report-resend): Allow reporting ham.
19029         (spam-report-resend-ham): Add wrapper.
19030
19031 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19032
19033         * message.el (message-cite-articles-with-x-no-archive):
19034         New variable.
19035         (message-cite-original): Use it.
19036
19037 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19038
19039         * message.el (message-cite-original): Respect X-No-Archive.
19040
19041 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * gnus-art.el (article-hide-headers): Refer to the values for
19044         gnus-ignored-headers and gnus-visible-headers in the summary
19045         buffer since a user may have set them as group parameters.
19046
19047 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19048
19049         * assistant.el (assistant-node-name): Add convenience function.
19050         (assistant-render-text, assistant-render-node): Add error handling,
19051         plus handle multiple next nodes.
19052         (assistant-find-next-node): Comment out for now.
19053         (assistant-find-next-nodes): Add function, returns list of next
19054         nodes.
19055
19056 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * mail-source.el (mail-source-directory): Fix doc-string.
19059
19060 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19061
19062         * assistant.el (assistant-render-text, assistant-eval): Add :set
19063         widget type, which is different because it takes and returns a
19064         list.  Much hilarity ensues.
19065
19066 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19069
19070         * gnus-group.el (gnus-group-get-new-news-this-group):
19071         Add doc-string.
19072
19073         * gnus-start.el (gnus-activate-group): Add doc-string.
19074
19075 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19078
19079 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19080
19081         * assistant.el (assistant-render-text): Try to add a :set
19082         widget, more to come.
19083
19084         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19085         strings.
19086         (spam-report-articles-resend)
19087         (spam-register-routine): Do registration iff any articles warrant
19088         it.
19089         (spam-summary-prepare-exit): Change log message for nil group
19090         destinations.
19091
19092 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19093
19094         * spam.el (spam-report-resend-register-routine):
19095         Allow spam-report-resend-to to be a group parameter or a global value.
19096
19097 2004-05-26  Simon Josefsson  <jas@extundo.com>
19098
19099         * starttls.el: Merge with my GNUTLS based starttls.el.
19100         (starttls-gnutls-program, starttls-use-gnutls)
19101         (starttls-extra-arguments, starttls-process-connection-type)
19102         (starttls-connect, starttls-failure, starttls-success):
19103         New variables.
19104         (starttls-program, starttls-extra-args): Doc fix.
19105         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19106         New functions.
19107         (starttls-negotiate, starttls-open-stream):
19108         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19109         function if it is set.
19110
19111 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19114         structured fields.
19115
19116 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19119
19120 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19121
19122         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19123         Add variable.
19124         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19125         assigning the spam-mark to new messages.
19126
19127 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19128
19129         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19130
19131 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19134
19135         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19136         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19137         default.
19138
19139 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19140
19141         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19142         correct data.
19143
19144 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19145
19146         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19147         (spam-group-processor-p): Fix function.
19148         (spam-group-processor-multiple-p)
19149         (spam-group-spam-processor-report-gmane-p)
19150         (spam-group-spam-processor-report-resend-p)
19151         (spam-group-spam-processor-bogofilter-p)
19152         (spam-group-spam-processor-blacklist-p)
19153         (spam-group-spam-processor-ifile-p)
19154         (spam-group-ham-processor-ifile-p)
19155         (spam-group-spam-processor-spamoracle-p)
19156         (spam-group-spam-processor-crm114-p)
19157         (spam-group-ham-processor-bogofilter-p)
19158         (spam-group-spam-processor-stat-p)
19159         (spam-group-ham-processor-stat-p)
19160         (spam-group-ham-processor-whitelist-p)
19161         (spam-group-ham-processor-BBDB-p)
19162         (spam-group-ham-processor-spamoracle-p)
19163         (spam-group-ham-processor-copy-p): Remove functions with some
19164         prejudice against unneeded code.
19165         (spam-report-articles-resend)
19166         (spam-report-resend-register-routine): Allow the group/topic
19167         spam-resend-to value to override spam-report-resend-to.
19168         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19169         properly now.
19170
19171         * gnus.el (spam-resend-to): Add group/topic parameter.
19172         (spam-process): Move the OBSOLETE processors to the end of the
19173         choices.
19174
19175 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19176
19177         * spam-report.el (spam-report-resend-to, spam-report-resend):
19178         Start with resend-to set to nil, and then ask the user if necessary.
19179         (spam-report-resend): spam-report-resend takes a list of articles, not
19180         separate article numbers.
19181
19182 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19185         addition to emacs-w3m.
19186
19187 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19188
19189         * assistant.el (assistant-authinfo-data): New function.
19190         (assistant-eval): Eval for entire assistant.
19191
19192         * netrc.el (netrc-services-file): New variable.
19193         (netrc-parse-services): New function.
19194         (netrc-find-service-name): New function.
19195         (netrc-find-service-number): New function.
19196         (netrc-port-equal): New function.
19197         (netrc-machine): Use it.
19198
19199         * nnimap.el (nnimap-open-connection): Use netrc.
19200
19201         * gnus-util.el (gnus-netrc-get): Remove aliases.
19202
19203         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19204
19205         * assistant.el (wid-edit): Fix compilation.
19206
19207         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19208
19209 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19210
19211         * gnus-util.el (gnus-set-file-modes): New function.  (small
19212         patch).
19213
19214 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19215
19216         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19217
19218         * assistant.el (assistant-render-node): Fix up rendering and
19219         read-only text.
19220         (assistant-render-node): Reset.
19221         (assistant-make-read-only): Not sticky.
19222
19223 2004-05-20  Danny Siu  <dsiu@adobe.com>
19224
19225         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19226         centered even when gnus-auto-center-summary is t.
19227
19228 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19229
19230         * dns.el (dns-get-txt-answer): New function.
19231         (dns-read-txt): Ditto.
19232         (query-dns): Use it.
19233
19234 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19237         active for foreign groups even if the group level is higher than
19238         the specified value.
19239
19240 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19241
19242         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19243         non-active groups.
19244
19245         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19246
19247 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19248
19249         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19250
19251 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19252
19253         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19254         (spam-crm114-header, spam-crm114-spam-switch)
19255         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19256         (spam-crm114-positive-spam-header)
19257         (spam-crm114-database-directory, spam-list-of-processors)
19258         (spam-group-spam-processor-crm114-p)
19259         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19260         (spam-generic-score, spam-list-of-checks)
19261         (spam-list-of-statistical-checks, spam-registration-functions)
19262         (spam-check-crm114-headers, spam-crm114-score)
19263         (spam-check-crm114, spam-crm114-register-with-crm114)
19264         (spam-crm114-register-spam-routine)
19265         (spam-crm114-unregister-spam-routine)
19266         (spam-crm114-register-ham-routine)
19267         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19268         From asjo@koldfront.dk (Adam Sjøgren).
19269
19270         * gnus.el: Add spam-use-crm114.
19271
19272         * spam.el (spam-list-of-processors, spam-registration-functions):
19273         Add spam-use-resend.
19274         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19275         (spam-report-articles-gmane): Add doc fix.
19276         (spam-report-articles-resend, spam-report-resend-register-routine):
19277         Add wrappers around spam-report-resend-to.
19278
19279         * spam-report.el (spam-report-resend-to, spam-report-resend):
19280         Add support for resending spam.
19281         (spam-report-gmane): Fix line length >80.
19282
19283         * gnus.el (spam-process): Add spam-use-resend.
19284
19285 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19286
19287         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19288         number of processed spam messages.
19289         (spam-ham-copy-or-move-routine): Return the number of processed
19290         ham messages.
19291         (spam-summary-prepare-exit): Use the above values to decide
19292         whether status messages shouled be displayed.
19293
19294 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19297         `rfc2047-encoding-function-alist' in order to avoid conflicting
19298         with the old version.
19299         (rfc2047-encode-region): Concatenate words containing non-ASCII
19300         characters in structured fields; don't encode space-delimited
19301         ASCII words even in unstructured fields; don't break words at
19302         char-category boundaries.
19303         (rfc2047-encode-1): New function.
19304         (rfc2047-encode): Use it; encode text so that it occupies the
19305         maximum width within 76-column; work correctly on Q encoding for
19306         iso-2022-* charsets.
19307         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19308         sure not to break a line just after the header name.
19309         (rfc2047-b-encode-region): Remove.
19310         (rfc2047-b-encode-string): New function.
19311         (rfc2047-q-encode-region): Remove.
19312         (rfc2047-q-encode-string): New function.
19313
19314         * mm-util.el (mm-replace-in-string): New function.
19315
19316 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19317
19318         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19319         Really get it right.
19320         (gnus-inews-make-draft): Really.
19321
19322 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19323
19324         * nnmh.el (nnmh-request-list-1): Don't check the link count
19325         before descending.  (small patch)
19326
19327 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19328
19329         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19330         stuff.
19331
19332         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19333         Match on real group name.
19334
19335         * gnus-art.el (gnus-signature-limit): Doc fix.
19336
19337         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19338
19339         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19340
19341 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19342
19343         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19344         isn't a string.
19345
19346 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19347
19348         * gnus-draft.el (gnus-draft-send):
19349         Bind rfc2047-encode-encoded-words.
19350
19351         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19352         (rfc2047-encodable-p): Say that =? needs encoding.
19353         (rfc2047-encode-encoded-words): New variable.
19354
19355         * gnus-group.el (gnus-group-select-group): Doc fix.
19356
19357         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19358
19359         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19360         to nil.
19361
19362         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19363
19364         * nnheader.el (nnheader-get-lines-and-char): New function.
19365
19366 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19367
19368         * gnus-msg.el (gnus-summary-followup-with-original):
19369         Document yanking of region when active.
19370
19371 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19374         groups if the group level is higher than the specified value.
19375
19376 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19377
19378         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19379         (gnus-group-jump-to-group): Add prefix argument using
19380         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19381         non-active group.
19382
19383         * compface.el (uncompface): Be verbose when changing
19384         `uncompface-use-external'.
19385
19386         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19387         handle manual section.
19388
19389 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19390
19391         * gnus-art.el (gnus-button-alist): Revert previous change.
19392
19393 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19396
19397 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19398
19399         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19400         whether backend can accept message.
19401
19402         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19403
19404 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19405
19406         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19407         Avoid creating directory when nntp-marks-is-evil is true.
19408         Reported by Reiner Steib.
19409
19410 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19411
19412         * gnus-picon.el (gnus-picon-style): New variable.
19413         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19414         (gnus-picon-transform-address): Support `gnus-picon-style'.
19415         From Jesper Harder <harder@ifa.au.dk>.
19416
19417 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19418
19419         * message.el (message-fill-field): Return point.
19420         (message-generate-headers): Go to end of field.
19421
19422         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19423         stuff for non-living groups.
19424
19425 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19426
19427         * gnus-art.el (gnus-article-followup-with-original)
19428         (gnus-article-reply-with-original): gnus-mark-active-p ->
19429         gnus-region-active-p.
19430
19431 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19432
19433         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19434         only when there is spam or ham to be processed.
19435
19436 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19437
19438         * mail-source.el (mail-source-delete-crash-box): Refactor.
19439         (mail-source-fetch): Use it.
19440         (mail-source-fetch-file): Ditto.
19441         (mail-source-fetch-directory): Run postscript in loop.
19442         (mail-source-fetch-pop): Delete.
19443         (mail-source-fetch-maildir): Ditto.
19444         (mail-source-fetch-imap): Ditto.
19445
19446         * imap.el (imap-authenticators): Comment out sasl.
19447
19448         * message.el (message-skip-to-next-address): New function.
19449         (message-fill-header-address): Refactor.
19450         (message-fill-address): Use it.
19451         (message-delete-address): Use it.
19452         (message-fill-header-general): Refactor.
19453         (message-fill-field-address): Rename.
19454         (message-narrow-to-field): Find the start of the header.
19455         (message-header-format-alist): Don't pre-fill.
19456         (message-fill-header): Remove.
19457         (message-insert-header): New function.
19458         (message-shorten-references): Use it.
19459
19460         * rfc2047.el (rfc2047-field-value): Strip props.
19461
19462         * mail-parse.el (mail-header-make-address): New alias.
19463
19464         * ietf-drums.el (ietf-drums-make-address): New function.
19465
19466         * imap.el: Add compiler directives.
19467
19468         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19469
19470         * gnus-art.el (article-decode-idna-rhs): Don't use
19471         message-idna-inside-rhs-p.
19472
19473 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19474
19475         * message.el (message-idna-inside-rhs-p): Remove.
19476         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19477
19478         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19479         false positives.
19480
19481 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19482
19483         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19484
19485 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19486
19487         * nneething.el (nneething-file-name): Don't create spurious
19488         files.
19489
19490         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19491         (gnus-inews-do-gcc): Remove sleep.
19492
19493         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19494         part under point.
19495
19496         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19497         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19498
19499 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19500
19501         * spam.el (spam-summary-prepare-exit): Fix (length).
19502
19503 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19504
19505         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19506         as expired without moving it" message when there are spam
19507         messages left.
19508
19509 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19510
19511         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19512         header is not nil.
19513
19514 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19515
19516         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19517         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19518         (nntp-marks-changed-p): New arg SERVER.
19519         (nntp-request-update-info): Adjust caller.
19520
19521 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19522
19523         * nntp.el (nntp-save-marks): Pass missing arg.
19524
19525 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19526
19527         * nntp.el: Support marks.
19528         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19529         (nntp-marks-modtime, nntp-marks-directory): New variables.
19530         (nntp-request-set-mark, nntp-request-update-info)
19531         (nntp-possibly-create-directory, nntp-marks-changed-p)
19532         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19533         New functions.
19534
19535 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19536
19537         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19538         (gnus-xmas-redefine): Rename.
19539
19540         * gnus-score.el (gnus-score-insert-help):
19541         Use gnus-select-lowest-window.
19542
19543         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19544         appt-select-lowest-window and rename to gnus-select-lowest-window.
19545
19546         * gnus.el: do.
19547
19548 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19549
19550         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19551         encodings of MIME-encoded words, in order to improve
19552         interoperability with several broken MUAs.
19553
19554 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19555
19556         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19557         tags, only when charsets are not specified in headers.
19558         (mm-inline-text-html-render-with-w3m): Ditto.
19559
19560         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19561         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19562
19563 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19564
19565         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19566         instead of MIME-decoded from fields when checking
19567         `gnus-article-address-banner-alist'.
19568
19569 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19570
19571         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19572         description rather than subject.
19573
19574 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19575
19576         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19577
19578 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19579
19580         * gnus.el (gnus-version-number): Bump.
19581
19582 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19583
19584         * gnus.el: No Gnus v0.2 is released.
19585
19586 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19587
19588         * gnus-agent.el (gnus-agent-read-agentview):
19589         Inline gnus-uncompress-range.
19590
19591 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19592
19593         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19594         `exec-installed-p'.
19595
19596 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19597
19598         * gnus.el (spam-process, spam-autodetect-methods):
19599         Add bsfilter and bsfilter-headers.
19600
19601         * spam.el (spam-bsfilter): New customize group.
19602         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19603         (spam-bsfilter-header, spam-bsfilter-probability-header)
19604         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19605         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19606         (spam-bsfilter-database-directory): New options.
19607         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19608         (spam-list-of-statistical-checks, spam-registration-functions):
19609         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19610         (spam-bsfilter-score): New command.
19611         (spam-check-bsfilter-headers, spam-check-bsfilter)
19612         (spam-bsfilter-register-with-bsfilter)
19613         (spam-bsfilter-register-spam-routine)
19614         (spam-bsfilter-unregister-spam-routine)
19615         (spam-bsfilter-register-ham-routine)
19616         (spam-bsfilter-unregister-ham-routine): New functions.
19617         (spam-generic-score): Support bsfilter; Accept an optional argument
19618         to recalcurate spam score even if scoring header has already been
19619         added.
19620         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19621         optional argument to recalcurate spam score even if scoring header
19622         has already been added.
19623
19624 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19625
19626         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19627         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19628         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19629         link is missing.
19630
19631 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19632
19633         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19634         (html2text-get-attr): Rewrite.
19635
19636         * message.el (message-setup-1): Remove redundant put-text-property
19637         on mail-header-separator.
19638
19639 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19640
19641         * gnus-registry.el (gnus-registry-cache-whitespace)
19642         (gnus-registry-action, gnus-registry-spool-action)
19643         (gnus-registry-split-fancy-with-parent): Change message levels
19644         from 5 to 3 or 7, as needed.
19645
19646         * spam.el (spam-summary-prepare-exit)
19647         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19648         (spam-split, spam-find-spam, spam-log-undo-registration)
19649         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19650         level from 5 to 6.
19651
19652 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19655         2004-03-04 change).
19656
19657 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19658
19659         * sieve-manage.el (sieve-manage-open):
19660         * nnweb.el (nnweb-insert-html):
19661         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19662         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19663         * nnspool.el (nnspool-request-group):
19664         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19665         * nnml.el (nnml-request-update-info):
19666         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19667         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19668         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19669         (nnimap-request-set-mark):
19670         * nnfolder.el (nnfolder-request-update-info):
19671         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19672         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19673         * gnus-uu.el (gnus-uu-find-articles-matching):
19674         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19675         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19676         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19677         * gnus-nocem.el (gnus-nocem-scan-groups):
19678         * gnus-int.el (gnus-start-news-server):
19679         * gnus-group.el (gnus-group-make-kiboze-group)
19680         (gnus-group-browse-foreign-server):
19681         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19682         Use mapc when appropriate.
19683
19684 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19685
19686         FIXME: Make separate entries for each person.
19687
19688         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19689         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19690         <shields@msrl.com>:
19691
19692         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19693         may need for spam sorting and scoring.
19694         (spam-user-format-function-S): Add user format function suitable for
19695         general use.
19696         (spam-article-sort-by-spam-status): Add sorting function for summary
19697         sorting.
19698         (spam-extra-header-to-number): Add function to get a score from a
19699         header.
19700         (spam-summary-score): Add function to get a numeric score from the
19701         headers.
19702         (spam-generic-score): Fix function doc, was in wrong place.
19703         (spam-initialize): Take symbols when it's run, and install the
19704         extra headers that spam-necessary-extra-headers thinks we need.
19705
19706 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19707
19708         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19709         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19710
19711 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19712
19713         * gnus-sum.el (gnus-set-global-variables)
19714         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19715         (gnus-article-get-xrefs, gnus-summary-best-group)
19716         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19717         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19718         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19719         Use with-current-buffer.
19720
19721 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19722
19723         * spam.el (spam-summary-prepare-exit): Simplify logic.
19724         (spam-fetch-article-header): Read the article header if it's not
19725         available.
19726         (spam-list-articles): Simplify logic.
19727         (spam-filelist-register-routine): Fix bug with unregister-list.
19728
19729         * gnus-registry.el: Fix comments at beginning.
19730
19731 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19732
19733         * message.el (message-cater-to-broken-inn): Remove.
19734         (message-shorten-references): Make sure the total folded length of
19735         References is shorter than 998 characters to cater to a bug in INN
19736         2.3.  Also, don't pretend that references aren't folded -- this
19737         hasn't worked for a while.
19738
19739 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19740
19741         * gnus-agent.el (gnus-agentize):
19742         gnus-agent-send-mail-real-function no longer set to current value
19743         of message-send-mail-function but rather a lambda that calls
19744         message-send-mail-function.  The change makes the agent real-time
19745         responsive to user changes to message-send-mail-function.
19746
19747 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19748
19749         * legacy-gnus-agent.el
19750         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19751         help from Florian Weimer <fw@deneb.enyo.de>
19752
19753 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * nnmail.el (nnmail-cache-insert): Revert last change.
19756
19757 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * nnmail.el (nnmail-cache-insert): Always check whether
19760         nnmail-cache-ignore-groups matches a group name.
19761
19762 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19763
19764         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19765         (spam-find-spam, spam-log-processing-to-registry)
19766         (spam-log-registered-p, spam-log-unregistration-needed-p)
19767         (spam-log-undo-registration): Use gnus-message instead of
19768         gnus-error, none of these errors are fatal.
19769
19770         * gnus-registry.el (gnus-registry-clean-empty-function)
19771         (gnus-registry-clean-empty): Remove only empty entries without
19772         extra data.
19773
19774 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19775
19776         * spam-stat.el (spam-stat-buffer-change-to-spam)
19777         (spam-stat-buffer-change-to-non-spam): Change (error) to
19778         (gnus-message 8) invocation.
19779
19780 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19781
19782         * nntp.el (nntp-via-netcat-command): New variable.
19783         (nntp-via-netcat-switches): New variable.
19784         (nntp-open-via-rlogin-and-netcat): New function.
19785         (nntp-open-connection-function): Doc fix.
19786         (nntp-telnet-command): Doc fix.
19787         (nntp-end-of-line): Doc fix.
19788         (nntp-via-rlogin-command): Doc fix.
19789         (nntp-via-user-name): Doc fix.
19790         (nntp-via-address): Doc fix.
19791
19792 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19795         error in Emacs 21.1.
19796
19797 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19798
19799         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19800
19801 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19802
19803         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19804         (gnus-agent-with-refreshed-group): New macro.
19805         (gnus-agent-rename-group): New function.
19806         (gnus-agent-delete-group): New function.
19807         (gnus-agent-save-group-info): Use gnus-command-method when
19808         `method' parameter is nil.  Don't write nil entries into the
19809         active file.
19810         (gnus-agent-get-group-info): New function.
19811         (gnus-agent-fetch-articles):
19812         Use gnus-agent-update-files-total-fetched-for to increment disk space
19813         used.
19814         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19815         Use gnus-agent-update-view-total-fetched-for to increment disk space
19816         used.
19817         (gnus-agent-get-local): Add optional parameters to avoid calling
19818         gnus-group-real-name and gnus-find-method-for-group.
19819         (gnus-agent-set-local): Delete stored entry if either min, or max,
19820         are nil.
19821         (gnus-agent-fetch-session): Reworded error/quit messages.
19822         On quit, use gnus-agent-regenerate-group to record existance of any
19823         articles fetched to disk before the quit occurred.
19824         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19825         gnus-agent-update-view-total-fetched-for, and
19826         gnus-agent-update-files-total-fetched-for to decrement disk space
19827         used.
19828         (gnus-agent-retrieve-headers):
19829         Use gnus-agent-update-view-total-fetched-for to increment disk space
19830         used.
19831         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19832         with gnus-agent-update-files-total-fetched-for to decrement disk
19833         space and fresh group buffer.
19834         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19835         (gnus-agent-need-update-total-fetched-for): New variable.
19836         (gnus-agent-update-files-total-fetched-for): New function.
19837         (gnus-agent-update-view-total-fetched-for): New function.
19838         (gnus-agent-total-fetched-for): New function.
19839
19840         * gnus-cache.el (gnus-cache-save-buffers):
19841         Use gnus-cache-update-overview-total-fetched-for to change disk space
19842         used by this group.
19843         (gnus-cache-possibly-enter-article):
19844         Use gnus-cache-update-file-total-fetched-for to increment disk space
19845         used by this group.
19846         (gnus-cache-possibly-remove-article):
19847         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19848         used by this group.
19849         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19850         (gnus-cache-rename-group): New function.
19851         (gnus-cache-delete-group): New function.
19852         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19853         (gnus-cache-need-update-total-fetched-for): New variable.
19854         (gnus-cache-with-refreshed-group): New macro.
19855         (gnus-cache-update-file-total-fetched-for): New function.
19856         (gnus-cache-update-overview-total-fetched-for): New function.
19857         (gnus-cache-rename-group-total-fetched-for): New function.
19858         (gnus-cache-delete-group-total-fetched-for): New function.
19859         (gnus-cache-total-fetched-for): New function.
19860
19861         * gnus-group.el: Require gnus-sum and autoload functions to
19862         resolve warnings when gnus-group.el compiled alone.
19863         (gnus-group-line-format): Documented new %F.
19864         (size of Fetched data) group line format; identifies disk space
19865         used by agent and cache.
19866         (gnus-group-line-format-alist): Defined new F format.
19867         (gnus-total-fetched-for): New function.
19868         (gnus-group-delete-group): No longer update
19869         gnus-cache-active-altered as gnus-request-delete-group now keeps
19870         the cache in sync.
19871         (gnus-group-list-active): Let the agent store a server's active
19872         list if currently plugged.
19873
19874         * gnus-int.el (gnus-request-delete-group):
19875         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19876         local disk in sync with the server.
19877         (gnus-request-rename-group):
19878         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19879         local disk in sync with the server.
19880
19881         * gnus-start.el (gnus-get-unread-articles):
19882         Cosmetic simplification to logic.
19883
19884         * gnus-util.el (gnus-rename-file): New function.
19885
19886 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19887
19888         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19889
19890 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19893         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19894
19895 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19896
19897         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19898         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19899
19900 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19901
19902         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19903
19904 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19905
19906         * spam.el (spam-set-difference): Add function to replace
19907         gnus-set-difference in spam.el.
19908         (spam-summary-prepare-exit): Use spam-set-difference.
19909
19910 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19911
19912         * gnus-registry.el (gnus-registry-cache-file): Update to use
19913         gnus-dribble-directory OR gnus-home-directory OR ~.
19914         (gnus-registry-split-fancy-with-parent): Fix doc.
19915
19916 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * message.el (message-exchange-point-and-mark):
19919         Use message-mark-active-p.  Suggested by Jesper Harder
19920         <harder@ifa.au.dk>.
19921
19922 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19923
19924         * message.el (message-exchange-point-and-mark): Don't activate
19925         region if it was inactive.  Suggested by Hiroshi Fujishima
19926         <pooh@nature.tsukuba.ac.jp>.
19927
19928 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * gnus-art.el (article-display-face): Display Faces in the same
19931         order as X-Faces.
19932
19933 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19936
19937 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19940         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19941         (gnus-article-mime-hierarchy): Remove.
19942         (gnus-article-mime-hierarchy-next): Remove.
19943         (gnus-article-mode): Revert 2004-03-19 change.
19944         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19945         (gnus-insert-mime-button): Revert 2004-03-19 change.
19946         (gnus-mime-accumulate-hierarchy): Remove.
19947         (gnus-mime-enter-multipart): Remove.
19948         (gnus-mime-leave-multipart): Remove.
19949         (gnus-mime-display-part): Revert 2004-03-19 change.
19950         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19951
19952         * mml.el (mml-preview): Revert 2004-03-19 change.
19953
19954 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19955
19956         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19957
19958 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19961         t while entering a file name using the mm-with-multibyte macro.
19962         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19963
19964         * mm-util.el (mm-with-multibyte): New macro.
19965
19966 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19969         New user option.
19970         (gnus-mime-multipart-functions): Doc and customization fix.
19971         (gnus-article-mime-hierarchy): New variable.
19972         (gnus-article-mime-hierarchy-next): New variable.
19973         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19974         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19975         gnus-article-mime-hierarchy-next to nil.
19976         (gnus-insert-mime-button): Show hierarchy numbers.
19977         (gnus-mime-accumulate-hierarchy): New function.
19978         (gnus-mime-enter-multipart): New function.
19979         (gnus-mime-leave-multipart): New function.
19980         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19981         (gnus-mime-display-alternative): Show hierarchy numbers.
19982
19983         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19984         gnus-article-mime-hierarchy-next to nil.
19985
19986 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19987
19988         * dns.el: Don't require gnus-xmas.
19989
19990 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19991
19992         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19993         inline PGP.
19994         (mml-menu): Disable mml-quote-region if mark is inactive.
19995
19996 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19999         when the group's active is not available.
20000
20001 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20004         error.
20005
20006 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20007
20008         * imap.el (imap-store-password): New variable.
20009         (imap-interactive-login): Use it.
20010         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20011
20012 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20015         window-start and hscroll to summary window.
20016
20017 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20018
20019         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20020         conversion message to newsrc-dribble when an actual conversion is
20021         performed.
20022
20023 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20024
20025         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20026
20027 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * mm-decode.el (mm-complicated-handles): New function reviving
20030         former definition of mm-multiple-handles.
20031
20032         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20033         (gnus-mime-delete-part): Use it.
20034
20035 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20036
20037         * gnus-agent.el (gnus-agent-read-local):
20038         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20039         avoid the implicit assumption that they will always be equal.
20040         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20041         coding-system-for-write, as the with-temp-file macro first prints
20042         to a buffer then saves the buffer.
20043
20044 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * gnus-art.el (gnus-article-edit-part): New function.
20047         (gnus-mime-save-part-and-strip): Use it; do query instead of
20048         signaling an error; don't use mm-multiple-handles.
20049         (gnus-mime-delete-part): Ditto.
20050
20051 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20052
20053         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20054         old file versions.
20055         (gnus-group-prepare-hook): Remove function that converted list
20056         form of gnus-agent-expire-days to group properties.
20057
20058         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20059         (gnus-request-accept-article): Re-indented.
20060
20061         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20062         converters to handle old agent file formats.  Add logic for a
20063         "backup before upgrading warning".
20064         (gnus-convert-mark-converter-prompt): Developers can mark
20065         functions as needing (default), or not needing,
20066         gnus-convert-old-newsrc's "backup before upgrading warning".
20067         (gnus-convert-converter-needs-prompt): Tests whether the user
20068         should be protected from potentially irreversable changes by the
20069         function.
20070
20071         * legacy-gnus-agent.el: New.  Provides converters that are only
20072         loaded when gnus-convert-old-newsrc needs to call them.
20073
20074 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * mail-source.el (mail-source-touch-pop): Doc fix.
20077
20078         * message.el (message-smtpmail-send-it): Doc fix.
20079
20080 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20081
20082         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20083
20084         * nnmail.el (nnmail-split-fancy): do.
20085
20086         * gnus-kill.el (gnus-kill, gnus-execute): do.
20087
20088 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20089
20090         * gnus-sum.el (gnus-widget-reversible-match)
20091         (gnus-widget-reversible-to-internal)
20092         (gnus-widget-reversible-to-external): New functions.
20093         (gnus-widget-reversible): New widget.
20094         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20095
20096 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20097
20098         * gnus-sum.el (gnus-thread-sort-functions)
20099         (gnus-article-sort-functions): Document `(not F)' items.
20100
20101 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20102
20103         * spam.el (spam-use-gmane-xref): Add new backend.
20104         (spam-gmane-xref-spam-group): Add variable to control the name of the
20105         Gmane spam group.
20106         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20107         (spam-regex-headers-spam, spam-regex-headers-ham)
20108         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20109         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20110         backends and checks.
20111         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20112
20113         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20114         an autodetect method.
20115
20116 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20117
20118         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20119         articles are being added to a group.
20120         (gnus-request-replace-article): Inform the agent that articles
20121         need to be uncached as the cached contents are no longer valid.
20122
20123 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20124
20125         * binhex.el: Don't autoload executable-find.
20126
20127         * canlock.el: Don't autoload mail-fetch-field.
20128
20129         * dgnushack.el: Autoload c-mode for XEmacs.
20130
20131         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20132
20133         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20134         rmail-dont-reply-to and rmail-output.
20135
20136         * gnus-score.el: Don't autoload ffap-string-at-point.
20137
20138         * gnus-setup.el: Don't autoload sc-cite-original.
20139
20140         * imap.el: Don't autoload base64-decode-string,
20141         base64-encode-string and md5.
20142
20143         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20144         and rmail-msg-restore-non-pruned-header.
20145
20146         * mm-decode.el: Don't autoload executable-find.
20147
20148         * mm-url.el: Don't autoload executable-find.
20149
20150         * mm-view.el: Don't autoload diff-mode.
20151
20152         * nndb.el: Don't autoload news-reply-mode, news-setup,
20153         cancel-timer and telnet.
20154
20155         * password.el: Don't autoload run-at-time for Emacs.
20156
20157         * sha1-el.el: Don't autoload executable-find.
20158
20159         * sieve-mode.el: Don't autoload c-mode.
20160
20161         * uudecode.el: Don't autoload executable-find.
20162
20163 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20164
20165         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20166         (gnus-agent-possibly-alter-active): Avoid null in numeric
20167         comparison.
20168         (gnus-agent-set-local): Refuse to save null in local object table.
20169         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20170         list of articles that will be marked as unread.
20171
20172 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20173
20174         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20175
20176 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20177
20178         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20179         language tags.
20180
20181 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20182
20183         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20184         Don't bind "obarray".
20185
20186         * gnus-sum.el (gnus-thread-sort-functions):
20187         Add `gnus-thread-sort-by-most-recent-number' and
20188         `gnus-thread-sort-by-most-recent-date'.
20189         Reported by Kai Grossjohann <kai@emptydomain.de>.
20190
20191 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20194
20195 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20196
20197         * gnus-cus.el (gnus-agent-customize-category):
20198         Remove ignore-errors macro reference that required cl to be loaded at
20199         run-time.
20200
20201         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20202         single-interval range of the form (min . max).  Previously the
20203         range had to look like ((min . max)).  Likewise, return
20204         (min . max) rather than ((min . max)).
20205         (gnus-range-map): Use gnus-range-normalize to accept
20206         single-interval range.
20207
20208         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20209         the cache, but not the agent, now appear with their usual face.
20210
20211         * dgnushack.el (loaddir): New variable that is bound to the
20212         directory containing the dgnushack.el file. Use loaddir, rather
20213         than srcdir, to update load-path. Change lets dgnushack compile
20214         code in directories other than GNUS/lisp.
20215
20216 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20217
20218         * lpath.el: Don't bind w3m-safe-url-regexp.
20219
20220         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20221         w3m-safe-url-regexp variable buffer-local.
20222
20223         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20224
20225 2004-02-27  Simon Josefsson  <jas@extundo.com>
20226
20227         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20228         gnus-group-real-prefix.
20229         (gnus-summary-move-article): Use it, instead of
20230         gnus-group-real-prefix.
20231
20232 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20233
20234         * lpath.el: Bind w3m-safe-url-regexp.
20235
20236         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20237         w3m-safe-url-regexp variable buffer-local and set it as the value
20238         of mm-w3m-safe-url-regexp.
20239
20240         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20241
20242         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20243         parsing gnus-posting-styles when the message is not for replying.
20244
20245         * dgnushack.el: Autoload sgml-mode for XEmacs.
20246
20247         * nnrss.el (nnrss-opml-export):
20248         Use mm-set-buffer-file-coding-system instead of
20249         set-buffer-file-coding-system.
20250
20251 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20252
20253         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20254         of checkdoc.el).
20255         * nnrss.el: do.
20256         * gnus-mlspl.el: do.
20257         * gnus-ml.el: do.
20258         * gnus-srvr.el: do.
20259
20260         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20261
20262 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20263
20264         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20265         Corrections to custom-manual links.
20266
20267         * gnus-art.el (gnus-article): Ditto.
20268
20269         * mm-decode.el (mime-display, mime-security): Ditto.
20270
20271 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20272
20273         * flow-fill.el: Typo.
20274
20275 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20276
20277         * spam-wash.el: New file.
20278
20279 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20280
20281         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20282
20283 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20284
20285         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20286         to be run with new-articles as LIST1, not LIST2.
20287         (spam-registration-functions): Add spam-use-ham-copy as a nil
20288         registration backend.
20289
20290 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20291
20292         * spam-stat.el (spam-stat-washing-hook): New option.
20293         (spam-stat-buffer-words): Use it.
20294         (spam-stat-process-directory, spam-stat-test-directory):
20295         Use insert-file-contents-literally.
20296         (spam-stat-coding-system): New variable.
20297         (spam-stat-load, spam-stat-save): Use it.
20298
20299 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * spam-report.el (spam-report-plug-agent):
20302         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20303
20304 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20307         Allow / in mailto URLs.
20308
20309 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20310
20311         * spam-report.el (spam-report-process-queue): Fix interactive use.
20312         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20313         (spam-report-unplug-agent): Doc fixes.
20314         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20315         (spam-report-agentize, spam-report-deagentize): Autoload.
20316
20317 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20320
20321         * message.el (message-setup-fill-variables): Add mml tags to
20322         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20323         <ajk@iu.edu>.
20324         (message-mode): Don't modify paragraph-separate there.
20325
20326 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * compface.el (uncompface-use-external): Default to undecided.
20329         (uncompface-use-external-threshold): New variable.
20330         (uncompface-float-time): New macro.
20331         (uncompface): Determine whether to use the external decoder if
20332         uncompface-use-external is undecided.
20333
20334 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20335
20336         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20337         after images.
20338
20339         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20340
20341 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20344
20345         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20346
20347         * gnus-sum.el (gnus-summary-limit-to-age)
20348         (gnus-summary-limit-children): do.
20349
20350         * gnus-int.el (gnus-request-scan): do.
20351
20352         * gnus-group.el (gnus-group-suspend): do.
20353
20354         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20355
20356         * gnus-cite.el (gnus-cite-parse-attributions): do.
20357
20358         * gnus-agent.el (gnus-summary-set-agent-mark)
20359         (gnus-agent-regenerate-group): do.
20360
20361         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20362
20363         * binhex.el (binhex-decode-region-internal): do.
20364
20365 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20366
20367         * gnus-fun.el (gnus-face-properties-alist): New user option.
20368         (gnus-display-x-face-in-from): Use it.
20369
20370         * gnus-art.el (article-display-face): Ditto.
20371
20372         * compface.el (uncompface-use-external): Default to nil.
20373
20374 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20375
20376         * nntp.el (nntp-erase-buffer): New function.
20377         (nntp-retrieve-data, nntp-send-command)
20378         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20379         (nntp-possibly-change-group): Use it.
20380
20381         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20382         Use with-current-buffer.
20383
20384 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20385
20386         * compface.el: Merge the ELisp-based uncompface program.
20387         (compface): New customization group.
20388         (uncompface-use-external): New user option.
20389         (uncompface): Call uncompface-internal if uncompface-use-external
20390         is nil.
20391         (uncompface-internal): New function.  Note that there are also
20392         some other functions and variables added for this function.
20393
20394 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20395
20396         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20397         if necessary.
20398
20399 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20400
20401         * spam-report.el (spam-report-unplug-agent)
20402         (spam-report-plug-agent, spam-report-deagentize)
20403         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20404         Add support for the Agent in spam-report: when unplugged, report to a
20405         file; when plugged, submit all the requests.
20406
20407         * spam.el (spam-register-routine): Fix message about
20408         registration.
20409
20410 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20411
20412         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20413         dependencies.
20414         (rfc2047-encode): Use it.
20415
20416         * gnus-art.el (gnus-button-marker-list): Move before first
20417         reference.
20418
20419         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20420         (imap-parse-body): Fix format string mismatch.
20421
20422         * gnus-score.el (gnus-summary-increase-score): do.
20423
20424         * nnrss.el (nnrss-close): New function.
20425
20426 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20427
20428         * nnrss.el (nnrss-make-filename): New function.
20429         (nnrss-request-delete-group, nnrss-read-server-data)
20430         (nnrss-save-server-data, nnrss-read-group-data)
20431         (nnrss-save-group-data): Use it.
20432         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20433         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20434         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20435
20436 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20437
20438         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20439
20440 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20441
20442         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20443         files.
20444
20445         * message.el (message-generate-headers-first): Don't quote nil
20446         and t in docstrings.
20447
20448         * imap.el (imap-id): do.
20449
20450         * gnus-agent.el (gnus-agent-consider-all-articles)
20451         (gnus-agent-queue-mail): do.
20452
20453 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20454
20455         * spam-report.el (spam-report-process-queue): New function.
20456         Process requests from `spam-report-requests-file'.
20457         (spam-report-process-queue): Doc fix.
20458
20459 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20460
20461         * spam.el (spam-register-routine)
20462         (spam-log-processing-to-registry, spam-log-registered-p)
20463         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20464         Change "check" to "spam-check" for semi-clarity.
20465
20466 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20467
20468         * pop3.el: Require nnheader.
20469
20470         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20471
20472         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20473
20474         * gnus-picon.el: Require cl.
20475
20476         * gnus-fun.el: Require gnus-ems and gnus-util.
20477
20478         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20479
20480         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20481
20482         * gnus-art.el (gnus-article-edit-mode): Define before first
20483         reference.
20484
20485 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20486
20487         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20488         (gnus-uu-post-encoded): Use point-at-bol.
20489
20490         * gnus-topic.el (gnus-group-active-topic-p): do.
20491
20492         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20493
20494         * gnus-group.el (gnus-group-kill-region): do.
20495
20496         * gnus-art.el (article-date-ut): do.
20497
20498         * message.el (message-fetch-field): Remove redundant
20499         case-fold-search binding.
20500         (message-narrow-to-field): Simplify.
20501
20502 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20503
20504         * spam.el (spam-directory): Derive from `gnus-directory'.
20505
20506         * spam-report.el (spam-report-url-to-file)
20507         (spam-report-requests-file): New function and variable for offline
20508         reporting.
20509         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20510         and user defined function.
20511         (spam-report-url-ping-mm-url): Remove doubled slash.
20512
20513 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20514
20515         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20516
20517 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20518
20519         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20520         Fix format string mismatch.
20521
20522         * sieve.el (sieve-deactivate-all): do.
20523
20524         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20525
20526         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20527
20528         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20529
20530         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20531
20532 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20533
20534         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20535         the list of checks.
20536
20537 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20538
20539         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20540         padding.
20541
20542 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20543
20544         * mm-view.el (mm-fill-flowed): New variable.
20545         (mm-inline-text): Use it.
20546
20547 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20548
20549         * spam.el (spam-spamassassin-register-ham-routine)
20550         (spam-spamassassin-register-spam-routine): Fix function names.
20551
20552 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * gnus.el (gnus-tmp-grouplens): Remove.
20555         (gnus-summary-line-format): Remove grouplens.
20556
20557         * gnus-group.el (gnus-group-line-format): Ditto.
20558
20559         * gnus-spec.el (gnus-format-specs): Ditto.
20560         (gnus-update-format-specifications): Flush the group format spec
20561         cache if there's the grouplens stuff.
20562         (gnus-parse-simple-format): Replace %l with the empty string.
20563
20564 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20565
20566         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20567         omission.
20568
20569 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20572         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20573
20574 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20575
20576         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20577         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20578         New macros and functions.
20579         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20580         Handle > NLINK_MAX messages.
20581         * nnmaildir.el (nnmaildir-request-set-mark):
20582         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20583
20584 2004-01-25  Alex Schroeder  <alex@gnu.org>
20585
20586         * spam-stat.el (spam-stat-process-directory-age): New option.
20587         (spam-stat-process-directory): Use it.
20588
20589 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20590
20591         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20592         (spam-stat-save): Accept prefix argument.
20593
20594 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20595
20596         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20597         links" error.
20598
20599 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20600
20601         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20602         the rest of the and/or forms.
20603
20604 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20605
20606         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20607         compatibility with old .newsrc.eld files.
20608
20609         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20610
20611         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20612
20613         * gnus-start.el (gnus-1): do.
20614
20615         * gnus-group.el (gnus-group-line-format-alist): do.
20616
20617         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20618
20619         * gnus-gl.el: Remove.
20620
20621 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20622
20623         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20624         marks consisting of a single range {for example, (3 . 5)} rather
20625         than a list of a single range { ((3 . 5)) }.
20626
20627 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20628
20629         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20630         Use with-current-buffer.
20631         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20632         avoid consing a string.
20633
20634         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20635         Remove obsolete entries for big5 and gb2312.
20636
20637 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20638
20639         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20640         uncompressed list.
20641
20642 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20643
20644         * spam-stat.el (spam-stat-strip-xref): New function.
20645         (spam-stat-process-directory): Use it.
20646
20647         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20648         here -- it's done in message-fetch-field.
20649
20650 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20651
20652         * gnus-agent.el (gnus-agent-queue-mail)
20653         (gnus-agent-prompt-send-queue): New variables.
20654         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20655         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20656         "nndraft:queue" along to gnus-draft-send.
20657         Use gnus-agent-prompt-send-queue.
20658         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20659         is "nndraft:queue".  Suggested by Gaute Strokkenes
20660         <gs234@srcf.ucam.org>
20661
20662         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20663         (agent-enable-undownloaded-faces): Add.
20664         (gnus-agent-cat-groups): Use eval-and-compile, not
20665         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20666         method of gnus-agent-cat-groups even when the buffer has been
20667         evaled.
20668         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20669         delete gnus-agent-save-active-1.
20670         (gnus-agent-save-groups): Delete.  Identical to
20671         gnus-agent-save-active.
20672         (gnus-agent-write-active): No longer adjust agent's copy of active
20673         file as agent's adjustments are now stored in their own
20674         file.  Remove optional parameter.
20675         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20676         servers.  Add use of min/max range limits from server's local
20677         file.
20678         (gnus-agent-save-alist): Remove unused optional argument.
20679         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20680         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20681         (gnus-agent-set-local): A per-server file that keeps min/max range
20682         limits for articles known to the agent.  Provides a fast mechanism
20683         for altering many active ranges.
20684         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20685         active file (local makes it unnecessary).
20686         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20687
20688         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20689         (agent-enable-undownloaded-faces): Add.
20690
20691         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20692         disable it when sending to "nndraft:queue".
20693         (gnus-group-send-queue): Add safety check to avoid sending queue
20694         when unplugged.
20695
20696         * gnus-group.el (gnus-group-catchup): Use new
20697         gnus-sequence-of-unread-articles, not
20698         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20699         numbers of articles.  Use gnus-range-map to avoid having to
20700         uncompress the unread list.
20701         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20702         Fix invalid ange-ftp reference.
20703
20704         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20705         (gnus-sorted-range-intersection): Intersection of two ranges
20706         without requiring that they first be uncompressed.
20707
20708         * gnus-start.el (gnus-activate-group): Unless blocked by the
20709         caller, possibly expand the active range to include both cached
20710         and agentized articles.
20711         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20712         multiple version-dependent converters.
20713         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20714         gnus-agent-save-active.
20715         (gnus-save-newsrc-file): Save dirty agent range limits.
20716
20717         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20718         gnus-agent-possibly-alter-active.
20719         (gnus-adjust-marked-articles): Faster handling of simple lists.
20720
20721 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20722
20723         * spam-stat.el (spam-stat-test-directory): New optional argument
20724         displays a list of files detected.  Suggested by Andrew Cohen
20725         <cohen@andy.bu.edu>.
20726         (spam-stat-buffer-words-with-scores): Don't narrow and change
20727         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20728
20729 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20730
20731         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20732         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20733         (spam-spamassassin-arguments)
20734         (spam-spamassassin-spam-flag-header)
20735         (spam-spamassassin-positive-spam-flag-header)
20736         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20737         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20738         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20739         (spam-list-of-processors, spam-list-of-checks)
20740         (spam-list-of-statistical-checks, spam-registration-functions)
20741         (spam-check-spamassassin-headers, spam-check-spamassassin)
20742         (spam-spamassassin-score)
20743         (spam-spamassassin-register-with-sa-learn)
20744         (spam-spamassassin-register-spam-routine)
20745         (spam-spamassassin-register-ham-routine)
20746         (spam-assassin-register-spam-routine)
20747         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20748         (spam-bogofilter-score): Fix to show article before scoring.
20749
20750 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20751
20752         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20753         default scoring function.
20754         (spam-generic-score): Call spam-spamassassin-score if
20755         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20756         spam-bogofilter-score otherwise.
20757
20758         * gnus.el (spam-process, spam-autodetect-methods):
20759         Add spamassassin and spamassassin-headers.
20760
20761 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20762
20763         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20764         Suppress unnecessary messages.
20765
20766 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20767
20768         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20769         make-hash-table.
20770
20771 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20772
20773         * canlock.el (base64-encode-string): Don't autoload it.
20774
20775 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20776
20777         * run-at-time.el: Remove useless (require 'itimer),
20778         eval-and-compile and (featurep 'xemacs).
20779
20780 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20781
20782         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20783         GROUP is a virtual group.
20784
20785 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20786
20787         * gnus.el: Autoload `message-y-or-n-p'.
20788
20789 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20790
20791         * pgg-parse.el: Remove unnecessary (require 'custom).
20792
20793         * pgg-def.el: do.
20794
20795         * nnmail.el: do.
20796
20797         * gnus-undo.el: do.
20798
20799         * gnus-picon.el: do.
20800
20801         * gnus-util.el: do.
20802
20803 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20804
20805         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20806
20807 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20808
20809         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20810         handle, as well as a list.
20811
20812         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20813         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20814         (mm-w3m-cid-retrieve): Simplify.
20815
20816 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20817
20818         * message.el (message-kill-to-signature): Allow prefix arg to
20819         specify number of lines to keep before signature.
20820
20821 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20822
20823         * message.el (message-kill-to-signature): Change docstring.
20824
20825 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20826
20827         * canlock.el: Always require sha1-el.
20828         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20829
20830         * message.el: Autoload sha1 only when compiling.
20831
20832         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20833         eudc-expand-inline for XEmacs.
20834
20835 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * message.el (message-canlock-generate): Require sha1-el.
20838
20839 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20840
20841         * message.el (message-expand-name): Silence the byte compiler.
20842
20843         * lpath.el: Add detect-coding-system.
20844
20845         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20846         cus-edit.
20847
20848 2004-01-13  Simon Josefsson  <jas@extundo.com>
20849
20850         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20851         Invoke gnus-score-mode.
20852         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20853
20854         * gnus-range.el (gnus-compress-sequence): Doc fix.
20855         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20856
20857 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20858
20859         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20860
20861 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20862
20863         * spam.el (spam-get-article-as-string): Update to use
20864         gnus-request-article-this-buffer, much simpler.
20865         (spam-get-article-as-buffer): Remove.
20866
20867 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20868
20869         * message.el (message-expand-name): Use EUDC if the user uses that.
20870
20871 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20872
20873         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20874         character for the encoding to avoid consing a string.
20875
20876         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20877         unnecessarily.
20878
20879         * mm-util.el (mm-replace-chars-in-string): Remove.
20880
20881         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20882         of mm-replace-chars-in-string.
20883
20884 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20885
20886         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20887
20888         * mm-util.el (mm-subst-char-in-string): Support inplace.
20889
20890         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20891         a new string in every iteration.  Use shy groups.
20892
20893 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20894
20895         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20896         * gnus-soup.el (gnus-soup-group-brew):
20897         * gnus-msg.el (gnus-put-message):
20898         * gnus-move.el (gnus-group-move-group-to-server):
20899         * gnus-kill.el (gnus-batch-score):
20900         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20901         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20902         (gnus-group-update-group, gnus-group-read-group)
20903         (gnus-group-make-group, gnus-group-make-help-group)
20904         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20905         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20906         (gnus-group-sort-by-unread, gnus-group-catchup)
20907         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20908         (gnus-group-yank-group, gnus-group-set-info)
20909         (gnus-group-list-groups):
20910         * gnus.el (gnus-generate-new-group-name):
20911         * gnus-delay.el (gnus-delay-send-queue):
20912         * nnvirtual.el (nnvirtual-catchup-group):
20913         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20914         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20915         (gnus-group-prepare-topics, gnus-topic-check-topology):
20916         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20917         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20918         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20919         (gnus-group-make-articles-read):
20920         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20921         (gnus-group-change-level, gnus-kill-newsgroup)
20922         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20923         (gnus-get-unread-articles, gnus-make-articles-unread)
20924         (gnus-make-ascending-articles-unread): Use accessor
20925         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20926         to get group information for improved readability.
20927
20928
20929 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20930
20931         * gnus-art.el (article-decode-mime-words, article-babel)
20932         (gnus-article-highlight-signature, gnus-article-add-buttons)
20933         (gnus-signature-toggle): Use gnus-with-article-buffer.
20934
20935         * gnus-art.el (gnus-article-highlight-headers)
20936         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20937
20938         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20939         (gnus-article-set-globals, gnus-request-article-this-buffer)
20940         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20941         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20942         (gnus-mime-display-alternative): Use with-current-buffer.
20943
20944 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20945
20946         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20947         also under 80 char limit, and call gnus-error if needed.
20948         (spam-fetch-article-header): Fix - it was a
20949         buffer-local variable (gnus-newsgroup-data).
20950         (spam-find-spam): Use spam-generate-fake-headers, forget about
20951         spam-insert-fake-headers.
20952         (spam-insert-fake-headers): Remove.
20953
20954 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20955
20956         * deuglify.el (gnus-article-outlook-unwrap-lines)
20957         (gnus-outlook-rearrange-article)
20958         (gnus-outlook-repair-attribution-outlook)
20959         (gnus-outlook-repair-attribution-block)
20960         (gnus-outlook-repair-attribution-other): Remove redundant
20961         save-excursion.
20962
20963 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20964
20965         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20966         (spam-fetch-field-subject-fast)
20967         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20968         (spam-fetch-article-header): Add functions to deal with Gnus
20969         internals for fast retrieval of article header data.
20970         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20971
20972 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20973
20974         * pop3.el (pop3-md5): Remove.
20975         (pop3-apop): Replace pop3-md5 with md5.
20976
20977         * mm-bodies.el: base64 is always built-in.
20978
20979         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20980         Use with-current-buffer.
20981
20982 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20983
20984         * canlock.el (canlock-insert-header): Remove excessive grouping in
20985         regexp.
20986
20987         * gnus-sum.el (gnus-summary-read-document): Ditto.
20988
20989         * gnus-uu.el (gnus-uu-part-number): Ditto.
20990
20991         * html2text.el (html2text-remove-tags): Ditto.
20992         (html2text-format-tags): Ditto.
20993         (html2text-format-single-elements): Ditto.
20994
20995         * mml.el (mml-parse-1): Ditto.
20996
20997 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20998
20999         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21000
21001         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21002
21003         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21004
21005         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21006
21007 2003-11-15  Simon Josefsson  <jas@extundo.com>
21008
21009         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21010         (pgg-gpg-lookup-key): Use regexp match instead of
21011         split-string (split-string is different between emacs 21.2 and
21012         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21013
21014 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21015
21016         * gnus-art.el (gnus-mime-view-all-parts)
21017         (gnus-article-part-wrapper, gnus-article-view-part):
21018         Use with-current-buffer.
21019
21020 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21021
21022         * spam.el (spam-disable-spam-split-during-ham-respool)
21023         (spam-spamoracle-database, spam-cache-lookups)
21024         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21025         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21026         (spam-group-ham-marks, spam-group-spam-marks)
21027         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21028         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21029         also add spam-use-blackholes to the statistical checks.
21030         (spam-fetch-field-fast): Add interface to fetching fields, may
21031         become a macro.
21032         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21033         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21034         (spam-insert-fake-headers): Fake an article when needed.
21035         (spam-find-spam): Fake article when possible.
21036         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21037         (spam-check-bogofilter-headers): Use message-fetch-field instead
21038         of nnmail-fetch-field.
21039
21040 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21041
21042         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21043
21044 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21045
21046         * spam.el (spam-split): Do not require spam-use-CHECK to be
21047         enabled if that check is passed to spam-split explicitly; also
21048         fix so 'spam doesn't get converted to spam-split-group when
21049         spam-split-symbolic-return is t.
21050         (spam-find-spam): Find registrations of the article and use those
21051         instead of re-running spam-split to find the spam/ham
21052         classification of the article.
21053         (spam-log-processing-to-registry, spam-log-registered-p)
21054         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21055         Use gnus-error instead of gnus-message.
21056         (spam-log-registration-type): Add function to determine the
21057         classification of a message based on registry entries; will
21058         return nil if both 'spam and 'ham are found.
21059         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21060         a reasonably fast local cache without the loading errors.
21061         (spam-cache-lookups): Set to t by default.
21062         (spam-find-spam): Don't try to guess spam-cache-lookups.
21063         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21064         spam-caches entry.
21065         (spam-filelist-build-cache, spam-filelist-check-cache):
21066         Fix caching of whitelist/blacklist entries.
21067         (spam-check-whitelist, spam-check-blacklist):
21068         Invoke spam-from-listed-p with a type, not a cache variable.
21069         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21070
21071 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21072
21073         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21074
21075         * nnmail.el (nnmail-split-fancy): do.
21076
21077         * mml.el (mml-parse): do.
21078
21079         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21080         (gnus-score-adaptive): do.
21081
21082 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21083
21084         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21085         (gnus-mime-button-map): Don't set keymap parent.
21086         (gnus-button-ctan-directory-regexp): Use shy grouping.
21087         (gnus-prev-page-map): Don't set keymap parent.
21088         (gnus-prev-page-map): Remove duplicated one.
21089         (gnus-next-page-map): Don't set keymap parent.
21090         (gnus-mime-security-button-map): Ditto.
21091
21092         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21093         version number.
21094
21095         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21096
21097 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * canlock.el (canlock-sha1-function): Remove.
21100         (canlock-sha1-function-for-verify): Remove.
21101         (canlock-openssl-program): Remove.
21102         (canlock-openssl-args): Remove.
21103         (canlock-ignore-errors): Remove.
21104         (canlock-sha1-with-openssl): Remove.
21105         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21106         (canlock-verify): Don't use canlock-ignore-errors.
21107
21108         * sha1-el.el (sha1-string-external): Make it can return a string
21109         in binary form.
21110         (sha1-region-external): Ditto.
21111         (sha1-string-internal): Ditto.
21112         (sha1-region-internal): Ditto.
21113         (sha1-region): Ditto.
21114         (sha1-string): Ditto.
21115         (sha1): Ditto.
21116
21117 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21118
21119         * spam.el (spam-report-articles-gmane): New command.
21120
21121 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21122
21123         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21124
21125         * run-at-time.el (run-at-time-saved): Remove.
21126         (run-at-time): Doc fix.
21127
21128 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21129
21130         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21131         (gnus-summary-limit-map): Add it.
21132         (gnus-summary-make-menu-bar): do.
21133
21134 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21135
21136         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21137         Make attempt at some caching support (done for BBDB only now).
21138         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21139         addresses to be checked.
21140         (spam-clear-cache-BBDB): Add function, to be invoked by
21141         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21142         (spam-check-BBDB): Check and use the caches, if
21143         spam-cache-lookups is on, remove superfluous (provide).
21144
21145 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21146
21147         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21148
21149 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21150
21151         * run-at-time.el (run-at-time-saved): Move to after the definition
21152         of `run-at-time'.
21153
21154         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21155
21156 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21157
21158         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21159         mm-w3m-local-map-property.
21160
21161         * mm-view.el (mm-w3m-mode-map): Remove.
21162         (mm-w3m-local-map-property): Remove.
21163         (mm-inline-text-html-render-with-w3m): Don't use
21164         mm-w3m-local-map-property.
21165
21166 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21167
21168         * run-at-time.el: New file.
21169
21170         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21171         under Emacs.
21172
21173         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21174         of gnus-set-text-properties.
21175
21176         * gnus-uu.el (gnus-uu-save-article): Ditto.
21177
21178         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21179
21180         * gnus-cite.el (gnus-cite-parse): Ditto.
21181
21182         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21183         of gnus-.
21184
21185         * gnus-xmas.el (run-at-time): Require run-at-time.
21186
21187         * gnus.el: Change calls to nnheader-run-at-time and
21188         password-run-at-time throughout to use run-at-time directly.
21189
21190         * password.el: Remove definition of run-at-time.
21191
21192         * nnheaderxm.el: Remove definition of run-at-time.
21193
21194 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21195
21196         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21197         in prompt.
21198
21199 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21200
21201         * messagexmas.el (message-xmas-redefine): Alias
21202         `message-make-caesar-translation-table' to
21203         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21204         version.
21205
21206         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21207         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21208         `gnus-xmas-set-text-properties'.
21209         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21210         `gnus-xmas-completing-read'.
21211         (gnus-xmas-completing-read): Removed.
21212         (gnus-xmas-open-network-stream): Removed.
21213
21214         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21215         XEmacs version.
21216
21217         * dns.el (dns-make-network-process): Use `open-network-stream'
21218         instead of `gnus-xmas-open-network-stream'.
21219
21220         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21221
21222         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21223
21224 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21225
21226         * gnus-art.el (gnus-mime-display-alternative)
21227         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21228         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21229         Don't use gnus-local-map-property.
21230
21231         * gnus-util.el (gnus-local-map-property): Remove.
21232
21233         * mm-view.el (mm-view-pkcs7-decrypt):
21234         Replace gnus-completing-read-maybe-default with completing-read.
21235
21236         * gnus-util.el (gnus-completing-read): do.
21237         (gnus-completing-read-maybe-default): Remove.
21238
21239 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21240
21241         * password.el: Only autoload `run-at-time' if not XEmacs.
21242         Only autoload the itimer functions if XEmacs.
21243
21244 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21245
21246         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21247         XEmacsen.
21248
21249         * dgnushack.el: Autoload executable-find for XEmacs.
21250
21251 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21252
21253         * gnus-art.el (gnus-read-string): Remove.
21254         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21255         read-string.
21256
21257 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21258
21259         * netrc.el: Autoload password-read.
21260         (netrc): Add configuration group.
21261         (netrc-encoding-method, netrc-openssl-path):
21262         Add variables for encoding and decoding of files with symmetric
21263         ciphers.
21264         (netrc-encode): Add assistant function to encode a file with
21265         netrc-encoding-method.
21266         (netrc-parse): Add interactive parameter, added optional
21267         decoding if netrc-encoding-method is non-nil but otherwise
21268         behavior is standard.
21269         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21270         Do s/encode/encrypt/ everywhere.
21271
21272         * spam.el: Remove executable-find autoload.
21273
21274 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21275
21276         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21277
21278         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21279
21280 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21281
21282         * gnus-art.el (gnus-treat-ansi-sequences)
21283         (article-treat-ansi-sequences): New variable and function.
21284         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21285
21286         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21287         Use it.
21288
21289 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21290
21291         * mm-util.el (mm-quote-arg): Remove.
21292
21293         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21294         shell-quote-argument.
21295
21296         * gnus-uu.el (gnus-uu-command): do.
21297
21298         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21299
21300         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21301         with make-char.
21302
21303         * mm-util.el (mm-make-char): Remove.
21304
21305         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21306         add-minor-mode.
21307
21308         * gnus-undo.el (gnus-undo-mode): do.
21309
21310         * gnus-topic.el (gnus-topic-mode): do.
21311
21312         * gnus-sum.el (gnus-dead-summary-mode): do.
21313
21314         * gnus-start.el (gnus-slave-mode): do.
21315
21316         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21317
21318         * gnus-ml.el (gnus-mailing-list-mode): do.
21319
21320         * gnus-gl.el (gnus-grouplens-mode): do.
21321
21322         * gnus-draft.el (gnus-draft-mode): do.
21323
21324         * gnus-dired.el (gnus-dired-mode): do.
21325
21326         * gnus-ems.el (gnus-add-minor-mode): Remove.
21327
21328         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21329         Replace gnus-char-width with char-width.
21330
21331         * gnus-ems.el (gnus-char-width): Remove.
21332
21333         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21334         Replace gnus-char-width with char-width.
21335
21336         * gnus-ems.el (gnus-char-width): Remove.
21337
21338         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21339         definition.
21340         Remove Emacs 20 hash table compatibility code.
21341
21342         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21343         20 compatibility code.
21344
21345         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21346
21347         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21348
21349         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21350         Replace with point-at-{eol,bol}.
21351
21352         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21353
21354         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21355
21356         * flow-fill.el (fill-flowed-point-at-bol)
21357         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21358
21359         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21360         Replace with point-at-{eol,bol} throughout all files.
21361
21362 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21363
21364         * ntlm.el (ntlm-string-as-unibyte): New macro.
21365         (ntlm-build-auth-response): Use it.
21366
21367         Remove Emacs 20 stuff:
21368         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21369         (butlast, mapc, remove): Remove the compiler macros.
21370         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21371         of delq and copy-sequence.
21372         * gnus-art.el (popup-menu): Remove the compiler macro.
21373         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21374         Emacs 20.
21375
21376 2004-01-05  Simon Josefsson  <jas@extundo.com>
21377
21378         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21379         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21380         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21381         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21382         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21383         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21384         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21385         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21386         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21387         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21388         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21389         string-xor into ntlm-string-xor.
21390         Suggested by Jesper Harder <harder@myrealbox.com>.
21391
21392         * ntlm.el: Don't include poem.
21393
21394         * md4.el (print-int32, print-string-hexa): Remove.
21395         Suggested by Jesper Harder <harder@myrealbox.com>.
21396
21397         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21398
21399         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21400         probably breaks emacs with DL patch, but do we care? Is anyone
21401         still using the DL stuff?)
21402
21403         * sieve-manage.el: Use the password package.
21404         (sieve-manage-read-passwd): Remove.
21405         (sieve-manage-interactive-login): Use password.  Re-add
21406         condition-case around loop.
21407
21408         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21409         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21410         Use the password package.
21411
21412 2003-02-19  Simon Josefsson  <jas@extundo.com>
21413
21414         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21415         token.
21416
21417 2002-08-07  Simon Josefsson  <jas@extundo.com>
21418
21419         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21420         (sieve-manage-authenticators):
21421         (sieve-manage-authenticator-alist): Add some SASL mechs.
21422         (sieve-sasl-auth): New function.
21423         (sieve-manage-cram-md5-auth):
21424         (sieve-manage-plain-auth): Rewrite using SASL library.
21425         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21426         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21427         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21428         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21429
21430 2004-01-05  Simon Josefsson  <jas@extundo.com>
21431
21432         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21433         New files.
21434
21435 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21436
21437         * gnus-group.el (gnus-no-groups-message): Update.
21438
21439         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21440
21441 2003-11-09  Simon Josefsson  <jas@extundo.com>
21442
21443         * imap.el: Support for ID IMAP extension (RFC 2971).
21444         (imap-local-variables): Add imap-id.
21445         (imap-id): New variable.
21446         (imap-id): New function.
21447         (imap-parse-response): Parse untagged ID response.
21448         * nnimap.el (nnimap-id): New variable.
21449         (nnimap-open-connection): Use it.
21450
21451 2003-12-28  Simon Josefsson  <jas@extundo.com>
21452
21453         * gnus-score.el (gnus-score-edit-all-score): New.
21454         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21455
21456 2004-01-04  Simon Josefsson  <jas@extundo.com>
21457
21458         * password.el: Add.
21459
21460 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21461
21462         * dns.el (dns-query-types): Fix typo.
21463         (dns-query-types): New function.
21464         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21465         PTR and SOA replies, see RFC 1035.
21466
21467 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21468
21469         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21470
21471         * Move to Changelog.2.
21472
21473 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21474
21475         * gnus.el (gnus-version-number): Bump version.
21476
21477 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21478
21479         * gnus.el: No Gnus v0.1 is released.
21480
21481 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21482
21483         * gnus.el: No Gnus v0.0 is released.
21484
21485 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21486
21487         * gnus.el (gnus-version-number): Bump.
21488         (gnus-version): No.
21489
21490 See ChangeLog.2 for earlier changes.
21491
21492   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21493
21494   This file is part of GNU Emacs.
21495
21496   GNU Emacs is free software: you can redistribute it and/or modify
21497   it under the terms of the GNU General Public License as published by
21498   the Free Software Foundation, either version 3 of the License, or
21499   (at your option) any later version.
21500
21501   GNU Emacs is distributed in the hope that it will be useful,
21502   but WITHOUT ANY WARRANTY; without even the implied warranty of
21503   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21504   GNU General Public License for more details.
21505
21506   You should have received a copy of the GNU General Public License
21507   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21508
21509 ;; Local Variables:
21510 ;; coding: utf-8
21511 ;; fill-column: 79
21512 ;; add-log-time-zone-rule: t
21513 ;; End: