(nnimap-fetch-inbox): Rewrite slightly last patch.
[gnus] / lisp / ChangeLog
1 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4
5 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6
7         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
8         servers.
9
10 2011-03-16  Julien Danjou  <julien@danjou.info>
11
12         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
13         inline.
14
15         * gnus-art.el (article-hide-list-identifiers): Use
16         gnus-group-get-list-identifiers.
17
18         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
19         (gnus-summary-remove-list-identifiers): Use
20         gnus-group-get-list-identifiers to get regexp.
21         (gnus-select-newsgroup, gnus-summary-insert-subject)
22         (gnus-summary-insert-articles): Call
23         gnus-summary-remove-list-identifiers unconditionally.
24
25 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
28         we're selecting a group with unread articles.
29
30         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
31
32         * gssapi.el: New file separated out from imap.el to provide a general
33         Kerberos 5 connection facility for Emacs.
34
35         * message.el (message-elide-ellipsis): Document the format spec
36         ellipsis.
37
38 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
39
40         * message.el (message-elide-region): Allow the ellipsis to say how many
41         lines were removed.
42
43 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
46         window configurations containing buffers that are now dead.
47
48         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
49         parsing to avoid integer overflows.
50         (nnimap-parse-flags): Simplify the last change.
51         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
52         too large for 32-bit Emacsen.
53
54 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
55
56         * auth-source.el (auth-source-netrc-create):
57         * message.el (message-yank-original): Fix use of `case'.
58
59 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
60
61         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
62         XEmacs, which was one character too wide.
63
64 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
65
66         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
67         default number of articles to display.
68         (gnus-articles-to-read): Use pretty names for prompt.
69
70 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-int.el (gnus-open-server): Ditto.
73
74         * gnus-start.el (gnus-activate-group): Give a backtrace if
75         debug-on-quit is set and the user hits `C-g'.
76         (gnus-read-active-file): Ditto.
77
78         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
79
80 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
81
82         * message.el (message-yank-original): Use cond instead of CL case.
83
84 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
85
86         * auth-source.el (auth-source-netrc-create): Use usual format for the
87         default in prompts.
88
89 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * lpath.el: Fbind read-char-choice for XEmacs.
92
93 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
94
95         * auth-source.el (auth-source-netrc-create): Show the default in the
96         prompt when prompting for token creation.
97
98 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * auth-source.el (auth-source-format-prompt): Always convert the value
101         to a string to avoid evaluating non-string arguments.
102         (auth-source-netrc-create): Offer default properly, not as initial
103         content in `read-string'.
104         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
105         of line to determine if we've been run before.  If so, don't run again,
106         but print a trivial message to indicate the cache was hit instead.
107
108 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
111         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
112         The user will have to run `gnus-sync-read' manually and wait for Cloudy
113         Gnus.
114
115 2011-03-11  Julien Danjou  <julien@danjou.info>
116
117         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
118         modified file".
119
120 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         * auth-source.el (auth-source-read-char-choice): New function to read a
123         character choice using `dropdown-list', `read-char-choice', or
124         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
125         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
126         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
127         (auth-source-netrc-saver): Use it.
128         (auth-source-pick-first-password): New convenience function.
129
130 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
131
132         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
133         parameter in the credentials.
134         (nnimap-open-connection-1): Use it after a successful login.
135         (nnimap-credentials): Add IMAP-specific user and password prompt.
136
137         * auth-source.el (auth-source-search): Add :require parameter, taking a
138         list.  Document it and the :save-function return token.  Pass :require
139         down.  Change the CREATED message from a warning to a debug statement.
140         (auth-source-search-backends): Pass :require down.
141         (auth-source-netrc-search): Pass :require down.
142         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
143         Change save prompt to indicate all modifications saved here are
144         deletions.
145         (auth-source-netrc-create): Take user login name as default in user
146         prompt.  Move all the save functionality to a lexically bound function
147         under the :save-function token in the returned list.  Set up clearer
148         default prompts for user, host, port, and secret.
149         (auth-source-netrc-saver): New function, intended to be wrapped for
150         :save-function.
151
152 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr.el (shr-table-horizontal-line): Change the defaults for the table
155         lines to be spaces instead.
156
157 2011-03-07  Julien Danjou  <julien@danjou.info>
158
159         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
160         (sieve-sasl-auth): Check that auth-source-search did return something,
161         or just return an empty string.
162
163 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
164
165         * gnus.el (gnus-interactive): Use read-directory-name.
166
167         * gnus-uu.el (gnus-uu-decode-uu-and-save)
168         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
169         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
170         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
171         Likewise.
172
173         * gnus-group.el (gnus-group-make-directory-group): Likewise.
174
175 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
178         onto the list of killed groups, too.  This makes killed nnimap groups,
179         for instance, more reliably not reappear.
180
181         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
182         the parent.
183
184         * gnus-sum.el (gnus-update-read-articles): Fix typo.
185
186         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
187         really have server-side marks.
188
189         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
190         since most backends do not usefully have server-side marks.
191         (gnus-update-read-articles): Propagate marks to all backends that
192         really have server-side marks.
193
194 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
195
196         * message.el (message-cite-reply-position, message-cite-style):
197         New variables.
198         (message-yank-original): Use the new citation styles.
199
200 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
201
202         * message.el (message-options): Revert 22da67af (workaround for XEmacs
203         buffer-local issue); don't mark it buffer-local when running under
204         XEmacs.
205
206 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
207
208         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
209         numbers too big to be `read'.
210
211 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
212
213         * password-cache.el (password-in-cache-p): Add autoload.
214
215         * message.el (message-options): Make buffer-local two ways to attempt
216         to fix a XEmacs bug.
217
218 2011-03-02  Julien Danjou  <julien@danjou.info>
219
220         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
221
222 2011-03-01  Julien Danjou  <julien@danjou.info>
223
224         * gnus-art.el (list-identifier): Add list-identifier as a parameter
225         group.
226         (article-hide-list-identifiers): Use list-identifier group parameter.
227
228 2011-02-28  Julien Danjou  <julien@danjou.info>
229
230         * sieve.el (sieve-buffer-script-name): New local variable to store
231         sieve script name.
232         (sieve-edit-script): Store sieve script name.
233         (sieve-upload): Use sieve script name when uploading.
234         (sieve-upload): Use substitute-command-keys.
235         (sieve-edit-script): Use substitute-command-keys.
236         (sieve-refresh-scriptlist): Use substitute-command-keys.
237         (sieve-manage-mode-map): Define keymap properly.
238         (sieve-manage-mode): Do not set mode name manually, change mode-name to
239         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
240         Remove commented code about cvs.
241         (sieve-manage-quit): New function.
242         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
243
244 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-group.el (gnus-import-other-newsrc-file): New function.
247
248 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
249
250         * auth-source.el (auth-source-search): Cache empty result sets.
251
252         * password-cache.el (password-in-cache-p): Convenience function to
253         check if a key is in the cache, even if the value is nil.
254
255         * auth-source.el (auth-source-save-behavior): New variable to replace
256         `auth-source-never-create'.
257         (auth-source-netrc-create): Use it.
258         (auth-source-never-save): Remove.
259
260 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
261
262         * nnimap.el (nnimap-stream): Doc fix.
263         (nnimap-open-connection-1): Reverse the order of the ports to that the
264         prompted-for port is first.
265
266         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
267         retrieval by the no-group selection.
268
269         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
270         numerical parameters.
271
272 2011-02-25  Julien Danjou  <julien@danjou.info>
273
274         * gnus-gravatar.el: Use gnus-with-article-buffer.
275
276         * gnus-art.el (gnus-with-article-buffer): Check that the
277         gnus-article-buffer is alive.
278
279 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * auth-source.el (auth-source-creation-prompts): New variable to manage
282         creation-time prompts.
283         (auth-source-search): Document it.
284         (auth-source-format-prompt): Add utility function.
285         (auth-source-netrc-create): Don't default the user name to
286         user-login-name.  Use `auth-source-creation-prompts' and some default
287         prompts for user, host, port, and password (the default generic prompt
288         remains ugly).
289         (auth-source-never-save): Add customizable option to never save info.
290         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
291         mode excursion.
292
293 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
296         argument that XEmacs doesn't support.
297
298         * dgnushack.el (dgnushack-compile): Exclude color.el from being
299         compiled for Emacsen having no `libxml-parse-html-region' support.
300
301         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
302
303         * lpath.el: Bind buffer-save-without-query for XEmacs.
304
305 2011-02-23  Julien Danjou  <julien@danjou.info>
306
307         * gnus-art.el (article-make-date-line): Ignore errors if time is
308         invalid and not convertible.
309         (article-make-date-line): Only add lapsed time if time is not nil.
310
311 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
312
313         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
314         `read-char-choice' for backwards compatibility.
315         (auth-source-netrc-element-or-first): New function to DTRT for
316         parameter extraction.
317         (auth-source-netrc-create): Use it and fix multiple parameter print
318         bug.  Use the default passed from above (given-default) or the
319         built-in (user-login-name for :user).
320
321 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-start.el (gnus-dribble-read-file):
324         Set buffer-save-without-query, since we always want to save the dribble
325         file, probably.
326
327         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
328         nnimap.
329
330         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
331         -summary- since it's a user-visible variable.
332
333         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
334         first time you use the new Gnus.
335
336 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
337
338         * auth-source.el: Don't load netrc.el.
339         (auth-sources): Search ~/.netrc as well by default.
340         (auth-source-debug): Add 'trivia option for extra output.
341         (auth-source-do-trivia): Use it.
342         (auth-source-search): Simplify logic to use
343         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
344         appropriate.  Don't keep a running count at this level.  Layer :create
345         and :delete options appropriately on the first and second passes.
346         Don't track the backend with the search results.
347         (auth-source-search-backends): New function to search a list of
348         backends for a processed spec.
349         (auth-source-netrc-parse): Cache all netrc files, making
350         auth-source-netrc-cache an alist keyed by the file name and using the
351         file mtime as the caching criterion.  Keep the obfuscated data secret
352         with a lexical bind.
353         (auth-source-netrc-search): Don't calculate the length of the results
354         unnecessarily.
355         (auth-source-search-backends): Fix bug.
356         (auth-source-netrc-create): Rework prompts.
357
358 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
359
360         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
361         Lower case names of search constraints.
362         (nnir-run-query): Cache and reuse search constraints for all imap
363         servers.
364
365 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
368         after exit.
369         (gnus-setup-message): Define missing variable from last checkin.
370
371         * gnus-sum.el (gnus-summary-show-article): When called with t as the
372         value, show the raw article.
373
374 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
375
376         * gnus.el: No Gnus v0.13 is released.
377
378 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
379
380         * nnimap.el (nnimap-open-connection-1): Revert last change, since
381         auth-source now accepts numbers.
382
383         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
384         spec, too.
385         (auth-source-ensure-strings): New function.
386
387         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
388         (gnus-article-setup-buffer): Always restart the date timer so that user
389         changes to the frequency is respected.
390
391         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
392         port numbers, so make sure it gets that if nnimap-server-port is
393         explicit.
394
395 2011-02-21  Simon Josefsson  <simon@josefsson.org>
396
397         * nnimap.el (nnimap-inbox): Doc fix.
398
399 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
400
401         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
402         Autoload.  Add optional arg FRAME, and pass it to color-values.
403         (color-complement): Caller changed.  Doc fix.
404         (color-gradient): Rewrite for better clarity and efficiency.
405
406 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
407
408         * shr-color.el (shr-color->hexadecimal): Use renamed function names
409         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
410         color-lab-to-srgb.
411
412 2011-02-20  Drew Adams  <drew.adams@oracle.com>
413
414         * color.el: First part of merge from hexrgb.el.
415         (color-rgb-to-hex): Rename from color-rgb->hex.
416         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
417         saturation to zero if the value is too small.
418         (color-rgb-to-hsl): Rename from color-rgb->hsl.
419         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
420         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
421         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
422         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
423         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
424         (color-cie-de2000): Doc fix.
425
426 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
427
428         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
429         given method as in the group name if we're using an extended method.
430         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
431         command, if we're using that, instead of waiting for the beginning.
432
433         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
434         we're sure to get unique server names, and we don't output two async
435         commands in the same buffer.  This fixes an NNTP hang for some users.
436
437 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
438
439         * gnus.el: No Gnus v0.11 is released.
440
441 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
444         summary buffer before reading going to the next buffer.  This avoids
445         putting the point in the group buffer if you `C-g' the command.
446
447         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
448         cache (for now) to make ~/.authinfo.gpg files usable.
449
450         * nnfolder.el (copyright-update): Define for the compiler.
451
452         * auth-source.el (auth-source-search): Fix unbound variable.
453
454 2011-02-19  Glenn Morris  <rgm@gnu.org>
455
456         * gnus.el (gnus-meta): Doc fix.
457
458 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
459
460         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
461         in case it's not yet loaded.
462
463 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
464
465         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
466         line we're waiting for.
467
468 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
469
470         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
471         face with line-width greater than zero will cause RET in gnus summary
472         buffer to scroll down article page-wise because auto vscroll happens,
473         it should be temporalily disabled when doing a scroll-up.
474
475 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
476
477         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
478         outputs from the server.
479
480 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
481
482         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
483         later so that bbdb can hook in easier.
484
485 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
486
487         * auth-source.el (auth-source-search): Don't try to create credentials
488         if the caller doesn't want that.
489         (auth-source-search): If we don't find a match, don't bug out on
490         non-bound variables.
491         (auth-source-search): Only ask a single backend to create the
492         credentials.
493
494         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
495         logging.
496         (nnimap-credentials): Protect against auth-source-search returning nil.
497         (nnimap-request-list): Protect against not being able to open the
498         server.
499
500 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
501
502         * auth-source.el (auth-source-search): Do a two-phase search, one with
503         no :create to get the responses from all backends.
504
505         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
506         when getting credentials.
507
508         * gnus-util.el (gnus-delete-duplicates): New function.
509
510 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
511
512         * nnimap.el (nnimap-credentials): Instead of picking the first port as
513         a creation default, pass the whole port list down.  It will be
514         completed.
515
516         * auth-source.el (auth-source-search): Updated docs to talk about
517         multiple creation choices.
518         (auth-source-netrc-create): Accept a list as a value (from the search
519         parameters) and do completion on that list.  Keep a separate netrc line
520         with the password obscured for showing the user.
521
522         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
523         first choice to `auth-source-search' so it will be used for entry
524         creation instead of the server's Gnus-specific name.
525         (nnimap-credentials): Rely on the auth-source library to select which
526         port is actually wanted in the new netrc entry, so don't override
527         `auth-source-creation-defaults'.
528
529         * auth-source.el (auth-source-netrc-parse): Use :port instead of
530         :protocol and accept a missing user, host, or port as a wildcard match.
531         (auth-source-debug): Default to off.
532
533         (auth-source-netrc-search, auth-source-netrc-create)
534         (auth-source-secrets-search, auth-source-secrets-create)
535         (auth-source-user-or-password, auth-source-backend, auth-sources)
536         (auth-source-backend-parse-parameters, auth-source-search): Use :port
537         instead of :protocol.
538
539         * nnimap.el (nnimap-credentials): Pass a port default to
540         `auth-source-search' in case an entry needs to be created.
541         (nnimap-open-connection-1): Use :port instead of :protocol.
542
543 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * auth-source.el: Bind load-path when loading EIEIO from
546         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
547         21.4 doesn't support, to `require'.
548         (auth-source-secrets-search): Use mm-delete-duplicates instead of
549         delete-dups that is not available in XEmacs 21.4.
550
551 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
552
553         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
554         as EIEIO must also be loaded when auth-source.el is being
555         byte-compiled.
556
557 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
560
561         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
562
563         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
564
565         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
566
567         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
568
569         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
570
571         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
572
573         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
574         necessary.
575
576 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
577
578         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
579         nil means that nnimap doesn't get updated.
580
581 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
582
583         * auth-source.el (auth-source-netrc-create): Return a synthetic search
584         result when the user doesn't want to write to the file.
585         (auth-source-netrc-search): Expect a synthetic result and proceed
586         accordingly.
587         (auth-source-cache-expiry): New variable to override
588         `password-cache-expiry'.
589         (auth-source-remember): Use it.
590
591         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
592         parameter.  Create entry if necessary by using :create t.
593         (nnimap-open-connection-1): Don't pass `inhibit-create'.
594
595 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
596
597         * auth-source.el (auth-source-debug): Enable by default and don't
598         mention the obsolete `auth-source-hide-passwords'.
599         (auth-source-do-warn): New function to debug unconditionally.
600         (auth-source-do-debug): Use it.
601         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
602         and for Secrets API entries when the secrets.el library is not
603         available.
604
605 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
606
607         * gnus-sum.el (gnus-propagate-marks): Default to nil.
608         (gnus-summary-exit): Kill the correct article buffer on exit from a
609         `C-d' group.
610
611         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
612         gnus-propagate-marks.
613
614         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
615         before killing the buffers so that a non-full window conf gets handled
616         correctly.
617         (gnus-summary-exit): Ditto.
618         (gnus-summary-read-group-1): Ditto.
619
620         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
621         async code again so that we can debug it properly.
622
623         * message.el (message-reply): Take an optional switch-buffer parameter
624         so that Gnus window confs are respected better.
625
626 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
627
628         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
629         `plist-get' to accept non-list parameters (XEmacs issue).
630         Fix docstring.
631         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
632         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
633         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
634         Login collection is "Login" and not "login".
635
636 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
639         multiple headers.
640
641         * nnimap.el (nnimap-inhibit-logging): New variable.
642         (nnimap-log-command): Don't log login commands.
643
644         * auth-source.el (auth-source-netrc-search): The asserts seem to want
645         to have more parameters.
646
647         * nnimap.el (nnimap-send-command): Mark the command time for each
648         command, so that we don't get NOOPs stepping on our toes.
649
650         * gnus-art.el (article-date-ut): Get the date from the Date header on
651         `t'.
652
653 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * auth-source.el (auth-source-search): Use copy-sequence instead of
656         the cl.el copy-list.
657
658 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
659
660         * imap.el: Bring it back (revert
661         84d800cd31de3064f0ed39617d725709a2f8f42f).
662
663 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
664
665         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
666         Improve prompt.
667
668 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-art.el (gnus-article-mode-line-format): Remove the article
671         washing status from the default format.  It isn't very informative.
672
673 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
674
675         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
676         Fix Gcc processing on imap.
677
678 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * imap.el: Remove file.  All the functionality is in nnimap.el.
681
682 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
683
684         * message.el (message-bury): Don't pop up a new window when selected
685         window is dedicated.
686
687 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
688
689         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
690
691 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
692
693         * sieve-manage.el: Autoload `auth-source-search'.
694         (sieve-sasl-auth): Use it.
695
696 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * nnimap.el: Autoload `auth-source-forget+'.
699         (nnimap-open-connection-1): Use it if the connection fails.
700
701         * auth-source.el: Require `password-cache'.
702         (auth-source-hide-passwords, auth-source-cache): Remove and mark
703         obsolete.
704         (auth-source-magic): Marker for `password-cache' keys.
705         (auth-source-do-cache): Update docstring.
706         (auth-source-search): Use and check cache.
707         (auth-source-forget-all-cached, auth-source-remember)
708         (auth-source-recall, auth-source-forget, auth-source-forget+)
709         (auth-source-specmatchp): Caching support functions.
710         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
711         Remove and obsolete.
712         (auth-source-user-or-password): Remove caching to further discourage
713         using it.  Always hide passwords.
714
715         * password-cache.el (password-cache-remove): Accept secrets that are
716         not strings.
717
718 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
719
720         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
721         code for now, since it doesn't work for all users.
722
723 2011-02-09  Julien Danjou  <julien@danjou.info>
724
725         * message.el (message-options): Make message-options really buffer
726         local.
727
728 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
729
730         * mail-source.el: Autoload `auth-source-search'.
731         (mail-source-keyword-map): Note order matters.
732         (mail-source-set-1): Get all the mail-source source values and
733         defaults and search auth-source on those if needed.  This can all
734         probably be simplified.
735
736         * nnimap.el: Autoload `auth-source-search'.
737         (nnimap-credentials): Use it.
738         (nnimap-open-connection-1): Ask for the virtual server and physical
739         address in one shot.
740
741         * nntp.el: Autoload `auth-source-search'.
742         (nntp-send-authinfo): Use it.  Note TODO.
743
744 2011-02-08  Julien Danjou  <julien@danjou.info>
745
746         * shr.el (shr-tag-body): Add support for text attribute in body
747         markups.
748
749         * message.el (message-options): Make message-options a local variable.
750
751 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * auth-source.el (auth-source-secrets-search)
754         (auth-source-user-or-password): Use `append' instead of `nconc'.
755         (auth-source-user-or-password): Build return list better and protect
756         against nil :secret.
757
758 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * nnimap.el (nnimap-update-info): Refactor slightly.
761         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
762         (nnimap-update-info): Clean up slightly.
763         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
764         characters.
765         (nnimap-process-quirk): Rename function to avoid collision.
766         (nnimap-update-info): Fix macrology bug-out.
767         (nnimap-update-info): Simplify split history test.
768
769 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
770
771         * auth-source.el (top): Require 'eieio unconditionally.
772         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
773         (auth-source-secrets-search): Limit search when `max' is greater than
774         number of results.
775
776 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
777
778         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
779         part not returning any data.
780
781         * proto-stream.el (open-protocol-stream): Document the return value.
782
783 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
784
785         * auth-source.el (auth-source-secrets-search): Add examples.
786
787 2011-02-06  Julien Danjou  <julien@danjou.info>
788
789         * message.el (message-setup-1): Handle message-generate-headers-first
790         set to t.
791
792 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
793
794         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
795         API with a string "secrets:collection-name" and with 'default.
796         (auth-source-backend-parse): Parse "secrets:collection-name" and
797         'default.  Recurse on parses instead of repeating code.  Use the
798         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
799         message when ignoring a source.
800         (auth-source-search): List ignored search keys at the top level.
801         (auth-source-netrc-create): Use `case' instead of `cond'.
802         (auth-source-secrets-search): Created with TODOs.
803         (auth-source-secrets-create): Created with TODOs.
804         (auth-source-retrieve, auth-source-create, auth-source-delete)
805         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
806         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
807         (auth-source-user-or-password-sftp)
808         (auth-source-user-or-password-smtp): Remove.
809         (auth-source-user-or-password): Deprecated and modified to be a wrapper
810         around `auth-source-search'.  Not tested thoroughly.
811
812 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
813
814         * auth-source.el: Bring in assoc and eioeio libraries.
815         (secrets-enabled): New variable to track the status of the Secrets API.
816         (auth-source-backend): New EIOEIO class to represent a backend.
817         (auth-source-creation-defaults): New variable to set prompt defaults
818         during token creation (see the `auth-source-search' docstring for
819         details).
820         (auth-sources): Simplify to allow a simple string as a netrc backend
821         spec.
822         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
823         (auth-source-backend-parse-parameters): Fill in the backend parameters.
824         (auth-source-search): Main auth-source API entry point.
825         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
826         (auth-source-search-collection): Helper function for searching.
827         (auth-source-netrc-parse, auth-source-netrc-normalize)
828         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
829         Supports search, create, and delete.
830         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
831         backend stubs.
832         (auth-source-user-or-password): Call `auth-source-search' but it's not
833         ready yet.
834
835 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
836
837         * message.el (message-setup-1): Remove the read-only stuff, since it
838         doesn't work under XEmacs, for some reason.
839
840         * gnus-sum.el (gnus-user-date): Rename back from
841         gnus-summary-user-date since user code refers to it.
842
843         * shr.el (shr-render-td): Store the actual background colour used.
844
845         * message.el (message-setup-1): Don't bind the constant
846         -forbidden-properties.
847         (message-setup-1): Revert previous change, since it needs to bind the
848         props to insert them.
849         (message-resend): Allow removing the read-only separator line.
850
851 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
852
853         * nnimap.el (nnimap-request-accept-article): Give an error message if
854         the APPEND wasn't successful.
855
856 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
857
858         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
859         that have no groups.
860
861 2011-02-03  Julien Danjou  <julien@danjou.info>
862
863         * gnus-draft.el: Remove progn around gnus-draft-setup.
864
865 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-start.el (gnus-read-active-for-groups): This function is never
868         called with a nil `infos', so clean that up.
869         (gnus-get-unread-articles): Request active files from primary/secondary
870         methods that have no groups (yet).
871
872 2011-02-03  Julien Danjou  <julien@danjou.info>
873
874         * message.el (message-setup-1): Always generate References first.
875         (message-mail): Return the return value of message-setup, not always t.
876         (message-setup-1): Insert mail-header-separator with read-only and
877         intangible properties set.
878
879         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
880         user-date in docstring.
881
882         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
883
884         * gnus.el (gnus-summary-line-format): Mention &user-date format in
885         docstring.
886
887         * gnus.el (gnus-user-date-format-alist): Change default value. Use
888         defcustom, with type and group. Move from gnus-util.el. Rename to
889         gnus-summary-user-date-format-alist.
890
891 2011-02-03  Glenn Morris  <rgm@gnu.org>
892
893         * nnimap.el (gnus-fetch-headers): Declare.
894
895         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
896
897 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
898
899         * message.el (message-forward-make-body-digest-plain)
900         (message-followup, message-reply): Clean up things noted by Stefan.
901
902         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
903         gnus-article-update-date-headers is nil.
904         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
905         it didn't really work with defcustom.
906         (article-update-date-lapsed): Make sure the window start doesn't move,
907         either.
908
909 2011-02-01  Julien Danjou  <julien@danjou.info>
910
911         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
912         format.
913
914         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
915         standard in Emacs nowadays.
916
917         * color.el (color-gradient): Add a color-gradient function.
918
919 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
920
921         * message.el (message-expand-name): Don't trust the return value of
922         bbdb-complete-name.
923         (message-check-news-header-syntax): Remove unused var `start'.
924         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
925         (message-inhibit-body-encoding): Move to before first use.
926         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
927         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
928         (Organization, Message-ID, Date, mh-previous-window-config):
929         Defvar the vars using dynamic scoping.
930
931 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
932
933         * shr.el (shr-render-td): Only do colours at the final rendering.
934         Should be slightly faster.
935         (shr-insert-table): Fix up TD background colours when doing the
936         vertical padding.
937
938         * gnus-art.el (article-date-ut): Protect against articles with no Date
939         header.
940         (article-update-date-lapsed): Don't use current-column to find the
941         horizontal position.  It's fragile in the presence of \003 characters.
942
943         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
944
945 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
946
947         * gnus-art.el (article-transform-date): Rewrite to still work when
948         there are several rfc2822 parts.
949         (article-transform-date): Fix infinite recursion.
950         (article-date-ut): Replace infinitely many Date headers with a single
951         one when called interactively.
952
953         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
954         secure manner.
955
956         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
957         move around by not using save-window-excursion.  It seems to work...
958
959 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * gnus-art.el (article-make-date-line): Work for user-defined format.
962
963 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
964
965         * nntp.el (nntp-retrieve-group-data-early)
966         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
967         fetching functions.
968
969         * gnus-start.el (gnus-read-active-for-groups): Read the active files
970         thoroughly for all backends that have no known groups.  This should
971         allow new nnml methods to retrieve mail.
972
973         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
974         that Gnus doesn't know exists again.
975
976         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
977         (gnus-treat-date-ut): Ditto.
978         (gnus-article-update-date-header): Rename.
979         (gnus-treat-date-local): Remove.
980         (gnus-treat-date-english): Remove.
981         (gnus-treat-date-lapsed): Remove.
982         (gnus-treat-date-combined-lapsed): Remove.
983         (gnus-treat-date-original): Remove.
984         (gnus-treat-date-iso8601): Remove.
985         (gnus-treat-date-user-defined): Remove.
986         (gnus-article-date-headers): New variable to control all the date
987         header options.
988         (article-date-ut): Rewrite to allow using the new way to format date
989         headers(s).
990
991 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
992
993         * nnmail.el (nnmail-article-group): Check for a direct fancy split
994         method.
995         (nnmail-article-group): A better test for fanciness.
996
997         * nnimap.el (nnimap-request-head): Protect against not finding the
998         article by Message-ID.
999
1000 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1003         keep point at the "same place".
1004
1005 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1008         data if the group is unactivated.
1009
1010 2011-01-28  Julien Danjou  <julien@danjou.info>
1011
1012         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1013         (gnus-all-windows-visible-p): Remove old compatibility code.
1014         (gnus-window-top-edge): Add docstring.
1015
1016         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1017
1018 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1021         older request-update-info.
1022
1023         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1024
1025 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1026
1027         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1028         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1029
1030 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1033         groups.  This makes the nndraft:queue group pop up if it's not already
1034         there.
1035
1036         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1037         messages" logic, which was reversed.
1038
1039         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1040         the "same place" even if point is on the line being replaced.
1041         (article-update-date-lapsed): Allow updating both the combined lapsed
1042         and the lapsed headers.
1043         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1044         (article-make-date-line): Limit the number of segments dynamically to
1045         avoid too-long lines.
1046
1047 2011-01-27  Julien Danjou  <julien@danjou.info>
1048
1049         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1050         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1051
1052 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1055         Use plist-get instead of the cl function getf.
1056
1057 2011-01-27  Glenn Morris  <rgm@gnu.org>
1058
1059         * gnus-util.el (float-time): Get rid of compiler warning, again.
1060
1061 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1062
1063         * shr.el (shr-put-color): Special-case background colours: Do put them
1064         at the blank parts at the front of the lines.
1065
1066         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1067         exit hook to nix out all data on readedness on group exit.
1068
1069         * gnus-util.el (float-time): If float-time is bound, always use it on
1070         all Emacsen.  It's unclear why the subrp check was there.
1071         (time-date): Require to make some autoload issues on XEmacs go away.
1072
1073         * shr.el (shr-put-color): Don't do the box padding in tables, since
1074         they're already padded.
1075
1076 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus-art.el (gnus-article-next-page): When the last line of the
1079         article is displayed, scroll down once more instead of going to the
1080         next article at once.
1081         (article-lapsed-string): Refactor out and allow specifying how many
1082         segments you want.
1083         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1084         (gnus-article-update-lapsed-header): New variable.
1085
1086         * shr.el: Revert change that made headings use different-sized faces.
1087         The Emacs display engine isn't advanced enough that, for instance,
1088         tables can comfortably use differently-sized faces.
1089
1090 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1091
1092         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1093         used.
1094         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1095         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1096         we're using an encrypted connection.
1097
1098         * proto-stream.el: Alter the interface functions to also return the
1099         actual stream type used: network or tls.
1100
1101 2011-01-25  Julien Danjou  <julien@danjou.info>
1102
1103         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1104         (mm-display-javascript-inline): New function.
1105
1106         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1107         viewing function.
1108
1109 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * shr.el (shr-expand-newlines): Fix variable name.
1112
1113 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1114
1115         * shr.el (shr-expand-newlines): Make nested boxes work.
1116
1117 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1118
1119         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1120         backgrounds.
1121         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1122         in a more sensible manner.
1123
1124 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1125
1126         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1127         if EPG is loaded.
1128
1129 2011-01-24  Julien Danjou  <julien@danjou.info>
1130
1131         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1132         tags.
1133
1134 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1137         commands.
1138
1139         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1140         in the article buffer.
1141         (gnus-gravatar-insert): Use blank space from the current buffer to
1142         avoid breaking text properties.  This makes X-Sent updating work again.
1143
1144         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1145
1146 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1147
1148         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1149         fix the bug in url-http.el instead.
1150
1151         * shr.el (shr-image-fetched): Ditto.
1152
1153         * shr.el (shr-image-fetched): Avoid having point move in the article
1154         buffer.
1155
1156         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1157         buffer after being called.  It's apparently being killed by url.el, and
1158         killing it made point move to end-of-buffer in a random buffer.
1159
1160         * shr.el (shr-image-fetched): Ditto.
1161
1162 2011-01-23  Julien Danjou  <julien@danjou.info>
1163
1164         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1165
1166         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1167         text/x-org.
1168
1169 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1172         (i.e., nnimap) returning nil as the article number.
1173
1174 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1175
1176         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1177         "DelSp" parameter in RFC3676.
1178
1179 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1180
1181         * message.el (message-check-recipients): Display the encoded version of
1182         the bogus address if they differ.
1183
1184         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1185         after sending.
1186
1187         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1188
1189         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1190
1191         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1192         group buffer after sending the queue.
1193
1194         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1195
1196 2011-01-22  Julien Danjou  <julien@danjou.info>
1197
1198         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1199
1200 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1201
1202         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1203         nested related parts.
1204
1205         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1206         unexpired articles.  This fixes the regression that led expiry marks to
1207         disappear from nnfolder groups.
1208
1209 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1210
1211         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1212         Don't confuse the "ret" of "retrograde" with RET.
1213
1214 2011-01-21  Julien Danjou  <julien@danjou.info>
1215
1216         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1217         than mm-insert-inline.
1218
1219 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1222         Widen article buffer.
1223
1224 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1225
1226         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1227         the temp buffer.
1228         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1229
1230 2011-01-20  Julien Danjou  <julien@danjou.info>
1231
1232         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1233
1234         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1235         than mm-insert-inline to insert inline part: this respect
1236         mm-inline-media-tests displayers.
1237
1238         * mm-view.el (mm-display-shell-script-inline): New function.
1239
1240         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1241
1242         * mm-uu.el (mm-uu-type-alist): Add org block.
1243         (mm-uu-org-src-code-block-extract): New function.
1244
1245         * mm-view.el (mm-display-org-inline): New function.
1246
1247         * mm-decode.el (mm-automatic-display): Add text/org.
1248
1249         * mailcap.el (mailcap-mime-extensions): Add .org.
1250
1251 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1254         gnus-article-add-buttons.
1255
1256 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1257
1258         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1259         From header with a date and "nobody" as the sender.
1260
1261 2011-01-19  Julien Danjou  <julien@danjou.info>
1262
1263         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1264         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1265         if you have the same regexp several times.
1266         (gnus-button-push): Fix matching when regexp is symbol.
1267
1268 2011-01-15  Glenn Morris  <rgm@gnu.org>
1269
1270         * message.el (message-mail): A compose-mail function should
1271         accept headers as strings.
1272
1273 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1274
1275         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1276         Add :vert-only tags.
1277         (message-mail): New arg RETURN-ACTION.
1278         (message-return-action): New var.
1279         (message-bury): Use it.
1280         (message-mode): Make it buffer-local.
1281         (message-send-and-exit): Always call message-bury.
1282
1283         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1284         message-mail.
1285
1286 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * nnimap.el (nnimap-convert-partial-article): Protect against
1289         zero-length body parts.
1290
1291         * mm-decode.el (mm-preferred-alternative-precedence):
1292         Discourage showing empty parts.
1293
1294         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1295         and stuff if the backend didn't return the article number.  This fixes
1296         an Exchange-related nnimap bug.
1297
1298         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1299         group window, because it does the wrong thing when a separate frame
1300         displays the group buffer.
1301
1302         * proto-stream.el (open-protocol-stream): Protect against the low-level
1303         transport functions returning nil.
1304
1305 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1306
1307         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1308         (mml2015-epg-find-usable-secret-key): New function.
1309         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1310         mml2015-epg-find-usable-key (Bug#7797).
1311         (mml2015-epg-encrypt): Ditto.
1312
1313 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * dgnushack.el (rot13-string): Fix the way to get the argument.
1316
1317 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1320
1321 2011-01-03  Glenn Morris  <rgm@gnu.org>
1322
1323         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1324
1325         * sieve.el (sieve-open-server): Give a more explicit error if
1326         sieve-manage-open returns nil.  (Bug#7720)
1327
1328 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1329
1330         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1331
1332 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1335         This avoids sending passwords in plain text over non-encrypted
1336         channels.
1337
1338         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1339
1340         * nnimap.el (nnimap-login): Refactored out into own function, and
1341         implement CRAM-MD5.
1342         (nnimap-wait-for-line): Refactored out.
1343
1344         * mm-view.el (mml-smime): Require.
1345
1346 2010-12-20  David Engster  <deng@eml.cc>
1347
1348         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1349         use EPG to decrypt S/MIME messages instead of openssl.
1350
1351 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1354
1355         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1356         status is the group clearly is unreachable.
1357
1358         * auth-source.el (auth-source-create): Add the optional second
1359         parameter to `local-variable-p' to be compatible with XEmacs.
1360
1361 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1362
1363         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1364         work when using a compressed nnml folder.
1365
1366 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1369         backends after sanitising on entry, because this never makes sense:
1370         If the articles have gone missing, then the data no longer exists on
1371         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1372         overwrite anything anyway.
1373
1374         * shr.el (shr-insert-document): Bind shr-width dynamically to
1375         window-width if it's nil.
1376
1377 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1378
1379         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1380         with the meaning of using the full emacs window width for rendering.
1381
1382 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1383
1384         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1385         case when sender is not given.
1386
1387 2010-12-23  Julien Danjou  <julien@danjou.info>
1388
1389         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1390         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1391         the addresses, otherwise we might misplaced the gravatar.
1392
1393 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1394
1395         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1396         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1397         obsolete in Emacs.
1398
1399 2010-12-20  Julien Danjou  <julien@danjou.info>
1400
1401         * gnus-util.el (gnus-rescale-image): Revert last change.
1402
1403 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1404
1405         * binhex.el: Improve commentary (Bug#7482).
1406
1407 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-group.el (gnus-group-delete-articles): New command.
1410
1411 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1412
1413         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1414
1415 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1418         here, since it's up to the backends to do CRLF removal if their
1419         protocol has it.
1420
1421         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1422
1423 2010-12-17  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1426         they are from file. Can also scale up.
1427
1428 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1429
1430         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1431         gnus-use-agent.
1432         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1433
1434         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1435
1436 2010-12-17  Julien Danjou  <julien@danjou.info>
1437
1438         * gravatar.el (gravatar-retrieve-synchronously): New function.
1439         (gravatar-get-data): Make more robust.
1440
1441 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1444
1445 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1448         to really consider the last line.
1449
1450 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1451
1452         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1453         list of recipient keys, or use symmetric encryption if not a list.
1454         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1455         EPA override, replacing the call to `netrc-store-data'.
1456
1457 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1458
1459         * gnus-srvr.el: Avoid passing nil regexp argument to
1460         delete-matching-lines.
1461
1462 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1465         fetching stops when Gnus exits.
1466
1467         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1468         function.
1469         (nnfolder-request-expire-articles): Save all the buffers after doing
1470         expiry.
1471
1472         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1473         the last article", since that led to serious performance regressions
1474         when expiring nnml groups.
1475
1476 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1477
1478         * nnir.el: Improve customizations.
1479
1480 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1483
1484         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1485         group has been killed.
1486         (gnus-group-yank-group): Ditto.
1487
1488         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1489
1490         * nnimap.el (nnimap-request-update-group-status): New function.
1491
1492         * gnus-int.el (gnus-request-update-group-status): New interface
1493         function.
1494
1495         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1496         copying read-ness to the backends.
1497
1498         * nnimap.el (nnimap-quirk): New function.
1499         (nnimap-retrieve-group-data-early): Use it.
1500         (nnimap-quirks): New alist.
1501
1502 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1505         don't delete it within indentation.
1506
1507 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1510         previous line.
1511
1512 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1515         QRESYNC command by deleting a superfluous space which broke Cyrus
1516         servers.  This change will break other servers that are buggy the other
1517         way around.
1518
1519 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1520
1521         * spam.el: Reindent and fix long lines.
1522         (spam-copy-or-move-routine): Exclude invalid move destinations.
1523
1524 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1525
1526         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1527         installed the registry.
1528
1529 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1532
1533 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1534
1535         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1536         groupname doesn't contain "gmane".
1537
1538 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1541         and netrc-bound-and-true-p bindings.
1542         (netrc-parse): Cache the netrc contents.
1543
1544         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1545         (gnus-1): Don't create the nndrafts group twice.
1546         (gnus-setup-news): There's no need to read the active file here, since
1547         that's done again later on a per-backend basis.
1548         (gnus-start-draft-setup): Make sure that the new group is started out
1549         empty.
1550
1551         * gnus-agent.el (gnus-agentize): Don't create the queue group
1552         automatically on startup.  It'll be created later, if needed.
1553
1554         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1555         of automatically subscribed groups.
1556         (gnus-auto-subscribed-categories): New variable.
1557         (gnus-matches-options-n): Use it.
1558         (gnus-default-subscribed-newsgroups): Remove unused variable.
1559         (gnus-start-draft-setup): Message a bit less.
1560
1561 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1562
1563         * nnir.el (nnir-run-imap): Return article list in order of increasing
1564         UID.
1565
1566 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * gnus-sum.el (gnus-summary-enter-digest-group):
1569         Mention gnus-auto-select-on-ephemeral-exit.
1570
1571         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1572         convention of the network-only option.
1573
1574 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * proto-stream.el (proto-stream-open-network-only): New function to
1577         have a way to specify non-STARTTLS upgrade connections.
1578
1579 2010-12-10  Julien Danjou  <julien@danjou.info>
1580
1581         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1582         email address is nil.
1583
1584         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1585
1586 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1587
1588         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1589         deletion.
1590         (nnir-run-imap): Only need to parse list once.
1591
1592 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * shr.el (shr-tag-script): Ignore <script>.
1595         (shr-tag-label): Add <label> support.
1596
1597 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1600
1601         * shr.el (shr-image-displayer): Work for images lined side by side.
1602
1603 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1604
1605         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1606         parameter, since XEmacs doesn't accept t as a parameter.
1607
1608 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1609
1610         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1611         ids.
1612         (nnir-run-gmane): Simplify groupspec formatting.
1613         (nnir-request-expire-articles): New function.
1614
1615 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1618         overflow, possibly.
1619
1620         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1621         (shr-render-td): Handle td style="" better.
1622         (shr-tag-table): Use the color from the style sheet.
1623         (shr-render-td): Make sure we copy over all the overlays, too.
1624
1625 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1626
1627         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1628         (nnir-request-article): Improve article retrieval.
1629
1630 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * mm-util.el (mm-extra-numeric-entities): New variable.
1633
1634         * mm-url.el (mm-url-decode-entities):
1635         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1636
1637         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1638
1639 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1640
1641         * message.el: Use completion-at-point.
1642         (message-completion-function): New fun, extracted from message-tab.
1643         (message-mode): Use it for completion-at-point-functions.
1644         (message-tab): Use it and completion-at-point.
1645
1646 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1649         character if a non-breakable character follows.
1650
1651 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1654         any stream.
1655
1656         * shr.el (shr-tag-font): Colorize the region.
1657         (shr-tag-body): Ditto.
1658         (shr-tag-font): Actually let the styles be inherited instead of
1659         overwriting them.
1660         (shr-tag-font): Get the background color right.
1661         (shr-tag-style): Ignore all <style> tags for the moment.
1662
1663         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1664         a Message-ID to avoid having nnimap depend on gnus-sum.
1665
1666         * shr.el (shr-descend): Only colorize something if we have a node that
1667         sets colors.
1668
1669 2010-12-06  Julien Danjou  <julien@danjou.info>
1670
1671         * shr.el (shr-render-td): Render td content with shr-descend, so style
1672         will be applied to <td> too.
1673         (shr-colorize-region): Colorize region even if we only have a background.
1674         (shr-tag-body): Fix color and background color inheritance.
1675         Do not recolorize after shr-generic.
1676         (shr-tag-font): Let shr-generic colorize via inheritance.
1677
1678 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1681
1682 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1683
1684         * nnir.el (nnir-request-move-article): Remove obsolete code.
1685
1686 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1689
1690 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus-sum.el (gnus-summary-respool-article): The completion function
1693         expects a list instead of an alist.
1694
1695         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1696         string as the parameter.
1697
1698         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1699
1700         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1701         styles.
1702         (shr-colorize-region): New function.
1703         (shr-insert-background-overlay): Remove.
1704         (shr-render-td): Background setting should be taken care of on a higher
1705         level.
1706         (shr-tag-body): Use post-hoc colorizations.
1707         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1708         (shr-put-color-1): Don't overwrite old colors.
1709         (shr-colorize-region): When the background color isn't explicit, use
1710         a fixed background.
1711
1712         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1713         nnmail variables.
1714
1715 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1716
1717         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1718         unless necessary.
1719
1720 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1721
1722         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1723         server.
1724
1725 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1728         so that TAB works.
1729
1730         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1731         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1732
1733         * shr.el (shr-urlify): Show the URL before the title to avoid
1734         misleading URLs.
1735
1736 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1737
1738         * shr.el (shr-urlify): Display the title in <a> tags.
1739
1740 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1741
1742         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1743
1744 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1745
1746         * nnir.el: Rearrange code to allow macros to be autoloaded by
1747         gnus-sum.el.
1748         (nnir-retrieve-headers-override-function): Make this variable
1749         customizable.
1750         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1751
1752         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1753         from nnir.el.
1754
1755 2010-12-03  Julien Danjou  <julien@danjou.info>
1756
1757         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1758
1759 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1762         allow optional argument `environment'.
1763
1764 2010-12-03  Glenn Morris  <rgm@gnu.org>
1765
1766         * mm-extern.el (message-goto-body): Update declaration.
1767
1768 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-util.el (gnus-macroexpand-all): New function.
1771
1772         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1773         instead of macroexpand-all that is unavailable in XEmacs.
1774
1775 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1776
1777         * nnir.el (nnir-summary-line-format): New variable.
1778         (nnir-mode): Use it.
1779         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1780         (nnir-article-ids): Reimplement as defsubst.
1781         (nnir-retrieve-headers): Don't mangle the subject header.
1782         (nnir-run-imap): Use 100 as RSV score.
1783         (nnir-run-find-grep): Fix for full server searching.
1784         (nnir-run-gmane): Better restriction to gmane groups.
1785
1786         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1787         summary buffers.
1788
1789 2010-12-02  Julien Danjou  <julien@danjou.info>
1790
1791         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1792
1793         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1794
1795         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1796         support.
1797
1798 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1799
1800         * nnir.el: Update to handle the registry better.
1801         (autoload): Silence byte-compiler.
1802         (nnir-open-server): Add a hook for nnir groups.
1803         (nnir-request-move-article): Don't mangle the header. Better to use
1804         formating variables (which will be added in the future).
1805         (nnir-registry-action): Update the registry using the original article
1806         group name.
1807         (nnir-mode): Install nnir-specific hooks for updating the registry.
1808
1809         * gnus-sum.el
1810         (gnus-article-original-subject,gnus-newsgroup-original-name):
1811         Remove obsolete variables.
1812         (gnus-summary-move-article): Remove use of obsolete variables.
1813         (gnus-summary-local-variables): Make move and delete hooks local to
1814         summary buffers.
1815
1816 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * rtree.el: New file.
1819
1820 2010-12-01  Julien Danjou  <julien@danjou.info>
1821
1822         * message.el (message-user-organization): Do not use
1823         gnus-local-organization.
1824
1825         * gnus.el: Remove gnus-local-organization.
1826
1827         * gnus-msg.el: Remove nastygram thing.
1828
1829 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1832         funcall.
1833
1834 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1837         names.
1838
1839         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1840         characters.
1841
1842         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1843         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1844         Suggested by Štěpán Němec <stepnem@gmail.com>.
1845         (gnus-gravatar-transform-address): Use mail-extract-address-components
1846         that supports non-ASCII names rather than mail-header-parse-addresses.
1847
1848 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * proto-stream.el (open-protocol-stream): All starttls connections are
1851         handled by the network handler.
1852
1853 2010-11-30  Julien Danjou  <julien@danjou.info>
1854
1855         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1856         (nnimap-open-connection-1): Fix PREAUTH.
1857
1858         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1859
1860 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1863         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1864         (shr-insert): Use them.
1865         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1866
1867 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1868
1869         * nnir.el (nnir-request-move-article): Bail out if original group
1870         doesn't support article moves.
1871         (nnir-get-active): Improve active list retrieval.
1872
1873 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1876
1877 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1878
1879         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1880         seem to accept strings-with-numbers as port numbers,
1881
1882 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1883
1884         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1885         change the registry.
1886
1887 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1890         delete-dups that is not available in XEmacs 21.4.
1891
1892         * mm-util.el (mm-delete-duplicates): Add comment.
1893
1894 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1895
1896         * nnir.el (nnir-ignored-newsgroups): New variable.
1897         (nnir-get-active): Use it.
1898
1899 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * proto-stream.el (proto-stream-open-network): Add some comments.
1902
1903         * nntp.el (nntp-open-connection): Provide a :success condition.
1904
1905         * nnimap.el (nnimap-open-connection-1): Ditto.
1906
1907         * proto-stream.el (proto-stream-open-network): See what the response to
1908         the STARTTLS command is.
1909
1910         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1911         backwards compatibility).
1912         (nnimap-open-connection-1): Really respect nnimap-server-port.
1913
1914         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1915         TLS upgrades we don't really care about the identity of the peer.
1916         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1917         that what we've checked for.
1918         (proto-stream-always-use-starttls): Only default to t if
1919         open-gnutls-stream exists.
1920         (proto-stream-open-network): If STARTTLS failed, then just open a
1921         normal connection.
1922         (proto-stream-open-network): Wait until the greeting before doing
1923         STARTTLS.
1924
1925         * nntp.el (nntp-open-connection): Report what the connection error is.
1926
1927         * proto-stream.el (open-protocol-stream): Rename from
1928         open-proto-stream.
1929
1930 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nnimap.el (nnimap-stream): Change default to `undecided'.
1933         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1934         first, and then network.
1935         (nnimap-open-connection-1): Respect nnimap-server-port.
1936         (nnimap-open-connection): Be more backwards-compatible.
1937
1938         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1939         (proto-stream-open-starttls): De-duplicate the starttls code.
1940         (proto-stream-open-starttls): Folded back into the main function.
1941         (proto-stream-open-network): Fix typo in the gnutls path.
1942         (proto-stream-command): Refactor out.
1943
1944         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1945
1946         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1947         starttls.el STARTTLS.
1948
1949         * color.el (color-lab->srgb): Fix function call name.
1950
1951         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1952         if we're using tls.el.
1953         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1954         built in, then don't try to establish a STARTTLS connection.
1955
1956         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1957         servers.
1958
1959         * proto-stream.el (open-proto-stream): Use network, not stream.
1960         (open-proto-stream): Add a way to specify what the end of a command is.
1961
1962         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1963         connections types.
1964         (nntp-open-network-stream): Remove.
1965         (nntp-open-ssl-stream): Remove.
1966         (nntp-open-tls-stream): Remove.
1967         (nntp-ssl-program): Remove.
1968
1969         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1970
1971 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1972
1973         * nnir.el: Fix typos.
1974         (nnir-retrieve-headers-override-function): Rename variable to reflect
1975         new semantics.
1976         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1977         macros.
1978         (nnir-request-article, nnir-request-move-article): Use them.
1979         (nnir-categorize): New function.
1980         (nnir-run-query): Use it.
1981         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1982         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1983         sorted.
1984         (nnir-group-full-name): Use gnus-group-full-name instead.
1985         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1986         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1987
1988 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1991
1992         * proto-stream.el: New library to provide protocol-specific
1993         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1994         protocols.
1995         (open-proto-stream): Complete the documentation.
1996         (proto-stream-open-network): Fix some typos.
1997
1998         * nnimap.el (nnimap-open-connection): Use it.
1999
2000 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2001
2002         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2003         negotiation.
2004
2005 2010-11-26  Julien Danjou  <julien@danjou.info>
2006
2007         * color.el: Rename various rgb functions to srgb.
2008
2009 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2012         names.
2013
2014 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * shr.el (shr-insert): Revert last change.
2017         (shr-find-fill-point): Never leave point being at bol;
2018         relax the kinsoku limitation when rendering tables.
2019
2020 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2023         results from -accept-article.
2024
2025         * shr-color.el: Require cl when compiling.
2026
2027         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2028         checkin.
2029
2030         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2031
2032         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2033
2034         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2035         'add and 'delete to set backend marks.
2036
2037         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2038
2039         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2040
2041         * nntp.el (nntp-request-set-mark): Use it.
2042
2043         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2044
2045         * nnml.el (nnml-request-set-mark): Ditto.
2046
2047         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2048         introduces regressions in article selection.
2049         (nnimap-find-uid-response): New function.
2050         (nnimap-request-accept-article): Use the UID returned, if any.
2051         (nnimap-request-move-article): Use the UID returned, if any.
2052         (nnimap-get-groups): Reimplement to work with folded lines.
2053         (nnimap-find-uid-response): The UID is the last element in the list.
2054         (nnimap-request-set-mark): Extend syntax with 'set.
2055
2056         * nnml.el (nnml-request-set-mark): Ditto.
2057
2058         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2059
2060         * nntp.el (nntp-request-set-mark): Ditto.
2061
2062 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * message.el (message-called-interactively-p): A temporary macro.
2065         (message-goto-body): Use it temporarily.
2066
2067 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2070         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2071         (nnimap-last-response-string): Fix last unfolding fix.
2072
2073 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * shr.el (shr-insert): Fix the way to fold lines.
2076
2077 2010-11-25  Julien Danjou  <julien@danjou.info>
2078
2079         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2080
2081         * color.el: Rename from color-lab.el
2082         (color-rgb->hex): Add.
2083         (color-complement): Add.
2084         (color-complement-hex): Add.
2085
2086         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2087
2088 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2091         don't exist.
2092
2093 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2096         assuming that article displaying or another mml-preview may be
2097         interrupted for an error or for the like.
2098
2099         * shr.el (shr-get-background): Fix argument name.
2100
2101 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2104
2105         * gnus-sum.el (gnus-summary-include-articles): New function.
2106
2107         * message.el (message-goto-body): called-interactively-p needs a
2108         parameter, so use `any'.
2109
2110         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2111         clear marks before moving, since they're synced from the Gnus side
2112         first.
2113
2114         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2115         (gnus-summary-move-article): Copy over all marks before moving, so that
2116         IMAP doesn't think a new article has arrived.
2117
2118 2010-11-24  Julien Danjou  <julien@danjou.info>
2119
2120         * shr.el (shr-insert-background-overlay): Fix typo.
2121         (shr-render-td): Copy the background before rendering.
2122
2123         * shr-color.el (shr-color-visible): Fix docstring.
2124
2125         * shr.el (shr-tag-table): Add bgcolor support.
2126         (shr-render-td): Add bgcolor support.
2127         (shr-get-background): Add.
2128         (shr-insert-foreground-overlay): Use shr-get-background.
2129
2130         * message.el (message-goto-body): Use called-interactively-p.
2131         (message-in-body-p): message-goto-body returns point.
2132
2133 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2136         Fixes something or other in Emacs 23, and is backwards compatible.
2137
2138         * message.el (message-goto-body): Remove the <#secure special-casing,
2139         which is too special.
2140
2141         * shr.el (shr-parse-style): Drop !important from styles.
2142
2143 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2144
2145         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2146         this function to return incorrect results when calling it with an
2147         explicit article argument different from
2148         (gnus-summary-article-number).
2149
2150 2010-11-24  Julien Danjou  <julien@danjou.info>
2151
2152         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2153         (shr-tag-body): Add background support.
2154         (shr-descend): Add background support.
2155         (shr-tag-title): Add.
2156
2157         * shr-color.el (shr-color-visible): Really return original background
2158         if fixed.
2159
2160 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * shr.el (shr-color-check): Protect against non-existent colour names.
2163
2164 2010-11-24  Julien Danjou  <julien@danjou.info>
2165
2166         * color-lab.el: Require 'cl when compiling.
2167
2168         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2169
2170         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2171         matched part.
2172
2173         * color-lab.el: Fix all expt calls to use float type.
2174
2175 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2178         expression to shr-color-check as is.
2179
2180         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2181
2182         * color-lab.el: Add coding cookie.
2183         (float-pi): Use eval-and-compile.
2184
2185         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2186         compiled for Emacsen having no `libxml-parse-html-region' support.
2187
2188 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * shr.el (shr-insert-color-overlay): Split stuff like
2191         "#444444 !important" to find the real colour.
2192         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2193         parse <font color="red"> entries.
2194
2195 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2196
2197         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2198         point when parsing headers.
2199
2200         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2201         is positioned properly when parsing headers.
2202
2203 2010-11-23  Julien Danjou  <julien@danjou.info>
2204
2205         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2206
2207         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2208
2209         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2210
2211         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2212         Use shr-color-hue-to-rgb.
2213         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2214
2215 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * shr.el (shr-color->hexadecimal): Autoload.
2218         (shr-descend): Add color to all tags.
2219
2220 2010-11-22  Julien Danjou  <julien@danjou.info>
2221
2222         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2223         shr-color->hexadecimal.
2224
2225         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2226         RGB() or HSL() color representation.
2227
2228         * shr.el (shr-tag-font): Add.
2229         (shr-tag-color-check): New function to get better colors.
2230         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2231         tag-span.
2232
2233         * shr-color.el: New file.
2234
2235         * color-lab.el: New file.
2236
2237         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2238
2239 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2240
2241         * nnir.el: Fix typo in comments.
2242         (nnir-run-imap): Simplify code. No need to reverse artlist.
2243         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2244
2245 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2248
2249         * nnimap.el (nnimap-get-capabilities): Refactor out.
2250         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2251
2252 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2253
2254         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2255         appearing when `mm-uu-hide-markers' is nil.
2256
2257 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * nnimap.el (nnimap-unselect-group): Make into its own function.
2260         (nnimap-request-rename-group): Unselect group before renaming.
2261         This had gotten lost somewhere.
2262         (nnimap-request-accept-article): Keep track of examined groups, and
2263         unselect the group before APPENDing to read-only groups.
2264         (nnimap-request-move-article): Clear flags before moving so that they
2265         can be re-set later.
2266
2267 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2270         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2271
2272 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * gnus-art.el (gnus-mime-display-single)
2275         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2276         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2277         parameter.
2278
2279 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2282         (shr-table-vertical-line): New variable.
2283         (shr-insert-table): Use it.
2284
2285 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-html.el (gnus-html-wash-images): Don't display images if
2288         gnus-inhibit-images is non-nil; register displayer for cid images.
2289         (gnus-html-display-image): Work for cid image.
2290         (gnus-html-insert-image): Allow arguments.
2291         (gnus-html-put-image): Inhibit read-only.
2292         (gnus-html-prefetch-images): Don't prefetch images if
2293         gnus-inhibit-images is non-nil.
2294
2295 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * shr.el (shr-put-image): Break lines when inserting big pictures.
2298
2299 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2300
2301         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2302         sender, thanks Katsumi Yamaoka.
2303
2304 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2305
2306         * nnir.el (nnir-run-imap): Reverse the article list for each group
2307         rather than the whole list.
2308
2309 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * shr.el (shr-image-displayer): Protect function against non-existent
2312         image source.
2313
2314         * gnus-art.el (gnus-inhibit-images): New user option.
2315         (gnus-mime-display-single): Don't display image if it is non-nil.
2316
2317         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2318         gnus-inhibit-images.
2319
2320         * shr.el (shr-image-displayer): New function.
2321         (shr-tag-img): Use it.
2322
2323 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2324
2325         * mml2015.el (mml2015-epg-sign): Use From header.
2326
2327 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2330
2331         * gnus-util.el (gnus-find-text-property-region): Return markers.
2332
2333         * shr.el (shr-tag-img): Put a displayer in the text property.
2334
2335         * gnus-util.el (gnus-find-text-property-region): New utility function.
2336
2337         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2338         (gnus-html-show-images): Remove.
2339
2340         * gnus-art.el (gnus-article-show-images): New, more general function.
2341
2342         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2343         image url text properties.
2344
2345         * shr.el: Ditto.
2346
2347         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2348         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2349
2350 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2353         work for two or more articles.
2354
2355 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2358         divide an image that's in an html article to two or more when washing
2359         non-ASCII characters in alt text of it.
2360
2361 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2364         smime-decrypt-region using function argument.
2365         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2366
2367         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2368
2369         * smime.el (smime-decrypt-region): Catch it.
2370
2371 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2372
2373         * smime.el (smime-mode-map): Move initialization into declaration.
2374         (gnus-run-mode-hooks): Don't autoload.
2375         (smime-mode): Use define-derived-mode.
2376
2377 2010-11-11  Glenn Morris  <rgm@gnu.org>
2378
2379         * smime.el (from): Restrict declaration to XEmacs.
2380
2381         * nnir.el (gnus-group-topic-name): Autoload.
2382
2383 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * shr.el (shr-insert): Don't break long line if it is because of
2386         kinsoku-bol characters in the line end.
2387
2388 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2389
2390         * nnir.el (nnir-request-move-article): Fix to provide original group
2391         and subject.
2392         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2393         been retrieved.
2394
2395         * gnus-sum.el (gnus-summary-move-article): Use original group and
2396         subject for virtual articles such as those in an nnir summary buffer.
2397
2398 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2401         least 21.5).
2402
2403         * smime.el (from): Declare it again for XEmacs.
2404
2405 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * message.el (message-resend): Don't disable encoding unless it's
2408         already encoded.
2409
2410         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2411         low-numbered articles.
2412
2413 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * rfc2047.el (rfc2047-syntax-table): Simplify.
2416
2417         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2418
2419         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2420         set-char-table-range for XEmacs.
2421
2422 2010-11-10  Glenn Morris  <rgm@gnu.org>
2423
2424         * time-date.el (time-to-seconds): Always an alias on Emacs,
2425         never a real function.
2426         (with-no-warnings): Remove compat stub, now unused.
2427         (time-less-p): Doc fix.
2428         (time-to-number-of-days): Simplify.
2429
2430         * smime.el (from): Remove unused declaration.
2431
2432         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2433         (gnus-float-time): On Emacs, always an alias.
2434
2435         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2436         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2437
2438 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * dgnushack.el: Don't use ignore-errors in the top level form since it
2441         is unavailable in XEmacs even if cl is loaded.
2442
2443         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2444
2445 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * shr.el (browse-url-mailto): Autoload.
2448
2449         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2450
2451         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2452         regexp doesn't need quoting.
2453
2454 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2455
2456         * message.el (message-subject-trailing-was-ask-regexp)
2457         (message-subject-trailing-was-regexp): Match was: in addition to was.
2458
2459 2010-11-09  Glenn Morris  <rgm@gnu.org>
2460
2461         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2462         (nnbabyl-check-mbox): Use point-at-bol.
2463
2464 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2467
2468         * message.el (message-mailto): New function.
2469         (message-mailto): Should accept other parameters.
2470         (message-mailto): Remove since it duplicates browse-url-mailto
2471         functionality.
2472
2473 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2476         methods.
2477         (gnus-read-active-file): Ditto.
2478
2479         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2480         ": " from the prompt.
2481         (gnus-group-make-group): Ditto.
2482
2483 2010-11-07  Glenn Morris  <rgm@gnu.org>
2484
2485         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2486         (gnus-bookmark-kill-line): Use point-at-eol.
2487
2488 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2491         asterisks in From header.
2492
2493 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2496         string to avoid making the From headers syntactically invalid.
2497
2498         * message.el (message-send-mail): Don't insert courtesy messages if the
2499         message already has List-Post and List-ID messages.
2500
2501 2010-11-06  Glenn Morris  <rgm@gnu.org>
2502
2503         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2504         `condition', `type', `length' a prefix.
2505         (gnus-treat-predicate): Update for above name changes.
2506
2507 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2508
2509         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2510         binding.  Handled by `gnus-summary-refer-thread' instead.
2511         (nnir-warp-to-article): New backend function.
2512
2513         * nnimap.el (nnimap-request-thread): Force dependency updating.
2514
2515         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2516         (gnus-summary-refer-thread): Rework to improve thread-referral.
2517
2518         * gnus-int.el (gnus-warp-to-article): New function.
2519
2520         * gnus-sum.el (gnus-summary-article-map): Bind it.
2521
2522 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2523
2524         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2525         gnus-summary-refer-thread.
2526
2527         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2528         headers.
2529         (gnus-summary-limit-include-thread): Prevent articles in thread from
2530         being cut in gnus-cut-threads.
2531         (gnus-summary-refer-thread): Limit retrieved headers to those in
2532         thread.
2533
2534 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * message.el (message-send-mail): Use the value of
2537         message-courtesy-message from the message buffer.
2538
2539         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2540
2541         * shr.el (shr-browse-url): Implement mailto: URLs.
2542
2543         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2544         "raw".
2545
2546         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2547         if it's already selected.
2548
2549         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2550
2551 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2554         to measure the length and truncate alt text.
2555
2556 2010-11-03  Glenn Morris  <rgm@gnu.org>
2557
2558         * nndiary.el (nndiary-generate-nov-databases-1)
2559         (nndiary-generate-active-info): Rename dynamic variable `files' to
2560         something less generic.
2561
2562 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2563
2564         * nnir.el (nnir-request-move-article): Call the underlying backend to
2565         move articles from nnir.
2566
2567 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2570
2571 2010-11-02  Julien Danjou  <julien@danjou.info>
2572
2573         * nnir.el: Remove wais support.
2574
2575 2010-11-02  Glenn Morris  <rgm@gnu.org>
2576
2577         * gnus-html.el: Reorder requirements to quieten compiler.
2578
2579 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2582         properly for XEmacs as well.
2583         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2584         (gnus-article-natural-long-line-p): Use window-width rather than
2585         frame-width.
2586
2587 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2588
2589         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2590         (nnir-read-parms): Don't modify query.
2591         (nnir-run-query): Add ability to search topic on current line.
2592         (nnir-get-active): Clean up.
2593
2594 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2597         degenerate articles.
2598
2599         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2600         (gnus-print-buffer): Just print the buffer as is, without any copying
2601         to a buffer and then re-highlighting.
2602
2603         * nnimap.el (nnimap-request-group): Store the new updated info.
2604         (nnimap-request-group): Select the group when we don't know whether it
2605         exists or not.
2606
2607         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2608         groups.
2609
2610         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2611         groups.
2612
2613         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2614         groups.
2615
2616         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2617         long-lines case by only filling the long lines.
2618
2619         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2620         (bug #7311).
2621
2622 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * shr.el: No need to declare `declare-function' since shr.el is for
2625         only Emacsen that provide `libxml-parse-html-region'.
2626
2627         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2628         effective only in a file it is referred to.
2629
2630 2010-11-01  Glenn Morris  <rgm@gnu.org>
2631
2632         * mm-util.el (gnus-completing-read): Autoload.
2633         (mm-read-coding-system): Simplify Emacs definition.
2634
2635         * nnmail.el (gnus-activate-group):
2636         * nnimap.el (gnutls-negotiate):
2637         * nntp.el (netrc-parse): Fix declarations.
2638
2639 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2642         string-match-p in Emacs >=23.
2643
2644         * gnus-msg.el (gnus-configure-posting-styles)
2645         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2646
2647 2010-11-01  Glenn Morris  <rgm@gnu.org>
2648
2649         * nnir.el (declare-function): Add compat stub.
2650         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2651         (nnir-run-gmane): Require 'mm-url.
2652
2653         * mm-util.el (mm-string-to-multibyte): Simplify.
2654
2655         * shr.el (declare-function): Add compat stub.
2656         (url-cache-create-filename): Declare.
2657         (mm-disable-multibyte, widget-convert-button): Autoload.
2658
2659         * smime.el (ldap-search): Declare.
2660         (smime-cert-by-ldap-1): Require ldap on Emacs.
2661
2662         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2663         (nnimap-keepalive): Use gnus-float-time.
2664
2665         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2666         (mail-source-delete-crash-box): Use gnus-float-time.
2667
2668         * gnus-dired.el (gnus-completing-read): Autoload.
2669
2670         * mm-view.el (gnus-rescale-image): Autoload.
2671
2672         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2673
2674         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2675
2676         * sieve-manage.el: Require 'cl when compiling.
2677
2678         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2679         (gnus-iswitchb-completing-read): Require iswitchb.
2680         (gnus-select-frame-set-input-focus): Silence compiler.
2681
2682 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * message.el (message-subject-trailing-was-query): Change default to t,
2685         since I think that's what most people want.
2686
2687         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2688         appending for easier debugging.
2689         (nnimap-wait-for-connection): Take a regexp.
2690         (nnimap-request-accept-article): Wait for the continuation line before
2691         sending anything unless we're streaming.
2692
2693         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2694         leave the header washing to take place.
2695
2696 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2697
2698         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2699         regular expression match and replace in posting styles.
2700
2701 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2702
2703         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2704         an entire server.
2705         (nnir-get-active): New function.
2706         (nnir-run-imap): Use it.
2707         (nnir-run-gmane): Who knew, gmane search returns an article score!
2708
2709         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2710         server on the current line with nnir.
2711
2712 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2715         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2716         left edge.
2717         (gnus-article-foldable-buffer): Skip past the prefix when determining
2718         raggedness.
2719
2720         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2721         the raw article, and change `C-u g' to show the article without doing
2722         treatments.
2723
2724         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2725         on to `gnus-treat-article'.
2726         (gnus-inhibit-article-treatments): New variable.
2727
2728         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2729
2730         * gnus-art.el (gnus-treatment-function-alist): Have
2731         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2732         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2733         sections.
2734
2735         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2736         parameter.
2737         (gnus-article-fill-cited-long-lines): New function.
2738         (gnus-article-fill-cited-article): Allow filling only long sections.
2739
2740         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2741         and non-punctuation (like after the apostrophe in "'We").
2742
2743         * gnus-sum.el (gnus-summary-select-article): Make sure
2744         gnus-original-article-buffer is alive.
2745
2746         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2747         reflect the order they're in in the digest.
2748
2749         * gnus.el (gnus-group-startup-message): Move point to the start of the
2750         buffer.
2751
2752         * nnimap.el (nnimap-capability): New function.
2753         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2754         is set.
2755
2756 2010-10-31  David Engster  <dengste@eml.cc>
2757
2758         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2759         conform with changes to gnus-completing-read.
2760
2761 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2764
2765 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2766
2767         * nnir.el: Move defvar, defcustom around to keep file organized
2768         and keep byte-compiler quiet.
2769         (nnir-read-parms): Accept search-engine as arg.
2770         (nnir-run-query): Pass search-engine as arg.
2771         (nnir-search-engine): Remove.
2772
2773 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * shr.el (shr-generic): The text nodes should be text, not :text.
2776
2777         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2778         later in the file.
2779
2780 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2781
2782         * nnir.el: General clean up.  Allow searching with multiple engines.
2783         Allow separate extra-parameters for each engine.
2784         Batch queries when possible.
2785         (nnir-imap-default-search-key,nnir-method-default-engines):
2786         Add customize interface.
2787         (nnir-run-gmane): New engine.
2788         (nnir-engines): Use it.  Qualify all prompts with engine name.
2789         (nnir-search-engine): Remove global variable.
2790         (nnir-run-hyrex): Restore for now.
2791         (nnir-extra-parms,nnir-search-history): New variables.
2792         (gnus-group-make-nnir-group): Use them.
2793         (nnir-group-server): Remove in favor of gnus-group-server.
2794         (nnir-request-group): Avoid searching twice.
2795         (nnir-sort-groups-by-server): New function.
2796
2797 2010-10-30  Julien Danjou  <julien@danjou.info>
2798
2799         * gnus-group.el: Remove gnus-group-fetch-control.
2800
2801         * gnus-start.el (gnus-find-new-newsgroups):
2802         Remove gnus-check-first-time-used.
2803
2804         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2805
2806 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2807
2808         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2809         set on groups that don't have \* permanentflags.
2810
2811 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2814         control the background color.
2815         (shr-tag-img): Ignore very small web bug type images.
2816         (shr-put-image): Add help-echo alt texts to the images.
2817         (shr-tag-video): Show the video poster image.
2818
2819 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * shr.el (shr-table-depth): New variable.
2822         (shr-tag-table-1): Only insert the images after the top-level table.
2823
2824         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2825
2826         * gnus-util.el (gnus-list-memq-of-list): New function.
2827
2828         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2829         selected.
2830         (nnimap-unsplittable-articles): New slot.
2831         (nnimap-new-articles): Use it.
2832
2833 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2834
2835         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2836         move to the previous line on `M-g'.
2837
2838 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2841         *-request-group, which seems unnecessary.
2842
2843         * nnimap.el (nnimap-quote-specials): Function copied over from
2844         imap.el.
2845         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2846         they support that.  Suggested by Tom Regner.
2847
2848 2010-10-29  Julien Danjou  <julien@danjou.info>
2849
2850         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2851         defalias.
2852         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2853
2854         * gnus.el: Remove `gnus-nntp-service' variable.
2855         (gnus-secondary-servers): Make obsolete.
2856         (gnus-nntp-server): Make obsolete.
2857
2858         * gnus-start.el (gnus-1): Remove x-splash calls.
2859
2860         * gnus-ems.el (gnus-x-splash): Remove.
2861
2862         * gnus.el (gnus-group-startup-message): Simplify/update code.
2863
2864         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2865         definition.
2866
2867         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2868         capability before doing anything.
2869         (gnus-group-insert-group-line): Remove useless
2870         gnus-group-remove-excess-properties.
2871
2872 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2875
2876 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2879         config after reselecting.
2880
2881 2010-10-28  Julien Danjou  <julien@danjou.info>
2882
2883         * shr.el (shr-put-image): Use point even if only inserting text.
2884         (shr-put-image): Save excursion when inserting alt text on non-graphic
2885         display, so the behaviour is the same when we are on a graphic display.
2886
2887         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2888
2889 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2892         (gnus-mime-copy-part): Check coding system, not charset.
2893         (gnus-mime-view-part-externally): Never remove part.
2894         (gnus-mime-view-part-internally): Don't remove part here.
2895         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2896         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2897         multipart/alternative.
2898
2899         * mm-decode.el (mm-display-part): Take optional arg `force'.
2900
2901 2010-10-26  Julien Danjou  <julien@danjou.info>
2902
2903         * gnus-group.el (gnus-group-default-list-level): Add this function to
2904         compute the default list level.
2905         (gnus-group-default-list-level): Add possibility to use a function.
2906
2907 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2910
2911         * gnus-group.el (gnus-group-completing-read)
2912         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2913         gnus-replace-in-string.
2914
2915 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * shr.el (shr-tag-div): Add.
2918
2919         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2920
2921 2010-10-25  Julien Danjou  <julien@danjou.info>
2922
2923         * gnus-util.el: Remove `gnus-with-local-quit'.
2924
2925         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2926
2927 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2930         the original article buffer.
2931
2932 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * nnimap.el (nnimap-request-head): New function.
2935         (nnimap-request-move-article): Try to be slighly faster by not
2936         requesting the entire message when moving.
2937         (nnimap-transform-headers): Don't bug out on bodiless articles.
2938         (nnimap-send-command): Have no outstanding messages if the IMAP server
2939         doesn't support streaming.
2940         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2941
2942 2010-10-24  Julien Danjou  <julien@danjou.info>
2943
2944         * message.el (message-default-headers): Fix type.
2945
2946 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2949         prefetching images.
2950
2951         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2952         backend for unknown groups.  This is mainly useful for nnimap groups.
2953
2954         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2955         group isn't covered by the agent.
2956
2957 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2958
2959         * nnir.el (nnir-method-default-engines): New variable.
2960         (nnir-run-query): Use it.
2961         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2962         (gnus-summary-nnir-goto-thread): Change group if needed.
2963
2964         * gnus-group.el (gnus-group-group-map): Add key binding for
2965         gnus-group-make-nnir-group.
2966
2967 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * shr.el (shr-tag-object): Add.
2970
2971         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2972         original article buffer live.
2973         (gnus-summary-select-article-buffer):
2974         Mention gnus-widen-article-buffer.
2975
2976 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * shr.el (shr-tag-strong): Add.
2979
2980 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2983         group names.  They mess up the group buffer badly.
2984
2985         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2986
2987         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2988         instead of the summary one.
2989
2990 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * mml.el (mml-preview): Work properly when editing article.
2993
2994         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2995         gnus-have-read-active-file if it's already been in.
2996
2997 2010-10-22  Tom Tromey  <tromey@redhat.com>
2998
2999         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3000         gnus-group-completing-read.
3001
3002 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * message.el (message-mode-map): Don't bind M-; to comment region, to
3005         allow the global comment-dwim to work.
3006
3007 2010-10-21  Julien Danjou  <julien@danjou.info>
3008
3009         * message.el (message-setup-1): Allow message-default-headers to be a
3010         function.
3011
3012 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * shr.el (shr-tag-table): Simplify.
3015
3016 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3019         to avoid trying to snarf invalid stuff.
3020
3021         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3022
3023         * gnus.el (gnus-message-archive-group): Quote value.
3024         (gnus-message-archive-group): Mark as changed.
3025
3026         * shr.el (shr-add-font): Don't put the font properties on the newline
3027         or the indentation.
3028
3029         * message.el (message-fix-before-sending): Change options when sending
3030         non-printable characters.
3031
3032         * gnus.el (gnus-message-archive-method): Change the default to
3033         monthly outgoing groups.
3034
3035         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3036         that have gotten new numbers.
3037
3038         * nnimap.el (nnimap-request-replace-article): New function.
3039
3040 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3043         (nnrss-request-article): Don't use special html washing code.
3044
3045 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * shr.el (shr-tag-table): Remove useless nconc.
3048
3049 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-art.el (article-wash-html): Simplify and remove the charset
3052         stuff.  Use the normal html rendering code instead of the special html
3053         washing code.
3054
3055         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3056         `gnus-w3m' symbols.
3057         (mm-text-html-washer-alist): Remove.
3058
3059         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3060         (mm-inline-media-tests): Remove use.
3061         (mm-text-html-renderer): Change default to the `shr' symbol.
3062
3063         * mm-view.el (mm-inline-text-html): Remove use.
3064
3065         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3066         `gnus-blocked-images' to be a function.
3067         (gnus-article-wash-function): Remove.
3068
3069 2010-10-20  Julien Danjou  <julien@danjou.info>
3070
3071         * spam.el (spam-list-of-processors): Mark as obsolete.
3072
3073         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3074         (nnimap-insert-partial-structure): Fix boundary detection.
3075
3076 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3077
3078         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3079         run file-truename on remote files.  This can be expensive and even
3080         prevent one from editing drafts if some unrelated buffer has a stale
3081         connection.
3082
3083 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3086         kinsoku-eol regardless of shr-kinsoku-shorten.
3087         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3088         (shr-tag-table): Support caption, thead, and tfoot.
3089
3090 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3093         lines.
3094         (shr-save-contents): New command and keystroke.
3095
3096         * nndoc.el (nndoc-type-alist): Add git support.
3097         (nndoc-git-type-p): New function.
3098         (nndoc-transform-git-article): Ditto.
3099         (nndoc-transform-git-headers): Ditto.
3100         (nndoc-transform-git-headers): Generate Subject headers.
3101
3102         * shr.el (shr-parse-style): New function.
3103         (shr-tag-span): Ditto.
3104
3105         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3106         to `G G' to avoid collisions.
3107
3108 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * shr.el: Load kinsoku if necessary.
3111         (shr-kinsoku-shorten): New internal variable.
3112         (shr-find-fill-point): Make kinsoku shorten text line if
3113         shr-kinsoku-shorten is bound to non-nil.
3114         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3115         shr-indentation too when testing if table is wider than frame width.
3116         (shr-insert-table): Use `string-width' instead of `length' to measure
3117         text width.
3118         (shr-insert-table-ruler): Make sure indentation is done at bol.
3119
3120 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3121
3122         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3123         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3124         undecoded network data.
3125
3126 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3129         name in the mode line spec so that the mode line menu works
3130         (bug #2431).
3131
3132         * message.el (message-get-reply-headers): If we're fed `to-address',
3133         then always use that.
3134
3135         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3136         aren't so wide as to need to switch off the edit menu.
3137
3138         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3139         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3140
3141         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3142         `M-g'.
3143         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3144         the permanent marks.
3145
3146 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3147
3148         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3149         Splitting according to references/in-reply-to obeys the ignore-groups
3150         variable, while splitting by sender and subject do not.
3151
3152 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3155         alist, so that we can look for non-Unicode chars.
3156         (article-translate-strings): Allow both character and string maps.
3157
3158 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * shr.el (shr-insert): Don't insert space behind a wide character
3161         categorized as kinsoku-bol, or between characters both categorized as
3162         nospace.
3163
3164 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3165
3166         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3167         headers to gnus-newsgroup-headers.
3168
3169 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * shr.el (shr-tag-img): Don't align images -- since we're not
3172         rescaling, this often leads to ugly displays.
3173
3174 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3175
3176         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3177         duplicates.
3178
3179 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3180
3181         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3182         call.
3183
3184 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * gnus.el: Autoload gnus-html-show-images.
3187
3188         * nnimap.el: Use nnheader-message throughout.
3189
3190         * shr.el (shr-tag-img): Ignore images with no data.
3191
3192 2010-10-15  Julien Danjou  <julien@danjou.info>
3193
3194         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3195         a possibility to disable format=flow encoding when using hard newlines.
3196
3197 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * shr.el (shr-insert): Remove space inserted before or after a
3200         breakable character or at the beginning or the end of a line.
3201         (shr-find-fill-point): Do kinsoku; find the second best point or give
3202         it up if there's no breakable point.
3203
3204 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * nnimap.el (nnimap-open-connection): Message when opening connection
3207         for debugging purposes.
3208
3209         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3210         on every setup buffer call to allow this to change from article to
3211         article.
3212
3213         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3214         buffers where we have a wide table.
3215
3216 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3217
3218         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3219         uses *-request-thread.
3220
3221 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3224         incantation, which is no longer valid.
3225
3226 2010-10-14  Julien Danjou  <julien@danjou.info>
3227
3228         * shr.el: Fix defcustom type (char -> character).
3229
3230 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3233         programs.
3234
3235 2010-10-14  Julien Danjou  <julien@danjou.info>
3236
3237         * shr.el (shr-tag-a): Use url-link as widget type.
3238
3239         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3240         `gnus-group-get-icon'.
3241
3242 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3245         This should make server editing work better.
3246
3247         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3248
3249         * tls.el (tls-program): Remove spurious %s from openssl.
3250
3251         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3252         (nnimap-parse-flags): Fix regexp.
3253
3254         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3255         probably work for CJVK text, too.
3256
3257         * nnimap.el (nnimap-extend-tls-programs): Remove.
3258         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3259
3260         * tls.el (tls-starttls-switches): Remove starttls hack.
3261         (open-tls-stream): Ditto.
3262         (tls-find-starttls-argument): Ditto.
3263
3264 2010-10-13  Julien Danjou  <julien@danjou.info>
3265
3266         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3267         responses.
3268
3269 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3272
3273         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3274         anything in Emacs.
3275
3276         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3277
3278 2010-10-13  Julien Danjou  <julien@danjou.info>
3279
3280         * shr.el (shr-width): Make shr-width a defcustom with default to
3281         fill-column.
3282         (shr-tag-img): Use shr-width rather than fill-column.
3283
3284 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * dgnushack.el (byte-optimize-apply)
3287         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3288
3289         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3290         position when (X-)Faces exist.
3291         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3292         avatars when called interactively.
3293
3294 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3297         gnus-article-x-face-too-ugly is bound.
3298
3299 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3302
3303         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3304         mailbox that doesn't exist.
3305
3306 2010-10-12  Julien Danjou  <julien@danjou.info>
3307
3308         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3309         (shr-get-image-data): Encode URL properly when fetching from cache.
3310         (shr-tag-img): Use aligned-to spaces to align correctly images.
3311
3312         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3313         before inserting the Gravatar.
3314
3315         * shr.el (shr-tag-img): Add align attribute support for <img>.
3316
3317 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-gravatar.el (gnus-art): Require.
3320
3321         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3322         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3323         Remove long obsoleted functions.
3324
3325 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3328
3329         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3330
3331         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3332         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3333         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3334         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3335         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3336         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3337         * sieve-manage.el, smime.el, spam.el:
3338         Fix comment for declare-function.
3339
3340 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * nnimap.el (nnimap-request-rename-group): Select group read-only
3343         before renaming it.
3344
3345         * shr.el (shr-insert): Fix up the white space only regexp.
3346
3347         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3348         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3349
3350         * shr.el (shr-current-column): New function.
3351         (shr-find-fill-point): New function.
3352
3353 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3354
3355         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3356         numbers.
3357
3358 2010-10-11  Julien Danjou  <julien@danjou.info>
3359
3360         * shr.el (shr-hr-line): Add.
3361         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3362         display hr lines.
3363         (shr-max-columns): Do not change state to nil if we just inserting
3364         spaces.
3365
3366 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3369         select the last group.
3370
3371 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3372
3373         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3374
3375 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3376
3377         * dig.el (dig-mode-map): Declare and define in one step.
3378
3379 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3382         for Gnus.
3383         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3384         (nnimap-update-qresync-info): Mark \Seen articles as read.
3385
3386         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3387         non-variable, too.
3388
3389         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3390         available.
3391         (nnimap-update-info): Rely more on the current active than the param
3392         active to avoid marking articles as read too much.
3393
3394         * auth-source.el (auth-source-create): Use (user-login-name) for the
3395         user name default.
3396
3397         * nnimap.el (nnimap-update-info): If the server doesn't return any
3398         useful info, just use the previous info.
3399         (nnimap-update-info): Prefer old info over start-article.
3400         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3401
3402 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3403
3404         * nnir.el (autoload): Clean up autoloads.
3405         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3406         Use key rather than value.
3407         (nnir-imap-search-other): New variable.
3408         (nnir-read-parm): Use it.
3409         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3410         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3411
3412 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3413
3414         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3415         the process, too.
3416
3417 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * spam.el (gnus-summary-mode-map): Bind to "$".
3420         Suggested by Russ Allbery.
3421
3422         * shr.el: Rework the way things are indented by <li> slightly.
3423
3424         * gnus.el (gnus-group-set-parameter): Fix typo.
3425
3426         * nnimap.el: Start implementing QRESYNC support.
3427
3428 2010-10-09  Julien Danjou  <julien@danjou.info>
3429
3430         * nnir.el (nnir-engines): Fix too many arguments.
3431
3432 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3435         group is the "last", so that the backends like nnfolder actually save
3436         their folders.
3437
3438         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3439         try to use that for the tls stream.
3440         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3441         UIDVALIDITY and find out which groups are read-only and not.
3442         (nnimap-get-flags): Use the same marks parsing code as the rest of
3443         nnimap.
3444
3445 2010-10-09  Julien Danjou  <julien@danjou.info>
3446
3447         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3448
3449         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3450         retrieving gravatars.
3451
3452         * shr.el (shr-table-corner): Add.
3453         (shr-table-line): Add.
3454         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3455
3456 2010-10-08  Julien Danjou  <julien@danjou.info>
3457
3458         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3459
3460 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3463
3464         * gnus-sum.el (gnus-mark-article-as-unread)
3465         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3466         (gnus-summary-set-bookmark): Use it.
3467
3468         * gnus-msg.el (gnus-setup-message): Use it.
3469
3470         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3471
3472         * gnus.el (gnus-group-remove-parameter): Use it.
3473
3474         * gnus-group.el (gnus-group-make-web-group): Use it.
3475
3476         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3477
3478         * nnregistry.el: Update docs to mention manual.
3479
3480         * gnus-registry.el: Update docs to mention nnregistry.el.
3481         (gnus-registry-initialize): Don't install nnregistry refer method
3482         automatically.
3483         (gnus-registry-install-nnregistry): Remove it.
3484
3485 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * shr.el (shr-insert): Don't insert double spaces.
3488
3489 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gnus-gravatar.el (gnus-treat-from-gravatar)
3492         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3493         called interactively.
3494
3495         * gnus-art.el (gnus-mime-view-part-externally)
3496         (gnus-mime-view-part-internally): Make predicate function passed to
3497         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3498         of a mime type.
3499
3500         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3501
3502 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * shr.el (require): Require cl when compiling.
3505         (shr-tag-hr): New function.
3506
3507         * nnimap.el (nnimap-update-info): Remove double setting of high.
3508         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3509         This makes nnimap work properly on Courier again.
3510
3511         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3512         the variable for backwards compatibility.
3513
3514         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3515         the file name before using to avoid setting mm-default-directory to
3516         nil.
3517
3518         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3519         bidning gnus-agent variables.
3520
3521         * shr.el (shr-render-td): Use a cache for the table rendering function
3522         to avoid getting an exponential rendering behaviour in nested tables.
3523         (shr-insert): Rework the line-breaking algorithm.
3524         (shr-insert): Don't leave trailing spaces.
3525         (shr-insert-table): Also insert empty TDs.
3526         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3527
3528 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3529
3530         * gnus-sum.el (gnus-number): Rename from `number'.
3531         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3532         (gnus-summary-limit-children): Update uses correspondingly.
3533
3534 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3537         (gnus-gravatar-transform-address): Don't show avatars of people of
3538         which mail addresses match gnus-gravatar-too-ugly.
3539
3540 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * shr.el (shr-table-widths): Expand TD elements to fill available
3543         space.
3544
3545 2010-10-07  Julien Danjou  <julien@danjou.info>
3546
3547         * nnimap.el (nnimap-request-rename-group): Add this method.
3548
3549 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3552         name from XEmacs' function-arglist.
3553
3554         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3555         gravatar under XEmacs.
3556
3557 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3558
3559         * auth-source.el: Update docs with TODO items.
3560
3561         * gnus-sync.el: Update docs to explain state and plans.
3562
3563         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3564         Hooks for mark updates.
3565         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3566
3567         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3568         hooks with arguments, which is needed for mark update hooks.
3569
3570 2010-10-06  Julien Danjou  <julien@danjou.info>
3571
3572         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3573         was matched.
3574
3575         * sieve-manage.el: Update example in `Commentary'.
3576
3577         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3578
3579         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3580         not 2000.
3581         (sieve-manage-authenticate): Re-add function.
3582
3583 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * shr.el (shr-insert): Get 'space transition right.
3586         (shr-render-td): Only delete space at the end of the TD.
3587
3588         * nnimap.el (nnimap-open-connection): Prepare to support
3589         open-gnutls-stream.
3590
3591         * shr.el: Rearrange function order to be more logical.
3592
3593 2010-10-06  Julien Danjou  <julien@danjou.info>
3594
3595         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3596         (nnrss-discover-feed): Remove 404 URL in docstring.
3597
3598         * nnir.el: Fix Swish-E URL.
3599         Fix Namazu URL.
3600
3601         * message.el (message-change-subject): Remove 404 URL in a comment.
3602
3603 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3606         called interactively.
3607
3608         * gnus-util.el (gnus-remove-if): Allow hash table.
3609         (gnus-remove-if-not): New function.
3610
3611         * gnus-art.el (gnus-mime-view-part-as-type)
3612         * gnus-score.el (gnus-summary-score-effect)
3613         * gnus-sum.el (gnus-read-move-group-name):
3614         Replace remove-if-not with gnus-remove-if-not.
3615
3616         * gnus-group.el (gnus-group-completing-read):
3617         Regard collection as a hash table if it is not a list.
3618
3619 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3622
3623         * shr.el: Document the table-rendering algorithm.
3624
3625 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3628         for Emacsen having no `libxml-parse-html-region' support.
3629
3630 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3633         invalid URLs.
3634
3635         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3636         line-broken.
3637         (shr-tag-img): Ignore image fetching errors.
3638         (shr-overlays-in-region): Compute overlay positions correctly.
3639
3640         * mm-decode.el (mm-shr): Require shr.
3641
3642         * gnus-art.el (gnus-blocked-images): Move variable here.
3643
3644         * shr.el (shr-insert-table): Bind free variable.
3645
3646         * mm-decode.el (mm-shr): Bind shr-content-function.
3647
3648         * shr.el (shr-content-function): New variable.
3649
3650         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3651         added for symmetry.
3652
3653         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3654
3655         * gnus-group.el (gnus-group-make-group): Doc fix.
3656
3657         * nnimap.el (nnimap-request-newgroups): Return success.
3658
3659         * shr.el (shr-find-elements): New function.
3660         (shr-tag-table): Put all the images after the table.
3661         (shr-tag-table): Really inhibit images inside the table.
3662         (shr-collect-overlays): Copy over overlays from the TD elements to the
3663         main document.
3664
3665         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3666         gnus-blocked-images.
3667
3668 2010-10-05  Julien Danjou  <julien@danjou.info>
3669
3670         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3671
3672         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3673         (gnus-html-maximum-image-size): Add this function.
3674         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3675
3676         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3677         server-value of the capability is nil.
3678
3679 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * shr.el (shr-tag-em): Add <EM> tag.
3682
3683 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3684
3685         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3686         customizable.
3687
3688         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3689         handing broken links to browse-url.
3690
3691 2010-10-05  Julien Danjou  <julien@danjou.info>
3692
3693         * gnus-util.el (gnus-emacs-completing-read)
3694         (gnus-iswitchb-completing-read): Use autoload rather than require.
3695
3696 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3699         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3700         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3701         iswitchb-temp-buflist for XEmacs.
3702
3703         * gnus-util.el (gnus-completing-read-function): Exclude
3704         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3705         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3706         XEmacs.
3707
3708         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3709         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3710
3711         * gnus-html.el: Don't require help-fns under XEmacs.
3712         (gnus-html-schedule-image-fetching): Work for XEmacs.
3713
3714         * mm-decode.el (mm-shr): Decode contents by charset.
3715
3716 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3719         unknown.
3720
3721         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3722         (shr-get-image-data): Ensure against the cache file missing.
3723
3724         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3725         for data.
3726
3727         * spam-report.el (spam-report-url-ping-plain): Don't query about
3728         killing the process.
3729
3730         * shr.el (shr-render-td): Protect against too-wide text.
3731
3732 2010-10-04  Julien Danjou  <julien@danjou.info>
3733
3734         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3735         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3736
3737         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3738         retrieved.
3739
3740 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * shr.el (browse-url): Require.
3743         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3744         lines.
3745         (shr-show-alt-text, shr-browse-image): New commands.
3746         (shr-browse-url, shr-copy-url): New commands.
3747
3748         * gnus-sum.el (gnus-widen-article-window): New variable.
3749         (gnus-summary-select-article-buffer): Use it.
3750
3751         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3752         without @ signs.
3753
3754 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3755
3756         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3757
3758 2010-10-04  Julien Danjou  <julien@danjou.info>
3759
3760         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3761         for XEmacs.
3762
3763 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3766
3767         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3768         (nnimap-close-server): Implement.
3769
3770         * dgnushack.el (iswitchb): Require to shut up the compiler.
3771
3772         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3773         (shr-insert): Tweak line breaking.
3774         (shr-insert): Handle <pre> better.
3775         (shr-tag-li): Get <li> indentation right.
3776         (shr-tag-li): Get <li> indentation even righter.
3777         (shr-tag-blockquote): Ensure paragraph start.
3778         (shr-make-table): Tweak table generation.
3779         (shr-make-table): Fix typo.
3780
3781         * shr.el: Implement table rendering.
3782
3783 2010-10-04  Julien Danjou  <julien@danjou.info>
3784
3785         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3786
3787 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * shr.el (shr-insert): Use string anchors instead of line anchors.
3790
3791 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * shr.el: Add headings.
3794         (shr-ensure-paragraph): Actually work.
3795         (shr-tag-li): Make <ul> prettier.
3796         (shr-insert): Get white space at the beginning/end of elements right.
3797         (shr-tag-p): Collapse subsequent <p>s.
3798         (shr-ensure-paragraph): Don't insert double line feeds after blank
3799         lines.
3800         (shr-insert): \t is also space.
3801         (shr-tag-s): Fix "s" tag name function.
3802         (shr-tag-s): Fix face prop name.
3803
3804 2010-10-03  Julien Danjou  <julien@danjou.info>
3805
3806         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3807
3808         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3809         gnus-window-inside-pixel-edges.
3810
3811         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3812         gnus-ems.
3813
3814         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3815
3816         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3817         function.
3818
3819         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3820         resize choice.
3821
3822 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3825         beginning of the buffer.
3826
3827         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3828         article buffer again.
3829
3830         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3831
3832         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3833         when it's at the start of the buffer.
3834
3835         * shr.el (shr-tag-blockquote): Convert name.
3836         (shr-rescale-image): Use the right image-size variant.
3837
3838         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3839         buffer isn't shown, then select the current article first instead of
3840         bugging out.
3841         (gnus-summary-select-article-buffer): Show both the article and summary
3842         buffers again.
3843
3844         * shr.el (shr-fontize-cont): Protect against regions with no text.
3845         Rename tag functions to shr-tag-* for enhanced security.
3846         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3847
3848 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3849
3850         * shr.el (shr-insert):
3851         * pop3.el (pop3-movemail):
3852         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3853         loaded.
3854
3855 2010-10-03  Glenn Morris  <rgm@gnu.org>
3856
3857         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3858
3859         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3860
3861         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3862
3863         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3864
3865         * gnus-util.el (gnus-make-local-hook): Simplify.
3866
3867 2010-10-02  Julien Danjou  <julien@danjou.info>
3868
3869         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3870         (gnus-ido-completing-read): New function.
3871         (gnus-emacs-completing-read): New function.
3872         (gnus-completing-read): Use gnus-completing-read-function.
3873         Add gnus-completing-read-function.
3874
3875 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * shr.el (shr-insert-document): Autoload.
3878         (shr-img): Be silent.
3879         (shr-insert): Add a newline after every picture before text.
3880         (shr-add-font): Use overlays for combining faces.
3881         (shr-insert): Pass upwards the text start point.
3882
3883         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3884         possible.
3885         (mm-shr): New function.
3886
3887 2010-10-02  Julien Danjou  <julien@danjou.info>
3888
3889         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3890         should go backward.
3891
3892 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3893
3894         * shr.el (shr): Fix typo in provide call.
3895
3896 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * shr.el: New file.
3899
3900         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3901
3902         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3903         completing read.
3904
3905 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3908         we're being queried about.  Suggested by Dan Jacobson.
3909
3910         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3911         Suggested by Jason Eisner.
3912
3913         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3914         table, too.  Suggested by Stefan Wiens.
3915         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3916         the table unnecessary.  Suggested by Stefan Wiens.
3917
3918         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3919         longer needed, and probably doesn't work either, as pointed out by
3920         Stefan Wiens.
3921         (gnus-summary-exit): Remove call to the clearing function.
3922         (gnus-summary-exit-no-update): Ditto.
3923
3924         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3925         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3926         Reported by Stefan Monnier.
3927         (gnus-summary-save-in-rmail): Ditto.
3928
3929         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3930         article buffer, instead of both the article buffer and the summary
3931         buffer.  Sort of suggested by Dan Jacobson.
3932
3933         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3934
3935         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3936         Suggested by Dan Jacobson.
3937
3938         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3939         documentation clearer.
3940
3941         * message.el (message-shorten-references): Comment on the number "21".
3942         Suggested by Stefan Monnier.
3943
3944         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3945         Suggested by Dan Jacobson.
3946
3947         * gnus.el (gnus-large-newsgroup):
3948         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3949
3950         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3951         externalize attachments.  Bug reported by Steve Wen.
3952
3953         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3954         really message anything to the user.
3955
3956         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3957         directly.
3958
3959         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3960         messages in empty groups.
3961
3962 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3963
3964         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3965         non-UIDNEXT group.
3966
3967 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3970         not the value from the collection.
3971
3972         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3973         values.  This sometimes happens on some groups that have no info.
3974         (nnimap-request-newgroups): New function.
3975
3976 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3977
3978         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3979         check into `gnus-registry-initialize'.
3980         (gnus-registry-initialize): Ditto.
3981         Fix and extend header docs.
3982
3983 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3986         regexp backtrace overflows.
3987
3988         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3989         for starttls that tls.el implements; i.e. openssl.
3990
3991         * tls.el (tls-starttls-switches): Give up on using starttls with
3992         gnutls-cli.
3993         (tls-program): Add --insecure to be consistent with the defaults from
3994         openssl s_client.  Now all three commands are insecure.
3995
3996 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * lpath.el: Bind completion-styles-alist for XEmacs.
3999
4000         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4001         (gravatar-create-image): New function that's an alias to
4002         gnus-xmas-create-image, gnus-create-image, or create-image.
4003         (gravatar-data->image): Use it.
4004
4005 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4008         install the nnregistry refer method.
4009         (gnus-registry-install-hooks): Use it.
4010         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4011         unfollowed groups.
4012
4013 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4014
4015         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4016         expanding threads.
4017
4018 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * nnir.el: Use the server names without suffixes (bug #7009).
4021
4022         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4023         unencrypted to STARTTLS, if possible.
4024
4025 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4026
4027         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4028         headers before superseding.
4029
4030 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * nnrss.el (nnrss-use-local): Add documentation.
4033
4034         * nnimap.el (nnimap-extend-tls-programs): New function.
4035         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4036         (nnimap-wait-for-connection): Accept the greeting from the stupid
4037         output from openssl s_client -starttls, too.
4038
4039         * tls.el (tls-starttls-switches): New variable.
4040         (tls-find-starttls-argument): Use it.
4041         (open-tls-stream): Ditto.
4042
4043         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4044         (netrc-machine): Ditto.
4045
4046         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4047         article number.
4048         (nnimap-split-fancy): New variable.
4049         (nnimap-split-incoming-mail): Use it.
4050
4051         * nntp.el (nntp-server-list-active-group): Document.
4052
4053         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4054         SELECT to get the message-id.
4055
4056         * mail-source.el (mail-sources): Remove webmail support.
4057         (defvar): Ditto.
4058         (mail-source-fetcher-alist): Ditto.
4059         (mail-source-fetch-webmail): Remove.
4060
4061         * webmail.el: Remove -- doesn't seem relevant any more.
4062
4063         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4064
4065         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4066         the \r.
4067
4068 2010-09-30  Julien Danjou  <julien@danjou.info>
4069
4070         * gnus-agent.el (gnus-agent-add-group): Fix call to
4071         gnus-completing-read.
4072
4073 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * nndoc.el (nndoc-retrieve-groups): New function.
4076
4077         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4078         `default', use nnmail-split-methods.
4079         (nnimap-request-article): Downcase the NILs so that they are nil.
4080
4081         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4082         symbol.
4083
4084         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4085         code, since if the user has requested network, that's what they ought
4086         to get.
4087         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4088         (nnimap-split-rule): Mark as obsolete.
4089
4090         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4091         New variable.
4092
4093         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4094         correct slot, too.
4095
4096 2010-09-29  Julien Danjou  <julien@danjou.info>
4097
4098         * gnus.el (gnus-local-domain): Declare variable obsolete.
4099
4100         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4101         Fix history computing.
4102         (gnus-ido-completing-read): Require ido.
4103
4104 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105
4106         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4107         build Gnus.
4108
4109         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4110         when interpreting the structures.
4111         (nnimap-request-accept-article): Add \r\n to the lines to make this
4112         work with Cyrus.
4113
4114         * nndraft.el (nndraft-request-expire-articles): Use the group name
4115         instead if "nndraft".  Fix found by Nils Ackermann.
4116
4117 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4118
4119         * nnregistry.el: Add.
4120
4121 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4122
4123         * nnmail.el (group, group-art-list, group-art):
4124         Remove unneeded directives.
4125
4126 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4129         (mm-mime-charset)
4130         * rfc2047.el (rfc2047-syntax-table)
4131         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4132
4133         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4134         rather than `insert-file-contents' and `eval-region'.
4135
4136         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4137         construction.
4138
4139         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4140
4141         * time-date.el: No need to require cl for Emacs 21.
4142
4143 2010-09-29  Julien Danjou  <julien@danjou.info>
4144
4145         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4146         replacement of `gnus-gravatar-relief' to mimic
4147         `gnus-faces-properties-alist'.
4148         Add :version property.
4149
4150 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mail-source.el (mail-source-report-new-mail)
4153         * message.el (message-default-mail-headers)
4154         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4155
4156         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4157
4158 2010-09-28  Julien Danjou  <julien@danjou.info>
4159
4160         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4161         mail-address contains the same string as real-name.
4162
4163         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4164         non-blank in header, otherwise it'll get stripped.
4165
4166         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4167         real-name, and then for mail address rather than doing : or , search.
4168
4169 2010-09-27  Julien Danjou  <julien@danjou.info>
4170
4171         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4172         right completing-read function.
4173         (gnus-use-ido): New variable
4174         (gnus-completing-read-with-default): Remove.
4175         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4176         (gnus-agent-add-group):
4177         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4178         * mm-view.el (mm-view-pkcs7-decrypt):
4179         * mm-util.el (mm-codepage-setup):
4180         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4181         * mml-smime.el (mml-smime-openssl-sign-query):
4182         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4183         (mml-insert-multipart):
4184         * gnus-msg.el (gnus-summary-yank-message):
4185         * gnus-int.el (gnus-start-news-server):
4186         * mm-decode.el (mm-interactively-view-part):
4187         * gnus-dired.el (gnus-dired-attach):
4188         * gnus.el (gnus-read-method):
4189         * gnus-bookmark.el (gnus-bookmark-jump):
4190         * gnus-art.el (gnus-mime-view-part-as-type)
4191         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4192         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4193         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4194         * nnmairix.el (nnmairix-create-server-and-default-group)
4195         (nnmairix-update-groups, nnmairix-get-server)
4196         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4197         (nnmairix-get-group-from-file-path):
4198         * nnrss.el (nnrss-find-rss-via-syndic8):
4199         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4200         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4201         (gnus-group-browse-foreign-server):
4202         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4203         (gnus-summary-execute-command, gnus-summary-respool-article)
4204         (gnus-read-move-group-name):
4205         * gnus-score.el (gnus-summary-increase-score)
4206         (gnus-summary-score-effect):
4207         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4208
4209 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4212         x-focus-frame.
4213
4214         * nnimap.el (auth-source-forget-user-or-password)
4215         (auth-source-user-or-password): Autoload.
4216
4217         * message.el (message-from-style, message-interactive)
4218         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4219         (message-yank-prefix, message-indentation-spaces, message-signature)
4220         (message-signature-file): Add comment.
4221
4222 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4223
4224         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4225         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4226         new articles.
4227
4228         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4229         parts.
4230         (nnimap-request-article): Work with the t setting, too.
4231
4232         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4233         that you don't get flashes of other buffers.
4234         (gnus-summary-show-complete-article): Intern before setting.
4235
4236 2010-09-27  David Engster  <dengste@eml.cc>
4237
4238         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4239         well as HEADERS.
4240         (nnmairix-retrieve-headers): Provide new argument for the above.
4241
4242 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * gnus-sum.el (gnus-summary-move-article): Don't alter
4245         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4246         group.
4247
4248         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4249
4250         * message.el (message-cite-prefix-regexp): Revert my last edit.
4251
4252         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4253         variable instead of the Gnus variable.
4254
4255         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4256
4257         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4258
4259         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4260         since some servers don't like it.
4261         (nnimap-open-connection): Forget credentials if the server says the
4262         password was wrong.
4263         (nnimap-parse-line): Protect against invalid data.
4264
4265         * gnus-sum.el (gnus-summary-move-article): Add comment.
4266         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4267         nothing alters it while scanning for new messages.
4268
4269         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4270         which may or may not help.
4271         (nnimap-open-connection): If we're doing a stream connection, and then
4272         discover we're on a STARTTLS-capable server, then open a STARTTLS
4273         connection instead.
4274
4275 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * nnimap.el (utf7): Require.
4278
4279         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4280         prefix.
4281
4282 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4283
4284         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4285
4286 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * nnimap.el (nnimap-request-accept-article): Message the error on
4289         error.
4290
4291 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4294
4295 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * nndoc.el (nndoc-request-list): Return success always.
4298
4299         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4300         `fetch-old' -- we only want to fetch the articles we've requested.
4301         The rest are in the agent, probably.
4302         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4303         disappeared server" to something low.  It's not important.
4304
4305         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4306         arrived before the FETCH data.
4307
4308         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4309         target here, because we don't know the Gnus name of the group.
4310
4311         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4312         for the correct group.
4313
4314         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4315
4316         * gnus.el (gnus): Give a final warning after startup.
4317
4318         * gnus-util.el (gnus-action-message-log): New variable.
4319         (gnus-message): Use it.
4320         (gnus-final-warning): New function.
4321
4322         * nnimap.el (nnimap-open-connection): Record the greeting.
4323         (nnimap): Add greeting.
4324
4325 2010-09-26  Julien Danjou  <julien@danjou.info>
4326
4327         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4328         arguments.
4329         (gnus-html-wash-images): Fix spec computing to include start/end.
4330
4331         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4332
4333 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334
4335         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4336         deletion.
4337         (nnimap-retrieve-headers): Don't select the group, because that's
4338         already done by nnimap-possibly-change-group.
4339
4340         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4341         (gnus-picon-transform-address): Use it.
4342
4343         * mail-source.el (mail-source-value): Revert previous patch.
4344
4345         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4346         on failure.
4347         (nnimap-open-connection): Look up both virtual and physical server name
4348         credentials.
4349
4350         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4351
4352 2009-02-07  Dave Love  <fx@gnu.org>
4353
4354         * tls.el (open-tls-stream): Don't query killing process.
4355
4356 2009-02-08  Dave Love  <fx@gnu.org>
4357
4358         * gnus-win.el (gnus-window-to-buffer-helper)
4359         (gnus-all-windows-visible-p): Function needn't be a symbol.
4360
4361         * mail-source.el (mail-source-value): Function needn't be a symbol.
4362
4363 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * message.el (message-cite-prefix-regexp): Remove } from the cite
4366         prefix.
4367
4368         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4369         highlight again, so that the highlight is correct.
4370
4371         * gnus-picon.el (gnus-picon): Remove again.
4372         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4373
4374         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4375         doing the header highlightling, so that the background colour of the
4376         picon is correct.
4377
4378         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4379         (gnus-picon): Ditto.
4380         (gnus-picon): Reinstate.  The background colour for picons is white.
4381         (gnus-picon-insert-glyph): Make the background white.
4382
4383         * nnml.el (nnml-open-nov): Don't return dead buffers.
4384
4385         * auth-source.el (auth-source-create): Query the user for whether to
4386         store the credentials.
4387
4388         * netrc.el (netrc-store-data): New function.
4389
4390         * auth-source.el (auth-source-user-or-password): Use the existing auth
4391         sources, if any, for creation.
4392
4393         * gnus.el (gnus-group-fast-parameter): Return the last matching
4394         parameter instead of the first matching parameter.
4395
4396 2010-09-26  Julien Danjou  <julien@danjou.info>
4397
4398         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4399
4400 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * mml2015.el (mml2015-use): Remove gpg support.
4403
4404         * mml1991.el (mml1991-function-alist): Remove gpg function.
4405         (mml1991-gpg-sign): Remove.
4406
4407 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4408
4409         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4410         (gnus-browse-unsubscribe-current-group): Document it.
4411         (gnus-browse-unsubscribe-group): Use it.
4412
4413 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4416         address to the To list for easier response.
4417
4418         * gnus.el (gnus-play-startup-jingle): Remove.
4419         (gnus-splash): Don't play jingle.
4420         (gnus): Silence gnus-load message.
4421
4422         * gnus-art.el (gnus-treat-play-sounds): Remove.
4423
4424         * gnus.el (gnus-play-jingle): Remove audio support.
4425
4426         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4427
4428         * earcon.el: Remove -- no users.
4429
4430         * gnus-audio.el: Remove -- no users of this package.
4431
4432         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4433
4434         * gnus-start.el (gnus-setup-news): Remove nocem support.
4435
4436         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4437
4438         * gnus.el (gnus-use-nocem): Remove.
4439
4440         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4441         Remove.
4442
4443         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4444         uses NoCeM any more.
4445
4446         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4447         (gnus-button-ctan-handler): Ditto.
4448         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4449         (gnus-button-ctan-directory-regexp): Ditto.
4450         (gnus-button-handle-ctan): Ditto.
4451         (gnus-button-tex-level): Ditto.
4452         (gnus-button-alist): Remove CTAN stuff.
4453
4454 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4457         nnimap-streaming test.
4458
4459         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4460         servers twice.
4461
4462         * nnimap.el (nnimap-open-connection): Add more error reporting when
4463         nnimap fails early.
4464
4465         * nnheader.el (nnheader-get-report-string): New function.
4466         (nnheader-get-report): Use it.
4467
4468         * gnus-int.el (gnus-check-server): Say what the error was when opening
4469         failed.
4470
4471         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4472         using streaming.
4473
4474 2010-09-25  Julien Danjou  <julien@danjou.info>
4475
4476         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4477         gnus-window-inside-pixel-edges.
4478
4479 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4482
4483         * mm-decode.el (mm-save-part): Allow saving to other directories the
4484         normal Emacs way.
4485
4486         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4487         Suggested by Jay Berkenbilt.
4488
4489         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4490         there isn't a single byte.
4491
4492         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4493         just do it.  It doesn't really seem to matter what the user responds
4494         here, I think, so it's just a confusing question.
4495
4496         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4497         non-streaming case.
4498
4499         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4500         (gnus-article-encrypt-body): Use it.
4501
4502         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4503         keystroke.
4504
4505         * nnimap.el (nnimap-find-wanted-parts-1):
4506         Use gnus-fetch-partial-articles.
4507
4508         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4509
4510         * nnimap.el (nnimap-insert-partial-structure): New function.
4511         (nnimap-get-partial-article): New function.
4512         (nnimap-request-article): Use it.
4513         (nnimap-wait-for-response): Return whether the wait was successful.
4514         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4515         retrieval wasn't successful.
4516         (nnimap-retrieve-group-data-early): Allow throttling servers.
4517         (nnimap-streaming): New variable.
4518         (nnimap-fetch-partial-articles): Remove.
4519
4520         * mm-decode.el (mm-with-part): Protect against killed buffers.
4521
4522         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4523         for prettier summary display.
4524
4525 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4526
4527         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4528
4529 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530
4531         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4532         apparently third-party libraries depend on it.
4533
4534         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4535         before starting negotiation.
4536
4537         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4538         privacy reasons.
4539         (gnus-treat-mail-gravatar): Ditto.
4540
4541         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4542         buffer when inserting images.  Inserting text into the headers, for
4543         instance, can make them invalid.
4544
4545 2010-09-25  Julien Danjou  <julien@danjou.info>
4546
4547         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4548         variables.
4549
4550         * nnheader.el: Remove useless variables news-reply-yank-from and
4551         news-reply-yank-message-id.
4552
4553         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4554         variables.
4555
4556         * mml1991.el: Remove useless mml1991-verbose.
4557
4558         * gnus.el: Remove useless variable gnus-use-generic-from.
4559         Remove obsolete variable gnus-topic-indentation.
4560
4561         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4562
4563         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4564
4565         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4566
4567         * gnus-group.el: Remove useless gnus-group-icon-cache.
4568         Remove useless gnus-ephemeral-group-server.
4569
4570         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4571
4572         * mml2015.el: Remove useless mml2015-verbose.
4573
4574         * mml-smime.el: Remove useless mml-smime-verbose.
4575
4576         * gnus.el: Remove useless gnus-local-domain.
4577
4578         * gnus-gravatar.el (gnus-gravatar-transform-address):
4579         Use gnus-gravatar-size.
4580
4581         * gnus-art.el: Remove useless gnus-treat-translate.
4582
4583 2010-09-24  Julien Danjou  <julien@danjou.info>
4584
4585         * gnus-sum.el: Add support for Gravatars.
4586
4587         * gnus-art.el: Add support for Gravatars.
4588
4589         * gnus-gravatar.el: Add this file.
4590
4591         * gravatar.el: Add this file.
4592
4593 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4596
4597         * gnus-group.el (gnus-group-fetch-faq): Remove.
4598
4599         * gnus.el (gnus-group-faq-directory): Remove.
4600
4601         * gnus-group.el (gnus-group-fetch-charter): Remove.
4602
4603         * gnus.el (gnus-group-charter-alist): Remove.
4604
4605         * gnus-group.el (gnus-group-archive-directory): Remove.
4606         (gnus-group-recent-archive-directory): Ditto.
4607         (gnus-group-make-archive-group): Remove.
4608
4609         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4610
4611         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4612         use the same article number for all the cached articles.
4613
4614         * nnimap.el (nnimap-command): Register the last command time so
4615         that we can use it for idling NOOPs.
4616         (nnimap-open-connection): Start the keeplive timer.
4617         (nnimap-make-process-buffer): Store all the process buffers.
4618         (nnimap-keepalive): New function.
4619
4620         * starttls.el (starttls-open-stream): Add autoload cookie.
4621
4622 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4623
4624         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4625         handling.
4626
4627 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4630         its data structures.
4631
4632         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4633         instead of the cl.el copy-list.
4634         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4635         equalp.
4636
4637 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4640         and tool-bar-local-item-from-menu.
4641
4642         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4643         mode-line-highlight face for Emacs.
4644
4645         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4646         loading gnus-sum.elc; fix comment for canlock-verify.
4647         (gnus-article-jump-to-part): Use read-number.
4648         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4649         Remove Emacs pre-21 compatible code for help-echo.
4650         (gnus-article-next-page-1): No need to adjust the number of lines.
4651         (gnus-article-describe-bindings): Always use help-buffer.
4652
4653         * gnus-audio.el (gnus-audio-inline-sound)
4654         * gnus-cus.el (gnus-custom-mode)
4655         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4656
4657         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4658
4659         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4660         compatible code.
4661
4662 2010-09-24  Glenn Morris  <rgm@gnu.org>
4663
4664         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4665         visiting the fcc file in rmail-mode.
4666
4667         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4668
4669 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * nnir.el: Silence the byte compiler.
4672
4673         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4674         alias to browse-url-url-encode-chars if any.
4675         (gnus-html-encode-url): Use it.
4676
4677 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * gnus-start.el (gnus-use-backend-marks): New variable.
4680         (gnus-get-unread-articles-in-group): Use it.
4681
4682         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4683         makeover.
4684
4685 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4686
4687         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4688
4689 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690
4691         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4692         Remove.
4693         (gnus-setup-news-hook):
4694         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4695
4696         * gnus-int.el (gnus-request-update-info): Protect against backends not
4697         having the function.
4698
4699         * nnimap.el (nnimap-stream): Mention starttls.
4700         (nnimap-open-connection): Add starttls support.
4701
4702 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4703
4704         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4705
4706 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4709         BODYSTRUCTUREs.
4710         (nnimap-transform-headers): Unfold quoted {42} headers.
4711
4712         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4713         the info.
4714         (gnus-get-unread-articles): Only call updatep on backends that support
4715         it.
4716
4717         * nnweb.el (nnweb-request-update-info): NOOP.
4718
4719         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4720
4721         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4722         since it only deals with marks.
4723
4724         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4725         gnus-request-marks, and make a new gnus-request-update-info.
4726
4727         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4728         the active instead of the high number, which is usually too low.
4729
4730 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4731
4732         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4733         * encrypt.el: Remove.
4734
4735 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4738         server in symbolic form.
4739
4740         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4741
4742 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4745         (nnimap-update-info): Fix up code slightly.
4746
4747         * gnus-int.el (gnus-open-server): Add tracing for performance
4748         debugging.
4749
4750         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4751         (gnus-group-insert-group-line): Pass the real group name so that it
4752         gets the right data.
4753
4754         * gnus-start.el (gnus-get-unread-articles): Don't have
4755         `gnus-get-unread-articles-in-group' update info, since that can be
4756         really slow and doesn't seem to be needed?
4757
4758 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4759
4760         * time-date.el (date-to-time): Try using parse-time-string first before
4761         using the slower timezone-make-date-arpa-standard.
4762
4763 2010-09-22  Julien Danjou  <julien@danjou.info>
4764
4765         * gnus-group.el (gnus-group-insert-group-line):
4766         Call gnus-group-highlight-line.
4767         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4768         default hook list.
4769         (gnus-group-update-eval-form): Add new function.
4770         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4771         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4772
4773 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4776         immediate, then expire all articles.
4777         (nnimap-update-info): Fix off-by-one errors.
4778         (nnimap-flags-to-marks): Would return no marks lists for group with no
4779         flags.  Instead return the other data.
4780
4781 2010-09-22  Julien Danjou  <julien@danjou.info>
4782
4783         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4784         Only return an icon.
4785         (gnus-group-insert-group-line): Compute icon to return.
4786
4787         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4788         (gnus-html-image-fetched): Only cache if
4789         gnus-html-image-automatic-caching is set.
4790         (gnus-html-image-fetched): Check for errors.
4791
4792 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4795         once per method on `g'.  This ensures that backends like nnfolder don't
4796         open all their folders.
4797
4798         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4799         (nnimap-request-list): Nix out group in the correct buffer.
4800         (nnimap-parse-flags): Implement by using `read' instead of
4801         hand-parsing.
4802         (nnimap-flags-to-marks): Pass on permanent-flags.
4803         (nnimap-make-process-buffer): Record the server name.
4804         (nnimap-parse-flags): Fix typo.
4805         (nnimap-request-scan): Run split on the server in general, not just a
4806         single group.
4807
4808         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4809         parameter, and propagate this downwards.
4810
4811         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4812         since EXAMINE changes it on the server.
4813
4814         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4815         this command might take a while.
4816
4817 2010-09-22  Julien Danjou  <julien@danjou.info>
4818
4819         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4820         harmful if you have 2 images side-by-side, they can't be properly
4821         update on text deletion.  Using text-property is safer here.
4822         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4823         data.
4824
4825 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * nnimap.el (nnimap-expunge-inbox): Remove.
4828         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4829         (nnimap-expunge): Flip default to t.
4830
4831         * gnus.el (gnus-method-to-server): Don't push things to the cache
4832         unless it's unique.
4833         (gnus-server-to-method): Ditto.
4834
4835 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4836
4837         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4838
4839 2010-09-22  Julien Danjou  <julien@danjou.info>
4840
4841         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4842         get the start of data.
4843         (gnus-html-encode-url): Add this function to encode special chars in
4844         URL.
4845         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4846         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4847
4848         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4849         default.
4850         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4851
4852         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4853         images alt-text.
4854         (gnus-html-put-image): Put alt-text as help-echo.
4855
4856 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4859         * mm-util.el (mm-decompress-buffer)
4860         * nnir.el (nnir-run-find-grep)
4861         * pop3.el (pop3-list): Use 3rd arg of split-string.
4862
4863         * time-date.el (format-seconds): Comment fix.
4864
4865         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4866         and byte-optimize-form-code-walker.
4867         (dgnushack-make-auto-load): Don't advise make-autoload.
4868
4869         * lpath.el: Remove Emacs 21 stuff.
4870
4871 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4874         outside the active range.  Suggested by Dan Christensen.
4875
4876         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4877         slightly later to avoid double-getting it.
4878
4879         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4880         previous patch.
4881
4882         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4883
4884 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4885
4886         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4887
4888 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * gnus-int.el (gnus-open-server): Give a better error message in the
4891         "go offline" case.
4892
4893         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4894         marks for nnimap, which is seldom the right thing to do.
4895
4896         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4897         (gnus-same-method-different-name): New function.
4898
4899         * nnimap.el (parse-time): Require.
4900
4901         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4902         method in the presence of many similar methods.
4903
4904         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4905
4906         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4907         nnml-inhibit-expiry.
4908
4909         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4910         find out whether methods are equal.
4911
4912         * nnimap.el (nnimap-find-expired-articles): New function.
4913         (nnimap-process-expiry-targets): New function.
4914         (nnimap-request-move-article): Request the article before looking at
4915         what the Message-ID is.  Fix found by Andrew Cohen.
4916         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4917
4918         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4919         for oldness in addition to being a predicate.
4920
4921         * nnimap.el (nnimap-request-group): When we have zero articles, return
4922         the right data to Gnus.
4923         (nnimap-request-expire-articles): Only delete articles immediately if
4924         the target is 'delete.
4925
4926         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4927         method, this would bug out.
4928
4929         * gnus-group.el (gnus-group-expunge-group): Rename from
4930         gnus-group-nnimap-expunge, and implemented as a normal interface
4931         function.
4932
4933         * gnus-int.el (gnus-request-expunge-group): New function.
4934
4935         * nnimap.el (nnimap-request-create-group): Implement.
4936         (nnimap-request-expunge-group): New function.
4937
4938 2010-09-21  Julien Danjou  <julien@danjou.info>
4939
4940         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4941         (gnus-html-cache-expired): Add new function.
4942         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4943         wethever we should display image for fetch it.
4944         Compute alt-text earlier to pass it to the fetching function too.
4945         (gnus-html-schedule-image-fetching): Change function argument to only
4946         get one image at a time, not a list.
4947         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4948         cache.
4949         (gnus-html-get-image-data): New function to retrieve image data from
4950         cache.
4951         (gnus-html-put-image): Change buffer argument to use image data rather
4952         than file, and place image above region rather than inserting a new
4953         one.  Do not take alt-text as argument, since it's useless now: we place
4954         the image above alt-text.
4955         (gnus-html-prune-cache): Remove.
4956         (gnus-html-show-images): Start to fetch image when we find one, do not
4957         push into a temporary list.
4958         (gnus-html-prefetch-images): Only fetch image if they have expired.
4959         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4960         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4961
4962 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4965
4966 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4969         spec inser "*" if the group isn't active instead of 0.
4970
4971         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4972         opening the server.
4973         (nnimap-request-delete-group): Implement group deletion.
4974         (nnimap-transform-headers): Return the size of the entire message in
4975         the Bytes header, not just the size of the first part.
4976         (nnimap-request-move-article): When moving an article from nnimap,
4977         request the article first so the accepting form has an article to
4978         accept.  Reported by Dan Christensen.
4979         (nnimap-command): Make sure that the error message doesn't error out.
4980
4981 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4982
4983         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4984         we haven't requested anything.
4985
4986 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4989         "".  Fix found by Andrew Cohen.
4990
4991         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4992         instead of -encode-string.
4993
4994 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4997
4998         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4999         by mm-subst-char-in-string.
5000
5001 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5004         waiting for the connection string.
5005
5006         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5007         arriving.
5008
5009         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5010         bogus characters.  This allows selecting certain Gmail groups.
5011
5012         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5013         (nnimap-fetch-partial-articles): New variable.
5014         (nnimap-open-connection): When looking for credentials, also use the
5015         nnimap-server-port.
5016         (nnimap-request-article): Return the group/article number, so that Gnus
5017         `^' works as expected.
5018         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5019
5020         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5021         comments.
5022         (gnus-methods-sloppily-equal): New function.
5023         (gnus): When using the development version of Gnus, load the gnus-load
5024         file.
5025
5026         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5027         `gnus-open-server' on each method before trying to scan them etc.
5028         This ensures that all the backend parameters are set correctly.
5029
5030         * nnimap.el (nnimap-authenticator): New variable.
5031         (nnimap-open-connection): Allow anonymous login.
5032         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5033         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5034
5035         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5036         patch, found by Knut Anders Hatlen.
5037
5038 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5039
5040         * gnus-agent.el (gnus-agent-batch-confirmation)
5041         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5042         to gnus-message.
5043         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5044         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5045         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5046         * gnus-int.el (gnus-open-server): Likewise.
5047         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5048         (gnus-score-check-syntax): Likewise.
5049         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5050         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5051         Likewise.
5052         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5053
5054 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5057         calling conventions so that prefetch doesn't bug out.
5058
5059 2010-09-19  Julien Danjou  <julien@danjou.info>
5060
5061         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5062         rather than `subst-char-in-region' in order to be able to replace ASCII
5063         char by UTF-8 ones.
5064
5065         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5066         than curl.
5067         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5068         the right URL and ALT text on images.
5069         (gnus-html-wash-tags): Fix tag case.
5070         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5071         (gnus-article-html): Add -o display_ins_del=2 option.
5072         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5073
5074 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5077         the extra mail headers, which sometimes seem to happen for unknown
5078         reasons.
5079
5080         * mail-parse.el (mail-header-encode-parameter): Define as
5081         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5082         (or most, perhaps?) mail readers don't understand the latter, but do
5083         understand the former.
5084
5085         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5086         to nil, so that no methods are automatically agentized.  I think this
5087         is probably what most users want.
5088
5089         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5090         from url-retrieve, for instance about invalid URLs.
5091
5092         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5093         groups that have no articles.
5094         (nnimap-request-article): Check that we really got an article when we
5095         requested one.
5096
5097         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5098         doesn't exist.
5099
5100         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5101         nntp buffer so the agent can save it.
5102         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5103         that CRLF doesn't get translated to \n.
5104         (nnimap-open-connection): Don't make 'shell commands only send \n.
5105
5106 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5109         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5110         Update var name.
5111         (nnml-generate-nov-file): Use dolist.
5112         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5113         Use with-current-buffer.
5114
5115 2010-09-18  Julien Danjou  <julien@danjou.info>
5116
5117         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5118         parallel.
5119
5120 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5123         the range update right.
5124         (nnimap-request-group): Don't make `M-g' bug out on group with no
5125         marks.
5126         (nnoo): Require, so that other packages can require nnimap.
5127         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5128         command we're looking for.  This helps when the server sends more
5129         responses after we've gotten everything we expected.
5130         (nnimap): Add a `newlinep' field to keep track of end-of-line
5131         conventions.
5132         Don't send CRLF to things that don't want it.
5133         (nnimap-request-accept-article): Ditto.
5134
5135 2010-09-18  Julien Danjou  <julien@danjou.info>
5136
5137         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5138         than curl to retrieve images.
5139
5140 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5143         the marks.
5144         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5145         (nnimap-wait-for-connection): New function.
5146         (nnimap-open-connection): If we have PREAUTH, don't query for login
5147         credentials.
5148         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5149         when doing a partial update.
5150
5151 2010-09-18  Julien Danjou  <julien@danjou.info>
5152
5153         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5154         tags.
5155
5156 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * nnimap.el (nnimap-credentials): New function.
5159         (nnimap-open-connection): Use the new function to look for credentials
5160         also on the numeric equivalents of "imap" and "imaps".
5161
5162         * gnus-start.el (gnus-activate-group): Send the info to
5163         gnus-request-group.
5164
5165         * nnimap.el (nnimap-request-group): Have the "check" version of the
5166         function parse flags and update the info, so that a `M-g' get a total
5167         resync of all flags from the group.
5168
5169         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5170         to allow backends to alter the info on group selection.  Also alter all
5171         the backend -request-group functions to take the parameter.
5172
5173         * nnimap.el (nnimap-store-info): New function.
5174         (nnimap-update-info): Store the info for later usage.
5175         (nnimap-request-group): Use the stored info for the dont-check case, so
5176         that we don't retrieve all marks when we enter a group.
5177
5178         * nnimap.el: Use deffoo instead of defun for interface functions.
5179
5180         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5181         update the group info.  This makes the nndraft groups, for instance, go
5182         back to their old behaviour.
5183
5184         * gnus-sum.el (gnus-select-newsgroup): Indent.
5185
5186         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5187         in.
5188         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5189         nothing.
5190
5191         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5192         from methods that are denied.
5193
5194         * gnus-int.el (gnus-method-denied-p): New function.
5195
5196         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5197         store the password instead of netrc.
5198         (nnimap-open-connection): Don't error out when we can't make a
5199         connections.
5200
5201         * auth-source.el (auth-source-create): In the password prompt, say what
5202         we're querying for.  Also prompt for user name if that hasn't been
5203         given.
5204
5205         * nnimap.el (nnimap-with-process-buffer): Remove.
5206
5207 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5210         method when we're reading from the agent.
5211
5212         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5213
5214         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5215         that's probably most useful for users.
5216
5217         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5218         "failed" all the time.
5219
5220         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5221         ...)) with (with-current-buffer ... ).
5222
5223         * nntp.el (nntp-open-server): Return whether the open was successful or
5224         not.
5225
5226         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5227         select an unread unseen article first.
5228
5229         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5230         /etc/services, supply some sensible port defaults.
5231
5232         * dgnushack.el: Define netrc-credentials.
5233
5234 2010-09-17  Julien Danjou  <julien@danjou.info>
5235
5236         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5237
5238 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5239
5240         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5241         doesn't have any parameters.
5242
5243 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5246         only upcased checks.
5247
5248         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5249
5250         * nnimap.el (nnimap-open-shell-stream): New function.
5251         (nnimap-open-connection): Use it.
5252         (nnimap-transform-headers): Get the number of lines in each message.
5253         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5254         number of lines.
5255         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5256         problem.
5257
5258         * utf7.el (utf7-encode): Autoload.
5259
5260         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5261         to allow the mail splitting to not return a default group.  This is
5262         useful for nnimap, which will leave unmatched mail in the inbox.
5263
5264         * nnimap.el: Rewritten.
5265
5266         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5267         nnimap usage.
5268
5269         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5270         if the move is internal, so that nnimap can do fast internal moves.
5271
5272         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5273         data.
5274         (gnus-read-active-for-groups): Support finishing the early retrieval of
5275         data.
5276
5277         * gnus-range.el (gnus-range-nconcat): New function.
5278
5279         * gnus-int.el (gnus-finish-retrieve-group-infos)
5280         (gnus-retrieve-group-data-early): New functions.
5281
5282 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5283
5284         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5285         (nnrss-retrieve-groups):
5286         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5287         (pop3-quit): Use with-current-buffer.
5288
5289 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5292         instead of nnheader-accept-process-output.
5293
5294         * dgnushack.el (dgnushack-compile): Add comment.
5295
5296         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5297
5298         * gnus-html.el (gnus-html-schedule-image-fetching)
5299         (gnus-html-prefetch-images): Replace process-kill-without-query by
5300         gnus-set-process-query-on-exit-flag.
5301
5302 2010-09-16  Romain Francoise  <romain@orebokech.com>
5303
5304         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5305
5306 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5309         parameter to unintern is mandatory-ish in Emacs 24.
5310
5311         * gnus-html.el (gnus-html-schedule-image-fetching)
5312         (gnus-html-prefetch-images): Check for curl before using it.
5313
5314         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5315         depend on curl, which isn't essential.
5316
5317         * imap.el: Revert back to version
5318         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5319         seem problematic.
5320
5321 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5322
5323         * gnus-registry.el (gnus-registry-install-shortcuts):
5324         Explicitly pass `obarray' to `unintern' to avoid a warning.
5325
5326 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5329         change.
5330
5331         * nnrss.el (nnrss-request-list): Remove this function and related
5332         functions, including the moreover stuff.
5333
5334 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * nnrss.el (nnrss-retrieve-groups): New function.
5337
5338 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5339
5340         * .dir-locals.el: Add no-byte-compile cookie.
5341
5342 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * time-date.el (format-seconds): Comment fix.
5345
5346         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5347         for back end that doesn't support request-scan.
5348
5349 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5352         then do request scans from the backends.
5353
5354         * netrc.el (netrc-credentials): New conveniency function.
5355
5356         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5357         avoid running a hook per line, since this takes a lot of time,
5358         profiling shows.
5359         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5360         directly if gnus-visual-p is true.
5361
5362 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5365         groups; replace mapcar with dolist which is a bit faster; pass groups
5366         info to gnus-read-active-file-1.
5367         (gnus-read-active-file-1): Scan only specified groups if the new
5368         optional arg `infos' is given.
5369
5370 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5371
5372         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5373
5374         * pop3.el (pop3-movemail): Remove.
5375         (pop3-streaming-movemail): Rename to pop3-movemail.
5376
5377         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5378         don't restrict end-tag searches to the end of the line.
5379
5380 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5383         articles of every unchecked group to t, which means unknown since the
5384         server has never been opened.
5385
5386 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * gnus-html.el (gnus-html-show-alt-text): New command.
5389         (gnus-html-browse-image): Ditto.
5390         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5391         to browse the image directly.
5392         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5393         better.
5394
5395         * gnus-async.el (gnus-async-article-callback):
5396         Call `gnus-html-prefetch-images' unconditionally.
5397
5398         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5399         before feeding URLs to curl.
5400
5401 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5404         internal images as deletable by `W D D'.
5405
5406         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5407         (gnus-async-article-callback): Fix typo.
5408
5409 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5412         current line to work around bugs in the output from w3m.
5413
5414         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5415         for groups that want that.
5416
5417         * nntp.el (nntp-wait-for-string): Supply a timeout for
5418         accept-process-output to ensure progress.
5419
5420         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5421         level to get unread articles from, then use that for foreign groups,
5422         too.
5423
5424         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5425         confuses the rest of the function.
5426
5427         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5428         for the methods that support -retrieve-groups, too.
5429
5430         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5431
5432 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5435         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5436
5437         * pop3.el: Require cl when compiling.
5438         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5439
5440 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5443         that aren't going to be activated.
5444         (gnus-get-unread-articles): Fix up the last commit.
5445
5446         * gnus-html.el (gnus-article-html): Allow calling without specifying
5447         the handle.  In that case, dissect the buffer first.
5448
5449         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5450
5451         * nnimap.el (nnimap-open-connection): Revert the change that would look
5452         into authinfo for imaps instead of imap.
5453
5454         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5455         say that you don't want to call gnus-request-group with don-check, but
5456         do check the reponse.  This is for virtual groups only.
5457         (gnus-get-unread-articles): Count the archive groups as secondary, so
5458         that they're activated the same way as before.
5459
5460         * imap.el (imap-message-map): Removed optional buffer parameter, since
5461         no callers use it.
5462         (imap-message-get): Ditto.
5463         (imap-message-put): Ditto.
5464         (imap-mailbox-map): Ditto.
5465         (imap-mailbox-put): Ditto.
5466         (imap-mailbox-get): Ditto.
5467         (imap-mailbox-get): Revert last change for this function.
5468
5469         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5470         case-insensitively.
5471         (nnimap-debug): Remove.
5472
5473         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5474         to use `imap-fetch' instead.  According to the comments, this should be
5475         safe, since all other IMAP clients use the 1:* syntax.
5476         (imap-enable-exchange-bug-workaround): Removed.
5477         (imap-debug): Removed -- doesn't seem very useful.
5478
5479         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5480         mail from a file, and the file doesn't exist.
5481
5482         * imap.el (imap-log): New convenience function used throughout instead
5483         of repeating the same code all over the place.
5484
5485         * pop3.el (pop3-streaming-movemail): Return t for success.
5486
5487         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5488         .authinfo if we're using ssl connection.
5489
5490         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5491         already have if we're in a main Gnus `g' run.
5492
5493         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5494
5495 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5498
5499         * nnmh.el (nnmh-request-list-1): Bind `file'.
5500
5501         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5502         alias to set-process-query-on-exit-flag or process-kill-without-query.
5503         (pop3-open-server): Use it.
5504
5505 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5508         box to the Incoming file.  Fixes mistake in previous checkin.
5509
5510         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5511         request loop (for debugging purposes) removed.
5512
5513         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5514         culprit is more visible.
5515         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5516         (nnml-add-incremental-nov): New functions to do "incremental" nov
5517         updates, where we just append to the end of the existing nov files
5518         without reading/writing them in full.
5519
5520         * mail-source.el (mail-source-delete-crash-box): Really only check the
5521         incoming files once in a while.
5522
5523         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5524
5525         * mail-source.el (mail-source-delete-crash-box): Only check the
5526         incoming files for deletion once per day to save a lot of file
5527         accesses.
5528
5529         * pop3.el (pop3-logon): Fix up unbound variable typo.
5530
5531         * mail-source.el (pop3-streaming-movemail): Autoload.
5532
5533         * pop3.el (pop3-streaming-movemail):
5534         Respect pop3-leave-mail-on-server.
5535
5536         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5537         retrieval.
5538
5539         * pop3.el (pop3-process-filter): Remove unused function.
5540         (pop3-streaming-movemail, pop3-send-streaming-command)
5541         (pop3-wait-for-messages, pop3-write-to-file)
5542         (pop3-number-of-responses): New functions for streaming pop3
5543         retrieval.
5544
5545         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5546         come from no known methods.
5547         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5548         list.
5549
5550         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5551         message sizes.
5552         (pop3-movemail): Use erase-buffer instead of looping and deleting
5553         regions, which seems rather odd.
5554
5555         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5556         file once per `g' run.
5557
5558         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5559         directories.  This makes the draft queue directory work.
5560
5561         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5562         data from the backends, so that we only request the list of groups from
5563         each method once.  This should speed things up considerably.
5564
5565         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5566         detect that it's not implemented.
5567
5568         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5569         we actually do recurse down into the tree, but don't stat all leaf
5570         nodes.
5571
5572         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5573         then say so instead of bugging out.
5574
5575         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5576         files exist before trying to read them.
5577
5578         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5579         around <pre_int>.
5580
5581         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5582
5583         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5584
5585 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * mm-util.el (mm-image-load-path): Just return the image directories,
5588         not all directories in the path in addition to the image directories.
5589         (mm-image-load-path): Maintain a cache of the image directories so that
5590         the `g' command in Gnus doesn't have to stat dozens of directories each
5591         time.
5592
5593         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5594         (gnus-html-wash-tags): Add a new `i' command to insert images.
5595         (gnus-html-insert-image): New command and keystroke.
5596         (gnus-html-redisplay-with-images): New command and keystroke.
5597         (gnus-html-show-images): Rename command.
5598         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5599         spacers.
5600         (gnus-html-wash-tags): Decode entities at the end, so that entities
5601         inside the tags don't mess up the rest of the "parsing".
5602
5603         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5604         so that nnimap methods aren't agentized by default.  There's apparently
5605         many problems related to agent/imap behaviour.
5606
5607         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5608
5609         * gnus-html.el: Doc fix.
5610
5611 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5614         specifier-spec-list for Emacs 21.
5615
5616         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5617         glyph-width and glyph-height instead of display-graphic-p and
5618         image-size; make avoidance of displaying small images work for XEmacs.
5619
5620         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5621         for XEmacs.
5622
5623         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5624         of symbol that holds plist data.
5625         (gnus-process-plist): Remove plist of process after getting it.
5626
5627 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628
5629         * message.el (message-generate-hashcash): Change default to
5630         'opportunistic if hashcash is installed.
5631
5632         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5633         (gnus-html-put-image): Only call image-size once, since it's somewhat
5634         time-consuming on remote X servers.
5635
5636 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5639         type on data, not a file name.
5640
5641         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5642         window-pixel-edges for Emacs 21.
5643
5644         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5645         decoded contents.
5646         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5647
5648 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5649
5650         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5651         group line format, since it isn't very interesting.
5652
5653         * gnus-agent.el (gnus-agent-short-article),
5654         (gnus-agent-long-article): Increase values for these two variables,
5655         since most people are likely to have more network connection and
5656         storage than before.
5657
5658         * gnus.el (gnus-refer-article-method): Change default to 'current.
5659         When referring an article, the common behaviour is to refer it from the
5660         current select method, not the native select method.  The chances of
5661         the native select method having the message in question is rather slim
5662         these days.
5663
5664         * gnus-sum.el (gnus-auto-select-subject): Change default to
5665         `unseen-or-unread'.  I think it's likely that most people want to
5666         select an unseen article over a previously seen, but unread one.
5667
5668         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5669         means that in the article buffer none of the minor mode elements will
5670         be shown, usually, and this is not desirable in most cases.
5671
5672         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5673         that commands like `d' (and the like) go to the next line in the
5674         buffer, instead of the next unread article.  I think this is the
5675         behaviour that is most natural for most users.
5676         (gnus-single-article-buffer): Change default to nil, so that people can
5677         have as many article buffers open as they have summary buffer.  I think
5678         this is the most natural way for the groups to behave.
5679
5680         * message.el (message-generate-new-buffers): Change default to
5681         `unsent', so that all new message buffers start their names with the
5682         string "*unsent", and it's easier to find the buffers if you move from
5683         them.
5684
5685 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5688         small.  They're probably tracking images.
5689         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5690         (gnus-html-rescale-image): Yet another try at getting the image sizing
5691         right.
5692
5693         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5694         nntp-marks-file-name is nil.
5695
5696 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * gnus-html.el (gnus-html-wash-tags)
5699         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5700         Better logging.
5701
5702 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5705
5706         * gnus-html.el (gnus-html-wash-tags): Check the value of
5707         gnus-blocked-images in the summary buffer.
5708
5709 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5712
5713 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5716         like "a", it seems like.
5717         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5718         since it needs to be picked from the correct buffer.
5719
5720         * nnwfm.el: Remove.
5721
5722         * nnlistserv.el: Remove.
5723
5724 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5727         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5728
5729 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * nnkiboze.el: Remove.
5732
5733         * nndb.el: Remove.
5734
5735         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5736         alt text.
5737         (gnus-html-rescale-image): Try to get the rescaling logic right for
5738         images that are just wide and not tall.
5739
5740         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5741         overshadow variable bindings.
5742
5743 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * gnus-html.el (gnus-html-wash-tags)
5746         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5747         Add extra logging.
5748
5749 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5752         (gnus-max-image-proportion): New variable.
5753         (gnus-html-rescale-image): New function.
5754         (gnus-html-put-image): Rescale images.
5755
5756 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5757
5758         Fix up some byte-compiler warnings.
5759         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5760         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5761         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5762         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5763         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5764         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5765         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5766
5767 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-html.el (gnus-article-html): Decode contents by charset.
5770
5771 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5774         (gnus-html-frame-width, gnus-blocked-images)
5775         * message.el (message-prune-recipient-rules): Add custom version.
5776         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5777
5778         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5779         functions.
5780
5781         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5782         gnus-process-get.
5783
5784 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5785
5786         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5787         instead of lsub directly.
5788
5789 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * nnwarchive.el: Remove.
5792
5793         * gnus-soup.el: Remove.
5794
5795         * nnsoup.el: Remove.
5796
5797         * nnultimate.el: Remove.
5798
5799         * gnus-html.el (gnus-blocked-images): New variable.
5800
5801         * message.el (message-prune-recipients): New function.
5802         (message-prune-recipient-rules): New variable.
5803
5804         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5805         guess whether a long line is natural text or not.
5806
5807         * gnus-html.el (gnus-html-schedule-image-fetching):
5808         Use gnus-process-plist and friends for compatibility.
5809
5810 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5811
5812         * gnus-html.el: Require packages that define macros used in this file.
5813         (gnus-article-mouse-face): Declare to silence byte-compiler.
5814         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5815         process-get.
5816         (gnus-html-put-image): Use plist-get to avoid getf.
5817         (gnus-html-prefetch-images): Use with-current-buffer.
5818
5819 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-ems.el: Provide compatibility functions for
5822         gnus-set-process-plist.
5823
5824         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5825         header-line-format for XEmacs 21.4.
5826
5827         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5828         * gnus.el (gnus-valid-select-methods)
5829         * message.el (message-send-mail-partially-limit)
5830         * mm-decode.el (mm-text-html-renderer)
5831         * mml.el (mml-insert-mime-headers-always)
5832         * smiley.el (smiley-regexp-alist): Bump custom version.
5833
5834 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * gnus-html.el: require mm-url.
5837         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5838         with the url to `url'.
5839         (gnus-html-wash-tags): Support cid: URLs/images.
5840
5841 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5844         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5845         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5846
5847         * gnus-move.el: Remove file, since it doesn't really work.
5848
5849         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5850         UTF-8.  This seems to fix problems with some German web feeds.
5851
5852         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5853         at the top so that the proper colours are applied.
5854
5855         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5856         don't have dots in their names.
5857
5858         * gnus-art.el (gnus-article-view-part): Doc fix.
5859
5860         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5861         XEmacs-compatible.
5862         (gnus-html-put-image): Don't do images on non-graphic displays.
5863
5864         * nnslashdot.el: Remove this unused backend.
5865
5866         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5867         actions.
5868         (gnus-undo-register-1): Revert last change.
5869
5870         * gnus-group.el (gnus-group-completing-read): Protect against not
5871         having completion-styles bound.
5872
5873         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5874         make broken recipients happier.
5875
5876         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5877
5878         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5879         point parameter.
5880
5881         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5882
5883         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5884         completion-styles for group selection.
5885
5886 2009-02-04  Andreas Schwab  <schwab@suse.de>
5887
5888         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5889         headers and regexp-quote the match if necessary.
5890
5891 2009-03-24  Miles Bader  <miles@gnu.org>
5892
5893         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5894         the blinking smiley.
5895
5896 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5897
5898         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5899         blink smiley.
5900
5901 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5904         where the dribbel file lives exists.
5905
5906         * message.el (message-send-mail-partially-limit): Change the default to
5907         nil, since most people don't want this.
5908
5909         * mm-url.el (mm-url-decode-entities): Also decode entities like
5910         &#x3212.
5911
5912 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5913
5914         * gnus-sum.el (gnus-summary-idna-message):
5915         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5916         Hyperlink urls in docstrings with URL `...'.
5917
5918 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5919
5920         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5921         functions.
5922
5923 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5926         say what the mouseover text should be.
5927
5928         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5929         version of the mm-w3m-safe-url-regexp variable to only download images
5930         in the groups where we want that to happen.
5931
5932         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5933
5934         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5935         easier debugging.
5936         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5937         big pictures in the article buffer.
5938
5939         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5940         gnus-article-html.
5941         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5942         w3m.
5943
5944         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5945
5946 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5949         which doesn't exist.
5950
5951         * message.el (message-inhibit-ecomplete): New variable to allow some
5952         function to inhibit ecomplete address storage.
5953         (message-resend): Disable ecomplete message storage when resending
5954         messages.
5955
5956         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5957
5958 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5961         Save excursion while copying, moving, and deleting articles in order to
5962         prevent the cursor from jumping to unforeseen place.
5963
5964 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * lpath.el: No need to bind bookmark-current-buffer,
5967         bookmark-yank-point and bookmark-make-record-function.
5968
5969 2010-08-17  Glenn Morris  <rgm@gnu.org>
5970
5971         * gnus-sync.el: Require gnus components whose functions are used.
5972
5973         * gnus-art.el (bookmark-make-record-function):
5974         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5975         Declare for compiler.
5976
5977         * mm-url.el (mml-compute-boundary): Autoload.
5978
5979 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5982
5983 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         Typo fix "hoo4a" -> "hook".
5986
5987         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5988
5989 2010-08-14  Glenn Morris  <rgm@gnu.org>
5990
5991         * gnus-sync.el (gnus-sync): Fix defgroup version.
5992
5993 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5996
5997         * gnus-sync.el: Fix docs.
5998         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5999         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6000
6001 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         Optimizations for gnus-sync.el.
6004
6005         * gnus-sync.el: Add docs about gnus-sync-backend
6006         possibilities.
6007         (gnus-sync-save): Remove unnecessary message.
6008         (gnus-sync-read): Optimize and show what groups were skipped.
6009
6010 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         Minor bug fixes for gnus-sync.el.
6013
6014         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6015         Don't read the sync on get-new-news.
6016
6017         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6018         quiet.
6019
6020         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6021         (fix typo).
6022
6023 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6024
6025         Make saving and restoring of hidden threads work with overlays.
6026         Patch applied by Ted Zlatanov.
6027
6028         * gnus-sum.el (gnus-hidden-threads-configuration)
6029         (gnus-restore-hidden-threads-configuration): Update to deal with text
6030         properties, rather than searching for a magic character.
6031
6032 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         New gnus-sync.el library for synchronization of marks.
6035
6036         * gnus-sync.el: New library for synchronization of marks.
6037
6038         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6039         renamed from `gnus-registry-grep-in-list'.
6040
6041         * gnus-registry.el (gnus-registry-follow-group-p):
6042         Use `gnus-grep-in-list'.
6043
6044         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6045
6046 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6049         determining charset of text fails.
6050
6051 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * nnmail.el (nnmail-get-new-mail-1): Revert.
6054
6055         * nnml.el (nnml-active-number): Make sure names of newly created groups
6056         in nnml-group-alist are encoded.
6057
6058 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6061         containing non-ASCII characters in active file for nnml back end.
6062
6063 2010-07-24  David Engster  <dengste@eml.cc>
6064
6065         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6066         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6067
6068 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6069
6070         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6071         tag (Bug#6654).
6072
6073 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6076         the article buffer, not the summary buffer.
6077
6078 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6081         Emacs 23 as well.
6082
6083 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6086         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6087
6088 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6089
6090         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6091         Patch applied by Karl Fogel.
6092
6093         * gnus-sum.el (gnus-summary-bookmark-make-record):
6094         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6095
6096 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6097
6098         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6099         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6100         C-w still not working correctly from Article buffers; Thierry's
6101         patch to fix that will be applied after this.
6102
6103         * gnus-art.el (bookmark-make-record-function): New local variable.
6104
6105         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6106         article buffer.
6107         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6108
6109 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6110
6111         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6112         on changes in bookmark.el.
6113
6114 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6117         `no-log' instead of message not to log prompt string.
6118
6119 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6120
6121         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6122         the *other* type of HTML form submission.
6123
6124 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6125
6126         * auth-source.el (auth-source-pick): If choice does not contain a
6127         questioned keyword, set the check to t.
6128
6129 2010-06-12  Romain Francoise  <romain@orebokech.com>
6130
6131         * gnus-util.el (gnus-date-get-time): Move up before first use.
6132
6133 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6136         (gnus-article-edit-part): Bind it to make last part that is substituted
6137         or deleted visible.
6138         (gnus-mime-display-single): Buttonize part of which id equals to
6139         gnus-mime-buttonized-part-id.
6140
6141 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6142
6143         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6144         (gnus-dd-mmm): Use gnus-date-get-time.
6145         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6146         simplify logic.
6147         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6148         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6149
6150 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6151
6152         * auth-source.el (top): Autoload `secrets-list-collections',
6153         `secrets-create-item', `secrets-delete-item'.
6154         (auth-sources): Fix tag string.
6155         (auth-get-source, auth-source-retrieve, auth-source-create)
6156         (auth-source-delete): New defuns.
6157         (auth-source-pick): Rewrite in order to avoid 2 passes.
6158         (auth-source-forget-user-or-password): New parameter USERNAME.
6159         (auth-source-user-or-password): New parameters CREATE-MISSING and
6160         DELETE-EXISTING.  Retrieve password interactively, if needed.
6161
6162 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6163
6164         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6165         deleting unused directories when gnus-expert-user is t.
6166
6167 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6170         for each temp file when gnus-article-browse-delete-temp is ask.
6171
6172 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6173
6174         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6175         Lisp calls to delete-backward-char by calls to delete-char.
6176
6177 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6178
6179         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6180
6181 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6182
6183         * password-cache.el (password-cache-remove): Fix docstring.
6184
6185 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6188         article unless decoding article to be saved.
6189
6190 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6193         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6194         generated within the mm-with-unibyte-current-buffer macro.
6195
6196 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6199         to nil when we're in a mml-preview buffer and no group is selected.
6200
6201 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6202
6203         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6204         when catching the `C-g'.  Reported by "Leo".
6205
6206 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * message.el (message-forward-make-body-plain)
6209         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6210         multibyte-string-p.
6211
6212         * lpath.el: Revert.
6213
6214 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * message.el (message-forward-make-body-mml): Assume original message
6217         is multibyte string; error on unibyte.
6218         (message-forward-make-body-plain): Ditto; don't add excessive newline
6219         in body end.
6220
6221         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6222
6223 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6224
6225         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6226         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6227
6228 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * mm-extern.el (mm-extern-url): Don't use
6231         mm-with-unibyte-current-buffer.
6232         (mm-extern-cache-contents): Use with-current-buffer instead of
6233         save-excursion + set-buffer.
6234
6235 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * mm-util.el (mm-emacs-mule): Remove.
6238
6239 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6240
6241         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6242         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6243         change.
6244
6245 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6248         bind the default value of enable-multibyte-characters to nil.
6249
6250 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * message.el (message-forward-make-body-plain)
6253         (message-forward-make-body-mml):
6254         Don't use mm-with-unibyte-current-buffer.
6255
6256 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6257
6258         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6259
6260 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6261
6262         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6263         (Bug#5592).
6264
6265 2010-05-07  Julien Danjou  <julien@danjou.info>
6266
6267         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6268         it to mm-pipe-part.
6269
6270         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6271         it is given.
6272
6273 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * binhex.el (binhex-decode-region-internal)
6276         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6277         (dns-query)
6278         * nnweb.el (nnweb-gmane-search)
6279         * pgg-parse.el (pgg-parse-armor)
6280         * pgg.el (pgg-verify-region)
6281         * sha1.el (sha1-string-external)
6282         * uudecode.el (uudecode-decode-region-internal)
6283         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6284         XEmacs.
6285
6286         * gnus-art.el (gnus-article-browse-html-parts)
6287         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6288         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6289         make-temp-file.
6290
6291         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6292         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6293         compiling.
6294
6295         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6296         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6297         XEmacs when compiling.
6298
6299         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6300         gnus-pick-mode-off-hook for XEmacs when compiling.
6301         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6302         gnus-binary-mode-off-hook for XEmacs when compiling.
6303
6304         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6305         Return nil if char-charset is not available.
6306
6307         * imap.el (imap-disable-multibyte)
6308         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6309         macros.
6310
6311         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6312         instead of encode-coding-string.
6313
6314         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6315         'xemacs) instead of mm-emacs-mule to switch function definitions.
6316         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6317
6318         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6319         bind temporary-file-directory for XEmacs;
6320         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6321         timer-set-function for XEmacs 21.4 and SXEmacs;
6322         bind timer-list for XEmacs 21.4 and SXEmacs;
6323         fbind char-charset and find-charset-region for non-Mule XEmacs;
6324         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6325         encode-coding-region and encode-coding-string for XEmacs having no
6326         file-coding feature.
6327
6328 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6329
6330         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6331
6332 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6335         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6336
6337 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6338
6339         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6340         alias `jka-compr-delete-temp-file' no longer exists.
6341
6342 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6343
6344         Use define-minor-mode in Gnus where applicable.
6345         * mml.el (mml-mode): Use define-minor-mode.
6346         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6347         (gnus-undo-mode): Use define-minor-mode.
6348         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6349         (gnus-dead-summary-mode): Use define-minor-mode.
6350         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6351         Initialize in declaration.
6352         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6353         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6354         (gnus-mailing-list-mode): Use define-minor-mode.
6355         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6356         (gnus-draft-mode): Use define-minor-mode.
6357         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6358         (gnus-dired-mode): Use define-minor-mode.
6359
6360 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6361
6362         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6363         handles on recursive mml-to-mime translation and check them for
6364         boundary delimiter collisions.  Reported by Greg Troxel.
6365
6366 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6369
6370 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6371
6372         * mm-util.el (mm-find-buffer-file-coding-system):
6373         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6374
6375 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6376
6377         * message.el (message-generate-headers): Record insertion of optional
6378         headers as well.  Otherwise the check to prevent repeated insertion of
6379         optional headers is a no-op.
6380
6381 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6382
6383         * smime.el: Don't mention CVS.
6384
6385         * nnrss.el (nnrss-fetch): Don't mention CVS.
6386
6387         * nnir.el: Don't mention CVS.
6388
6389 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6390
6391         * gnus-sum.el (gnus-summary-bookmark-make-record):
6392         Add `location' field.
6393
6394 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * lpath.el: Fbind bookmark-default-handler,
6397         bookmark-get-bookmark-record, bookmark-make-record-default,
6398         bookmark-prop-get for Emacs <23 and XEmacs.
6399
6400 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6401
6402         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6403         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6404         Use with-current-buffer to silence the byte-compiler.
6405         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6406         bother to require `gnus'.
6407         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6408
6409 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6410
6411         * gnus-sum.el (gnus-summary-bookmark-make-record)
6412         (gnus-summary-bookmark-jump): New functions.
6413         (gnus-summary-mode): Setup bookmark support.
6414
6415 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6416
6417         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6418         if set.
6419
6420 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6423         gnus-article-browse-html-save-cid-image; make it work recursively for
6424         forwarded messages as well.
6425         (gnus-article-browse-html-parts): Work when prefix arg is given.
6426         (gnus-article-browse-html-article): Doc fix.
6427
6428 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6429
6430         * message.el (message-default-mail-headers):
6431         (message-default-headers): Carry the value mail-default-headers over
6432         into message-default-mail-headers, rather than message-default-headers.
6433
6434 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6435
6436         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6437         charset.
6438
6439         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6440         charset into the <meta> tag when the article is encoded to utf-8.
6441
6442 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-art.el (gnus-article-browse-delete-temp-files):
6445         Delete directories as well.
6446         (gnus-article-browse-html-parts): Work for images that do not specify
6447         file names; delete temp directory when quitting; insert header at the
6448         right place; use file: scheme for image files.
6449
6450 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6451
6452         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6453         (gnus-article-browse-html-parts): Use it to make temporary cid image
6454         files in addition to html file so that browser may display them.
6455
6456 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6459
6460 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6463
6464 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * auth-source.el (auth-sources): Change default to be simpler.
6467         Explain about Secret Service API sources.  Improve Customize options.
6468         (auth-source-pick): Change to accept any number of search parameters.
6469         Implement fallbacks iteratively, not recursively.  Add scoring on the
6470         second pass and sort by score.  Call Secret Service API when needed.
6471         (auth-source-user-or-password): Use it.  Call Secret Service API
6472         directly when needed to get the user name and the password.
6473
6474 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6475
6476         * message.el (message-interactive): Doc fix.
6477         (message-qmail-inject-args): Reflow.
6478         (message-kill-to-signature): Fix typo in docstring.
6479
6480         * smiley.el (smiley-buffer): Fix typo in docstring.
6481
6482 2010-03-24  Glenn Morris  <rgm@gnu.org>
6483
6484         * mail-source.el (gnus-message): Declare.
6485         (mail-source-delete-old-incoming): Require gnus-util.
6486
6487 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6490
6491         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6492
6493         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6494         password-cache's default if it is not bound.
6495         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6496         password-cache-expiry's default if it is not bound.
6497
6498         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6499         available in Emacs 21.
6500
6501         * lpath.el: Suppress compiler warnings for:
6502         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6503         XEmacs;
6504         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6505         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6506         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6507
6508 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * auth-source.el (auth-sources): Fix up definition so extra parameters
6511         are always inline.
6512
6513 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6514
6515         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6516         wasn't updated after mismatch.  Clear cached mailbox info correctly
6517         when uidvalidity changes.
6518         (nnimap-group-prefixed-name): New function to avoid some code
6519         duplication.
6520         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6521         (nnimap-request-group): Use it.
6522         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6523         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6524         with many imap folders.  This is done by caching the group status from
6525         the imap server persistently in a group parameter `imap-status'.  (This
6526         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6527         but not persistently, so every Gnus startup was still very slow.)
6528
6529 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6530
6531         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6532         delete the extra newline.  Otherwise editing of :string and :number
6533         types don't work.
6534
6535 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6538         secrets.el dependency.
6539         (auth-sources): Add optional user name.  Add secrets.el configuration
6540         choice (unused right now).
6541
6542 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6543
6544         * gnus-sum.el (gnus-summary-make-menu-bar):
6545         Let `gnus-registry-install-shortcuts' fill in the functions.
6546
6547         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6548         warnings.
6549         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6550         (gnus-registry-install-shortcuts): Populate and use it in a
6551         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6552
6553 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6554
6555         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6556         In-place substitutions for the group name encoding/decoding.
6557         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6558         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6559         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6560         (nnimap-update-unseen, nnimap-request-list)
6561         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6562         (nnimap-request-set-mark, nnimap-split-to-groups)
6563         (nnimap-split-articles, nnimap-request-newgroups)
6564         (nnimap-request-create-group, nnimap-request-accept-article)
6565         (nnimap-request-delete-group, nnimap-request-rename-group)
6566         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6567         `encoded-mbx' for consistency.
6568         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6569         variable `imap-current-mailbox'.
6570
6571         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6572         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6573
6574 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6575
6576         * pop3.el (pop3-display-message-size-flag): Display message size byte
6577         counts during POP3 download.
6578         (pop3-movemail): Use it.
6579         (pop3-list): Implement listing of available messages.
6580
6581 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6582
6583         * nnir.el (nnir-get-article-nov-override-function): New function to
6584         override the normal NOV retrieval.
6585         (nnir-retrieve-headers): Use it.
6586
6587 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6588
6589         * auth-source.el (netrc-machine-user-or-password): Autoload.
6590
6591 2010-03-19  Glenn Morris  <rgm@gnu.org>
6592
6593         Stop message.el from loading about 40 libraries it doesn't always need.
6594         The general approach is to autoload rather than require, and to
6595         require in the specific functions rather than the file.  (Bug#5642)
6596
6597         * gmm-utils.el: Don't require wid-edit.
6598         (widget-create-child-value, widget-convert, widget-default-get):
6599         Autoload.
6600
6601         * gnus-util.el: Don't require time-date, netrc.
6602         (message-fetch-field, gnus-group-name-decode): Declare rather than
6603         autoloading.
6604         (gnus-fetch-field): Require message.
6605         (gnus-decode-newsgroups): Require gnus-group.
6606
6607         * ietf-drums.el: Don't require time-date.
6608
6609         * message.el: Don't require hashcash, canlock, ecomplete.
6610         Do require mail-utils.  Require nnheader only when compiling.
6611         (smtpmail-default-smtp-server): Remove declaration.
6612         (message-send-mail-function): Check smtpmail-default-smtp-server
6613         is bound rather than requiring smtpmail.
6614         (message-auto-save-directory, message-insert-signature):
6615         Use expand-file-name rather than nnheader-concat.
6616         (nnheader-insert-file-contents): Autoload.
6617         (hashcash-wait-async): Declare.
6618         (message-send-mail): Only call gnus-setup-posting-charset if
6619         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6620         (message-send-mail-with-sendmail): Require sendmail.
6621         (canlock-password, canlock-password-for-verify): Declare.
6622         (message-canlock-password): Require canlock.
6623         (nnheader-get-report): Autoload.
6624         (gnus-setup-posting-charset): Declare.
6625         (message-send-news): Require gnus-msg.
6626         (message-make-references, message-make-in-reply-to): Use mail-header-id
6627         rather than the alias mail-header-message-id.
6628         (ecomplete-add-item, ecomplete-save): Declare.
6629         (message-put-addresses-in-ecomplete): Require ecomplete.
6630         (ecomplete-display-matches): Autoload.
6631
6632         * mm-decode.el: Don't require mailcap, gnus-util.
6633         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6634         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6635         Autoload.
6636         (mailcap-mime-extensions): Declare.
6637
6638         * mm-encode.el: Don't require mailcap.
6639         (mailcap-extension-to-mime): Autoload.
6640
6641         * mml-sec.el: Don't require password-cache.
6642
6643         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6644         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6645         (mml-minibuffer-read-type): Require mailcap.
6646         (mml-preview): Require gnus-msg.
6647
6648         * mml1991.el: Require password-cache.
6649         (password-cache-expiry): Remove declaration.
6650
6651         * mml2015.el: Require password-cache.
6652         (password-cache-expiry): Remove declaration.
6653
6654         * nneething.el (mailcap): Require mailcap.
6655
6656         * nnheader.el (declare-function): Add compatibility stub.
6657         (message-remove-header): Declare rather than autoload.
6658         (nnheader-replace-header): Require message.
6659
6660         * nnimap.el (declare-function): Add compatibility stub.
6661         (netrc-parse, netrc-machine-user-or-password): Declare.
6662         (nnimap-open-connection): Require netrc.
6663
6664         * nntp.el (declare-function): Add compatibility stub.
6665         (netrc-parse, netrc-machine, netrc-get): Declare.
6666         (nntp-send-authinfo): Require netrc.
6667
6668         * rfc2047.el: Don't require qp.
6669         (quoted-printable-encode-region, quoted-printable-decode-string):
6670         Autoload.
6671
6672         * sieve-mode.el: Don't require easymenu.
6673         (easy-menu-add-item): Autoload it.
6674
6675         * spam-stat.el (time-to-number-of-days): Autoload it.
6676
6677 2010-03-19  Glenn Morris  <rgm@gnu.org>
6678
6679         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6680
6681 2010-03-18  Glenn Morris  <rgm@gnu.org>
6682
6683         * hashcash.el (declare-function): Remove duplicate definition.
6684
6685 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6686
6687         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6688         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6689         value if any backslash escapes).
6690
6691 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6694         if it is available.  (bug#5647)
6695
6696         * lpath.el: Suppress compiler warning for coding-system-from-name for
6697         Emacs 21 and XEmacs.
6698
6699 2010-03-14  Juri Linkov  <juri@jurta.org>
6700
6701         * hmac-def.el:
6702         * hmac-md5.el:
6703         * netrc.el: Fix keywords.
6704
6705 2010-02-26  Glenn Morris  <rgm@gnu.org>
6706
6707         * message.el (message-send-mail-function): Change the default, so that
6708         it inherits from a customized send-mail-function.  (Bug#5643)
6709
6710 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6711
6712         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6713         shell-command-to-string signals an error (bug#5299).
6714
6715 2010-02-24  Glenn Morris  <rgm@gnu.org>
6716
6717         * message.el (message-smtpmail-send-it)
6718         (message-send-mail-with-mailclient): Doc fixes.
6719
6720 2010-02-16  Glenn Morris  <rgm@gnu.org>
6721
6722         * message.el (message-default-mail-headers): Change the default value
6723         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6724
6725 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6728         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6729
6730 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6731
6732         * time-date.el (date-to-time): Doc fix (Bug#5408).
6733
6734 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6735
6736         * message.el (message-mail): Just pass yank-action on to message-setup.
6737         (message-setup): Handle (FUN . ARGS) form of yank-action.
6738         (message-with-reply-buffer, message-widen-reply)
6739         (message-yank-original): Handle non-buffer values of
6740         message-reply-buffer (Bug#4080).
6741         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6742
6743 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6744
6745         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6746         Fix typo in docstring.
6747
6748 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6749
6750         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6751         response.
6752
6753 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6756
6757         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6758
6759         * message.el (message-check-news-header-syntax): Protect against a
6760         string that `rfc822-addresses' returns when parsing fails.
6761
6762 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6765         (gnus-previous-char-property-change): New functions.
6766
6767         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6768
6769 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6770
6771         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6772         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6773
6774 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6775
6776         * message.el (message-exchange-point-and-mark): Rework last change to
6777         avoid using optional arg of exchange-point-and-mark, for backward
6778         compatibility.
6779
6780 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6781
6782         * message.el (message-exchange-point-and-mark):
6783         Call exchange-point-and-mark with an argument rather than setting
6784         mark-active by hand (Bug#5175).
6785
6786 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * nntp.el (nntp-service-to-port): Work for service expressed with
6789         numeric string; replace [:digit:] with [0-9] for XEmacs.
6790
6791 2009-12-17  Glenn Morris  <rgm@gnu.org>
6792
6793         * gnus-group.el (gnus-bug-group-download-format-alist):
6794         Change emacs entry to debbugs.gnu.org.  Bump :version.
6795
6796 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6799
6800 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * message.el (message-info): Explain why we use `Info-goto-node'.
6803
6804 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6807
6808 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6809
6810         * message.el (message-completion-in-region): New compatibility function.
6811         (message-expand-group): Use it.
6812
6813 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6816         with no unread article should be listed if the 2nd arg `predicate' is
6817         given.
6818
6819 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6822
6823 2009-11-29  Juri Linkov  <juri@jurta.org>
6824
6825         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6826         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6827         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6828
6829 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6830
6831         * sha1.el (sha1-string-external): default-directory "/" in case
6832         otherwise non-existent.  process-connection-type pipe for touch of
6833         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6834
6835 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6836
6837         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6838         it's comms related and sgml-mode.el has "comm" on that basis too.
6839
6840 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6843         containing tspecial characters if they have been already quoted.
6844
6845 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6846
6847         * dns-mode.el (auto-mode-alist): Purecopy string.
6848
6849 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6850
6851         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6852
6853 2009-10-24  Glenn Morris  <rgm@gnu.org>
6854
6855         * gnus-art.el (help-xref-stack-item): Define for compiler.
6856
6857 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6858
6859         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6860
6861 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6864
6865 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6868         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6869
6870 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6873         (gnus-overlays-in): New alias to overlays-in.
6874
6875         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6876         gnus-overlay-get, and gnus-delete-overlay.
6877         (gnus-summary-show-thread): Make it work as well for systems in which
6878         next-single-char-property-change is not available.
6879         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6880
6881         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6882         (gnus-overlay-get): New alias to extent-property.
6883         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6884
6885         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6886         SXEmacs.
6887
6888         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6889         SXEmacs.
6890
6891 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6894
6895 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6896
6897         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6898         and XEmacs that don't have `remove-overlays'.
6899
6900 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6901
6902         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6903         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6904         selective display.  Use overlays instead.
6905
6906 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6907
6908         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6909
6910 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6911
6912         * spam-stat.el (spam-stat-load): Fix typo in message.
6913
6914 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6915
6916         * dig.el (dig-invoke): Fix typo in docstring.
6917         (query-dig): Reflow docstring.
6918
6919 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6920
6921         * gnus-art.el (gnus-article-encrypt-body):
6922         * message.el (message-check-recipients):
6923         * mm-util.el (mm-codepage-setup):
6924         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6925         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6926
6927 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6928
6929         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6930         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6931         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6932         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6933         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6934
6935 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6936
6937         * dig.el: Add "Keywords: comm", as per net-utils.el.
6938
6939 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6940
6941         * dig.el (dig-mode): Use define-derived-mode.
6942
6943 2009-09-19  Glenn Morris  <rgm@gnu.org>
6944
6945         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6946
6947 2009-09-18  Glenn Morris  <rgm@gnu.org>
6948
6949         * gnus-diary.el (gnus-diary-check-message):
6950         * message.el (message-insert-formatted-citation-line):
6951         * nnbabyl.el (top-level):
6952         * nndiary.el (nndiary-schedule):
6953         Fix typos in condition-case handlers.
6954
6955 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6958         configuration that provides the sole article window in a frame;
6959         position point correctly after deleting a part.
6960
6961 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6962
6963         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6964         (spam-resolve-registrations-routine): Use it to unregister articles
6965         that change status.
6966
6967 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6970         with XEmacs.
6971         (parse-time-string-chars): Use it.
6972
6973 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6974
6975         * imap.el (imap-interactive-login): Better messages.
6976         (imap-open): Fix bug with renamed buffer on reconnect.
6977         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6978         for easier debugging and cleaner code.  On successful (guessed based on
6979         server capabilities) secondary authentication, set imap-state
6980         correctly.
6981         (imap-last-authenticator): Define imap-last-authenticator as a variable
6982         to avoid warnings.
6983
6984 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * nnrss.el (nnrss-request-article): Remove binding of
6987         default-enable-multibyte-characters that has gotten needless by
6988         the 2007-07-13 change in rfc2047-encode-message-header.
6989
6990         * mml.el (mml-insert-multipart): Error on the message header.
6991         (mml-insert-part): Error on the message header; position point at
6992         the end of a MIME tag.
6993
6994 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * time-date.el (autoload): Expand define-obsolete-function-alias into
6997         defalias and make-obsolete for old Emacsen that Gnus supports.
6998         (with-no-warnings): Define it for old Emacsen.
6999         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7000         is available.
7001         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7002         float-time is available; suppress compile warning for time-to-seconds.
7003
7004         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7005         (gnus-float-time): Alias to float-time if it exists.
7006
7007         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7008         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7009         float-time is available; suppress compile warning for time-to-seconds.
7010
7011         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7012         XEmacs.
7013
7014 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7015
7016         * imap.el (imap-message-map): Docstring fix.
7017
7018 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7021         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7022         Add the optional argument `encoding' that overrides the default.
7023
7024         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7025         mm-encode-buffer.
7026
7027 2009-09-04  Glenn Morris  <rgm@gnu.org>
7028
7029         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7030         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7031         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7032         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7033         * mm-util.el (mm-with-unibyte-current-buffer)
7034         (mm-find-buffer-file-coding-system):
7035         * yenc.el (yenc-decode-region): Use default-value rather than
7036         default-enable-multibyte-characters.
7037
7038 2009-09-03  Glenn Morris  <rgm@gnu.org>
7039
7040         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7041         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7042         than default-enable-multibyte-characters.
7043
7044 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7045
7046         * gnus-art.el (gnus-article-read-summary-keys):
7047         Fix gnus-buffer-configuration's value temporarily used.
7048
7049 2009-09-02  Glenn Morris  <rgm@gnu.org>
7050
7051         * gnus-util.el (gnus-float-time): New function.
7052         * gnus-delay.el (gnus-delay-article):
7053         * gnus-sum.el (gnus-thread-latest-date):
7054         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7055         * nnspool.el (nnspool-request-newgroups):
7056         Use gnus-float-time rather than time-to-seconds.
7057         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7058
7059         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7060         (gnus-header-subject-face, gnus-header-newsgroups-face)
7061         (gnus-header-name-face, gnus-header-content-face):
7062         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7063         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7064         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7065         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7066         (gnus-cite-face-11):
7067         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7068         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7069         (gnus-server-closed-face, gnus-server-denied-face)
7070         (gnus-server-offline-face):
7071         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7072         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7073         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7074         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7075         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7076         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7077         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7078         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7079         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7080         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7081         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7082         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7083         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7084         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7085         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7086         (gnus-summary-high-undownloaded-face)
7087         (gnus-summary-low-undownloaded-face)
7088         (gnus-summary-normal-undownloaded-face)
7089         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7090         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7091         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7092         (gnus-splash-face):
7093         * message.el (message-header-to-face, message-header-cc-face)
7094         (message-header-subject-face, message-header-newsgroups-face)
7095         (message-header-other-face, message-header-name-face)
7096         (message-header-xheader-face, message-separator-face)
7097         (message-cited-text-face, message-mml-face):
7098         * sieve-mode.el (sieve-control-commands-face)
7099         (sieve-action-commands-face, sieve-test-commands-face)
7100         (sieve-tagged-arguments-face):
7101         * spam.el (spam-face):
7102         Mark face aliases with "-face" in the name as obsolete.
7103
7104 2009-09-01  Glenn Morris  <rgm@gnu.org>
7105
7106         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7107         than goto-line.
7108
7109 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7112         Don't move point if the command is invoked inside the message header.
7113
7114 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7115
7116         * imap.el (imap-send-command): Simplify.
7117         (imap-wait-for-tag): point-max -> buffer-size.
7118
7119 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7120
7121         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7122         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7123         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7124         * nnir.el (nnir-swish-e-index-file):
7125         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7126         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7127         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7128         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7129         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7130         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7131
7132 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7135         Don't save excursion.
7136
7137 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7138
7139         * nnheader.el (nnheader-find-file-noselect):
7140         * mm-util.el (mm-insert-file-contents):
7141         Use (default-value 'major-mode) instead of default-major-mode.
7142
7143 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7144
7145         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7146
7147 2009-08-26  Glenn Morris  <rgm@gnu.org>
7148
7149         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7150         than placing in files.el.
7151
7152 2009-08-25  Glenn Morris  <rgm@gnu.org>
7153
7154         * nnir.el (top-level): Don't require cl at run-time.
7155         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7156         Replace cl-function substitute with gnus-replace-in-string.
7157         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7158         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7159         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7160         simplified expansions.
7161
7162 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7163
7164         * dig.el (dig): Add autoload cookie.
7165
7166 2009-08-22  Glenn Morris  <rgm@gnu.org>
7167
7168         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7169         goto-line.
7170
7171 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7172
7173         * parse-time.el (parse-time-string-chars): Save match data.
7174
7175 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7176
7177         * parse-time.el (parse-time-string-chars): Compute using character
7178         classes, to handle non-ascii characters (Bug#3190).
7179
7180 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7183
7184         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7185         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7186         (gnus-mm-display-part, gnus-mime-display-single)
7187         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7188         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7189
7190         * gnus-sum.el
7191         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7192         (gnus-summary-move-article): Add expirable mark to articles copied or
7193         moved to group that has auto-expire turned on if the option is non-nil.
7194
7195 2009-07-24  Glenn Morris  <rgm@gnu.org>
7196
7197         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7198         Fix typo.  (Bug#3903)
7199
7200 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7203         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7204         that should not be used for draft articles.
7205         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7206         that has no concern in minor mode keys.
7207         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7208         Abolish.
7209
7210 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7213         article without making inquiry to a user for unknown encoding.
7214
7215         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7216         (nnmaildir--scan): Assume i-node and device number that file-attributes
7217         returns might be cons-cell.
7218
7219         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7220
7221         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7222
7223 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * auth-source.el: Remove docs now in auth.texi.  Don't use
7226         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7227         `auth-source-hide-passwords' and use them.
7228
7229 2009-07-15  Glenn Morris  <rgm@gnu.org>
7230
7231         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7232
7233 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7236         excessive whitespace from the default values of title and description.
7237
7238 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7241         mail-fetch-field to fetch Content-Description header in order to
7242         exclude newlines.
7243
7244 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7245
7246         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7247         format used by GnuPG 2.0.11.
7248
7249 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7252         to deleted part.
7253
7254 2009-05-30  David Engster  <dengste@eml.cc>
7255
7256         * nnmairix.el: Remove old documentation in the commentary block.
7257         (nnmairix-request-group): Do not update active file for nnml back ends.
7258         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7259         end so that overview files are ignored.
7260         (nnmairix-update-groups): Make updating the groups more robust by using
7261         marks.
7262         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7263         with dollar characters in message-id.
7264
7265 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7268         2008-12-25 in dns.el.
7269
7270 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7271
7272         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7273         could happen if the text is only composed of spaces and/or tabs.
7274
7275 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7276
7277         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7278         when sending a queued message to avoid extra mml tags.
7279
7280 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7283
7284 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7287         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7288         rmail-toggle-header for XEmacs;
7289         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7290
7291 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-dired.el: Remove autoload for gnus-setup-message.
7294         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7295         displaying Gnus logo; always use compose-mail.
7296
7297 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7300
7301 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7304         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7305         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7306         available.
7307         (gnus-nocem-epg-verify): New function.
7308
7309 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7312
7313 2009-02-15  Glenn Morris  <rgm@gnu.org>
7314
7315         * gnus-util.el (rmail-insert-rmail-file-header)
7316         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7317         autoloads.
7318         (rmail-default-rmail-file): Remove unnecessary declaration.
7319         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7320
7321 2009-02-14  Glenn Morris  <rgm@gnu.org>
7322
7323         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7324         variable (only used in gnus-util, which declares it anyway).
7325         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7326         which was only needed by gnus-art (changed to not use it any more).
7327         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7328         only used in gnus-util, which autoloads it itself.
7329         (rmail-update-summary): Fix autoload.
7330
7331         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7332         rather than rmail-output-to-rmail-file.
7333
7334 2009-02-07  Glenn Morris  <rgm@gnu.org>
7335
7336         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7337         autoload of function that no longer exists.
7338         (rmail-toggle-header): Declare.
7339         (message-forward-rmail-make-body): Handle mbox Rmail.
7340
7341 2009-01-31  Glenn Morris  <rgm@gnu.org>
7342
7343         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7344         2009-01-09 change.
7345
7346 2009-01-31  Dave Love  <fx@gnu.org>
7347
7348         * imap.el (imap-fetch-safe): Bind debug-on-error.
7349         (imap-debug): Add imap-fetch-safe.
7350
7351 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7352
7353         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7354         (auth-source-forget-all-cached): New convenience function.
7355         (auth-source-user-or-password): Accept list of modes or a single mode.
7356
7357         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7358         auth-source modes.
7359
7360         * netrc.el (netrc-machine-user-or-password): Use list of
7361         auth-source modes.
7362
7363         * nnimap.el (nnimap-open-connection): Use list of
7364         auth-source modes.
7365
7366         * nntp.el (nntp-send-authinfo): Use list of
7367         auth-source modes.
7368
7369 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7372         now.
7373
7374 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7377         coding system in XEmacs; add a workaround for XEmacs.
7378
7379         * lpath.el: Fbind coding-system-aliasee.
7380
7381 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7384         of current-language-environment.
7385
7386 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7389         available at runtime.
7390
7391 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7394
7395 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7396
7397         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7398         the greatest positive fixnum value doesn't work under an XEmacs with
7399         bignum support; use the most-positive-fixnum constant instead,
7400         available since Emacs 21.1 with cl and XEmacs 21.1.
7401
7402 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7405         XEmacs gets not to work.
7406
7407 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * mm-util.el (mm-coding-system-priorities): Allow the value like
7410         "Japanese (UTF-8)" of current-language-environment.
7411
7412 2009-01-09  Glenn Morris  <rgm@gnu.org>
7413
7414         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7415         with last-command-event.
7416
7417 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7420         in the doc string.
7421
7422         * message.el (message-fix-before-sending): Amend comment.
7423
7424 2009-01-08  Dave Love  <fx@gnu.org>
7425
7426         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7427
7428 2009-01-07  David Engster  <dengste@eml.cc>
7429
7430         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7431         simplified server definitions by converting it via
7432         gnus-server-to-method.
7433
7434 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7437         parameter's operands.
7438
7439 2009-01-06  David Engster  <dengste@eml.cc>
7440
7441         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7442         primary select method (for gnus-group-mark-article-as-read).
7443
7444 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7445
7446         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7447         `(gnus)Face', not `(gnus)X-Face'.
7448
7449 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * mm-util.el (mm-ucs-to-char): New function.
7452
7453         * mm-url.el (mm-url-decode-entities): Use it.
7454
7455         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7456         unicode-to-char.
7457
7458 2009-01-05  Dave Love  <fx@gnu.org>
7459
7460         * time-date.el: Require cl for `declare'.
7461
7462 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7465         Dave Love.
7466
7467 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * message.el (message-fix-before-sending): Add `eight-bit' to
7470         illegible-text check.
7471
7472 2009-01-03  Michael Olson  <mwolson@gnu.org>
7473
7474         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7475         `headers' is nil.  This can occur if the IMAP server does not have
7476         permissions to read messages from a folder, but can write new messages
7477         to the folder.
7478         (nnimap-request-article-part): Do not insert `data' if it is nil.
7479
7480         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7481         characters which will confuse `read', so skip past them.
7482
7483 2009-01-01  Dave Love  <fx@gnu.org>
7484
7485         * imap.el (imap-string-to-integer): Fix typo.
7486         (imap-fetch-safe): New function.
7487         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7488
7489         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7490
7491         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7492         (imap-parse-greeting): Fix doc strings.
7493         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7494         (imap-parse-flag-list): Make messages unique.
7495         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7496
7497         * nnimap.el: Fix author email.
7498         (nnimap-split-rule): Add FIXME comment.
7499         (nnimap-debug): Fix doc string.
7500
7501 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7504
7505 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7508         nslookup if resolv.conf isn't available.
7509         (dns-query): Rename from query-dns.
7510         (dns-query-cached): Rename from query-dns-cached.
7511
7512 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7515         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7516         to check if those variables exist (first appeared in Emacs 18.50).
7517
7518 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mm-util.el (mm-line-number-at-pos): New function.
7521
7522         * spam-report.el (spam-report-process-queue): Use it.
7523
7524 2008-12-24  David Engster  <dengste@eml.cc>
7525
7526         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7527         parameters that haven't existed as variables as buffer-local variables.
7528
7529 2008-12-23  Dave Love  <fx@gnu.org>
7530
7531         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7532         cadar.
7533
7534         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7535         imap-starttls-p.
7536         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7537
7538 2008-12-22  Dave Love  <fx@gnu.org>
7539
7540         * imap.el: Fix author email.  Doc fixes.
7541         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7542         reply.
7543
7544 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * spam-report.el (spam-report-gmane-max-requests): New constant.
7547         (spam-report-gmane-wait): New variable.
7548         (spam-report-gmane-ham, spam-report-gmane-spam)
7549         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7550         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7551         the server.
7552
7553         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7554         Add explanations.
7555
7556         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7557         nnheader-accept-process-output and nnheader-read-timeout if available.
7558         (pop3-movemail): Use it.
7559
7560         * message.el (message-check-news-body-syntax): Fix signature check if
7561         there's an attachment.
7562
7563 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * mm-util.el: Add comments to the mm- emulating functions.
7566
7567 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7570         Reported by Stephen Berman <stephen.berman@gmx.net>.
7571
7572 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * mm-util.el (mm-substring-no-properties): New function.
7575         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7576         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7577         (mm-string-to-multibyte): Doc fix.
7578
7579         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7580
7581 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7582
7583         * mml.el (mml-attach-file): Strip text properties from file name.
7584         (Bug#1574)
7585
7586 2008-12-16  Glenn Morris  <rgm@gnu.org>
7587
7588         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7589
7590 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7593         knows since the charset specified might be a bogus alias that
7594         mm-charset-synonym-alist provides.
7595
7596 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7599         "ISO_8859-1".
7600
7601         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7602
7603 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * mm-util.el (mm-charset-eval-alist):
7606         Define it before mm-charset-to-coding-system.
7607         (mm-charset-to-coding-system): Add optional argument `silent';
7608         define it before mm-charset-override-alist.
7609         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7610         default value if it can be used in Emacs currently running;
7611         silence mm-charset-to-coding-system.
7612
7613 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7616         `allow-override' which says whether to use `mm-charset-override-alist'.
7617         (rfc2047-decode-encoded-words): Use it.
7618
7619         * mm-util.el (mm-charset-override-alist): Fix custom type;
7620         add `(gb2312 . gbk)' to choices.
7621
7622 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7625         fast.
7626
7627         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7628
7629         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7630
7631 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7632
7633         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7634         on links.
7635
7636         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7637
7638 2008-12-03  Lute Kamstra  <lute@gnu.org>
7639
7640         * sha1.el: Remove leading * from docstrings of defcustoms,
7641         deffaces, defconsts and defuns.
7642
7643 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7646         users' addresses that don't have domain parts.
7647         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7648         rather than message-narrow-to-head since there will be the message
7649         header separator.
7650
7651 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7652
7653         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7654         since the result is inserted in a unibyte buffer anyway.
7655         (nnimap-demule-use-string-to-multibyte): Remove.
7656         (nnimap-demule): Alias it to mm-string-to-multibyte.
7657
7658 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7661         variable for debugging bug#464 and bug#1174.
7662         (nnimap-demule): Use it.
7663
7664 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7667         score calculation correctly.
7668
7669 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7670
7671         * message.el (message-send-mail): Just set the buffer to unibyte
7672         rather than use mm-with-unibyte-current-buffer which does a lot more.
7673         (message-send-mail-partially): Don't bother with
7674         mm-with-unibyte-current-buffer since it's already been made unibyte by
7675         message-send-mail.
7676
7677 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7680
7681 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7682
7683         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7684
7685 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7688         require itself and to remove `with-no-warnings'.
7689
7690 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * starttls.el (starttls-any-program-available): Get the name of the
7693         available TLS layer program.
7694         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7695         well as the host name in the "opening" message.
7696
7697         * auth-source.el (auth-source-cache, auth-source-do-cache)
7698         (auth-source-user-or-password): Cache passwords and logins by default,
7699         allow override with `auth-source-do-cache'.
7700         (auth-source-forget-user-or-password): Allow users to remove cache
7701         entries if needed.
7702
7703 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7704
7705         * md4.el (md4-buffer): Fix typo in docstring.
7706         (md4, md4-64): Doc fixes.
7707         (md4-pack-int32): Reflow docstring.
7708
7709 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7710
7711         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7712         condition-case to only the forward-sexp call.
7713
7714 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7715
7716         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7717         quotes contained.  Make it more robust regardless by an extra
7718         condition-case wrapper.
7719
7720 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7723
7724 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * nnml.el (nnml-request-expire-articles): Check if the function set to
7727         `nnmail-expiry-target' returns the symbol `delete'.
7728
7729         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7730
7731         * nnmail.el (nnmail-expiry-target): Fix custom type.
7732
7733 2008-10-02  Glenn Morris  <rgm@gnu.org>
7734
7735         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7736         Silence compiler warning.
7737
7738 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7739
7740         * tls.el (open-tls-stream): Show the actual command being
7741         executed, instead of the format string.
7742
7743 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * lpath.el: Fbind codepage-setup for Emacs 23.
7746
7747 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7748
7749         * mml.el (mml-menu): Don't assume mml2015 is bound.
7750
7751 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7754         exists.
7755
7756 2008-09-27  Glenn Morris  <rgm@gnu.org>
7757
7758         * gnus-util.el (mail-header-remove-comments): Autoload it.
7759
7760 2008-09-27  Andreas Schwab  <schwab@suse.de>
7761
7762         * gnus-util.el (gnus-split-references): Strip comments.
7763         (gnus-parent-id): Likewise.
7764
7765 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * message.el (message-confirm-send): Fix version.
7768
7769 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * message.el (message-idna-to-ascii-rhs-1): Use
7772         mail-extract-address-components rather than mail-header-parse-addresses
7773         that is an alias by default to ietf-drums-parse-addresses that does not
7774         support non-ASCII names in headers' contents.
7775
7776 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7777
7778         * message.el (message-confirm-send): Fix variable documentation to
7779         avoid the "y/n" wording.
7780
7781 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7782
7783         * message.el (message-set-auto-save-file-name): Save to a different
7784         filename so multiple messages (especially drafts) can be recovered.
7785
7786 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7787
7788         * message.el (message-confirm-send): Add appropriate version.
7789
7790 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7791
7792         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7793         defvar.
7794
7795 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7796
7797         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7798         (mm-pkcs7-enveloped-magic): Ditto.
7799
7800 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7801
7802         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7803         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7804
7805 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7806
7807         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7808         default, it's better.
7809
7810 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7813         summary line gnus-number property and ignore them (with a warning
7814         message).
7815
7816 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7819         macro caddr in the interactive form since it won't be expanded.
7820
7821 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7824         `charset'; fix name of function called recursively.
7825         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7826
7827 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7830         (gnus-mime-set-charset-parameters): New function.
7831         (gnus-mime-view-part-as-charset): Use it to correctly display part
7832         specifying wrong charset.
7833
7834 2008-09-08  David Engster  <dengste@eml.cc>
7835
7836         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7837         in completing-read for back end server.
7838
7839 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * message.el (message-confirm-send): New variable to confirm sending a
7842         message.
7843         (message-send): Use it.
7844
7845 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7846
7847         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7848
7849 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7852
7853 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7856         prevent tracking too many groups.
7857         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7858         Use it.
7859
7860 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7861
7862         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7863         moving point to the bottom of the window in order to avoid recentering.
7864
7865 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7868
7869         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7870         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7871         (gnus-article-beginning-of-window): Fix calculation.
7872
7873 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-msg.el (gnus-summary-supersede-article)
7876         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7877         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7878         message header.
7879
7880 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7881
7882         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7883         pending output coming after the status change.
7884
7885 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7886
7887         * message.el:
7888         * gnus-start.el:
7889         * gnus-registry.el: Remove VMS support.
7890
7891 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7894         macro.
7895         (rfc2104-hash): Use it.
7896
7897 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7900         (gnus-summary-sort-by-most-recent-date): New commands.
7901         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7902         and menu entries.
7903
7904 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7907         don't redisplay article for raw contents; remove plural articles stuff.
7908
7909         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7910         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7911         on gnus-summary-save-article; display results properly.
7912
7913 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * lpath.el: No need to fbind ns-focus-frame.
7916
7917 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7920
7921 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-art.el (gnus-summary-save-in-pipe):
7924         Consider gnus-save-all-headers.
7925
7926 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7927
7928         * gnus-util.el (ns-focus-frame): Remove declaration.
7929         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7930         like x.
7931
7932 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7933
7934         * rfc2104.el (rfc2104-zero): Delete defconst.
7935         (rfc2104-hex-alist): Likewise.
7936         (rfc2104-hex-to-int): Delete func.
7937         (rfc2104-hexstring-to-bitstring): Likewise.
7938         (rfc2104-nybbles): New defconst.
7939         (rfc2104-hash): Rewrite for speed.
7940
7941 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * tls.el (open-tls-stream): Make it work with the 2nd argument
7944         BUFFER that is a string but does not exist as a buffer object, as
7945         mentioned in the doc-string.
7946
7947 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7950         SXEmacs.
7951
7952 2008-07-16  Glenn Morris  <rgm@gnu.org>
7953
7954         * gnus-util.el (ns-focus-frame): Declare for compiler.
7955
7956 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7959         set as a group parameter.
7960         (gnus-summary-save-in-pipe): Work when it is called independently.
7961         (gnus-summary-pipe-to-muttprint): Don't modify
7962         gnus-summary-pipe-output-default-command.
7963
7964 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7965
7966         * message.el (message-send-mail-with-sendmail):
7967         Display the error message.
7968
7969 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (gnus-default-article-saver):
7972         Add gnus-summary-save-in-pipe to choices.
7973         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7974         gnus-summary-pipe-output-default-command as the default command.
7975         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7976         instead of gnus-last-shell-command.
7977
7978         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7979         New user option.
7980         (gnus-summary-muttprint-program): Mention the value will be changed.
7981         (gnus-summary-save-article): Force showing of all headers.
7982         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7983
7984 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7985
7986         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7987
7988 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7989
7990         * nnimap.el (nnimap-id):
7991         * sieve-manage.el (sieve-manage-open): Doc fixes.
7992
7993 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7994
7995         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7996         if available.
7997
7998 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7999
8000         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8001
8002         * nnkiboze.el (nnkiboze-generate-group):
8003         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8004
8005         * nnmairix.el: Require CL.
8006
8007 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * dgnushack.el: Autoload get-display-table and put-display-table for
8010         XEmacs 21.5.
8011
8012         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8013         21.4 and SXEmacs.
8014
8015 2008-06-15  David Engster  <dengste@eml.cc>
8016
8017         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8018
8019 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8020
8021         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8022         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8023         runtime choice under XEmacs.
8024
8025         * gnus-sum.el (gnus-summary-set-display-table):
8026         Use `gnus-put-display-table', `gnus-get-display-table',
8027         `gnus-set-display-table' for the display table, instead of `aset'.
8028
8029         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8030         Use `gnus-put-display-table', `gnus-get-display-table',
8031         `gnus-set-display-table' for the display table.
8032
8033 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * nnmairix.el: Add autoloads.
8036
8037 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * nnmairix.el (nnmairix-delete-recreate-group)
8040         (nnmairix-update-and-clear-marks): Fix error messages.
8041
8042 2008-06-14  David Engster  <dengste@eml.cc>
8043
8044         * nnmairix.el: Upgrade to version 0.6.
8045         (nnmairix-group-toggle-propmarks-this-group)
8046         (nnmairix-group-toggle-readmarks-this-group)
8047         (nnmairix-group-delete-recreate-this-group)
8048         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8049         (nnmairix-remove-tick-mark-original-article): New commands.
8050         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8051         (nnmairix-propagate-marks-to-nnmairix-groups)
8052         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8053         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8054         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8055         functions needed for marks propagation and manipulation of read marks.
8056         (nnmairix-update-groups): New function.
8057         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8058         (nnmairix-determine-original-group-from-registry)
8059         (nnmairix-determine-original-group-from-path)
8060         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8061         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8062         New helper functions.
8063         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8064         keystrokes for new commands.
8065         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8066         (nnmairix-request-group): Check allow-fast group parameter.
8067         (nnmairix-request-create-group): Set allow-fast group parameter if
8068         nnmairix-allowfast-default is set.
8069         (nnmairix-close-group): Propagate marks upon closing if needed.
8070         (nnmairix-group-toggle-threads-this-group): Use new.
8071         nnmairix-group-toggle-parameter helper function.
8072         (nnmairix-search): Better check for empty search result.
8073         (nnmairix-goto-original-article): Use new helper functions for
8074         determining original article.
8075         (nnmairix-show-original-article): Make sure message-id is in brackets.
8076         (nnmairix-call-mairix-binary): Change variable name.
8077         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8078         helper function.
8079         (nnmairix-widget-toggle-activate): Fix doc string.
8080
8081 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * nnir.el: Require edmacro when compiling with XEmacs.
8084         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8085         available in Emacs 21.
8086
8087 2008-06-11  Glenn Morris  <rgm@gnu.org>
8088
8089         * gnus-util.el (x-focus-frame):
8090         * gnus.el (image-size):
8091         * mm-decode.el (image-size): Declare.
8092
8093         * gnus-picon.el (declare-function): Add compat definition.
8094         (image-size): Declare.
8095
8096         * gnus-group.el (tool-bar-map):
8097         * gnus-sum.el (tool-bar-map): Define for compiler.
8098
8099         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8100
8101         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8102
8103         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8104         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8105         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8106         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8107         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8108         * sieve-manage.el, spam-report.el, spam.el:
8109         Remove unnecessary eval-and-compile of autoloads.
8110
8111 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8112
8113         * auth-source.el: Precise Tramp doc.
8114
8115 2008-06-07  Glenn Morris  <rgm@gnu.org>
8116
8117         * nnmairix.el: Remove unnecessary eval-when-compile.
8118
8119 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * lpath.el: Fbind propertize for XEmacs 21.4.
8122
8123 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * nnir.el: Move here from ../contrib.
8126
8127 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8128
8129         * gnus-util.el (gnus-read-shell-command): New function.
8130         * mm-decode.el (mm-pipe-part):
8131         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8132
8133 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8136
8137 2008-06-03  Glenn Morris  <rgm@gnu.org>
8138
8139         * pop3.el (nnheader-accept-process-output): Autoload it.
8140
8141 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8144         are not 2-digit hexadecimal characters that follow `%'s.
8145
8146 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * message.el (message-bogus-recipient-p): Fix type in doc string.
8149         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8150         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8151         Improve custom options.
8152         (message-bogus-recipient-p): Adjust accordingly.
8153
8154 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8155
8156         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8157         long-form month and day names.
8158
8159 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * dgnushack.el: Autoload debug, eudc-expand-inline and
8162         pgg-snarf-keys-region for XEmacs.
8163
8164         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8165
8166         * nnmairix.el: Require edmacro when compiling with XEmacs.
8167
8168 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8171         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8172
8173 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * auth-source.el: Add more docs.
8176
8177         * netrc.el (netrc-machine): Always match if the port is not given.
8178
8179 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8182         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8183         retrieval faster in some cases, but might make CPU usage larger.
8184         If this has any bad side effects, we might revert this change.
8185
8186         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8187         seems to make mail retrieval much, much faster.
8188         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8189         unconditionally.
8190
8191         * gnus-draft.el (gnus-group-send-queue):
8192         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8193
8194 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8197
8198         * message.el (message-bogus-address-regexp): Fix and improve custom
8199         type.
8200         (message-setup-hook): Add message-check-recipients as custom option.
8201
8202 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * message.el (message-cite-function): Remove bogus autoload which crept
8205         in during merge from v5-10.
8206
8207 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8208
8209         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8210
8211         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8212
8213         * auth-source.el: Preliminary Tramp docs.
8214         (auth-sources): Change the default auth-sources to use
8215         EPA .gpg files.
8216
8217 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8218
8219         * nntp.el: Autoload `auth-source-user-or-password'.
8220         (nntp-send-authinfo): Use it.
8221
8222         * nnimap.el: Autoload `auth-source-user-or-password'.
8223         (nnimap-open-connection): Use it.
8224
8225         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8226         for the gnus-message function.
8227         (auth-source-user-or-password): Use it.
8228
8229 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8230
8231         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8232         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8233         (rfc2104-hash): Use it.
8234
8235 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8236
8237         * gnus-art.el (gnus-article-toggle-truncate-lines):
8238         Don't use `iff' in docstring.
8239
8240 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8241
8242         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8243
8244         * gnus-util.el (gnus-extract-address-component-name)
8245         (gnus-extract-address-component-email): Convenience functions around
8246         `gnus-extract-address-components'.
8247
8248         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8249         Use `gnus-extract-address-component-email' to fix bug of comparing full
8250         sender name to `user-mail-address'.
8251
8252 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8253
8254         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8255         catch/throw to optimize.
8256         (gnus-registry-find-keywords): Just use member to find a keyword.
8257
8258 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8259
8260         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8261         is current before calling gnus-server-prepare.
8262         (gnus-server-setup-buffer, gnus-server-update-server)
8263         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8264
8265 2008-05-04  Juri Linkov  <juri@jurta.org>
8266
8267         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8268         (mailcap-file-default-commands): Use mailcap-replace-in-string
8269         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8270         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8271
8272 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8273
8274         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8275
8276 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8277
8278         * gnus.el: Bump version to 0.11.
8279
8280 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8281
8282         * gnus.el: No Gnus v0.10 is released.
8283
8284 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8287         hooks.
8288         (gnus-update-read-articles): Speed up non-marks-using users.
8289         (gnus-use-marks): Define gnus-use-marks.
8290         (gnus-propagate-marks): Rename variable to something more sensible.
8291
8292 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8293
8294         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8295         (gmm-image-load-path-for-library): Fix typos in docstrings.
8296         (gmm-message): Reflow docstring.
8297
8298 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8299
8300         * mail-source.el (mail-source-set-1, mail-source-bind):
8301         Move auth-source code out of the macro to clean it up and fix bugs.
8302
8303 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8304
8305         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8306         by sender if it's equal to user-mail-address, it's likely to be
8307         useless.
8308
8309         * mail-source.el (mail-source-bind): Don't use user or password if they
8310         are not bound.  Unintern them if they are nil.  Don't use server unless
8311         it's bound, and default it to empty string otherwise.
8312
8313 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * mail-source.el: Load auth-source.el.
8316         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8317         get user name or password, if auth-sources is set up.
8318
8319         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8320         strategy of splitting with parent.
8321         (gnus-registry-split-fancy-with-parent)
8322         (gnus-registry-post-process-groups): Use it and fix prior
8323         bug (returning a list as the split result).
8324
8325         * auth-source.el (auth-sources): Remove server parameter.
8326         (auth-source-pick, auth-source-user-or-password)
8327         (auth-source-user-or-password-imap)
8328         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8329         (auth-source-user-or-password-sftp)
8330         (auth-source-user-or-password-smtp): Remove server parameter.
8331
8332 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8333
8334         * smime.el (smime-sign-region, smime-encrypt-region)
8335         (smime-decrypt-region):
8336         Remove redundant calls to `generate-new-buffer-name'.
8337
8338 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8339
8340         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8341         Don't use QP for message/rfc822.
8342         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8343
8344 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8345
8346         * sieve-manage.el (sieve-string-bytes): Remove.
8347         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8348         correct byte-length only if the process's coding-system is the same as
8349         the one used internally by Emacs to represent strings.
8350
8351 2008-04-22  Juri Linkov  <juri@jurta.org>
8352
8353         * mailcap.el (mailcap-file-default-commands): New function.
8354
8355 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-signature-separator, message-cite-function):
8358         Change custom version.
8359
8360 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8361
8362         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8363         commands.
8364         (tls-checktrust): Ditto.
8365
8366 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * mm-decode.el (mm-display-external): Make temp file read-only.
8369
8370 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8373         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8374         `C-c C-f d'.
8375
8376 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8377
8378         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8379
8380 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * gnus.el: Bump version to 0.9.
8383
8384 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus.el: No Gnus v0.8 is released.
8387
8388 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8389
8390         * mail-source.el (mail-source-value):
8391         Prefer fboundp to functionp so it works with macros as well.
8392
8393 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8394
8395         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8396         Fix last change in case the element is not even a symbol.
8397
8398 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8399
8400         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8401         Prefer fboundp to functionp so it works with macros as well.
8402
8403 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * auth-source.el: Add docs.
8406         (auth-sources): Modify format to support server.
8407         (auth-source-pick, auth-source-user-or-password)
8408         (auth-source-user-or-password-imap)
8409         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8410         (auth-source-user-or-password-sftp)
8411         (auth-source-user-or-password-smtp): Add server parameter.
8412
8413 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8414
8415         * gnus-registry.el: Initialize the registry when gnus-registry-install
8416         is t.
8417
8418 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * compface.el (uncompface): Make buffer unibyte.
8421
8422 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8423
8424         * mail-source.el (mail-source-value):
8425         Prefer fboundp to functionp so it works with macros as well.
8426
8427 2008-04-05  Glenn Morris  <rgm@gnu.org>
8428
8429         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8430
8431 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8432
8433         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8434         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8435
8436         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8437         multibyteness after rather than before erasing it.
8438
8439         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8440         mm-with-multibyte.
8441         (gnus-request-article-this-buffer): Make sure the proper decoding is
8442         used if gnus-original-article-buffer happens to be unibyte.
8443
8444         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8445         default-enable-multibyte-characters.
8446
8447         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8448         default-enable-multibyte-characters.
8449
8450         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8451
8452         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8453
8454 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8455
8456         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8457         Fix last change in case the element is not even a symbol.
8458
8459 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8460
8461         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8462         (imap-message-copyuid-1): Use it.
8463         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8464         J. Williams in
8465         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8466
8467         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8468         imap-enable-exchange-bug-workaround.
8469         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8470
8471 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8472
8473         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8474         a 100 byte status-checks into a 2-3MB transfer for each group.
8475         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8476         to enable bug workaround or not.
8477         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8478
8479 2008-03-31  Glenn Morris  <rgm@gnu.org>
8480
8481         * message.el (mml2015-use): Declare for compiler.
8482         (message-info): Require mml2015 when appropriate.
8483
8484 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8487         whitespace.
8488
8489 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8490
8491         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8492         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8493         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8494         (nntp-service-to-port): New function.
8495         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8496         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8497         (nntp-open-netcat-stream): New function.
8498         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8499
8500 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8501
8502         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8503
8504 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8505
8506         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8507
8508 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8509
8510         * dns.el (dns-write): Use set-buffer-multibyte.
8511
8512 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8513
8514         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8515
8516 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * message.el (message-signature-separator): Change default.
8519         Improve custom type.
8520         (message-cite-function): Change default to
8521         message-cite-original-without-signature.
8522
8523         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8524         toggle.
8525
8526         * message.el (message-check-news-body-syntax): Fix signature check.
8527         (message-setup-1): Mark buffer as unmodified _after_ running
8528         message-setup-hook and handling message-alternative-emails.
8529         (message-shorten-references): Be more strict when building list of
8530         valid references to comply with GNKSA.
8531
8532         * gnus-group.el (gnus-read-ephemeral-bug-group)
8533         (gnus-read-ephemeral-debian-bug-group)
8534         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8535
8536         * message.el (message-info): Don't use booleanp which isn't supported
8537         in Emacs 21 and XEmacs.
8538
8539 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8542         gnus-group-gmane-group-download-format.
8543         (gnus-group-read-ephemeral-gmane-group): Rename from
8544         gnus-group-read-ephemeral-gmane-group.
8545         (gnus-read-ephemeral-gmane-group-url): Rename from
8546         gnus-group-read-ephemeral-gmane-group-url.
8547         (gnus-bug-group-download-format-alist): New variable.
8548         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8549         (gnus-read-ephemeral-emacs-bug-group): New commands.
8550
8551 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8554         (gnus-visible-headers): Improve custom type.
8555
8556 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * mml.el (mml-menu): Add workarounds for XEmacs.
8559
8560         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8561         X-Boundary header.
8562
8563         * message.el (message-simplify-recipients): Fix previous commit.
8564
8565 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8566
8567         * mm-util.el (mm-set-buffer-multibyte): New function.
8568         * mm-decode.el (mm-copy-to-buffer): Use it.
8569
8570         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8571         Prefer fboundp to functionp so it works with macros as well.
8572
8573 2008-03-19  Glenn Morris  <rgm@gnu.org>
8574
8575         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8576         Accidentally removed in the sync process with Emacs.
8577
8578 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * message.el (message-alter-recipients-discard-bogus-full-name):
8581         New function.
8582         (message-alter-recipients-function): New variable.
8583         (message-get-reply-headers): Use it.
8584         (message-replace-header): New helper function.
8585         (message-recipients-without-full-name): New variable.
8586         (message-simplify-recipients): New command.
8587
8588         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8589
8590         * message.el (message-info): Handle EasyPG manual.
8591
8592         * mml.el (mml-menu): Add entry for EasyPG.
8593
8594 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8595
8596         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8597         parameter.
8598
8599         * message.el (message-disassociate-draft): Specify drafts group name
8600         fully.
8601
8602 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8603
8604         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8605         Eliminate unnecessary duplicates from the match list.
8606
8607 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8610
8611         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8612
8613         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8614         args of `how-many' of which the XEmacs version doesn't take; declare
8615         Info-index-next as function.
8616
8617 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * gnus-score.el (gnus-score-headers): Fix handling of
8620         gnus-inhibit-slow-scoring.
8621
8622         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8623         string.
8624         (gnus-button-url-regexp): Improve handling of parenthesis.
8625         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8626         (gnus-button-handle-info-keystrokes): Handle index entries.
8627
8628 2008-03-15  Glenn Morris  <rgm@gnu.org>
8629
8630         * parse-time.el (parse-time-string): Simplify.
8631
8632 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8635         Incoming* files.
8636
8637 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * auth-source.el (auth-sources): Rename from auth-source-choices.
8640         (auth-source-pick): Use it.
8641
8642 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8643
8644         * binhex.el (binhex-decode-region-internal):
8645         * uudecode.el (uudecode-decode-region-internal):
8646         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8647         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8648         setting default-enable-multibyte-characters.
8649
8650 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8651
8652         * auth-source.el (auth-source-protocols)
8653         (auth-source-protocols-customize, auth-source-choices): Add and
8654         modified variable customizations and defaults.
8655         (auth-source-pick, auth-source-user-or-password)
8656         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8657         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8658         (auth-source-user-or-password-sftp)
8659         (auth-source-user-or-password-smtp): Use new variables and provide an
8660         interface to netrc.el.
8661
8662 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8665         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8666         Make sure the nntp port to specify is a string.
8667
8668 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8669
8670         * nntp.el: Use with-current-buffer.
8671         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8672         dubious mm-with-unibyte-current-buffer.
8673         (nntp-with-open-group-function): New function extracted from
8674         nntp-with-open-group macro.
8675         (nntp-with-open-group): Use the function, so it's easier to debug.
8676         Add indentation and debugging info.
8677         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8678         Recommend the use of the netcat alternatives.
8679
8680         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8681         Avoid mm-string-as-multibyte as well.
8682
8683         * nnweb.el (nnweb-insert-html):
8684         Remove use of nnheader-string-as-multibyte.
8685
8686         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8687         (nnheader-string-as-multibyte): Remove.
8688
8689         * mm-view.el: Use inhibit-read-only.
8690         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8691         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8692         or unibyte-string.
8693
8694         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8695         (mm-uu-yenc-extract): Use with-current-buffer.
8696
8697         * gnus-soup.el (gnus-soup-send-packet): Don't use
8698         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8699
8700         * nnmh.el: Use with-current-buffer.
8701         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8702         mm-string-as-multibyte on the output of mm-encode-coding-string.
8703
8704         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8705         (nnimap-request-move-article): Use with-current-buffer.
8706
8707         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8708         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8709         conversion uses string-make-unibyte rather than string-as-unibyte.
8710
8711         * gnus-msg.el: Use with-current-buffer.
8712
8713         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8714
8715 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8716
8717         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8718         string for caching if it is 'PIN.
8719
8720 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * lpath.el: Consider the case without Emacs/W3.
8723
8724 2008-03-08  Glenn Morris  <rgm@gnu.org>
8725
8726         * time-date.el (date-to-time, time-subtract, time-add)
8727         (safe-date-to-time): Doc fixes.
8728
8729 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * mail-source.el (mail-source-delete-old-incoming-confirm):
8732         Change default to nil.
8733         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8734
8735 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * lpath.el: Rearrange.
8738
8739         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8740         (gnus-article-goto-prev-page): Work for articles having ^L's.
8741
8742         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8743
8744         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8745
8746 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8747
8748         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8749         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8750         (gnus-bookmark-jump): Adjust some variable names.
8751
8752 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8753
8754         * auth-source.el: New package.
8755         (auth-source-choices): Add customization entry point variable.
8756
8757         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8758         bug.
8759
8760 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8761
8762         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8763         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8764         (gnus-registry-install-shortcuts): Rename from
8765         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8766         the `gnus-registry-mark-map' keymap dynamically from
8767         `gnus-registry-marks'.  The generated functions update the summary line
8768         when a registry mark is added or deleted, and will call
8769         `gnus-registry-install-p' (see the comments in the code).
8770         (gnus-registry-user-format-function-M): Use concat intelligently.
8771
8772         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8773         the registry mark functions.
8774
8775 2008-03-05  Glenn Morris  <rgm@gnu.org>
8776
8777         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8778         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8779         gnus-art.
8780         (top-level): No need to load own source when compiling.
8781
8782 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8785         Suggested by <chris.anderton@zetnet.co.uk>.
8786
8787 2008-03-04  Glenn Morris  <rgm@gnu.org>
8788
8789         * gnus-sum.el (top-level): No need to require gnus when compiling,
8790         since unconditionally required near start of file.
8791         (gnus-summary-display-while-building): Move definition before use.
8792
8793 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8794
8795         * gnus-registry.el (gnus-registry-user-format-function-M):
8796         Add formatting function.
8797
8798 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8799
8800         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8801         with plists.
8802         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8803         Use new format.
8804
8805 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8808         `where-is-internal' that returns a range of key sequences.
8809
8810 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8811
8812         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8813
8814         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8815         (gnus-summary-jump-to-group): Consider windows on other displayed
8816         frames as well.  Similar changes might be needed elsewhere, but that's
8817         the one I've bumped into during my use.
8818
8819         * nndoc.el (nndoc-oe-dbx-type-p):
8820         * gnus-msg.el (gnus-debug):
8821         * gnus-group.el (gnus-update-group-mark-positions):
8822         Use mm-string-to-multibyte.
8823
8824 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8827         doesn't handle NotDashEscaped.
8828
8829         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8830         (mml-dnd-attach-options): Fix typo in custom choice.
8831
8832         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8833         Change nndoc-article-type to mbox.
8834         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8835
8836         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8837         to nil, instead of html2text.
8838
8839         * imap.el (imap-debug): Add `imap-ping-server'.
8840
8841         * gnus-bookmark.el: Add FIXMEs.
8842
8843         * message.el (message-form-letter-separator)
8844         (message-send-form-letter-delay): New variables.
8845         (message-send-form-letter): Use them.  New command to send form
8846         letters.  Requested by Uwe Siart.
8847         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8848
8849 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * Update copyright years.
8852
8853 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         Sync from EMACS_22_BASE.
8856
8857         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8858
8859 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8860
8861         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8862         empty author.
8863
8864 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8865
8866         * gnus-registry.el (gnus-registry-marks): Add variable for
8867         customization of marks and their appearance.
8868         (gnus-registry-read-mark): Use it.
8869         (gnus-registry-do-marks): Add utility function to loop through
8870         `gnus-registry-marks'.
8871         (gnus-registry-install-shortcuts-and-menus): Add function to install
8872         shortcuts and menus.
8873         (gnus-registry-initialize): Use it.
8874         (gnus-registry-default-mark): Clarify documentation.
8875
8876 2008-02-29  Glenn Morris  <rgm@gnu.org>
8877
8878         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8879         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8880         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8881         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8882         Change defcustom :version from 23.0 to 23.1.
8883
8884 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8885
8886         * gnus-registry.el (gnus-registry-follow-group-p)
8887         (gnus-registry-post-process-groups): Add functions to aid registry
8888         splitting and improve logging.  Clarify behavior in function
8889         documentation.
8890         (gnus-registry-split-fancy-with-parent): Use them.
8891
8892 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8893
8894         * gnus-art.el: Use with-current-buffer.
8895
8896 2008-02-27  David Engster  <dengste@eml.cc>
8897
8898         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8899         Express real group name in the response.
8900
8901 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8904         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8905         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8906         autoload gnus-registry-fetch-group when compiling.
8907         (nnmairix-request-group-with-article-number-correction):
8908         Remove unreferenced argument passed to nnmairix-call-backend.
8909
8910 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8913         (mm-uu-extract): Improve face for low color ttys.
8914         Reported by Sascha Wilde.
8915
8916 2008-02-27  Glenn Morris  <rgm@gnu.org>
8917
8918         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8919         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8920         variables to defconsts.  Convert comments to doc-strings.
8921         (nnmairix-last-server, nnmairix-current-server): Convert from free
8922         variables to defvars.  Convert comments to doc-strings.
8923         (gnus-registry-fetch-group): Autoload.
8924         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8925         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8926         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8927         caddr.
8928         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8929         nnmairix-request-group-with-article-number-correction call.
8930         (nnmairix-fast, nnmairix-group): New, less general names, for free
8931         variables passed from nnmairix-request-group to
8932         nnmairix-request-group-with-article-number-correction.  Declare.
8933         (nnmairix-request-group-with-article-number-correction):
8934         Use nnmairix-fast, nnmairix-group rather than fast, group.
8935
8936 2008-02-26  David Engster  <dengste@eml.cc>
8937
8938         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8939         version 0.5.
8940
8941 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8942
8943         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8944         instead of making an extra function call.  Don't add the current group
8945         to articles only when they have the group.  Use
8946         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8947         Reported by David <de_bb@arcor.de>.
8948
8949 2008-02-24  Miles Bader  <miles@gnu.org>
8950
8951         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8952         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8953         (mm-find-mime-charset-region):
8954         * mm-bodies.el (mm-encode-body):
8955         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8956
8957 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8960         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8961
8962 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * mail-source.el (mail-source-delete-incoming): Change default.
8965         Supplement doc string.
8966
8967         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8968
8969 2008-02-14  Glenn Morris  <rgm@gnu.org>
8970
8971         * time-date.el (format-seconds): New function.
8972
8973 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * nnmail.el (nnmail-message-id-cache-file): Derive from
8976         `gnus-home-directory'.
8977
8978 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8981         Document negative prefix.
8982
8983         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8984
8985 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * message.el (message-unsent-separator): Add the Exim bounce
8988         separator.
8989
8990 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8991
8992         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8993         list.
8994         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8995         recipient/signer list.
8996
8997 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * Makefile.in (datarootdir): Define.
9000         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9001         name that might contain whitespace.
9002
9003 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9006         fbound (Emacs 23 unicode), signal an error.
9007
9008 2008-02-08  Glenn Morris  <rgm@gnu.org>
9009
9010         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9011
9012 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9013
9014         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9015         ports to the calls to `netrc-machine-user-or-password' in addition to
9016         "imap" and "imaps".
9017
9018 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9019
9020         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9021
9022         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9023
9024 2008-02-01  Kenichi Handa  <handa@m17n.org>
9025
9026         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9027         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9028         (rfc2104-hash): Convert the result of concat to unibyte string.
9029
9030 2008-02-01  Dave Love  <fx@gnu.org>
9031
9032         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9033         coding-system-for-read.
9034         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9035
9036 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9039         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9040         <hanche@math.ntnu.no>.
9041
9042 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9045
9046         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9047
9048 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9049
9050         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9051         * message.el (message-beginning-of-line): Use featurep instead of bound
9052         tests in order to resolve conditionals at compile time.
9053
9054 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9055
9056         * mail-source.el (mail-sources): Add `group' choice.
9057
9058         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9059         parameter `in-group' to control into which group the articles go.
9060         Add treatment of `group' mail-source.
9061
9062 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9065
9066         * mm-decode.el (mm-dissect-buffer): Decode description.
9067
9068         * mml.el (mml-to-mime): Encode message header first.
9069
9070 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9073         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9074
9075         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9076         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9077
9078 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9079
9080         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9081
9082 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9085         prefix keys.
9086         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9087         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9088         gnus-xmas.el.
9089
9090         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9091         (gnus-xmas-article-describe-bindings): New function.
9092         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9093         gnus-xmas-article-describe-bindings.
9094
9095         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9096
9097 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9100         Add new variables for article mark management.
9101         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9102         list of extra data entries which, when present, will indicate that the
9103         article ID should not be trimmed from the registry.
9104         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9105         functions.
9106         (gnus-registry-read-mark): New function to read a mark name from the
9107         user.
9108         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9109         (gnus-registry-set-article-mark-internal): New functions to add and
9110         remove marks.
9111         (gnus-registry-get-article-marks): New function to show the marks for
9112         an article, or retrieve them for further use.
9113
9114 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9117         keys when no argument is given.
9118
9119 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * imap.el (imap-ping-server): New variable.
9122         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9123         (imap-ping-server): Minor doc string fixes.
9124
9125 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9126
9127         * imap.el (imap-ping-server): New function.
9128         (imap-opened): Call imap-ping-server.
9129
9130 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * gnus-sum.el (gnus-article-sort-by-random)
9133         (gnus-thread-sort-by-random): Fix doc strings.
9134         Reported by jidanni@jidanni.org.
9135
9136 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * gnus-art.el (gnus-article-describe-bindings): New function.
9139         (gnus-article-read-summary-keys): Use it.
9140         (gnus-article-mode-map): Bind `C-h b' to it.
9141
9142 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9145         XEmacs.
9146         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9147         Protect against non-character events.
9148
9149         * lpath.el: Fbind map-keymap for Emacs 21.
9150
9151 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9154         New command.
9155         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9156         instead of END.  Change name of the temp file.
9157         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9158         customizable.
9159
9160 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9163         bind `S W' to gnus-article-wide-reply-with-original; set default
9164         binding to gnus-article-read-summary-send-keys.
9165         (gnus-article-read-summary-keys): Fix the order of keys; display
9166         continuation keys correctly in the echo area; describe bindings
9167         correctly when keys end with `C-h'.
9168         (gnus-article-read-summary-send-keys): New function.
9169         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9170         Work for gnus-article-read-summary-send-keys; display continuation keys
9171         correctly in the echo area.
9172         (gnus-article-reply-with-original): Ignore prefix argument.
9173         (gnus-article-wide-reply-with-original): New function.
9174
9175         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9176         Emacs 21.
9177
9178 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9181         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9182
9183 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9186         (gnus-group-read-ephemeral-gmane-group): New command.
9187
9188 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9189
9190         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9191
9192 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * message.el (message-send-mail-function): Increase custom version.
9195
9196         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9197         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9198
9199 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9200
9201         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9202         for the cases where imap-authenticate is called with a nil buffer
9203         parameter.
9204
9205 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9208         html parts correctly; support forwarded messages.
9209         (gnus-article-browse-html-article): Remove work buffers.
9210
9211         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9212         compiling.
9213         (netrc-bound-and-true-p): New macro.
9214         (netrc-parse): Use it instead of bound-and-true-p that is not available
9215         in XEmacs 21.4.
9216
9217 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9218
9219         * gnus-registry.el (gnus-registry-mark-article)
9220         (gnus-registry-article-marks): Add functionality to mark articles
9221         through the Gnus registry.
9222
9223         * encrypt.el: Clarify documentation for the new pgg method.
9224         (encrypt-file-alist): Add PGG option.
9225         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9226         functionality.  Abstract password key and messaging to external
9227         functions.
9228         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9229         (encrypt-message-method-and-cipher): Add new convenience external
9230         functions.
9231         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9232         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9233
9234         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9235         (netrc-parse): Use encrypt-file-alist to determine if
9236         encrypt-find-model or encrypt-insert-file-contents should be used.
9237
9238         * encrypt.el: Clarify documentation.  Load password-cache or
9239         password, whichever one is found first, instead of autoloading.
9240
9241 2007-12-19  Glenn Morris  <rgm@gnu.org>
9242
9243         * mml.el (message-options-set, message-narrow-to-head)
9244         (message-in-body-p, message-mail-p, message-encode-message-body):
9245         Autoload.
9246         (message-remove-header, message-narrow-to-headers-or-head)
9247         (message-subscribed-p, message-make-mail-followup-to)
9248         (message-position-on-field, message-news-p)
9249         (message-options-set-recipient, message-generate-headers)
9250         (message-sort-headers): Declare as functions.
9251
9252 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9255         convention in doc string.
9256
9257 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9260         title to html parts.
9261         (gnus-article-browse-html-article): Pass message header to it.
9262
9263         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9264
9265 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9268         or password compatible with XEmacs.
9269
9270 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9273         format document.
9274         (gnus-mime-delete-part): Don't write description line if empty.
9275         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9276
9277 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9278
9279         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9280         (gnus-summary-mark-read-and-unread-as-read)
9281         (gnus-summary-mark-current-read-and-unread-as-read)
9282         (gnus-summary-mark-unread-as-ticked): Doc fix.
9283         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9284
9285 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9288         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9289
9290 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9293         yes-or-no-p.
9294
9295 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * mm-decode.el (mm-add-meta-html-tag): New function.
9298         (mm-save-part-to-file, mm-pipe-part): Use it.
9299
9300         * gnus-art.el (gnus-article-browse-delete-temp-files):
9301         Use gnus-y-or-n-p instead of y-or-n-p.
9302         (gnus-article-browse-html-parts): Work with message/external-body; use
9303         mm-add-meta-html-tag.
9304
9305 2007-12-11  Glenn Morris  <rgm@gnu.org>
9306
9307         * gnus-cache.el: Require gnus-sum not just when compiling.
9308
9309         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9310
9311         * gnus-int.el (gnus-server-opened, gnus-status-message):
9312         Move definitions before use.
9313
9314         * mm-decode.el: Require gnus-util.
9315         (mm-remove-part): Only call delete-annotation on XEmacs.
9316
9317         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9318
9319         * nnmail.el: Require gnus-int.
9320
9321         * spam.el: Move `require's before `eval-when-compile's.
9322
9323         * gnus-ems.el (gnus-alive-p):
9324         * gnus-fun.el (message-goto-eoh):
9325         * gnus-util.el (gnus-group-name-decode):
9326         * mail-source.el (gnus-compress-sequence):
9327         * message.el (Info-goto-node, format-spec):
9328         * mm-bodies.el (message-options-get):
9329         * mm-decode.el (mm-view-pkcs7):
9330         * mm-util.el (gmm-write-region):
9331         * mml-smime.el (mml-compute-boundary)
9332         (gnus-completing-read-with-default):
9333         * mml.el (widget-button-press, gnus-make-hashtable):
9334         * mml1991.el (mm-decode-content-transfer-encoding)
9335         (mm-encode-content-transfer-encoding)
9336         (message-options-get, message-options-set):
9337         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9338         * nnfolder.el (gnus-request-group):
9339         * nnheader.el (ietf-drums-unfold-fws):
9340         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9341         * smime.el (gnus-run-mode-hooks):
9342         * spam-stat.el (gnus-message): Autoload.
9343
9344         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9345         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9346         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9347         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9348         Add declare-function compatibility definition.
9349
9350         * gnus-cache.el (nnvirtual-find-group-art):
9351         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9352         (gnus-add-image, gnus-add-wash-type):
9353         * gnus-group.el (nnkiboze-score-file):
9354         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9355         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9356         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9357         (message-tokenize-header, gnus-get-buffer-create)
9358         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9359         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9360         * gnus.el (gnus-group-decoded-name):
9361         * mail-source.el (imap-capability):
9362         * mm-bodies.el (message-options-set):
9363         * mm-decode.el (gnus-configure-windows):
9364         * mm-extern.el (message-goto-body):
9365         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9366         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9367         (epg-sub-key-validity, message-options-set):
9368         * mml.el (widget-event-point, gnus-configure-windows):
9369         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9370         * mml2015.el (epg-check-configuration, epg-configuration)
9371         (message-options-set):
9372         * nndb.el (nndb-request-article):
9373         * nnfolder.el (gnus-request-create-group):
9374         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9375         * nnmaildir.el (gnus-group-mark-article-read):
9376         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9377         * rfc1843.el (message-fetch-field):
9378         * spam.el (gnus-extract-address-components):
9379         Declare as functions.
9380
9381 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9384
9385         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9386
9387         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9388         bind show-trailing-whitespace for XEmacs.
9389
9390 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9393         new no-op macro for backward compatibility.
9394
9395         * imap.el (imap-string-to-integer): New function.
9396
9397 2007-12-09  Glenn Morris  <rgm@gnu.org>
9398
9399         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9400
9401         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9402         * message.el, mm-view.el, sieve-manage.el, smime.el:
9403         Add declare-function compatibility definition.
9404
9405         * gnus-art.el (w3-region, w3m-region, Info-menu):
9406         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9407         * gnus-sum.el (gnus-get-predicate):
9408         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9409         * message.el (mail-abbrev-in-expansion-header-p):
9410         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9411         (w3m-detect-meta-charset, w3m-region):
9412         * sieve-manage.el (password-read, password-cache-add)
9413         (password-cache-remove):
9414         * smime.el (password-read-and-add): Declare as functions.
9415
9416 2007-12-08  David Kastrup  <dak@gnu.org>
9417
9418         * gnus-sum.el (gnus-summary-simplify-subject-query):
9419         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9420         `message'.
9421
9422 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9425         it to bind idna-program, installation-directory, defined-colors, and
9426         face-attribute for XEmacs of the version that compiles defcustom forms.
9427
9428 2007-12-07  Glenn Morris  <rgm@gnu.org>
9429
9430         * gnus-art.el (article-make-date-line): Revert previous change.
9431
9432 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9435
9436 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9437
9438         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9439         Call gnus-add-to-range ranges only once with a prepared article-list.
9440
9441 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9442
9443         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9444         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9445         group names with backslashes.
9446         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9447
9448 2007-12-06  Deepak Goel  <deego3@gmail.com>
9449
9450         * gnus-art.el (article-make-date-line):
9451         * gnus-start.el (gnus-load):
9452         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9453
9454 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-art.el (gnus-use-idna)
9457         * gnus-start.el (gnus-site-init-file)
9458         * message.el (message-use-idna)
9459         * mm-uu.el (mm-uu-hide-markers)
9460         * smiley.el (smiley-style): Revert changes that suppress warnings.
9461
9462 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9465         specify charset to html source.
9466         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9467
9468 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9471         idna-program in order to suppress byte compile warning issued by XEmacs
9472         that came to byte compile the default value section of defcustom forms
9473         recently.
9474
9475         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9476         value of installation-directory.
9477
9478         * message.el (message-use-idna): Don't directly refer to the value of
9479         idna-program.
9480
9481         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9482
9483         * smiley.el (smiley-style): Don't directly call face-attribute.
9484
9485 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9488
9489         * gnus-dired.el: Reduce Gnus dependencies.
9490         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9491         Don't require.  Use autoloads instead.
9492         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9493         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9494         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9495         (gnus-dired-mode): Adjust doc string.
9496         (gnus-dired-mail-mode): New variable.
9497         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9498         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9499         (gnus-dired-mail-buffers): New function.  Return mail or message
9500         composition buffers.
9501         (gnus-dired-attach): Use it.
9502         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9503         NO-DECODE.
9504         (gnus-dired-print): Use `gnus-print-buffer' depending on
9505         `gnus-dired-mail-mode'.
9506
9507 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * rfc2047.el (rfc2047-encoded-word-regexp)
9510         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9511         explaining what regexp patterns are for.
9512
9513 2007-12-04  Glenn Morris  <rgm@gnu.org>
9514
9515         * password.el: Move to password-cache.el.
9516
9517         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9518         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9519         * mml-smime.el (password-read, password-cache-add)
9520         (password-cache-remove):
9521         No need to autoload, since mml-sec requires password.
9522
9523         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9524         * message.el (gnus-extract-address-components):
9525         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9526
9527         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9528         password.
9529
9530 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * mailcap.el: Reduce dependencies.
9533         (mail-header-parse-content-type): Autoload.
9534         (mailcap-delete-duplicates): New alias.
9535         (mailcap-mime-info): Add optional argument NO-DECODE.
9536         (mailcap-mime-types): Use mailcap-delete-duplicates.
9537
9538         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9539
9540 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9541
9542         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9543         (imap-parse-status): Upcase status-att for servers that sends them
9544         lower-case (e.g., MS Exchange 2007).
9545
9546 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9549         function.
9550
9551         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9552         (gnus-uu-yenc-article): New function.
9553
9554         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9555
9556         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9557
9558 2007-12-02  Glenn Morris  <rgm@gnu.org>
9559
9560         * binhex.el (binhex): New custom group.
9561         (binhex-decoder-program, binhex-decoder-switches)
9562         (binhex-use-external): Move to the binhex custom group.
9563
9564         * uudecode.el (uudecode): New custom group.
9565         (uudecode-decoder-program, uudecode-decoder-switches)
9566         (uudecode-use-external): Move to the uudecode custom group.
9567
9568         * netrc.el (top-level): Don't load `encrypt' features.
9569         (netrc-parse): Don't use encrypt.
9570         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9571
9572         * encrypt.el: Remove file.
9573
9574 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9577         matches on patches.
9578
9579         * gnus-art.el (gnus-article-browse-html-article):
9580         Mention `mm-text-html-renderer' in the doc string.
9581
9582         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9583         string.  Add comments.
9584
9585         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9586         if rhs is ASCII.
9587
9588 2007-12-01  Glenn Morris  <rgm@gnu.org>
9589
9590         * mail-source.el (top-level): Require format-spec before
9591         eval-when-compile.
9592
9593 2007-11-30  Glenn Morris  <rgm@gnu.org>
9594
9595         * encrypt.el: Require password, rather than autoloading password-read.
9596
9597 2007-11-29  Glenn Morris  <rgm@gnu.org>
9598
9599         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9600         (sasl-make-client, sasl-next-step, sasl-step-data)
9601         (sasl-step-set-data): Declare as functions.
9602
9603 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9606
9607 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9608
9609         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9610         certs should be verified and what is to be done in the event of a
9611         verification failure.
9612
9613         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9614         caller can indicate whether the cache should be disregarded for this
9615         call.  This way the result of the call is reproducible at all times and
9616         can be considered a canonical server name for the supplied method.
9617         (gnus-agent-method-p): Canonicalize server names by pushing their
9618         method through `gnus-method-to-server' using the no-cache argument.
9619
9620         * gnus-srvr.el (gnus-server-insert-server-line):
9621         Call `gnus-method-to-server' with `no-cache' argument.
9622
9623         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9624         gnus-agent-possibly-synchronize-flags as this should be called when the
9625         server is actually being opened.
9626         (gnus-agent-possibly-synchronize-flags)
9627         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9628         flags file of an agentized server to the latter function.
9629
9630         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9631         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9632         after a connection has been established successfully.
9633
9634 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-art.el (article-display-face): Force to display face if called
9637         interactively; check if gnus-article-x-face-too-ugly matches author.
9638         (article-display-x-face): Display face even if From header is missing
9639         as article-display-face does.
9640
9641 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9642
9643         * hashcash.el (message-narrow-to-headers-or-head)
9644         (message-fetch-field, message-goto-eoh)
9645         (message-narrow-to-headers): Declare as functions.
9646
9647 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * mail-source.el (mail-sources): Default to fetch from file for
9650         compatibility with default of nnmail-spool-file.
9651
9652 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9655         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9656         to look for encoded word that should be encoded again.
9657         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9658         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9659         encoding pattern.
9660         (rfc2047-decode-region): Switch strict regexp and loose one according
9661         to rfc2047-allow-irregular-q-encoded-words.
9662
9663 2007-11-25  Romain Francoise  <romain@orebokech.com>
9664
9665         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9666
9667 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * tls.el (tls-program): Provide more custom choices from
9670         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9671         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9672
9673 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9676         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9677
9678         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9679         `nnmail-spool-file'.
9680
9681         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9682         `nnmail-spool-file'.
9683
9684         * gnus-move.el (gnus-change-server): Ditto.
9685
9686         * gnus-kill.el (gnus-batch-score): Ditto.
9687
9688         * gnus-cache.el (gnus-jog-cache): Ditto.
9689
9690         * gnus-msg.el (gnus-summary-reply):
9691         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9692
9693 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9696         version.  Minor improvement to doc strings.
9697         (tls-program): Add comment.
9698
9699 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9700
9701         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9702         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9703         mismatch between the hostname provided in the certificate and the name
9704         of the host connnecting to.
9705         (open-tls-stream): Use them.  Check certificates against trusted root
9706         certificates.
9707
9708 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * gnus-cache.el (gnus-cache-generate-nov-databases):
9711         Use nnml-generate-nov-databases-directory instead of
9712         nnml-generate-nov-databases-1.
9713
9714 2007-11-24  Glenn Morris  <rgm@gnu.org>
9715
9716         * message.el (message-tool-bar-retro): Update for rename
9717         mail_send.xpm->mail-send.xpm.
9718
9719 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9722         `smime-ldap-search' for Emacs 22 and up.
9723
9724 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9725
9726         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9727
9728         * message.el (message-send-mail-function): Fix error convention.
9729         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9730         (message-widen-reply, message-send-mail, message-talkative-question)
9731         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9732         (message-clone-locals, message-send-news): Use with-current-buffer.
9733         (message-insert-or-toggle-importance): Remove unused var `valid'.
9734         (message-make-references): Remove unused var `new-references'.
9735         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9736
9737 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9738
9739         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9740         (spam-split-symbolic-return-positive): Reflow docstring.
9741         (spam-backends, spam-summary-exit-behavior)
9742         (spam-mark-ham-unread-before-move-from-spam-group)
9743         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9744         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9745         (spam-clear-cache, spam-backend-check, spam-install-backend)
9746         (spam-install-statistical-backend, spam-list-of-processors)
9747         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9748         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9749         (spam-check-crm114, spam-initialize, spam-unload-hook):
9750         Fix typos in docstrings.
9751
9752 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9755         been checked if they have never been read and those group levels are
9756         higher than the one that a user specified.
9757
9758 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9761         foreign groups unless a group level is specified by a user.
9762         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9763
9764 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * message.el (message-send-mail-function): Require sendmail.
9767
9768 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * message.el (message-send-mail-function): Check for smtpmail too.
9771
9772         * utf7.el (utf7-encode, utf7-decode): Use coding system
9773         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9774
9775         * message.el (message-send-mail-function): New function.
9776         (message-send-mail-function): Set default using
9777         message-send-mail-function.  Adjust doc string.
9778         (message-send-mail-with-mailclient): New function.
9779
9780 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9781
9782         * smime.el (from):
9783         * rfc2047.el (message-posting-charset):
9784         * qp.el (mm-use-ultra-safe-encoding):
9785         * pop3.el (parse-time-months):
9786         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9787         * nnml.el (files):
9788         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9789         (jka-compr-compression-info-list, ange-ftp-path-format)
9790         (efs-path-regexp):
9791         * nndiary.el (files):
9792         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9793         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9794         (epg-digest-algorithm-alist, inhibit-redisplay)
9795         (password-cache-expiry):
9796         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9797         (pgg-output-buffer, password-cache-expiry):
9798         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9799         (efs-path-regexp):
9800         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9801         (inhibit-redisplay):
9802         * mm-uu.el (file-name, start-point, end-point, entry)
9803         (gnus-newsgroup-name, gnus-newsgroup-charset):
9804         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9805         (latin-unity-ucs-list):
9806         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9807         (mm-uu-binhex-decode-function):
9808         * message.el (gnus-message-group-art, gnus-list-identifiers)
9809         (rmail-enable-mime-composing, gnus-local-organization)
9810         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9811         (gnus-read-active-file, facemenu-add-face-function)
9812         (facemenu-remove-face-function, gnus-article-decoded-p)
9813         (tool-bar-mode):
9814         * mail-source.el (display-time-mail-function):
9815         * gnus-util.el (nnmail-pathname-coding-system)
9816         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9817         (gnus-original-article-buffer, gnus-user-agent)
9818         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9819         (xemacs-codename, sxemacs-codename, emacs-program-version):
9820         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9821         * gnus-start.el (gnus-agent-covered-methods)
9822         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9823         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9824         (gnus-newsgroup-headers, gnus-group-list-mode)
9825         (gnus-group-mark-positions, gnus-newsgroup-data)
9826         (gnus-newsgroup-unreads, nnoo-state-alist)
9827         (gnus-current-select-method, mail-sources)
9828         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9829         (nnmail-spool-file, gnus-cache-active-hashtb):
9830         * gnus-mh.el (mh-lib-progs):
9831         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9832         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9833         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9834         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9835         (gnus-group-buffer):
9836         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9837         (font-lock-set-defaults):
9838         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9839         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9840         (gnus-summary-post-menu, total-parts, type, condition, length):
9841         * gnus-agent.el (gnus-agent-read-agentview):
9842         * flow-fill.el (show-trailing-whitespace):
9843         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9844         eval-and-compile wrappers for byte compiler pacifiers.
9845
9846         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9847         (mm-display-inline-fontify): Check for featurep 'xemacs not
9848         extent-list.
9849
9850         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9851         itimer-list.
9852         (mm-create-image-xemacs): Only do something for XEmacs.
9853         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9854
9855         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9856
9857         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9858         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9859
9860 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9861
9862         * nnimap.el (nnimap-split-download-body):
9863         * gnus-demon.el (gnus-demon):
9864         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9865
9866 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9869         New macros.
9870         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9871         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9872         copy data from unibyte buffer to multibyte current buffer.
9873         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9874         to copy data from unibyte current buffer to multibyte buffer.
9875         (nntp-make-process-buffer): Make process buffer unibyte.
9876
9877         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9878
9879 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9880
9881         * pop3.el (pop3-open-server): Accept and process data more robustly at
9882         connexion start to avoid spurious "POP SSL connexion failed" errors.
9883
9884 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9887         read group names.
9888
9889 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9892
9893 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9896         (nnmail-save-active): Use a unibyte buffer when saving active file,
9897         which may contain non-ASCII group names.
9898
9899         * nnml.el (nnml-request-group): Decode group names in messages.
9900
9901 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * message.el (message-citation-line-function)
9904         (message-insert-formatted-citation-line): Fix spelling of
9905         `message-insert-formated-citation-line'.
9906
9907 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9910
9911 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9914         nnmail-pathname-coding-system.
9915
9916         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9917         that a user enters; decode group names in messages.
9918
9919         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9920
9921 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9922
9923         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9924
9925         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9926
9927         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9928         risky local variable.
9929
9930         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9931
9932 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9933
9934         * encrypt.el: Improve documentation to fix function name typo.
9935         Reported by Daiki Ueno <ueno@unixuser.org>.
9936
9937 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9940         even if the point is not in the last page of an article.
9941         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9942         back to the previous page.
9943
9944 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9947
9948 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9951
9952 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9953
9954         * message.el (message-check-news-body-syntax):
9955         Avoid mm-string-as-multibyte.
9956         (message-hide-headers): Don't assume (point-min)==1.
9957
9958 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * message.el (message-remove-blank-cited-lines): Fix if remove is
9961         given.
9962         (message-bogus-address-regexp): New variable.
9963         (message-bogus-recipient-p): New function.
9964         (message-check-recipients): New command.
9965         (message-syntax-checks): Add `bogus-recipient'.
9966         (message-fix-before-sending): Add `bogus-recipient'.
9967
9968         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9969         (gnus-treat-body-boundary): Don't test window-system.
9970
9971 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9972
9973         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9974
9975 2007-10-28  Miles Bader  <miles@gnu.org>
9976
9977         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9978         at compile-time too.
9979
9980 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9981
9982         * gnus-msg.el (gnus-message-setup-hook):
9983         Add `message-remove-blank-cited-lines' to options.
9984
9985 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * message.el (message-remove-blank-cited-lines): New function.
9988         Suggested by Karl Plästerer.
9989
9990 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9993         mapc.
9994
9995         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9996         (top-level): Use mapc to set functions to be traced for debugging.
9997
9998         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9999         called for effect with while loop.
10000
10001         * message.el (message-talkative-question): Replace mapcar called for
10002         effect with mapc.
10003
10004         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10005         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10006         called for effect with dolist.
10007
10008         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10009
10010         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10011         gnus-extra-headers and nnmail-extra-headers.
10012
10013         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10014         called for effect with dolist.
10015         (top-level): Use mapc to set functions to be traced for debugging.
10016
10017         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10018         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10019         dolist.
10020
10021         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10022         Replace mapcar called for effect with mapc.
10023         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10024         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10025         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10026         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10027
10028         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10029         remove-if that's a cl function.
10030
10031         * webmail.el (webmail-debug): Replace mapcar called for effect with
10032         dolist.
10033
10034         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10035         with mapc.
10036
10037 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10040         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10041         with while loop.
10042
10043         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10044         functions from article-* functions.
10045         (gnus-multi-decode-header): Replace mapcar called for effect with
10046         dolist.
10047
10048         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10049         (gnus-bookmark-show-details): Replace mapcar called for effect with
10050         while loop.
10051
10052         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10053         called for effect with while loop.
10054
10055         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10056         with dolist.
10057
10058         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10059         Replace mapcar called for effect with dolist.
10060
10061         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10062
10063         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10064         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10065         Replace mapcar called for effect with dolist.
10066         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10067         mapc.
10068
10069         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10070         Replace mapcar called for effect with dolist.
10071         (gnus-topic-list): Replace mapcar called for effect with mapc.
10072
10073         * gnus.el: Use mapc instead of mapcar to add autoloads.
10074
10075 2007-10-23  Richard Stallman  <rms@gnu.org>
10076
10077         * gnus-group.el (gnus-group-highlight): Mark as risky.
10078
10079 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus.el (gnus-server-to-method): Return method found first in
10082         gnus-newsrc-alist.
10083
10084         * gnus-art.el (gnus-article-highlight-signature)
10085         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10086         button overlay without the front stickiness.
10087
10088 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10089
10090         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10091         overview buffer needed a catch to receive its throw.
10092         (gnus-agent-flush-cache): Declare as interactive to make this function
10093         easier to use.
10094
10095 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10098         `next-line'.
10099
10100 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10103         exclude address matching message-dont-reply-to-names.
10104
10105 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-util.el (gnus-string<): New function.
10108
10109         * gnus-sum.el (gnus-article-sort-by-author)
10110         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10111
10112 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10115         the frame-focus tag is set in gnus-buffer-configuration.
10116
10117 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10120         the front stickiness.
10121
10122 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10125         url pattern; remove duplicate one.
10126         (gnus-article-extend-url-button): New function.
10127         (gnus-article-add-buttons): Use it.
10128         (gnus-button-push): Use concatenated url that it makes.
10129
10130 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10131
10132         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10133
10134 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10135
10136         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10137         Don't hardcode point-min==1.
10138
10139 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10142         Fix comment about "iso8859-1".
10143
10144 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10145
10146         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10147         ones returned from the verify-function.
10148
10149         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10150         Call mml2015-extract-cleartext-signature if extraction failed.
10151
10152 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10153
10154         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10155         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10156         failed.
10157
10158 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10161
10162 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10165         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10166         recommends to use EasyPG instead of PGG.
10167
10168         * pgg.el: Revert to revision 6.23.2.16.
10169
10170         * pgg-def.el: Revert to revision 6.6.2.14.
10171
10172         * pgg-gpg.el: Revert to revision 6.23.2.34.
10173
10174 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10175
10176         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10177         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10178         thread for both the null and zero (kill/expire thread) universal prefix
10179         cases.
10180         (gnus-summary-expire-thread): Add new function to expire a thread,
10181         using gnus-summary-kill-thread.
10182         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10183         shortcuts for gnus-summary-expire-thread.
10184         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10185         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10186
10187 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10188
10189         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10190         extras value, so an extras entry can be deleted.
10191         (gnus-registry-delete-extra-entry): Use it.
10192         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10193         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10194         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10195         storage through the gnus-registry, and provide an appropriate API for
10196         it.
10197
10198 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10201         Suggested by Leo <sdl.web@gmail.com>.
10202
10203         * gnus.el: Do.
10204
10205 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10208         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10209
10210         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10211
10212         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10213         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10214
10215 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10218         newline.
10219         (nnmbox-request-accept-article): Don't change article in source buffer;
10220         narrow to header to use message-fetch-field rather than
10221         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10222         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10223         as delimiters; make sure article ends with newline.
10224         (nnmbox-delete-mail): Correct last position of article to be deleted;
10225         ignore X-Gnus-Newsgroup header in article body.
10226         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10227         positions; make sure article ends with newline.
10228
10229         * message.el (message-display-abbrev): Don't infloop when a user
10230         inserts SPC in the beginning of header.
10231
10232         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10233         coding-system-for-read and coding-system-for-write for XEmacs having no
10234         file-coding feature.
10235
10236         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10237
10238 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10239
10240         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10241         list of groups not followed by default.  Fix type to be regexp.
10242         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10243
10244 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10245
10246         * hmac-def.el (define-hmac-function): Switch from old-style to
10247         new-style backquotes.
10248
10249         * md4.el (md4-make-step): Likewise.
10250
10251 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10254         raw-text coding system when saving .newsrc file, which may contain
10255         non-ASCII group names.
10256
10257 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-cus.el (gnus-score-extra): New widget.
10260         (gnus-score-extra-convert): New function.
10261         (gnus-score-customize): Use it for Extra.
10262
10263 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10264
10265         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10266         (mml2015-mailcrypt-clear-verify): Use it.
10267         (mml2015-gpg-clear-verify): Use it.
10268         (mml2015-pgg-clear-verify): Use it.
10269         (mml2015-epg-clear-verify): Replace the current part with the output
10270         from GnuPG; don't extract the plaintext by itself.
10271
10272         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10273         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10274         mml2015-clear-verify-function; don't touch the armor headers or
10275         dash-escaped text here.
10276
10277 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10280         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10281         parts, or application/octet-stream as a last resort.
10282         (gnus-mime-view-part-as-type): Don't toggle display.
10283         (gnus-mime-view-part-as-charset): Don't turn off display before
10284         querying charset.
10285
10286         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10287         stuff to undisplayer function in Emacs.
10288         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10289
10290         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10291         text/calendar parts.
10292
10293 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10296         decoding text/calendar parts.
10297
10298         * message.el (message-forward-make-body-mime): Always mark body as
10299         having no illegible text; remove signed-or-encrypted argument.
10300         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10301
10302         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10303         (mml-generate-mime-1): Don't encode body if it is specified to be in
10304         raw form; don't make buffer be unibyte when inserting multibyte string.
10305
10306 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10307
10308         * sha1.el: Fix up comment style.
10309         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10310         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10311
10312         * hex-util.el: Fix up comment style.
10313         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10314
10315         * gnus-salt.el: Use with-current-buffer.
10316         (gnus-pick-setup-message): Fix long-standing typo.
10317
10318 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * imap.el (imap-logout-timeout): New variable.
10321         (imap-logout, imap-logout-wait): New functions.
10322         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10323
10324         * nnimap.el (nnimap-logout-timeout): New server variable.
10325         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10326         nnimap-logout-timeout.
10327
10328         * gnus-art.el (gnus-article-summary-command-nosave)
10329         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10330
10331 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gnus.el (gnus-maximum-newsgroup): New variable.
10334
10335         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10336         according to gnus-maximum-newsgroup.
10337
10338         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10339         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10340         Limit the range of articles according to gnus-maximum-newsgroup.
10341
10342 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10343
10344         * gnus-art.el (gnus-sticky-article): Fix problems described in
10345         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10346         Don't perform gnus-configure-windows here; reuse existing sticky
10347         article buffer.
10348
10349         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10350         it doesn't exist in gnus-article-mode.
10351
10352 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10355         (gnus-agent-decoded-group-name): New function.
10356         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10357         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10358
10359 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10360
10361         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10362         Add binding for gnus-sticky-article.
10363         (gnus-summary-exit): Don't kill sticky article buffers.
10364
10365         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10366         article buffer.
10367         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10368         (gnus-kill-sticky-article-buffers): New commands.
10369
10370 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * nntp.el (nntp-xref-number-is-evil): New server variable.
10373         (nntp-find-group-and-number): If it is non-nil, don't trust article
10374         numbers in the Xref header.
10375
10376 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-agent.el (gnus-agent-read-group): New function.
10379         (gnus-agent-flush-group, gnus-agent-expire-group)
10380         (gnus-agent-regenerate-group): Use it.
10381         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10382         nnmail-pathname-coding-system.
10383
10384 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10387
10388         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10389         that are unread as unread, and also as selected so that information of
10390         marks having been changed by a user may be updated when exiting group.
10391
10392 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10395
10396 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10399         calculated ignoring signature parts to gnus-treat-article.
10400
10401 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10404         a point here in order to keep the window start.
10405         (gnus-insert-mime-security-button): Make a button overlay without the
10406         front stickiness.
10407         (gnus-mime-display-security): Goto the end of a button.
10408
10409         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10410
10411 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10414         group-name-at-point.
10415         (gnus-group-completing-read): New function that offers decoded
10416         non-ASCII group names for completion.
10417         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10418         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10419         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10420         (gnus-group-fetch-control): Use it.
10421         (gnus-fetch-group): Use group-name-at-point for the initial value
10422         rather than the default value; use gnus-alive-p.
10423
10424         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10425         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10426         (gnus-summary-post-news): Use gnus-group-completing-read.
10427
10428         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10429         (gnus-read-move-group-name): Decode group name for completion.
10430
10431 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10432
10433         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10434         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10435         Yamaoka slightly modified the code).
10436
10437 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10440         (nnmail-split-incoming): Bind it.
10441
10442         * nnml.el (nnml-group-name-charset): New function.
10443         (nnml-decoded-group-name): Use it; don't decode group name if
10444         nnmail-group-names-not-encoded-p is non-nil.
10445         (nnml-encoded-group-name): New function.
10446         (nnml-group-pathname): Inline nnml-decoded-group-name.
10447         (nnml-request-expire-articles): Decode group name in message.
10448         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10449         nnmail-pathname-coding-system.
10450         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10451         not decoded ones according to nnmail-group-names-not-encoded-p.
10452         (nnml-generate-active-info): Use nnml-encoded-group-name.
10453
10454 2007-08-08  Glenn Morris  <rgm@gnu.org>
10455
10456         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10457         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10458         doc-strings and comments.
10459
10460 2007-07-25  Glenn Morris  <rgm@gnu.org>
10461
10462         * Relicense all FSF files to GPLv3 or later.
10463
10464 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-sum.el (gnus-summary-move-article):
10467         Make gnus-summary-respool-article work.
10468
10469 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10472         string.
10473
10474 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10475
10476         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10477         that should be ignored when comparing distant RSS articles with local
10478         ones.
10479         (nnrss-make-hash-index): New function.  Create a hash index according
10480         to the ignored fields.
10481         (nnrss-check-group): Use it.
10482
10483 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10486
10487         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10488
10489         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10490         the new optional argument ENCODED is non-nil.
10491         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10492         coding system for encoding group name.
10493         (gnus-group-make-rss-group): Pass un-encoded group name to
10494         gnus-group-make-group.
10495         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10496         encoded.
10497
10498         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10499         Encode group name to which articles are moved or copied.
10500         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10501         coding system for encoding Newsgroup, Followup-To and Xref headers.
10502
10503         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10504         marks; use nnheader-file-coding-system to write a file.
10505         (nnagent-retrieve-headers): Bind file-name-coding-system to
10506         nnmail-pathname-coding-system.
10507
10508         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10509
10510         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10511         (nnml-request-article, nnml-request-create-group)
10512         (nnml-request-rename-group, nnml-find-id)
10513         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10514         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10515         (nnml-save-marks): Use nnml-group-pathname instead of
10516         nnmail-group-pathname.
10517
10518         (nnml-request-create-group, nnml-request-expire-articles)
10519         (nnml-request-move-article, nnml-request-delete-group)
10520         (nnml-deletable-article-p, nnml-possibly-create-directory)
10521         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10522         (nnml-open-marks): Bind file-name-coding-system to
10523         nnmail-pathname-coding-system.
10524
10525         (nnml-request-article): Pass server argument to nnml-find-group-number.
10526         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10527         Pass server argument to nnml-possibly-create-directory.
10528         (nnml-request-accept-article): Pass server argument to
10529         nnml-active-number and nnml-save-mail.
10530         (nnml-find-group-number): Pass server argument to nnml-find-id.
10531         (nnml-request-update-info): Pass server argument to
10532         nnml-marks-changed-p.
10533
10534         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10535         (nnml-save-mail, nnml-active-number): Add server argument.
10536
10537         (nnml-request-delete-group): Warn if group is missing.
10538         (nnml-get-nov-buffer): Decode group name.
10539         (nnml-generate-active-info): Encode group name.
10540         (nnml-open-marks): Decode group name in messages.
10541
10542 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10545         if it is not specified.
10546         (gnus-article-pipe-part, gnus-article-save-part)
10547         (gnus-article-interactively-view-part, gnus-article-copy-part)
10548         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10549         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10550         (gnus-article-replace-part, gnus-article-delete-part)
10551         (gnus-article-view-part-as-type): Pass raw prefix argument to
10552         gnus-article-part-wrapper.
10553
10554 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-agent.el (gnus-agent-save-active):
10557         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10558
10559         * gnus-cache.el (gnus-cache-save-buffers)
10560         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10561         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10562         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10563         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10564         (gnus-cache-generate-active, gnus-cache-rename-group)
10565         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10566         (gnus-cache-update-overview-total-fetched-for):
10567         Bind file-name-coding-system to nnmail-pathname-coding-system.
10568         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10569         New variables.
10570         (gnus-cache-decoded-group-name): New function.
10571         (gnus-cache-file-name): Use it.
10572         (gnus-cache-generate-active): Use non-decoded group name for active.
10573
10574         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10575         right place.
10576         (gnus-write-active-file): Don't break non-ASCII group names.
10577
10578         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10579         nnmail-pathname-coding-system.
10580
10581         * lpath.el: Bind default-file-name-coding-system,
10582         file-name-coding-system and language-info-alist for XEmacs.
10583
10584         * gnus-uu.el (gnus-uu-decode-save): Typo.
10585
10586 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10589
10590 2007-07-14  David Kastrup  <dak@gnu.org>
10591
10592         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10593         finishing actions if we did not edit the article.
10594
10595 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10598         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10599         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10600         (gnus-agent-flush-group, gnus-agent-flush-cache)
10601         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10602         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10603         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10604         (gnus-agent-regenerate-group)
10605         (gnus-agent-update-files-total-fetched-for)
10606         (gnus-agent-update-view-total-fetched-for):
10607         Bind file-name-coding-system to nnmail-pathname-coding-system.
10608         (gnus-agent-group-pathname): Don't encode file names by
10609         nnmail-pathname-coding-system.
10610         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10611         coding-system-for-write instead of buffer-file-coding-system to
10612         gnus-agent-file-coding-system.
10613
10614         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10615         Decode group name.
10616
10617         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10618
10619         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10620         (gnus-read-newsrc-el-file): Make group names unibyte.
10621
10622         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10623         nnmail-pathname-coding-system.
10624
10625         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10626         (nnrss-request-delete-group): Bind file-name-coding-system to
10627         nnmail-pathname-coding-system.
10628         (nnrss-read-server-data, nnrss-read-group-data):
10629         Bind file-name-coding-system correctly.
10630         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10631
10632         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10633         (nntp-server-to-method-cache): New variable.
10634         (nntp-group-pathname): New function that decodes non-ASCII group names.
10635         (nntp-possibly-create-directory, nntp-marks-changed-p)
10636         (nntp-save-marks, nntp-open-marks): Use it.
10637         (nntp-possibly-create-directory, nntp-open-marks):
10638         Bind file-name-coding-system to nnmail-pathname-coding-system.
10639         (nntp-open-marks): Decode group names when bootstrapping marks.
10640
10641         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10642         Newsgroups and Folowup-To headers.
10643
10644 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10647         (gnus-server-closed-face, gnus-server-denied-face)
10648         (gnus-server-offline-face): Remove variable.
10649         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10650
10651         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10652         of modifying message-stack directly for XEmacs.
10653
10654         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10655         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10656         if the coding-system argument is nil for XEmacs.
10657
10658         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10659         mm-charset-override-alist.
10660
10661         * rfc2047.el: Don't require base64; require rfc2045 for the function
10662         rfc2045-encode-string.
10663         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10664         to quote the parameter value.
10665
10666 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10669         form in gnus-group-name-charset-method-alist.
10670
10671         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10672         overrides the default layout edit-form.
10673
10674         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10675
10676         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10677
10678 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10681         as unfetched articles.
10682
10683 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10686
10687 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10690         original back end that keeps marks in the local system.
10691
10692 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10695         arg of pop-to-buffer for XEmacs.
10696         (gnus-article-read-summary-keys): Ditto; don't restore window
10697         configuration if summary command ends up with neither article buffer
10698         nor summary buffer; describe bindings if summary keys end with C-h.
10699
10700 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * message.el (message-fix-before-sending): Skip raw message part to be
10703         forwarded while checking illegible text.
10704         (message-forward-make-body-mime, message-forward-make-body):
10705         Mark signed or encrypted raw message as having no illegible text.
10706
10707 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10710         (gnus-message-with-timestamp-1): New macro.
10711         (gnus-message-with-timestamp): New function.
10712         (gnus-message): Use them.
10713
10714         * nnheader.el (nnheader-message): Use them.
10715
10716 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10719         .newsrc.eld file.
10720
10721 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * gnus-agent.el (gnus-agent-fetch-headers)
10724         (gnus-agent-retrieve-headers):
10725         Bind gnus-decode-encoded-address-function to identity.
10726
10727         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10728         available also when the server returns simply a dot.
10729
10730         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10731
10732 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10735
10736 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-ems.el (gnus-x-splash): Make it work.
10739
10740         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10741         from being used.
10742
10743         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10744
10745 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10748         4th and the 5th arguments.
10749
10750         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10751         the front stickiness.
10752         (gnus-article-summary-command-nosave): Correct the order of the
10753         arguments passed to pop-to-buffer.
10754         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10755         summary command ends up with the article buffer.
10756
10757         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10758         the same faces.
10759
10760 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10761
10762         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10763
10764 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10765
10766         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10767         * gnus-sum.el (gnus-summary-highlight):
10768         * pgg.el (pgg-sign-region, pgg-sign):
10769         * mail-source.el (mail-source-delete-old-incoming-confirm):
10770         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10771
10772 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (gnus-mime-view-part-externally)
10775         (gnus-mime-view-part-internally): Fix predicate function passed to
10776         completing-read.
10777
10778         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10779
10780         * gnus.el (gnus-update-message-archive-method): Add :version.
10781
10782 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus.el (gnus-update-message-archive-method): New variable.
10785
10786         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10787         according to gnus-message-archive-method if
10788         gnus-update-message-archive-method is non-nil.
10789
10790 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10793         Suggested by Loic Dachary <loic@dachary.org>.
10794         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10795
10796 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * message.el (message-pop-to-buffer): Add switch-function argument.
10799         (message-mail): Pass switch-function argument to it.
10800
10801 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10804         Improve doc string.
10805
10806 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10809         (gnus-header-content)
10810         * gnus-cite.el (gnus-cite-10)
10811         * gnus-srvr.el (gnus-server-closed)
10812         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10813         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10814         (gnus-group-mail-3-empty, gnus-group-mail-low)
10815         (gnus-group-mail-low-empty, gnus-splash)
10816         * message.el (message-header-to, message-header-cc)
10817         (message-header-subject, message-header-other, message-header-name)
10818         (message-header-xheader, message-separator, message-cited-text)
10819         (message-mml): Lighten colors of faces used for dark background.
10820
10821 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10822
10823         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10824         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10825
10826 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * message.el (message-narrow-to-headers-or-head):
10829         Ignore mail-header-separator in the body.
10830
10831 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10834         same as window size.
10835
10836 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10837
10838         * message.el (message-font-lock-keywords): Use message-header-xheader
10839         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10840         ahead of the anything pattern, to get it recognised.
10841
10842 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10845         spam.el loads uses it in the compiled defadvice form.
10846
10847 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10848
10849         * gnus-sum.el (gnus-articles-to-read)
10850         (gnus-summary-insert-old-articles): Don't truncate group name for
10851         `read-string'.
10852
10853         * gnus-util.el (gnus-limit-string): Delete this function.
10854
10855         * gnus-sum.el (gnus-simplify-subject-fully):
10856         Use `truncate-string-to-width' instead.
10857
10858 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10859
10860         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10861         Tell if, on summary exit, the next group has to be selected.
10862         (gnus-summary-exit): Use it.
10863
10864 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10867         non-break space.
10868
10869 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10872         Check if group is not a directory.
10873         (nnfolder-request-expire-articles): Don't delete articles if the target
10874         group is not available.
10875
10876         * nnml.el (nnml-request-create-group): Properly check if group is not a
10877         file.
10878         (nnml-request-expire-articles): Don't delete articles if the target
10879         group is not available.
10880
10881         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10882         Don't quote characters that are within parentheses.
10883
10884 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10887         (gnus-handle-ephemeral-exit): Select article according to it.
10888
10889 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * message.el (message-insert-formated-citation-line): Remove newline.
10892         (message-citation-line-format): Add final \n here so that the user can
10893         avoid a blank line.
10894
10895 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10896
10897         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10898         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10899         Update lanl/arXiv support.
10900
10901 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * gnus.el: Bump version number.
10904
10905 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * gnus.el (gnus-version-number): Bump version.
10908
10909 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10910
10911         * gnus.el: No Gnus v0.6 is released.
10912
10913 2007-04-27  Didier Verna  <didier@xemacs.org>
10914
10915         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10916         * gmm-utils.el (gmm-regexp-concat): ... here.
10917         * message.el: Don't require 'gnus-util.
10918         (message-dont-reply-to-names): Handle name change above.
10919         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10920
10921 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10924         since the initial value varies according to the system.
10925
10926 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10929
10930 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10931
10932         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10933
10934 2007-04-24  Didier Verna  <didier@xemacs.org>
10935
10936         Improve the type of gnus-ignored-from-addresses.
10937         * gnus-util.el (gnus-orify-regexp): New function.
10938         * message.el (gnus-util): Require it.
10939         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10940         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10941         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10942
10943 2007-04-24  Didier Verna  <didier@xemacs.org>
10944
10945         * gnus-sum.el:
10946         * gnus-utils.el: Fix some trailing whitespaces.
10947
10948 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10951         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10952         article's Message-ID; refer parent article in summary buffer.
10953
10954         * message.el (message-bounce): Call mime-to-mml.
10955
10956         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10957         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10958         optimize and/or forms properly.
10959
10960 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10963         URL.
10964
10965 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10968
10969 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10972         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10973         displayed of multipart/alternative part if it is invoked from summary
10974         buffer.
10975
10976         * mm-view.el (mm-inline-text-html-render-with-w3m)
10977         (mm-inline-text-html-render-with-w3m-standalone)
10978         (mm-inline-render-with-function): Use mail-parse-charset by default.
10979
10980 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10981
10982         * parse-time.el (parse-time-string-chars): Check if CHAR
10983         is less than the length of parse-time-syntax.
10984
10985 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10988         from gnus-newsgroup-processable.
10989
10990 2007-04-16  Didier Verna  <didier@xemacs.org>
10991
10992         * gnus-msg.el (gnus-configure-posting-styles):
10993         Handle message-signature-directory properly with :file syntax.
10994         Reported by "Leo".
10995
10996 2007-04-11  Didier Verna  <didier@xemacs.org>
10997
10998         New user option: message-signature-directory.
10999         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11000         * message.el (message-insert-signature): Ditto.
11001         * message.el (message-signature-file): Doc update.
11002         * message.el (message-signature-directory): New.
11003
11004 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-msg.el (gnus-inews-yank-articles):
11007         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11008
11009 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * message.el (message-yank-original): Make sure cited text ends with
11012         newline; don't exchange point and mark.
11013
11014 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11015
11016         * tls.el (open-tls-stream): Properly handle case where there
11017         is no associated buffer.
11018
11019 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11020
11021         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11022         message-yank-original, make sure (< mark TEXT point).
11023
11024 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * message.el (message-fill-column): New variable.
11027         (message-mode): Use it.  Add comment on a possible new hook.
11028
11029         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11030         (nnmail-get-new-mail): Reformat.
11031
11032         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11033
11034         * gmm-utils.el: Fix Commentary.
11035         (gmm-tool-bar-from-list): Fix typo in doc string.
11036
11037 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11038
11039         * message.el (message-yank-original): Don't switch point and mark
11040         unnecessarily to put point and mark as documented.
11041
11042 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043
11044         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11045         from the message heads.
11046
11047 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11048
11049         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11050         article buffer does not have a window.  This may not be the best
11051         solution but is certainly better than setting the start of the null,
11052         that is the current, window.
11053
11054 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11057         (gnus-draft-setup): Run it.
11058
11059         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11060         gnus-score-fast-scoring.  Allow regexp.
11061         (gnus-score-headers): Use it.
11062
11063         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11064         XEmacs.
11065
11066         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11067         string.
11068         (gnus-button-alist): Also catch `<f1> k ...'.
11069         (gnus-treat-display-x-face): Fix doc string.
11070
11071 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11072
11073         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11074         evaluation of gnus-extended-version to ensure correct generation of the
11075         User-Agent header when message-generate-headers-first is used.
11076
11077 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11078
11079         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11080         hashcash-path is nil.  Don't call callback with incorrect number of
11081         parameters if val is 0.
11082
11083 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11084
11085         * message.el (message-required-news-headers):
11086         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11087
11088 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11089
11090         * tls.el (open-tls-stream): In handshake-waiting loop,
11091         don't wait more if there is output available to process.
11092
11093 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11094
11095         * tls.el (tls-program): Doc fix.
11096
11097 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * message.el (message-generate-new-buffers): Change the meaning of the
11100         nil value; add `standard' to the choices; treat t as `unique'; improve
11101         doc string.
11102         (gnus-select-frame-set-input-focus): Autoload.
11103         (message-buffer-name): Search for the existing message buffer if
11104         message-generate-new-buffers is nil or `standard'; treat the value t of
11105         message-generate-new-buffers as `unique'.
11106         (message-pop-to-buffer): Raise the frame already displaying the message
11107         buffer; clear the echo area after querying.
11108         (message-setup): Pass the `continue' argument to compose-mail.
11109         (message-mail): Prefer `switch-function' if it is given; search for the
11110         existing message buffer if the `continue' argument is non-nil; pass
11111         continue and switch-function arguments to compose-mail by way of
11112         message-setup.
11113         (message-mail-other-window): Adjust argument of message-setup.
11114         (message-mail-other-frame): Ditto.
11115
11116 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11119         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11120         to turn font-lock on when turning gnus-message-citation-mode on.
11121
11122 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11123
11124         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11125         (mml-smime-function-alist): New variable; add epg as the backend.
11126         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11127         mml-smime- functions instead.
11128         * mm-view.el: Require smime.
11129
11130 2007-03-05  Didier Verna  <didier@xemacs.org>
11131
11132         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11133         instead of just inheritance for posting styles.
11134         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11135
11136 2007-02-24  Chris Moore  <dooglus@gmail.com>
11137
11138         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11139         * pgg-pgp.el (pgg-pgp-encrypt-region):
11140         * pgg-gpg.el (pgg-gpg-encrypt-region):
11141         Check pgg-encrypt-for-me if no other recipients.
11142
11143 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11144
11145         * tls.el (tls-certtool-program): Fix custom type.
11146
11147 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11150         and point-at-eol instead of line-(beginning|end)-position.
11151
11152         * assistant.el (assistant-parse-buffer): Ditto.
11153
11154         * netrc.el (netrc-parse-services): Ditto.
11155
11156 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11157
11158         * mml2015.el (mml2015-epg-find-usable-key): New function.
11159         (mml2015-epg-sign): Use it.
11160         (mml2015-epg-encrypt): Use it.
11161
11162 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * message.el (message-make-in-reply-to): Quote name containing
11165         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11166         if there are special characters.  Reported by NAKAJI Hiroyuki
11167         <nakaji@jp.freebsd.org>.
11168
11169 2007-02-27  Didier Verna  <didier@xemacs.org>
11170
11171         Include the group parameters as well as the topic ones in the
11172         inheritance filter process.
11173         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11174         argument GROUP-PARAMS-LIST.
11175         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11176
11177 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * nntp.el (nntp-never-echoes-commands)
11180         (nntp-open-connection-functions-never-echo-commands): New variables.
11181         (nntp-send-command): Use them.
11182
11183 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11184
11185         * mml2015.el (mml2015-epg-verify): Simplify.
11186
11187 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * mml.el (mml-content-disposition-alist): New user option.
11190         (mml-content-disposition): New function.
11191         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11192         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11193
11194 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11195
11196         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11197         verification.
11198
11199 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11200
11201         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11202         articles posted in the last 24 hours.
11203
11204 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11205
11206         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11207
11208 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11209
11210         * nntp.el (nntp-send-command): Don't wait for echoes when
11211         nntp-open-ssl-stream is used.
11212
11213 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11216         (gnus-message-add-citation-keywords)
11217         (gnus-message-remove-citation-keywords): Remove.
11218         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11219         directly, make the variables in font-lock-defaults buffer-local, add
11220         gnus-message-citation-keywords to them and then update the value of
11221         font-lock-keywords.
11222
11223 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * message.el (message-cite-original-1): Don't call
11226         gnus-article-highlight-citation.
11227
11228         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11229         citations; fix line count.
11230
11231 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11234         (gnus-message-add-citation-keywords)
11235         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11236         versions of font-lock-add-keywords and font-lock-remove-keywords to
11237         work with XEmacs correctly.
11238
11239 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-cite.el (gnus-cite-face-list): Set the values of
11242         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11243         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11244         (gnus-message-cite-prefix-regexp): New variable.
11245         (gnus-message-search-citation-line): Use it; protect against long
11246         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11247         the 0th match data for Emacs.
11248         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11249         (gnus-message-add-citation-keywords): Append keywords rather than
11250         prepending; emulate font-lock-add-keywords if it is not available.
11251         (gnus-message-remove-citation-keywords):
11252         Emulate font-lock-remove-keywords if it is not available.
11253
11254         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11255
11256         * message.el (message-cite-prefix-regexp): Set the value of
11257         gnus-message-cite-prefix-regexp.
11258
11259 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11260
11261         * nnweb.el (nnweb-google-parse-1): Update parser.
11262
11263 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11264
11265         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11266
11267 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11268
11269         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11270         regexp.
11271
11272 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11275         string-to-multibyte.
11276         (uudecode-decode-region-internal): Use it.
11277
11278         * lpath.el: Fbind string-as-multibyte for XEmacs.
11279
11280 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11283         Fix custom choice.
11284
11285         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11286
11287 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11288
11289         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11290
11291         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11292         `write-region' to respect `mm-inhibit-file-name-handlers'.
11293
11294 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11297         Use gnus-home-directory instead of "~/" or "$HOME".
11298
11299 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11300
11301         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11302         to mention filename.
11303         Add comments at beginning regarding usage.
11304         (encrypt-write-file-contents): Change interactive so a string is
11305         acceptable.  If the file has no associated model, show an error instead
11306         of a nonsense prompt.
11307
11308 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11309
11310         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11311         Thanks to Yoshihiko Yamada for kind notification of this typo.
11312
11313 2007-01-12  Kenichi Handa  <handa@m17n.org>
11314
11315         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11316         multibyte buffer.
11317
11318 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * gnus-score.el (gnus-score-fast-scoring): New variable.
11321         (gnus-score-headers): Use it.
11322
11323         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11324
11325         * message.el (message-cite-original-1):
11326         Call gnus-article-highlight-citation if requested.
11327         (message-make-from): Allow name and address as optional arguments.
11328
11329         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11330
11331         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11332         bugs to doc string.
11333         (gnus-button-alist): Add mid\\|message-id.
11334         (gnus-button-fetch-group): Extend for use in
11335         `browse-url-browser-function'.
11336         (gnus-button-url-regexp): Try to catch paired parentheses like in
11337         Wikipedia URLs.
11338
11339         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11340         Suggested by Simon Krahnke <overlord@gmx.li>.
11341
11342 2007-01-13  Romain Francoise  <romain@orebokech.com>
11343
11344         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11345         Update copyright.
11346
11347 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11348
11349         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11350
11351 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11352
11353         * gnus-registry.el (gnus-registry-unfollowed-groups)
11354         (gnus-registry-split-fancy-with-parent): Fix documentation.
11355
11356 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11357
11358         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11359         from nnweb groups.
11360
11361 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11362
11363         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11364         Xref urls.  Erase buffer before requesting head.
11365
11366         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11367
11368 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11371         customizable.
11372
11373 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11374
11375         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11376         no signing key is found.
11377         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11378         no encrypting and/or signing key is found.
11379
11380 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11383
11384 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11385
11386         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11387         headers read from disk with the ones newly found in the current search.
11388         This should no longer cause problems, because the article numbers in
11389         Gmane's `nov.php' output are ignored since the previous change.
11390
11391 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11392
11393         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11394
11395 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11398         replace-regexp-in-string; bind url-version; fbind display-images-p and
11399         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11400         find-face and set-itimer-function for Emacs; bind itimer-list for
11401         Emacs.
11402
11403         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11404
11405 2007-01-01  Romain Francoise  <romain@orebokech.com>
11406
11407         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11408
11409 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11410
11411         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11412         `define-minor-mode' macro definition expanded properly.
11413         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11414         exclude it there.
11415
11416         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11417         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11418         `fboundp' test.
11419         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11420         This is OK to autoload in (S)XEmacs now.
11421
11422 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11423
11424         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11425         keystroke.
11426         (gnus-summary-limit-to-singletons): Fix typo.
11427
11428         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11429         else fails.
11430
11431 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11432
11433         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11434         docstring.
11435
11436         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11437         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11438         (gnus-summary-insert-dormant-articles): Fix typo in message.
11439
11440 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11443         nil for XEmacs.
11444         (gnus-message-citation-mode): Don't autoload in XEmacs.
11445
11446         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11447
11448 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11449
11450         * nnimap.el (nnimap-expunge-search-string):
11451         Mention nnimap-search-uids-not-since-is-evil in docstring.
11452
11453 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * spam.el: Revert to make-obsolete-variable because
11456         define-obsolete-variable-alias is not supported in Emacs 21.
11457
11458         * spam.el (spam-ifile-path, spam-ifile-database-path)
11459         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11460         make-obsolete-variable.
11461         (spam-bsfilter-path, spam-bsfilter-program)
11462         (spam-spamassassin-path, spam-spamassassin-program)
11463         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11464         Don't use "path" inappropriately.
11465         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11466         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11467         variable names.
11468
11469 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11470
11471         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11472         summary buffer.
11473
11474         * password.el (password-cache-remove): Use clear-string to burn
11475         password, if available.
11476
11477 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11480
11481         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11482
11483         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11484         (gnus-message-highlight-citation): Move defcustom here from
11485         gnus-cite.el.
11486         (gnus-message-citation-mode): Autoload.
11487
11488         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11489         checks to make it compile with XEmacs.
11490         (gnus-message-citation-mode): New minor mode.
11491         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11492         (gnus-message-highlight-citation): New variables.
11493         (gnus-message-search-citation-line)
11494         (gnus-message-add-citation-keywords)
11495         (gnus-message-remove-citation-keywords)
11496         (turn-on-gnus-message-citation-mode)
11497         (turn-off-gnus-message-citation-mode): New functions.
11498
11499 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11500
11501         * gnus-cite.el: Enable highlighting of different citation levels in
11502         message-mode.
11503
11504 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * message.el (message-make-fqdn): Fix comment.
11507         (message-bogus-system-names): Add ".local".
11508
11509         * spam.el (spam-ifile-path, spam-ifile-program)
11510         (spam-ifile-database-path, spam-ifile-database)
11511         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11512         Don't use "path" inappropriately.
11513         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11514         strings.
11515         (spam-check-ifile, spam-ifile-register-with-ifile)
11516         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11517         Use new variable names.
11518
11519         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11520         (gnus-treat-display-smileys): Simplify using
11521         gnus-image-type-available-p.
11522
11523         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11524         available.
11525
11526         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11527         Use `display-images-p' if available.
11528
11529 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11532         one after turning on the buffer's multibyteness instead of decoding
11533         them directly in the unibyte buffer that causes unexpected conversion
11534         in Emacs 23 (unicode).
11535
11536 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11537
11538         * message.el (message-generate-hashcash): Fix custom type.
11539
11540 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11543
11544 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11547         disconnect icons.  Add help text.
11548
11549 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11550
11551         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11552         negated to be consistent with the others we handle.
11553
11554 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555
11556         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11557         version of gnus-summary-buffer to something, so that we can use two
11558         article buffers at the same time.
11559
11560 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11561
11562         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11563         trigger all the extra headers.
11564         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11565         sorting.
11566
11567 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11568
11569         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11570         solid groups.
11571
11572 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11573
11574         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11575
11576 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * legacy-gnus-agent.el: Add Copyright notice.
11579
11580 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11581
11582         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11583
11584 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585
11586         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11587
11588         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11589         to make it work reliably in CVS Emacs.
11590         (gnus-summary-limit-strange-charsets-predicate)
11591         (gnus-summary-limit-to-predicate): New functions.
11592
11593 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11594
11595         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11596         specifying array size.
11597         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11598         array if it is too small.
11599         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11600         (gnus-sort-threads-loop): New function.
11601
11602 2006-12-06  Chris Moore  <dooglus@gmail.com>
11603
11604         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11605         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11606
11607 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11608
11609         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11610         options.
11611
11612 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11615         DOS-ing the recipient.
11616
11617         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11618         the headers when creating the mapping to avoid mismappings.
11619         (nnweb-gmane-create-mapping): Always nix out old mapping.
11620
11621 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11624         and mm-verify-option to never.
11625
11626 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * message.el (message-signed-or-encrypted-p): New function.
11629         (message-forward-make-body): Use it.
11630
11631         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11632         Replace encode-coding-string with mm-encode-coding-string.
11633
11634 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * nneething.el (nneething-decode-file-name):
11637         Replace decode-coding-string with mm-decode-coding-string.
11638
11639         * gnus-int.el (gnus-open-server): Say failed server's name.
11640
11641 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11642
11643         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11644         strings to a single string.  Quote `errors-file-name'.
11645         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11646         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11647         Adjust calls.  Use `shell-quote-argument'.
11648
11649 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11650
11651         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11652         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11653
11654         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11655         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11656         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11657         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11658         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11659         (gnus-subscribe-newsgroup, gnus-1):
11660         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11661         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11662         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11663         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11664
11665 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11668         keystroke.
11669         (gnus-summary-limit-to-bodies): Implement headersp.
11670
11671 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11672
11673         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11674
11675 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11678
11679 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * message.el (message-generate-hashcash): Expand range of values to
11682         include `opportunistic'.
11683         (message-send-mail): Use it.
11684
11685 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11686
11687         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11688         and comment it.
11689
11690         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11691
11692 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * gnus-util.el (gnus-extract-address-components): Improve comment.
11695
11696 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-util.el (gnus-extract-address-components): Work with address in
11699         which the name portion contains @.
11700
11701         * lpath.el: Fbind custom-autoload.
11702
11703 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus.el (gnus-start): Move custom group up.
11706         (gnus-select-method): Don't autoload, but make it available for
11707         `customize-variable'.
11708         (gnus-getenv-nntpserver): Don't autoload.
11709
11710 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11713
11714 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * message.el (message-sendmail-extra-arguments): New variable.
11717         (message-send-mail-with-sendmail): Use it.
11718
11719 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11722         mm-with-unibyte-current-buffer to make string unibyte.
11723
11724         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11725         mm-string-as-multibyte.
11726
11727 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11728
11729         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11730         Reported by Werner Koch <wk@gnupg.org>.
11731
11732 2006-11-14  Daiki Ueno  <ueno@p360>
11733
11734         * mml2015.el: Autoload epa-select-keys when compiling.
11735
11736 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11737
11738         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11739         message-options.
11740         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11741
11742 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11743
11744         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11745         EasyPG (< 0.0.6).
11746         (mml2015-always-trust): New user option.
11747         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11748         prompt.
11749
11750 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * nntp.el (nntp-authinfo-force): New variable.
11753         (nntp-send-authinfo): Use it.
11754
11755 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11758         decode encoded words.  Improve prompt.  Add comment about forwarding.
11759         (message-replacement-char): Move up.
11760
11761 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11762
11763         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11764         instead of gnus-intersection because arguments of gnus-sorted-nunion
11765         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11766
11767 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11770         (message-simplify-subject-functions):
11771         Enable message-strip-subject-encoded-words by default.
11772
11773 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * message.el (message-strip-subject-encoded-words): New function.
11776         (message-simplify-subject-functions): New variable.
11777         (message-simplify-subject): Use it.  Fix typo in doc string.
11778         Support message-strip-subject-encoded-words.
11779
11780 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11781
11782         * gnus-diary.el (gnus-diary-delay-format-function):
11783         * nndiary.el (nndiary-reminders):
11784         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11785
11786 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * gnus-art.el (article-hide-boring-headers): Fetch date from
11789         gnus-original-article-buffer to avoid problems with localized date
11790         strings.
11791
11792 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11795
11796 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11799         New variables.
11800         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11801         (mm-charset-synonym-alist): Move some entries to
11802         mm-codepage-iso-8859-list.
11803         (mm-charset-synonym-alist, mm-charset-override-alist):
11804         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11805
11806 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11809
11810 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11813         with Emacs 21 and XEmacs.
11814
11815 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * spam.el (spam-parse-address): New function for better parsing,
11818         catching errors, etc.
11819         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11820
11821 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * mm-view.el: Add interactive arg to html2text autoload.
11824
11825 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11828
11829 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11832         New variables.
11833         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11834         (mm-charset-synonym-alist): Move some entries to
11835         mm-codepage-iso-8859-list.
11836
11837         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11838
11839 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * message.el (message-citation-line-format)
11842         (message-insert-formated-citation-line): Fix implementation of %E, %N
11843         and %n according to the doc string.
11844
11845 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11846
11847         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11848         Use car-safe to avoid bad parses.
11849
11850 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11853         names.
11854
11855         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11856
11857 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11860         header.
11861
11862         * message.el (message-draft-headers): Add Date.
11863         (message-headers-to-generate): Fix typo in docstring.
11864
11865         * nndraft.el (nndraft-required-headers): New variable.
11866         (nndraft-generate-headers): Use it.
11867
11868         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11869
11870 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11871
11872         * gnus-registry.el (gnus-registry-wash-for-keywords)
11873         (gnus-registry-find-keywords): New functions to allow easy searching of
11874         articles that are in the registry.
11875
11876 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11877
11878         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11879         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11880         Reported by Damien Elmes <damien@repose.cx>.
11881
11882 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * gnus.el (gnus-mime): Remove unused custom group.
11885
11886 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11887
11888         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11889         "blank line" when searching for end of armor headers.
11890
11891 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gmm-utils.el (gmm-write-region): Fix variable name.
11894
11895 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gmm-utils.el (gmm-write-region): New function based on compatibility
11898         code from `mm-make-temp-file'.
11899
11900         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11901
11902         * nnmaildir.el (nnmaildir--update-nov)
11903         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11904         Use `gmm-write-region'.
11905
11906 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11909         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11910
11911         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11912
11913         * message.el (message-replacement-char): New variable.
11914         (message-fix-before-sending): Use it.
11915         (message-simplify-subject): New function to remove duplicate code.
11916         (message-reply, message-followup): Use it.
11917
11918         * gnus-sum.el (gnus-summary-make-menu-bar):
11919         Clarify gnus-summary-limit-to-articles.
11920
11921 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-util.el (gnus-with-local-quit): New macro.
11924
11925         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11926
11927 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11928
11929         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11930         ignore non-string data.
11931
11932 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11933
11934         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11935         non-string data (needs to be done in the registry too).
11936
11937 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11938
11939         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11940         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11941         (gnus-registry-split-fancy-with-parent)
11942         (gnus-registry-fetch-simplified-message-subject-fast)
11943         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11944         Remove text properties on ingress into the registry and when it's saved.
11945         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11946         registry from entries with no groups.
11947
11948 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11949
11950         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11951         function to remove string properties.
11952
11953 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * gmm-utils.el (gmm): Adjust custom version.
11956
11957         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11958         Adjust custom version.
11959
11960         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11961
11962 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * gnus-art.el (gnus-insert-prev-page-button)
11965         (gnus-insert-next-page-button): Simplify.  Reformat.
11966
11967 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11968
11969         * gnus-art.el (gnus-insert-prev-page-button)
11970         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11971
11972 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11973
11974         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11975
11976 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11977
11978         * gnus-art.el (gnus-insert-mime-button)
11979         (gnus-insert-mime-security-button):
11980         Apply gnus-article-button-face to MIME and security buttons.
11981
11982 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11985         readable.
11986
11987 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11990
11991 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11992
11993         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11994         `browse-url-of-file' instead of `browse-url'.
11995
11996 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11997
11998         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11999         regexp.  Articles containing quotation were cut prematurely.
12000
12001 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * message.el (message-cite-original-1): Use nobody by default for the
12004         value of From header.
12005         (message-reply): Ditto.
12006
12007 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12008
12009         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12010         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12011         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12012
12013 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12016         mails in the doc string.  Add some URLs in comment.
12017         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12018
12019 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12022         backslashes handling and the way to find boundaries of quoted strings.
12023
12024 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12025
12026         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12027         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12028         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12029         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12030
12031 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12034         doc string.
12035         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12036
12037 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * lpath.el: Fbind epg-check-configuration.
12040
12041 2006-09-06  Simon Josefsson  <jas@extundo.com>
12042
12043         * mml2015.el (mml2015-use): Doc fix, mention epg.
12044
12045 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12046
12047         * mml2015.el (mml2015-use): Default to epg, if available.
12048
12049 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12050
12051         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12052         message-sender.
12053         (mml1991-epg-encrypt): Ditto.
12054         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12055         message-sender.
12056         (mml2015-epg-encrypt): Ditto.
12057
12058 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12059
12060         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12061         several common directories.
12062
12063 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12064
12065         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12066         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12067
12068 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-art.el (article-decode-encoded-words): Make it fast.
12071
12072 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12075
12076         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12077         in quoted string into `\'.
12078
12079 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12082         Use standard-syntax-table.
12083
12084 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-art.el (gnus-decode-address-function): New variable.
12087         (article-decode-encoded-words): Use it to decode headers which are
12088         assumed to contain addresses.
12089         (gnus-mime-delete-part): Remove useless `or'.
12090
12091         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12092         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12093         (gnus-nov-parse-line): Use it to decode From header.
12094         (gnus-get-newsgroup-headers): Ditto.
12095         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12096
12097         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12098         (mail-decode-encoded-address-string): New alias.
12099
12100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12101         New function.
12102         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12103         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12104         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12105         (rfc2047-decode-string): Ditto.
12106         (rfc2047-decode-address-region): New function.
12107         (rfc2047-decode-address-string): New function.
12108
12109 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * message.el (message-caesar-buffer-body): Allow rotating headers.
12112
12113         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12114
12115         * message.el (message-insert-formated-citation-line): Fix %f.
12116         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12117
12118 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12121         (gnus-bookmark-mouse-available-p): New macro.
12122         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12123         (gnus-bookmark-bmenu-show-infos): Use it.
12124         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12125         (gnus-bookmark-bmenu-hide-infos): Ditto.
12126         (gnus-bookmark-remove-properties): New function.
12127         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12128         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12129         (gnus-bookmark-write-file): Bind coding-system-for-write.
12130         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12131         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12132         group before selecting it.
12133         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12134         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12135         quit-window if it is not available; use gnus-mouse-2 and bind it to
12136         gnus-bookmark-bmenu-select-by-mouse.
12137         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12138         (gnus-bookmark-bmenu-select-by-mouse): New function.
12139
12140 2006-08-13  Romain Francoise  <romain@orebokech.com>
12141
12142         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12143         space.
12144
12145 2006-08-10  Romain Francoise  <romain@orebokech.com>
12146
12147         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12148         (dns-mode-soa-auto-increment-serial): New user option.
12149         (dns-mode-soa-maybe-increment-serial): New function.
12150         (dns-mode): Add the latter to `write-contents-functions'.
12151
12152 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * compface.el (uncompface): Use binary rather than raw-text-unix.
12155
12156 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * compface.el (uncompface): Make sure the eol conversion doesn't take
12159         place when communicating with the external programs.
12160         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12161
12162 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12165
12166 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12167
12168         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12169         Make it more robust by parsing author and date independently.
12170
12171 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12174
12175 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12176
12177         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12178         first matching secret key.
12179         (mml2015-epg-encrypt): Ditto.
12180
12181         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12182         first matching secret key.
12183         (mml1991-epg-encrypt): Ditto.
12184
12185         * mml2015.el (mml2015-encrypt-to-self): New user option.
12186         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12187         mml2015-epg-encrypt-to-self is set.
12188
12189         * mml1991.el (mml1991-encrypt-to-self): New variable.
12190         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12191         mml1991-epg-encrypt-to-self is set.
12192
12193         * mml2015.el (mml2015-signers): New user option.
12194         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12195         (mml2015-epg-encrypt): Allow to select signing keys.
12196
12197         * mml1991.el (mml1991-signers): New variable.
12198         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12199         (mml1991-epg-encrypt): Allow to select signing keys.
12200
12201 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * nnheader.el (nnheader-insert-head): Make it work even if the file
12204         uses CRLF for the line-break code.
12205
12206 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12207
12208         * mml2015.el: Require mml-sec instead of password.
12209         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12210         (mml2015-cache-passphrase): Inherit the default value from
12211         mml-secure-cache-passphrase.
12212         (mml2015-passphrase-cache-expiry): Inherit the default value from
12213         mml-secure-passphrase-cache-expiry.
12214
12215         * mml1991.el: Require mml-sec instead of password.
12216         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12217         (mml1991-cache-passphrase): Inherit the default value from
12218         mml-secure-cache-passphrase.
12219         (mml1991-passphrase-cache-expiry): Inherit the default value from
12220         mml-secure-passphrase-cache-expiry.
12221
12222         * mml-sec.el: Require password.
12223         (mml-secure-verbose): New user option.
12224         (mml-secure-cache-passphrase): New user option.
12225         (mml-secure-passphrase-cache-expiry): New user option.
12226
12227 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12228
12229         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12230         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12231         andreas@altroot.de (Andreas Vögele).
12232
12233         FIXME: Use `tiny change'?
12234
12235 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12236
12237         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12238         workaround for the url package included with Emacs.
12239
12240         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12241
12242 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12245         correctly.  This fixes a bug caused by the 2006-05-12 change.
12246
12247 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12248
12249         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12250         some information about the error when saying that the `bogus' mail
12251         group will be used.
12252
12253 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12254
12255         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12256         string.
12257
12258 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12259
12260         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12261
12262 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12263
12264         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12265
12266 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12267
12268         * mml1991.el (mml1991-function-alist): Add epg.
12269         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12270         (mml1991-epg-encrypt): New functions.
12271
12272 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12273
12274         * mml2015.el (mml2015-verbose): New variable.
12275         (mml2015-cache-passphrase): Ditto.
12276         (mml2015-passphrase-cache-expiry): Ditto.
12277         (mml2015-function-alist): Add epg.
12278         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12279         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12280         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12281         New functions.
12282
12283 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12284
12285         * message.el (message-cite-original-1): Preserve region when removing
12286         quoted text due to X-No-Archive in order to avoid bogus attribution
12287         when citing multiple messages.
12288
12289 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12290
12291         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12292         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12293
12294 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-diary.el (gnus-user-format-function-d)
12297         (gnus-user-format-function-D): Autoload.
12298
12299         * imap.el (Commentary): Fix typo.
12300
12301         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12302         2006-04-22 contribution.
12303
12304 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12305
12306         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12307         It didn't really fix the bogosity I'm seeing with solid web groups.
12308
12309 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12310
12311         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12312         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12313         created using server names.  If we use the feature without declaring
12314         it, Gnus does not properly manage server and group state.
12315
12316         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12317         bound.
12318
12319 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12320
12321         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12322         looking up the method using GROUP's prefix before inventing a new one.
12323         It is used on killed/unknown groups in various places where returning
12324         an all-new method isn't expected by the caller.
12325
12326         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12327         and match semantics of gnus-group-real-prefix.
12328
12329 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * nnmail.el (nnmail-broken-references-mailers): New variable.
12332         (nnmail-ignore-broken-references): New function generalizing
12333         nnmail-fix-eudora-headers.
12334         (nnmail-fix-eudora-headers): Now obsolete.
12335
12336         * gnus-art.el (gnus-button-handle-custom):
12337         Support `customize-apropos*'.
12338
12339 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340
12341         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12342
12343         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12344         articles.
12345
12346 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * message.el (message-cite-reply-above): New variable.
12349         (message-yank-original): Use it.
12350
12351 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12354
12355 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12358         as read.
12359
12360         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12361
12362 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12365         (gnus-bookmark-default-file): Use gnus-directory.
12366         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12367         Remove "*" in doc string.
12368         (gnus-bookmark-write-file): Simplify.
12369         (gnus-bookmark-maybe-sort-alist): Use `when'.
12370         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12371         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12372         Add FIXME about Emacs 21 and XEmacs compatibility.
12373         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12374         compatibility.
12375         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12376         compatibility.
12377         (gnus-bookmark-menu-heading): Fix version.
12378
12379 2006-06-19  Bastien Guerry  <bzg@altern.org>
12380
12381         * gnus-bookmark.el: New file.
12382
12383 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * message.el (message-syntax-checks): Doc fix.
12386
12387 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12388
12389         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12390         unsubscribed groups as if they were killed ones.  It causes duplicate
12391         entries in gnus-newsrc-alist.
12392
12393 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * message.el (message-syntax-checks): Doc fix.
12396         (message-send-mail): Add check for continuation headers.
12397         (message-check-news-header-syntax): Fix regexp used to check for
12398         continuation headers.
12399
12400 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12403
12404 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12407
12408 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12411         default-truncate-lines.
12412
12413 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12416         to fill the utf-8 entry.
12417
12418         * lpath.el: Fbind unicode-precedence-list.
12419
12420 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12421
12422         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12423
12424 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12425
12426         * gnus-agent.el (directory-files-and-attributes): Move all the way
12427         forward (the third and final move).
12428         (gnus-agent-read-agentview): Trap reconstruction errors due to
12429         nonexistent directory.  Handle by returning nil.
12430
12431 2006-05-30  Didier Verna  <didier@xemacs.org>
12432
12433         * message.el (message-dont-reply-to-names): Update the custom type.
12434         * message.el (message-dont-reply-to-names): New defsubst: potentially
12435         convert a list of regexps into a single one.
12436         * message.el (message-get-reply-headers): Use it.
12437         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12438
12439 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-agent.el (directory-files-and-attributes): Move forward.
12442
12443 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * gnus-ml.el (gnus-mailing-list-subscribe)
12446         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12447         (gnus-mailing-list-message): Fix doc strings.
12448
12449 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12450
12451         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12452         of doing it manually.
12453
12454 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12457         comment.
12458
12459 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12460
12461         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12462         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12463         (gnus-agent-read-local): All symbols allocated in my-obarray.
12464         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12465         (gnus-agent-regenerate-group): Check numeric names to see if they are
12466         messages or groups.
12467         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12468         better way of do this...)
12469
12470         * gnus-cache.el (gnus-agent-total-fetched-for):
12471         Ignore 'dummy.group' (there should be a better way of do this...)
12472
12473 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12476         (gnus-saved-headers): Ditto.
12477         (gnus-default-article-saver): Mention functions may have properties.
12478         (gnus-article-save): Override gnus-save-all-headers and
12479         gnus-saved-headers by :headers property which saver function may have.
12480         (gnus-summary-save-in-file): Add :headers property.
12481         (gnus-summary-write-to-file): Ditto.
12482
12483         * gnus-sum.el (gnus-summary-save-article): Bind
12484         gnus-prompt-before-saving to t when saving many articles in a file;
12485         always show all headers.
12486
12487         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12488
12489 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12492         marks.
12493
12494         * message.el (message-indent-citation): Add optional arguments to allow
12495         using it outside of message buffers.
12496
12497         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12498         (gnus-article-treat-unfold-headers): Use it.
12499         (gnus-article-truncate-lines): New variable.
12500         (gnus-article-mode): Use it.
12501         (gnus-article-toggle-truncate-lines): New function.
12502
12503         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12504         Add gnus-article-toggle-truncate-lines.
12505
12506         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12507         coding system in XEmacs, use binary.
12508
12509 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12512         after-load-alist.
12513
12514         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12515         this function should save decoded articles.
12516         (gnus-summary-write-to-file): Use property to specify this function
12517         should save decoded articles and specify gnus-summary-save-in-file
12518         should be used to save articles other than the first one when saving
12519         many articles.
12520         (gnus-summary-save-body-in-file): Use property to specify this
12521         function should save decoded articles.
12522         (gnus-summary-write-body-to-file): Use property to specify this
12523         function should save decoded articles and specify
12524         gnus-summary-save-body-in-file should be used to save articles other
12525         than the first one when saving many articles.
12526
12527         * gnus-sum.el (gnus-summary-save-article): Simplify.
12528
12529 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-art.el (gnus-default-article-saver):
12532         Add gnus-summary-write-body-to-file.
12533         (gnus-article-save-coding-system): Don't use coding system object
12534         in XEmacs.
12535         (gnus-read-save-file-name): Add optional `dir-var' argument which
12536         specifies directory in which files are saved; work even if optional
12537         `variable' argument is not specified.
12538         (gnus-summary-write-to-file): Read file name.
12539         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12540         (gnus-summary-write-body-to-file): New function.
12541
12542         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12543         (gnus-summary-local-variables): Add it.
12544         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12545         (gnus-summary-save-article): Remove optional `decode' argument;
12546         determine whether to decode articles by the value of
12547         gnus-default-article-saver; when saving many files using
12548         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12549         it first and use gnus-summary-save-in-file or
12550         gnus-summary-save-body-in-file thereafter unless
12551         gnus-prompt-before-saving is always; move point to article which
12552         will be saved.
12553         (gnus-summary-save-article-file): Revert.
12554         (gnus-summary-write-article-file): Revert.
12555         (gnus-summary-save-article-body-file): Revert.
12556         (gnus-summary-write-article-body-file): New function.
12557
12558 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-art.el (gnus-default-article-saver): Doc fix.
12561         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12562         from gnus-summary-save-article-coding-system, and default to a
12563         certain coding system.
12564         (gnus-output-to-file): Add coding cookie and encode text according
12565         to gnus-article-save-coding-system; don't use mm-append-to-file.
12566
12567         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12568         gnus-art.el and rename to gnus-article-save-coding-system.
12569         (gnus-summary-save-article): Require gnus-art; don't show all
12570         headers if it decodes articles; don't add coding cookie here;
12571         don't bind mm-text-coding-system-for-write.
12572         (gnus-summary-save-article-file): Save decoded articles.
12573         (gnus-summary-write-article-file): When saving many files, use
12574         gnus-summary-write-to-file first and gnus-summary-save-in-file
12575         thereafter unless gnus-prompt-before-saving is always.
12576         (gnus-summary-save-article-body-file): Save decoded articles.
12577
12578         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12579
12580 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * nnrss.el (nnrss-check-group): Bind hash-index.
12583
12584 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12585
12586         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12587         its hash index.  Store this hash in `nnrss-group-data'.
12588         (nnrss-read-group-data): Update accordingly.
12589
12590 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12593         entry.
12594
12595         * gnus-sum.el (gnus-summary-make-menu-bar):
12596         Add gnus-article-browse-html-article.
12597
12598 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12599
12600         * gnus-sum.el (gnus-summary-mime-map):
12601         Add gnus-article-browse-html-article.
12602
12603         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12604
12605 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12608         suitable coding systems in customize.
12609
12610 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * mail-source.el (mail-sources): Fix custom type.
12613
12614 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12617         (gnus-summary-expire-articles-now): Shorten prompt.
12618
12619         * gmm-utils.el (wid-edit): Require.
12620         (defun-gmm): Rename from `gmm-defun-compat'.
12621         (gmm-image-search-load-path): Use it.
12622         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12623
12624 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * gnus-sum.el (gnus-summary-save-article-coding-system):
12627         New variable.
12628         (gnus-summary-save-article): Add optional `decode' argument.
12629         If it is set and gnus-summary-save-article-coding-system is non-nil,
12630         save decoded article.
12631         (gnus-summary-write-article-file): Save decoded article if
12632         gnus-summary-save-article-coding-system is non-nil.
12633
12634         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12635         type.
12636
12637 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12640
12641 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12644         first to test gnus-single-article-buffer which may be buffer-local.
12645
12646         * gnus-sum.el (gnus-summary-setup-buffer):
12647         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12648         group; make gnus-article-buffer, gnus-article-current, and
12649         gnus-original-article-buffer always buffer-local.
12650         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12651         group.
12652         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12653
12654 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * nnml.el (nnml-request-compact-group): Compressed files might not
12657         have .gz extension.
12658
12659 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12660
12661         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12662         (mm-copy-to-buffer): Use with-current-buffer.
12663         (mm-display-part): Simplify.
12664         (mm-inlinable-p): Add optional arg `type'.
12665
12666 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12667
12668         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12669         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12670         Try harder to show the attachment internally or externally using
12671         gnus-mime-view-part-as-type.
12672
12673 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * message.el (message-from-style, message-signature-separator)
12676         (message-user-organization-file, message-send-mail-function)
12677         (message-citation-line-function, message-yank-prefix)
12678         (message-indent-citation-function, message-signature)
12679         (message-signature-file, message-signature-insert-empty-line):
12680         Remove autoloads.
12681
12682         * gnus-art.el (gnus-buttonized-mime-types):
12683         Remove "multipart/signed".  Revert 2006-04-26 change.
12684
12685 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * gnus.el (gnus-version-number): Bump version.
12688
12689 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12690
12691         * gnus.el: No Gnus v0.5 is released.
12692
12693 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12694
12695         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12696         fetching articles by message-id.
12697
12698 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12699
12700         * message.el (hashcash): Require hashcash as normal.
12701
12702         * ecomplete.el (ecomplete-highlight-match-line):
12703         Use point-at-eol.
12704         (ecomplete-highlight-match-line): Use `highlight', because that
12705         face exists in both Emacs and XEmacs.
12706
12707         * message.el (message-display-abbrev): Use point-at-bol.
12708
12709         * mail-source.el: Don't require timer/timer-funcs.
12710
12711         * gnus-async.el: Ditto.
12712
12713         * password.el: Ditto.
12714
12715         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12716
12717         * mm-url.el: Ditto.
12718
12719         * gnus-xmas.el: Don't require timer-funcs.
12720
12721         * mm-util.el: Require timer/timer-funcs.
12722
12723 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12724
12725         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12726         Close.
12727
12728 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12731         unibyte after clear-decrypt function runs.
12732
12733         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12734         returns as a unibyte string.
12735
12736 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * lpath.el: Revert.
12739
12740         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12741         (pgg-gpg-process-sentinel): Revert.
12742
12743         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12744         (pgg-pgp-lookup-key): Revert.
12745
12746         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12747         (pgg-pgp5-lookup-key): Revert.
12748
12749         * pgg.el (pgg-fetch-key): Revert.
12750
12751 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * lpath.el: Fbind string-as-multibyte for XEmacs.
12754
12755         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12756         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12757         (mml1991-pgg-encrypt): Ditto.
12758
12759         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12760         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12761         a multibyte buffer.
12762
12763         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12764         (pgg-pgp-lookup-key): Ditto.
12765
12766         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12767         (pgg-pgp5-lookup-key): Ditto.
12768
12769         * pgg.el (pgg-fetch-key): Ditto.
12770
12771 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * message.el (message-user-organization-file): Check several
12774         locations of the organization file.
12775
12776         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12777         Add gnus-article-view-part-as-type.
12778
12779         * gnus-art.el (gnus-article-view-part-as-type): New function.
12780
12781         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12782         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12783
12784         * mml.el: Simplify autoload.
12785         (mml-mode): defvar dnd-protocol-alist instead of using
12786         symbol-value.
12787         (mml-default-directory): New variable.
12788         (mml-minibuffer-read-file): Use it.
12789         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12790
12791         * message.el (message-citation-line-format): New variable.
12792         (message-insert-formated-citation-line): New function.
12793         (message-citation-line-function):
12794         Add `message-insert-formated-citation-line' to custom type.
12795
12796         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12797         to doc string.
12798
12799         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12800         depending on mm-verify-option.
12801
12802 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12805         binding pgg-* variables; reimplement the section which prevents
12806         MIME header from being signed.
12807         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12808         pgg-text-mode; remove a blank line at the top of body.
12809
12810         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12811         lines at the top of body; use gnus-newsgroup-charset if there's no
12812         Charset header.
12813
12814 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * message.el (message-self-insert-commands): Doc fix.
12817
12818         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12819         (mm-uu-pgp-encrypted-test): Ditto.
12820         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12821         between header and body; return application/pgp-encrypted handle
12822         if decryption failed; decode decrypted body by charset.
12823
12824         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12825         element match to application/pgp-*.
12826
12827 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12828
12829         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12830         HTML.
12831
12832 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12833
12834         * mail-source.el (mail-source-call-script): Message the error
12835         string.
12836
12837 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12838
12839         * gnus-util.el (gnus-byte-compile): Use it.
12840
12841 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12842
12843         * gnus-util.el (kill-empty-logs): New function.
12844
12845 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12846
12847         * message.el (message-mail-alias-type): Doc fix.
12848         (message-mail-alias-type-p): New function.
12849         (message-send): Use it.
12850         (message-mode): Ditto.
12851         (message-strip-forbidden-properties): Ditto.
12852
12853         * ecomplete.el (ecomplete-database-file-coding-system):
12854         New variable.
12855         (ecomplete-save): Use it.
12856         (ecomplete-setup): Use it.
12857
12858 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * message.el (message-self-insert-commands): New variable.
12861         (message-strip-forbidden-properties): Use it.
12862
12863 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864
12865         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12866         that doesn't make XEmacs choke.
12867
12868 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * gnus-util.el (gnus-replace-in-string):
12871         Prefer replace-regexp-in-string over of replace-in-string.
12872
12873 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-util.el (gnus-select-frame-set-input-focus):
12876         Use select-frame-set-input-focus if it is available in XEmacs; use
12877         definition defined in Emacs 22 for old Emacsen.
12878
12879         * dgnushack.el: Autoload unmorse-region for XEmacs.
12880
12881         * lpath.el: Bind cursor-in-non-selected-windows and
12882         select-frame-set-input-focus for XEmacs.
12883
12884 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12887
12888 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12889
12890         * gnus-registry.el (gnus-registry-cache-save): Remove text
12891         properties when saving via the temp buffer.
12892
12893 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * message.el (message-generate-hashcash): Honor custom type.
12896
12897 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12898
12899         * message.el (message-generate-hashcash): Default to non-nil when
12900         hashcash is found.
12901
12902         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12903         (gnus-refer-thread-limit): Increase default to 500.
12904
12905         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12906
12907         * flow-fill.el (fill-flowed): Allow delete-space.
12908
12909 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12912         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12913         Remove autoloads.
12914
12915 2006-04-18  Simon Josefsson  <jas@extundo.com>
12916
12917         * message.el (message-generate-hashcash): Default to.
12918
12919 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12922         concatenating segments rather than before concatenating them.
12923
12924 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12927
12928 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929
12930         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12931
12932         * message.el (message-forward-make-body-plain):
12933         Allow message-forward-ignored-headers to be a list.
12934         (message-remove-ignored-headers): Factor out into function.
12935         (message-forward-make-body-mml): Use it.
12936
12937         * imap.el (imap-quote-specials): New function.
12938         (imap-login-auth): Quote specials.
12939
12940         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12941         (rfc2231-parse-string): Allow concatanation of parameters that
12942         aren't contiguous.  The test case is
12943           (mail-header-parse-content-type "message/external-body;
12944             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12945             access-type=LOCAL-FILE;
12946             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12947
12948 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12949
12950         * nntp.el (nntp-accept-process-output): Return the value of
12951         `nnheader-accept-process-output'.
12952
12953 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12954
12955         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12956         (gnus-button-alist): Recognize more diff formats.
12957         (gnus-button-patch): Strip directory.
12958
12959 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12962         Emacs 22 when setting focus.
12963
12964 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * gnus-art.el (gnus-article-treat-types): Do treatment of
12967         text/x-verbatim parts.
12968         (gnus-button-patch): New command.
12969
12970         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12971         addresses that contain invalid characters.
12972
12973 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12974
12975         * message.el (message-put-addresses-in-ecomplete):
12976         Use gnus-replace-in-string.
12977         (message-is-yours-p): Use the more correct
12978         mail-header-parse-address instead of
12979         mail-extract-address-components.
12980         (message-put-addresses-in-ecomplete): Fix typo.
12981
12982         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12983         keystroke.
12984
12985         * gnus-art.el (gnus-treatment-function-alist): Change order of
12986         newsgroups/generic header folding to avoid double-folding.
12987
12988         * message.el (message-hidden-headers): Add X-Draft-From.
12989
12990         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12991         New command.
12992         (gnus-summary-repeat-search-article-backward): New command.
12993
12994         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12995         groups in the parent topic.
12996
12997 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12998
12999         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13000         (spam-extra-header-to-number): Return the CRM114 number as a
13001         number instead of a string.
13002
13003 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * gnus-art.el (gnus-face-properties-alist): Move here from
13006         gnus-fun.
13007
13008         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13009
13010 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13011
13012         * message.el (message-strip-forbidden-properties): Only display on
13013         self-insert-command.
13014
13015         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13016         reindent.
13017         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13018
13019 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13020
13021         * smiley.el (smiley-style): Fix typo.
13022
13023 2006-03-23  Kenichi Handa  <handa@m17n.org>
13024
13025         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13026         instead of set-buffer-multibyte.
13027
13028 2006-03-23  Kenichi Handa  <handa@m17n.org>
13029
13030         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13031         buffer and then decode the buffer text if necessary.
13032         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13033         first, and after mm-encode-body, change the buffer to unibyte.
13034
13035 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13036
13037         * hashcash.el (hashcash-insert-payment-async-2):
13038         Use message-goto-eoh instead of doing it manually.
13039         (mail-add-payment): Use message-narrow-to-header instead of trying
13040         to do the same itself.
13041
13042         * message.el (message-hidden-headers): Add Face.
13043
13044         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13045         reparenting code.
13046         (gnus-summary-reparent-children): Refactored out code.
13047         (gnus-summary-thread-map): New keystroke.
13048         (gnus-summary-reparent-children): Make into command.
13049
13050         * smiley.el (smiley-style): Default to `medium' if using a large
13051         font.
13052
13053         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13054         does it itself.
13055
13056         * message.el (message-point-in-header-p): Simplify definition.
13057
13058 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13059
13060         * nnagent.el (nnagent-request-set-mark): Silence log file
13061         writing.
13062         (nnagent-request-set-mark): Use write-region instead of
13063         append-to-file.
13064
13065         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13066         strange select method.
13067
13068         * ecomplete.el (ecomplete-display-matches): Get highlightling
13069         right.
13070         (ecomplete-display-matches): Use literals.
13071         (ecomplete-display-matches): Disable message logging.
13072
13073         * message.el (message-display-abbrev): Small optimization.
13074
13075         * ecomplete.el (ecomplete-display-matches): Allow automatic
13076         display.
13077
13078         * message.el (message-strip-forbidden-properties):
13079         Display abbrevs.
13080         (message-display-abbrev): Get automatic display right.
13081
13082         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13083         keystrokes.
13084
13085 2006-04-13  Romain Francoise  <romain@orebokech.com>
13086
13087         TODO: Backport to v5-10!
13088
13089         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13090         Move here (and rename) from gnus-registry.el.
13091
13092         * gnus-registry.el: Require gnus-util.
13093         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13094
13095 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * gnus-group.el (gnus-group-catchup-current):
13098         Change if-then-else-if-then-else into cond.
13099         (gnus-group-catchup): Indent.
13100         (group-name-at-point): New function.
13101         (gnus-fetch-group): Provide default from thing at point.
13102
13103 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * message.el (message-display-abbrev): Fix regexp.
13106
13107         * ecomplete.el (ecomplete-highlight-match-line):
13108         Reimplement choosing.
13109         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13110         dead variables.
13111
13112         * message.el (message-newline-and-indent): Remove debugging.
13113         (message-display-abbrev): Use new implementation.
13114
13115 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * gnus-art.el (gnus-article-mode):
13118         Set cursor-in-non-selected-windows to nil.
13119
13120         * smiley.el: Revert previous change.
13121         (smiley-data-directory): defvar it before using it in the
13122         defcustom of `smiley-style'.
13123
13124 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13125
13126         * message.el (message-newline-and-indent): New function.
13127
13128         * ecomplete.el: Implement more bits.
13129
13130         * message.el (message-put-addresses-in-ecomplete): Clean up the
13131         string.
13132
13133         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13134
13135         * gnus-sum.el (gnus-summary-save-parts):
13136         Bind gnus-summary-save-parts-counter and use it to make unique file
13137         names.
13138
13139         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13140
13141         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13142         parameter to say whether to actually parse the individual
13143         addresses.
13144
13145         * message.el (message-put-addresses-in-ecomplete): New function.
13146         (ecomplete): Require.
13147         (message-mail-alias-type): Add ecomplete as an option.
13148
13149 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13150
13151         * flow-fill.el (fill-flowed): Remove trailing space from blank
13152         quoted lines.
13153
13154 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13155
13156         * smiley.el (smiley-style): Move definition later to avoid a
13157         compilation warning.
13158
13159 2006-04-12  Kenichi Handa  <handa@m17n.org>
13160
13161         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13162         buffer and then decode the buffer text if necessary.
13163         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13164         first, and after mm-encode-body, change the buffer to unibyte.
13165         Use mm-disable-multibyte instead of set-buffer-multibyte.
13166
13167 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13170         Content-Type header instead of Content-Disposition header.
13171         (gnus-mime-inline-part): Ditto.
13172         (gnus-mime-view-part-as-charset): Ignore charset that the part
13173         specifies.
13174
13175         * mm-decode.el (mm-display-part): Work with external parts and
13176         usual parts similarly.
13177
13178         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13179         instead of gnus-display-mime.
13180
13181         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13182         instead of with-temp-buffer.
13183
13184         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13185         tag to summarized topics part in order to encode non-ASCII text.
13186
13187 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * smiley.el (smiley-style): New variable.
13190         (smiley-directory): New function.
13191         (smiley-data-directory): Derive from `smiley-style' using
13192         `smiley-directory'.
13193         (smiley-regexp-alist): Add new entries.
13194
13195         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13196         (gnus-article-browse-delete-temp): Add :version.
13197
13198 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13199
13200         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13201         the sieve region.
13202
13203 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * gnus.el (gnus-version-number): Bump version.
13206
13207 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus.el: No Gnus v0.4 is released.
13210
13211 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212
13213         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13214         layout.
13215
13216         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13217         unknown charset.
13218
13219         * message.el (message-header-synonyms): Add Original-To to the
13220         default.
13221
13222         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13223         optional parameter.
13224
13225 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * gnus-fun.el (gnus): Require it for gnus-directory.
13228
13229 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13232
13233 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13234
13235         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13236
13237 2006-04-05  Simon Josefsson  <jas@extundo.com>
13238
13239         * password.el (password-reset): New function.
13240
13241 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13242
13243         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13244         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13245
13246 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13247
13248         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13249         Some whitespace was matched into the url, which broke browsing hits
13250         > 100 when mm-url-use-external was nil.
13251
13252 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13255         Check gnus-extra-headers for 'Newsgroups.
13256
13257         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13258         bound.
13259
13260 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13261
13262         * pgg-gpg.el: Clean up process buffers every time gpg processes
13263         complete.
13264
13265 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13268         doc string.
13269
13270 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13271
13272         * pgg-gpg.el (pgg-gpg-process-filter)
13273         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13274
13275         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13276         lines, temporary fix.
13277
13278 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13281
13282 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13283
13284         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13285         default-enable-multibyte-characters.  This reverts the change from
13286         revision 6.17 which is no longer necessary because the passphrase
13287         is sent separately now.  GnuPG messages are unreadable under
13288         multibyte locales with default-enable-multibyte-characters set to
13289         nil.
13290
13291 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * message.el (message-tool-bar-gnome): Move "spell".
13294
13295 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13298         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13299         instead.
13300
13301 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13302
13303         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13304         Improve newsgroups handling for NNTP overviews which don't include
13305         Newsgroups.
13306
13307 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13308
13309         * message.el (message-resend): Bind message-generate-hashcash to nil.
13310
13311 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13312
13313         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13314         when searching for already-paid recipients.
13315
13316 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13317
13318         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13319         passphrases when it is not needed.
13320         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13321         passphrase stuff from gpg, should only be necessary when you use
13322         gpg with a smartcard.
13323
13324 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * mml.el (mml-insert-mime): Ignore cached contents of
13327         message/external-body part.
13328
13329         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13330         (mm-insert-part): Ditto.
13331
13332 2006-03-23  Simon Josefsson  <jas@extundo.com>
13333
13334         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13335         Reiner.
13336         (pgg-gpg-use-agent-p): Use it again.
13337
13338 2006-03-23  Simon Josefsson  <jas@extundo.com>
13339
13340         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13341         older emacsen.
13342         (pgg-gpg-use-agent-p): Don't use it.
13343
13344 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13347         if we can.
13348
13349 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13350
13351         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13352         (pgg-gpg-update-agent): New function.
13353         (pgg-gpg-use-agent-p): New function.
13354         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13355         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13356         (pgg-gpg-sign-region): Use it.
13357
13358 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13361         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13362
13363 2006-03-21  Simon Josefsson  <jas@extundo.com>
13364
13365         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13366         <wilde@sha-bang.de>.
13367         (pgg-gpg-use-agent): New variable.
13368         (pgg-gpg-process-region): Use it.
13369         (pgg-gpg-encrypt-region): Likewise.
13370         (pgg-gpg-encrypt-symmetric-region): Likewise.
13371         (pgg-gpg-decrypt-region): Likewise.
13372         (pgg-gpg-sign-region): Likewise.
13373         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13374
13375 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13378
13379         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13380         Add comment on version.
13381
13382 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * smiley.el: Add missing test smiley.
13385
13386 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * mm-decode.el (mm-with-part): New macro.
13389         (mm-get-part): Use it; work with message/external-body as well.
13390         (mm-save-part): Treat name and filename equally.
13391
13392         * mm-extern.el (mm-extern-cache-contents): New function.
13393         (mm-inline-external-body): Use it; force the part to be displayed;
13394         move undisplayer added to the cached handle to the parent.
13395
13396         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13397         (gnus-mime-view-part-as-type): Work with message/external-body.
13398
13399         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13400
13401 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13404         images in image-load-path.  [Sync with image.el, revision 1.60, in
13405         Emacs.]
13406
13407 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13410         path rather than symbol.  Always return list of directories.
13411         Guarantee that image directory comes first.  [Sync with image.el,
13412         revision 1.59, in Emacs.]
13413
13414         * message.el (message-make-tool-bar): Adjust to new API of
13415         `gmm-image-load-path-for-library'.
13416
13417         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13418
13419         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13420
13421 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13422
13423         * gnus-art.el (gnus-article-only-boring-p):
13424         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13425         intangible text.
13426         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13427
13428 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13431         Use `defun' instead of `gmm-defun-compat'.
13432
13433 2006-03-14  Simon Josefsson  <jas@extundo.com>
13434
13435         * message.el (message-unique-id): Don't use message-number-base36
13436         if (user-uid) is a float.
13437         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13438
13439 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13442
13443         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13444         empty line between a part and a message part.
13445
13446 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * smiley.el: Add more test smileys.
13449         (smiley-data-directory, smiley-regexp-alist)
13450         (gnus-smiley-file-types): Fix doc strings.
13451         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13452         adding new elements.
13453         (smiley-mouse-map): Unused code.  Make it a comment.
13454
13455 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13458         scan latest NoCeM messages instead of old ones.
13459         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13460         delimiters that are recently used.
13461         (gnus-nocem-load-cache): Add autoload cookie.
13462
13463         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13464
13465         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13466         level which is larger than gnus-use-nocem is specified.
13467
13468         * gnus-group.el (gnus-group-get-new-news): Ditto.
13469
13470 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-util.el (gnus-tool-bar-update): New function.
13473
13474         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13475         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13476
13477         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13478
13479         * gnus-group.el (gnus-group-redraw-when-idle)
13480         (gnus-group-redraw-check): Remove.
13481         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13482
13483 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13486         if optional last element is specified in splits (FIELD VALUE...).
13487
13488 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13491         to gmm-image-load-path-for-library.  Call with no-error argument.
13492         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13493
13494         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13495
13496         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13497
13498         * gmm-utils.el (gmm-image-load-path): Remove alias.
13499
13500 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * gmm-utils.el (gmm-image-load-path): Add alias.
13503
13504         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13505         nnml-generate-nov-databases-1.
13506         (nnml-generate-nov-databases): Use it.
13507         (nnml-generate-nov-databases-directory): Document no-active
13508         argument.
13509
13510         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13511         directory if path is t.  Add no-error.
13512
13513         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13514         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13515
13516         * gnus-art.el (gnus-article-browse-delete-temp-files):
13517         Simplify resetting gnus-article-browse-html-temp-list.
13518
13519         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13520         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13521         Add example to docstring.  Rename local variables.  Move error
13522         checks to default case in cond and simplify.
13523
13524 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13527         handle is multipart when calling it recursively.
13528         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13529
13530 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13531
13532         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13533         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13534
13535 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13538         is loaded.
13539
13540         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13541         loaded.
13542
13543 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13546         to "Emacs 23 (unicode)" in doc string.
13547
13548         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13549         "Emacs 23 (unicode)" in comment.
13550
13551 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13554
13555         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13556         characters 160 through 255 in Emacs 23.
13557
13558 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13561         gnus-article-browse-html-temp.
13562         (gnus-article-browse-delete-temp): Make it customizable.
13563         Add `file'.  Adjust doc string.
13564         (gnus-article-browse-delete-temp-files): Add argument.
13565         Allow query for each file.  Adjust doc string.
13566         (gnus-article-browse-html-parts):
13567         Add `gnus-article-browse-delete-temp-files' to
13568         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13569
13570 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13571
13572         * gnus-art.el (gnus-article-browse-html-temp)
13573         (gnus-article-browse-delete-temp): New variables.
13574         (gnus-article-browse-delete-temp-files): New function.
13575         (gnus-article-browse-html-parts): Use it.
13576
13577 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13580
13581         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13582         string.
13583
13584         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13585         gnus-summary-insert-new-articles when unplugged.
13586         Remove gnus-summary-search-article-forward.
13587
13588         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13589         display-visual-class instead of display-color-cells.
13590
13591 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * dgnushack.el: Autoload customize-group for XEmacs.
13594
13595         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13596         message/* containing non-ASCII text properly.
13597
13598 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * message.el: Require gmm-utils, remove autoloads.
13601         (message-tool-bar): Set default based on
13602         gmm-tool-bar-style.
13603         (message-tool-bar-gnome): Add gmm-customize-mode.
13604
13605         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13606         gmm-tool-bar-style.
13607         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13608
13609         * gnus-group.el (gnus-group-tool-bar): Set default based on
13610         gmm-tool-bar-style.
13611         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13612
13613         * gmm-utils.el (gmm-image-directory): Rename variable from
13614         gmm-image-load-path.
13615         (gmm-image-load-path): Use gmm-image-directory.
13616         (gmm-customize-mode): New function.
13617         (gmm-tool-bar-style): New variable.
13618
13619         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13620         gnus-group-redraw-line-number.
13621         (gnus-group-redraw-check): Simplify.
13622         (gnus-group-tool-bar-update): Remove redraw check.
13623         (gnus-group-make-tool-bar): Add redraw check.
13624
13625 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13626
13627         * gnus-art.el (gnus-button): Add missing parentheses.
13628
13629 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * lpath.el: Fbind line-number-at-pos.
13632
13633 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13636
13637 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * gnus-art.el (gnus-button): New face.
13640         (gnus-article-button-face): Use it.
13641
13642         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13643         Add gnus-summary-next-page.  Re-order.
13644
13645         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13646         next-node are now included.
13647         (gnus-group-redraw-line-number): New internal variable.
13648         (gnus-group-redraw-check): Helper function for updating the tool
13649         bar.
13650         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13651
13652         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13653
13654         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13655         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13656         Use it to match format of Spamassassin 3.0 and later.
13657         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13658         (spam-check-bogofilter)
13659         (spam-bogofilter-register-with-bogofilter): Fix args of
13660         `gnus-error' calls.
13661
13662 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13665         unnecessary interaction when sending queued mails.
13666         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13667
13668 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13671         first or last are nil.
13672
13673 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13674
13675         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13676
13677 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13678
13679         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13680
13681 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13682
13683         * dns.el (query-dns): Protect more against buggy tcp output.
13684
13685 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13688         nov.php.
13689
13690 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13691
13692         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13693         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13694         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13695         output on the server side.
13696         (nnweb-google-create-mapping): Update regexps and add some
13697         progress indication.
13698
13699 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-group.el (gnus-group-tool-bar-gnome):
13702         Fix gnus-agent-toggle-plugged.  Re-order icons.
13703         (gnus-group-tool-bar-gnome):
13704         Add gnus-group-{prev,next}-unread-group.
13705         (gnus-group-tool-bar-gnome): Re-order icons.
13706
13707         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13708         Move gnus-summary-insert-new-articles.
13709
13710         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13711         Fix comments.
13712
13713         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13714         also available in Emacs 21.3.
13715
13716         * message.el (message-fix-before-sending): Change "Emacs 22" to
13717         "Emacs 23 (unicode)" in comment.
13718
13719         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13720         "Emacs 23 (unicode)" in comment.
13721
13722         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13723         comment.
13724         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13725
13726         * mm-view.el (mm-fill-flowed): Add :version.
13727
13728 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13731         and load-path.
13732
13733 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * message.el: Autoload gmm-image-load-path.
13736         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13737         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13738         consitency.
13739
13740         * gmm-utils.el (gmm-image-load-path): Also search in
13741         "../etc/images".  Don't set gmm-image-load-path if we don't find
13742         the image.
13743
13744 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gmm-utils.el (gmm-image-load-path): Don't make
13747         `gmm-image-load-path' include subdirectories which the second arg
13748         `image' might specify.
13749
13750         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13751         subdirectory to icon file names.
13752
13753         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13754
13755 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13758         gmm-image-load-path calls.
13759
13760         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13761
13762         * message.el (message-make-tool-bar): Ditto.
13763
13764         * mml.el (mml-preview): Add comment concerning tool bar icons.
13765
13766         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13767         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13768
13769         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13770         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13771
13772         * message.el (message-tool-bar-gnome): Use new icon names.
13773         (message-make-tool-bar): Use `gmm-image-load-path'.
13774
13775         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13776         New functions from MH-E.
13777         (gmm-image-load-path): New variable from MH-E.
13778         (gmm-image-load-path): New function from MH-E.  Add arguments
13779         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13780         *-image-load-path-called-flag.
13781
13782 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13783
13784         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13785
13786 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13787
13788         * nnimap.el (nnimap-request-move-article): Change folder back to
13789         source group before deleting.
13790
13791 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13794
13795         * gnus-art.el (mm-url-insert-file-contents-external):
13796         Autoload mm-url.
13797
13798         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13799
13800 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13803         coding system which mm-charset-to-coding-system returns for a
13804         given charset is valid.
13805
13806 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13807
13808         * html2text.el (html2text-remove-tag-list):
13809         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13810
13811 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13812
13813         * gnus-cus.el: Revert 2005-10-17 change.
13814
13815 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-art.el (article-strip-banner):
13818         Call article-really-strip-banner only when the regexp match is made.
13819
13820 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-art.el (article-strip-banner):
13823         Use gnus-extract-address-components instead of
13824         mail-header-parse-addresses to make it work with non-ASCII text;
13825         remove mail-encode-encoded-word-string.
13826
13827         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13828         values which are surrounded with \"...\"; make it never cause a
13829         Lisp error; give up parsing of parameters if it failed in
13830         extracting type.
13831
13832 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13833
13834         * smime.el (smime-cert-by-ldap-1): Fix bug where
13835         `smime-ldap-search' returns results without userCertificates.
13836
13837 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13840
13841 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * spam.el (spam-check-spamassassin-headers): Adapt format for
13844         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13845         <ari@mbf.ocn.ne.jp>.
13846         (spam-list-of-processors): Add spam-use-gmane.
13847
13848 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13851         make-temp-file; make it work with XEmacs as well.
13852
13853         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13854         mm-make-temp-file.
13855
13856         * mm-decode.el (mm-display-external): Use the 3rd arg of
13857         mm-make-temp-file.
13858         (mm-create-image-xemacs): Ditto.
13859
13860 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13863         with message-narrow-to-headers.
13864         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13865         (gnus-draft-check-draft-articles): New function.
13866         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13867
13868 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * gnus-art.el (gnus-article-browse-html-parts):
13871         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13872         Don't use suffix argument for mm-make-temp-file for Emacs 21
13873         compatibility.  Remove useless `format'.
13874
13875 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13876
13877         * nnweb.el (nnweb-google-wash-article): Update regexps.
13878         (nnweb-group-alist): Use defvoo instead of defvar.
13879
13880 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13883         re-loading nn* modules.
13884
13885 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13888         for `tool-bar-mode' and don't check it's default-value.
13889
13890         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13891
13892         * message.el (message-make-tool-bar): Ditto.
13893
13894         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13895         `substring'.  Shorten tmp-file name.
13896
13897         * gnus.el: Remove bogus comment.
13898
13899 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13900
13901         * gnus-art.el (gnus-article-browse-html-parts): New function.
13902         (gnus-article-browse-html-article): New function for viewing html
13903         articles with a browser.
13904
13905 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13906
13907         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13908         in elisp.
13909         (pgg-gpg-encrypt-symmetric-region): Ditto.
13910         (pgg-gpg-sign-region): Ditto.
13911
13912         * pgg-def.el (pgg-text-mode): New variable.
13913
13914         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13915         (mml2015-pgg-encrypt): Ditto.
13916
13917         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13918         (mml1991-pgg-encrypt): Ditto.
13919
13920 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * nnfolder.el (nnfolder-insert-newsgroup-line):
13923         Use message-make-date instead of current-time-string.
13924
13925         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13926         to gnus-decoded which mm-uu might set.
13927
13928 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13931         don't decode quoted parameters; remove misimported Emacs code.
13932         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13933         (rfc2231-decode-encoded-string): Don't use split-string which
13934         behaves differently according to Emacs version; use
13935         mm-decode-coding-region to convert charset to coding-system.
13936         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13937         (rfc2231-encode-string): Remove misimported Emacs code.
13938
13939 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13942         when calling mail-header-parse-content-type.
13943         (article-de-quoted-unreadable): Ditto.
13944         (article-de-base64-unreadable): Ditto.
13945         (article-wash-html): Ditto.
13946
13947         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13948         calling mail-header-parse-content-type and
13949         mail-header-parse-content-disposition.
13950         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13951         mail-header-parse-content-type.
13952
13953         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13954         insert charset and format parameters; encode description after
13955         inserting it to buffer.
13956         (mml-insert-parameter): Fold lines properly even if a parameter is
13957         segmented into two or more lines; change the max column to 76.
13958
13959         * rfc1843.el (rfc1843-decode-article-body): Don't use
13960         ignore-errors when calling mail-header-parse-content-type.
13961
13962         * rfc2231.el (rfc2231-parse-string): Return at least type if
13963         possible; don't cause an error even if it fails in parsing of
13964         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13965         (rfc2231-encode-string): Don't break lines at the beginning, leave
13966         it to mml-insert-parameter.
13967
13968         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13969         calling mail-header-parse-content-type.
13970
13971 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13972
13973         * spam-report.el (spam-report-gmane-use-article-number):
13974         Improve doc string.
13975         (spam-report-gmane-internal): Check if a suitable header was found
13976         in the article.
13977
13978 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13981         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13982
13983 2006-02-05  Romain Francoise  <romain@orebokech.com>
13984
13985         Update copyright notices of all files in the gnus directory.
13986
13987 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13988
13989         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13990
13991 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13994         segmented lines of parameter value to cope with Thunderbird 1.5
13995         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13996         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13997         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13998
13999 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14000
14001         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14002         parts.
14003
14004 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14005
14006         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14007         there's only one active file for all servers.
14008         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14009         solid groups.  Gnus might have used a FAST request to select the group.
14010         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14011         and nnweb-search redundantly in the active file.
14012         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14013         (nnweb-request-create-group): Don't use ARGS.
14014         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14015         initialisations.  Let nnoo do the work.
14016
14017 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14020         Say the part has been decoded.
14021
14022         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14023
14024 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14025
14026         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14027         mailcap-viewer-test-cache when there's no 'test clause, since that
14028         will invert the meaning of a "nil" test previously determined by
14029         mailcap-mailcap-entry-passes-test.
14030
14031 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14034         compiling.
14035
14036         * gnus-sum.el: Ditto.
14037
14038         * message.el: Don't bind tool-bar-map when compiling.
14039
14040 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14043
14044 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14045
14046         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14047         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14048         current Google Groups.
14049
14050 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14053         and tool-bar-mode.
14054
14055         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14056         and tool-bar-mode.
14057
14058         * message.el (message-tool-bar-update): Simplify.
14059         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14060
14061         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14062         gnus-summary-buffer.
14063         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14064         gnus-summary-reply.
14065
14066         * gmm-utils.el (gmm): Add :version.
14067
14068 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * Makefile.in (clean): New rule.
14071         (distclean): Use it.
14072
14073 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14074
14075         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14076         Don't autoload.
14077
14078 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gmm-utils.el (gmm-verbose): Add :group.
14081
14082 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * message.el: Change some comments WRT tool-bars.
14085
14086         * gnus-sum.el (gnus-summary-tool-bar)
14087         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14088         (gnus-summary-tool-bar-zap-list): New variables.
14089         (gnus-summary-make-tool-bar): Complete rewrite using
14090         `gmm-tool-bar-from-list'.
14091
14092         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14093         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14094         New variables.
14095         (gnus-group-make-tool-bar): Complete rewrite using
14096         `gmm-tool-bar-from-list'.
14097         (gnus-group-tool-bar-update): New function.
14098
14099         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14100
14101 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14104         is dissected into a single part of which the type is the same as
14105         the given one; decode charset.
14106
14107 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14108
14109         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14110         into alists as symbol not string, since that's what
14111         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14112         look for.
14113
14114 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14117         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14118
14119         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14120
14121 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14124         (gnus-xmas-mime-security-button-menu): New function.
14125
14126         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14127         (gnus-mime-security-button-menu): New definition.
14128         (gnus-mime-security-button-map): Use them.
14129         (gnus-mime-security-button-menu): New function.
14130         (gnus-insert-mime-security-button): Addition to help echo.
14131         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14132         (gnus-mime-security-pipe-part): New functions.
14133
14134         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14135         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14136
14137         * mm-decode.el (mm-handle-set-disposition): Remove.
14138         (mm-handle-set-description): Remove.
14139
14140 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14143         (mm-w3m-standalone-supports-m17n-p): New function.
14144         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14145         w3m usage.
14146
14147         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14148         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14149
14150 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * message.el (message-tool-bar-zap-list):
14153         Use gmm-tool-bar-zap-list as custom type.
14154         (message-tool-bar-update): New function.
14155         (message-tool-bar, message-tool-bar-gnome)
14156         (message-tool-bar-retro): Add message-tool-bar-update.
14157         (message-tool-bar-gnome): Add flyspell-buffer.
14158
14159         * gnus-util.el (gnus-error): Describe `args'.
14160
14161         * gmm-utils.el (gmm-error): Describe `args'.
14162         (gmm-tool-bar-zap-list): New widget.
14163         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14164
14165 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14168         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14169         the number of recursive calls.
14170
14171         * mm-decode.el (mm-handle-set-disposition): New macro.
14172         (mm-handle-set-description): New macro.
14173
14174 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14177         encoding.
14178
14179 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * message.el (message-tool-bar-zap-list, message-tool-bar)
14182         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14183         (message-tool-bar-local-item-from-menu): Remove.
14184         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14185         (message-make-tool-bar): New function.
14186         (message-mode): Use `message-make-tool-bar'.
14187
14188         * gmm-utils.el: New file.
14189         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14190         (gmm-lazy): New widget copied from `nnmail.el'.
14191         (gmm-tool-bar-from-list): New function for creating customizable
14192         tool bars.
14193         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14194         output.
14195         (gmm): Add :prefix to defgroup.
14196
14197 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14198
14199         * gmm-utils.el (gmm-widget-p): New function.
14200
14201 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * mml.el (mml-attach-file): Describe `description' in doc string.
14204         (mml-menu): Add Emacs MIME manual and PGG manual.
14205
14206 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14207
14208         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14209
14210 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14211
14212         * nntp.el (nntp-end-of-line): Doc fix.
14213
14214 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14215
14216         * imap.el (imap-open): Handle case where buffer is a buffer
14217         object.
14218
14219 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14220
14221         * gnus-delay.el (gnus-delay): Don't autoload.
14222         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14223         to be re-loaded when customizing the `gnus-delay' group.
14224
14225 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14226
14227         * message.el (message-insert-citation-line): Use newlines.
14228
14229 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14230
14231         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14232         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14233         these routines, so the passphrase can be managed externally and
14234         passed in to the system.
14235         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14236         pgg-add-passphrase-to-cache function.
14237
14238         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14239         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14240         these routines, so the passphrase can be managed externally and
14241         passed in to the system.
14242         (pgg-pgp5-sign-region): Use new name of
14243         pgg-add-passphrase-to-cache function.
14244
14245 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14246
14247         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14248         part of the decoded armor to find the key-identifier.
14249         (pgg-gpg-lookup-key-owner): New function to return the
14250         human-readable identifier of a key owner.
14251         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14252         itself.
14253         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14254         the key value) if we have a key and can match it against a secret
14255         key.  Also, added a note pointing out fact that the prompt only
14256         indicates the first matching key.
14257
14258         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14259         pgg-decrypt-region.
14260         (pgg-add-passphrase-to-cache): Rename from
14261         `pgg-add-passphrase-cache' to reduce confusion (all callers
14262         changed).
14263         (pgg-remove-passphrase-from-cache): Rename from
14264         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14265         changed).
14266         (pgg-read-passphrase, pgg-add-passphrase-cache)
14267         (pgg-remove-passphrase-cache): Add informative docstrings.
14268         (pgg-decrypt): Convey provided passphrase in subordinate call to
14269         pgg-decrypt-region.
14270
14271 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14272
14273         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14274         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14275         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14276         'passphrase' argument, so the passphrase can be managed externally
14277         and then passed in to the system.
14278
14279         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14280         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14281         so the passphrase cache can be used reliably with identifiers
14282         besides a pgp packet's key id.
14283
14284         * pgg-gpg.el (pgg-gpg-encrypt-region)
14285         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14286         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14287         these routines, so the passphrase can be managed externally and
14288         passed in to the system.
14289
14290         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14291         'notruncate' argument, so the passphrase cache can be used
14292         reliably with identifiers besides a pgp packet's key id.
14293
14294 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14295
14296         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14297         symmetric encryption.
14298         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14299         encrypted session key.
14300         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14301         message ask for the passphrase in a proper way.
14302
14303         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14304         New user commands for symmetric encryption.
14305
14306 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14309
14310         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14311
14312 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14313
14314         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14315
14316 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-decode.el (mm-inlined-types): Add application/pgp.
14319         (mm-automatic-display): Ditto.
14320
14321         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14322         part as text.
14323
14324 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * nnrss.el: Update copyright.
14327         (nnrss-opml-import): Query whether to subscribe to each entry.
14328
14329         * gnus-art.el:
14330         * gnus-sum.el:
14331         * gnus-xmas.el:
14332         * messagexmas.el:
14333         * mm-uu.el:
14334         * mm-view.el: Update copyright.
14335
14336 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * message.el (message-info): New function.
14339         (message-mode-menu): Add it.
14340         Update copyright.
14341
14342         * ChangeLog: Fix and update copyright.
14343
14344 2006-01-13  Romain Francoise  <romain@orebokech.com>
14345
14346         * message.el (message-forward-subject-name-subject): Prefer the
14347         address to 'nowhere' if the sender has no name.
14348         Fix typo.  Update copyright year.
14349
14350 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-art.el (article-wash-html):
14353         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14354         (gnus-article-wash-html-with-w3m-standalone): New function.
14355
14356         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14357         mm-inline-text-html-render-with-w3m-standalone.
14358         (mm-text-html-washer-alist): Map w3m-standalone to
14359         gnus-article-wash-html-with-w3m-standalone.
14360         (mm-inline-text-html-render-with-w3m-standalone): New function.
14361
14362 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14365         Improve LaTeX.
14366
14367 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14370         (nnrss-request-article): Render text/plain parts as HTML.
14371
14372         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14373         the buffer.
14374
14375 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14376
14377         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14378         custom definition of `gnus-posting-styles'.
14379
14380         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14381         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14382
14383 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14386         Use nntp for bug archive.
14387
14388 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14391         parts.
14392         (nnrss-normalize-date): New function converts ISO 8601 date into
14393         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14394         (nnrss-check-group): Use it.
14395
14396 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14399
14400         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14401         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14402         (nnrss-insert-w3): Ditto.
14403
14404 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14407         the articles to be forwarded including the case where neither a
14408         number of articles nor a region is specified.
14409
14410 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * nnrss.el (nnrss-request-article): Fix last change; fill
14413         text/plain parts.
14414
14415 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14418         in text/plain part.
14419         (nnrss-check-group): Don't add excessive newline to dc:subject.
14420
14421 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14422
14423         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14424         article.
14425
14426 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14429         (nnml-use-compressed-files, nnml-save-mail): Support other
14430         comression programs such as bzip2.
14431
14432 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14433
14434         * dns.el (query-dns): Make sure we check the buffer size before
14435         removing tcp headers.
14436
14437 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14440         remove MIME buttons associated with multipart/alternative parts.
14441         (gnus-mime-display-alternative): Tag buttons using `article-type'
14442         text property.
14443
14444         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14445         associated with multipart/alternative parts.
14446
14447         * gnus-art.el (gnus-signature-separator): Fix custom type.
14448
14449         * mm-decode.el (mm-inlined-types): Fix custom type.
14450         (mm-keep-viewer-alive-types): Ditto.
14451         (mm-automatic-display): Ditto.
14452         (mm-attachment-override-types): Ditto.
14453         (mm-inline-override-types): Ditto.
14454         (mm-automatic-external-display): Ditto.
14455
14456 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * spam-report.el (spam-report-user-mail-address)
14459         (spam-report-user-agent): New variables.
14460         (spam-report-url-ping-plain): Use spam-report-user-agent.
14461
14462 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14463
14464         * gnus-art.el (gnus-button-handle-custom): Do not just use
14465         `customize-apropos' for any "M-x customize-*" button but the
14466         function called for.  Accept both the function name and its
14467         argument in order to achieve this.
14468         (gnus-button-alist): Remove support for "custom:" URL's.
14469         Pass function name to `gnus-button-handle-custom' in case of "M-x
14470         customize-*" buttons.
14471
14472 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14475         multipart/alternative and add xref to mm-discouraged-alternatives
14476         in doc string.
14477
14478         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14479         gnus-buttonized-mime-types in doc string.
14480
14481 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14484         Suggest image/.* in the doc string.
14485
14486 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14489         message-marks (Debian bug #342521).
14490
14491 2005-12-12  Simon Josefsson  <jas@extundo.com>
14492
14493         * password.el (password-read-from-cache): Add.
14494         (password-read): Use it.
14495
14496 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * rfc2047.el (rfc2047-charset-to-coding-system):
14499         Recognize us-ascii as a MIME charset.
14500
14501         * mm-bodies.el (mm-decode-content-transfer-encoding):
14502         Protect against the case where the 2nd arg TYPE is nil.
14503
14504 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * pop3.el (pop3-stream-type): Fix custom version.
14507
14508         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14509
14510 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14511
14512         * mm-decode.el (mm-display-external): Add missing cdr.
14513
14514 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14517         RFC1524) if it is in mailcap or add a suffix according to
14518         mailcap-mime-extensions when generating a temp filename; postpone
14519         deleting a temp file for 2 seconds for some wrappers, shell
14520         scripts, and so on, which might exit right after having started a
14521         viewer command as a background job.
14522
14523 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14524
14525         * nntp.el (nntp-marks-directory): Fix custom group.
14526
14527         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14528         steps when < 10.
14529
14530         * gnus-start.el (gnus-no-server-1):
14531         Mention `gnus-level-default-subscribed' in doc string.
14532
14533 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14534
14535         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14536         parens.
14537
14538 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-xmas.el (gnus-use-toolbar): Revert.
14541         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14542         gnus-use-toolbar is default.
14543
14544         * messagexmas.el (message-use-toolbar): Revert.
14545         (message-setup-toolbar): Use global default-toolbar if
14546         message-use-toolbar is default.
14547
14548 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14551         according to default-toolbar-visible-p.
14552
14553         * messagexmas.el (message-use-toolbar): Ditto.
14554
14555 2005-11-26  Dave Love  <fx@gnu.org>
14556
14557         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14558         (tls-program, tls-success): Provide openssl alternative.
14559
14560         * starttls.el: Doc fixes.
14561         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14562         SERVICE to PORT.
14563
14564         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14565         port null or service name.
14566         (starttls-negotiate): Autoload.
14567
14568 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * message.el (message-kill-to-signature): Fix interactive spec.
14571
14572 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * pop3.el (pop3-open-server): Recognize a string as a service name.
14575
14576 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14577
14578         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14579
14580 2005-11-23  Dave Love  <fx@gnu.org>
14581
14582         Add pop3s, pop3/starttls.
14583
14584         * pop3.el (pop3-authentication-scheme): Clarify doc.
14585         (open-tls-stream, starttls-open-stream): Autoload.
14586         (pop3-stream-type): New.
14587         (pop3-open-server): Use it.
14588
14589         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14590         for POP.
14591         (mail-source-keyword-map): Add :stream for POP.
14592         (mail-source-fetch-pop): Use pop3-stream-type.
14593
14594 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14597         of current-time-string.
14598
14599 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14600
14601         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14602         date header.
14603
14604 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14605
14606         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14607         it can seriously impact performance as it bypasses the agent's
14608         local caches.
14609
14610 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14611
14612         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14613         must be explicitly online rather than "not explicitly offline" for
14614         its flags to be synchronized.
14615
14616         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14617         that gnus-uu-unmark-thread will function correctly.
14618
14619         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14620         1024K is instead displayed as 1M.
14621
14622 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14623
14624         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14625
14626 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14627
14628         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14629
14630 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14631
14632         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14633         error message to display actual error condition.
14634         (gnus-agent-save-local): Avoid saving symbols that are bound to
14635         nil as they simply result in a warning message in
14636         gnus-agent-read-local.
14637
14638 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14641         rather than make-variable-buffer-local for file-precious-flag.
14642
14643 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14644
14645         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14646         for duplicates which are removed.  The invalid sort check then
14647         triggers a rescan after the sort as sorting may have moved
14648         duplicate entries such that they can be cheaply detected.
14649
14650 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14653
14654 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14655
14656         * gnus-agent.el (gnus-agent-article-alist-save-format):
14657         Change internal variable to a custom variable.  Change default value
14658         from compressed(2) to uncompressed(1).
14659         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14660         support for uncompressed agentview files.  Taken together, reading
14661         the agentview file should now be 6-7 times faster.
14662
14663 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14664
14665         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14666         as a buffer-local variable.  This avoids creating truncated
14667         dribble files as a result of a hang up, eg.
14668
14669 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14670
14671         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14672         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14673         XEmacs.
14674
14675 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * gnus-start.el (gnus-start-draft-setup):
14678         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14679
14680         * gnus.el (gnus-splash): Change custom group.
14681         (gnus-group-get-parameter, gnus-group-parameter-value):
14682         Describe allow-list argument.
14683
14684         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14685         string.
14686
14687 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * gnus-art.el (gnus-default-article-saver): Add user-defined
14690         `function' to custom type.
14691
14692 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14693
14694         * imap.el (imap-open): Handle case where buffer is a buffer
14695         object.
14696
14697 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14700         long lines.
14701         (gnus-cache-delete-group): Wrap doc strings.
14702
14703         * gnus-agent.el (gnus-agent-rename-group)
14704         (gnus-agent-delete-group): Wrap doc strings.
14705
14706 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * messagexmas.el (message-use-toolbar): Change the valid values
14709         into default, top, bottom, left, and right.
14710         (message-toolbar-thickness): New variable.
14711         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14712         well.
14713         (message-setup-toolbar): Make it work.
14714
14715         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14716         (gnus-use-toolbar): Change the valid values into default, top,
14717         bottom, left, and right.
14718         (gnus-toolbar-thickness): New variable.
14719         (gnus-xmas-setup-toolbar): New function.
14720         (gnus-xmas-setup-group-toolbar): Use it.
14721         (gnus-xmas-setup-summary-toolbar): Use it.
14722
14723 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14724
14725         * gnus-start.el (gnus-1): Add "native" to
14726         gnus-predefined-server-alist.
14727
14728         * gnus.el (gnus-method-to-server): Don't add "native" to the
14729         lists here, because that leads to problems when
14730         gnus-select-method is bound.
14731
14732 2005-11-09  Simon Josefsson  <jas@extundo.com>
14733
14734         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14735         use (not sort-by-date) instead.
14736
14737 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14738
14739         * gnus-delay.el (gnus-delay-group): Don't autoload.
14740         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14741         to be re-loaded when customizing the `gnus-delay' group.
14742
14743 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14744
14745         * message.el: Revert last changes.
14746         (message-insert-citation-line): Use newlines.
14747
14748 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14749
14750         * message.el (message-courtesy-message)
14751         (message-mark-insert-begin, message-mark-insert-end)
14752         (message-elide-ellipsis, message-cancel-message)
14753         (message-add-header, message-change-subject)
14754         (message-cross-post-followup-to-header)
14755         (message-cross-post-insert-note, message-reduce-to-to-cc)
14756         (message-widen-reply, message-delete-not-region)
14757         (message-kill-to-signature, message-insert-signature)
14758         (message-insert-importance-high, message-insert-importance-low)
14759         (message-insert-or-toggle-importance)
14760         (message-insert-disposition-notification-to)
14761         (message-indent-citation, message-yank-original)
14762         (message-cite-original-without-signature, message-cite-original)
14763         (message-insert-citation-line, message-position-on-field)
14764         (message-fix-before-sending, message-send-mail-partially)
14765         (message-send-mail, message-send-mail-with-sendmail)
14766         (message-send-mail-with-qmail, message-send-news)
14767         (message-check-news-header-syntax, message-generate-headers)
14768         (message-insert-courtesy-copy, message-fill-address)
14769         (message-fill-header, message-shorten-references)
14770         (message-setup-1, message-cancel-news)
14771         (message-forward-make-body-plain, message-forward-make-body-mime)
14772         (message-forward-make-body-mml, message-encode-message-body)
14773         (message-forward-make-body-digest-plain)
14774         (message-forward-make-body-digest-mime)
14775         (message-use-alternative-email-as-from): Insert `hard-newline'
14776         instead of ordinary newlines.
14777
14778 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * message.el (message-generate-headers): Downcase the argument
14781         given to message-check-element.
14782
14783 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14784
14785         * nntp.el (nntp-authinfo-rejected): New error condition.
14786         (nntp-wait-for): Use new error condition to signal authentication
14787         error.
14788         (nntp-retrieve-data): Rethrow new error condition to break out of
14789         recursive call to nntp-send-authinfo.
14790
14791 2005-11-08  Romain Francoise  <romain@orebokech.com>
14792
14793         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14794         (gnus-summary-exit-map): Bind to `Z p'.
14795         (gnus-summary-make-menu-bar): Add menu item.
14796
14797 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14800         (gnus-treat-*): Add `first' in all doc strings.
14801
14802         * gnus-group.el (gnus-group-compact-group): Fix typo.
14803
14804 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * gnus.el (gnus-parameters-case-fold-search): New variable.
14807         (gnus-parameters-get-parameter): Use it.
14808
14809         * gnus-score.el (gnus-home-score-file): Doc fix.
14810
14811 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14812
14813         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14814
14815 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * mm-util.el (mm-special-display-p): New function.
14818
14819         * mml.el (mml-preview): Use it; doc fix.
14820
14821 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14822
14823         * imap.el (imap-open): Handle case where buffer is a buffer object.
14824
14825 2005-10-29  Romain Francoise  <romain@orebokech.com>
14826
14827         * message.el (message-fix-before-sending): Fix comment.
14828
14829 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14830
14831         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14832
14833 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14834
14835         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14836         Used in gnus-score.el.
14837
14838 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14841
14842 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14845         whitespace removed in revision 7.8.  Use concatenated string to
14846         protect trailing whitespace.
14847
14848 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14849
14850         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14851         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14852         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14853         Courier IMAP ("some version from 2004").  Mostly based on similar
14854         code in the same function.
14855
14856 2005-10-26  Didier Verna  <didier@xemacs.org>
14857
14858         * gnus-group.el (gnus-group-compact-group): Invalidate original
14859         article buffer.
14860         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14861         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14862         NOV database and in article itself.
14863         Invalidate article backlog.
14864
14865 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14866
14867         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14868
14869 2005-10-26  Simon Josefsson  <jas@extundo.com>
14870
14871         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14872         part of 2004-07-25 change.
14873
14874 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * message.el (message-display-completion-list): New function.
14877         (message-expand-group): Use it; make sure the Completions buffer
14878         is modifiable.
14879 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14880
14881         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14882         user-mail-name is an empty string.
14883
14884 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14887         depending on gnus-score-decay-constant.
14888
14889         * encrypt.el (encrypt-insert-file-contents)
14890         (encrypt-write-file-contents): Don't use `gnus-message'.
14891
14892         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14893         arguments.
14894         (mm-uu-type-alist): Add message-marks and insert-marks.
14895         Pass arguments to mm-uu-verbatim-marks-extract.
14896         (mm-uu-hide-markers): New variable.
14897         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14898
14899         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14900         (gnus-convert-image-to-face-command): Use "convert" by default to
14901         allow other input image formats.
14902         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14903         accordingly.
14904
14905 2005-10-23  Simon Josefsson  <jas@extundo.com>
14906
14907         * imap.el (imap-gssapi-program): Align command line parameters
14908         with latest GNU SASL.
14909         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14910
14911 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14912
14913         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14914         HTML.
14915         (nnslashdot-request-article): Ditto.
14916
14917         * lpath.el (featurep): Add nobreak-char-display.
14918
14919 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14920
14921         * mail-source.el (mail-source-fetch-pop): Require pop3.
14922         (mail-source-check-pop): Ditto.
14923
14924 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14927         errors.
14928
14929 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14932         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14933
14934         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14935
14936         * mm-bodies.el (mm-decode-string):
14937         Call `mm-charset-to-coding-system' with allow-override argument.
14938
14939 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14942         (rfc2047-charset-to-coding-system): New function.
14943         (rfc2047-decode-encoded-words): New function.
14944         (rfc2047-decode-region): Use them.
14945         (rfc2047-decode-cte): Remove.
14946         (rfc2047-parse-and-decode): Remove.
14947         (rfc2047-decode): Remove.
14948
14949 2005-10-15  Kenichi Handa  <handa@m17n.org>
14950
14951         * rfc2047.el (rfc2047-decode-cte): New function.
14952         (rfc2047-decode-region): Change the way to decode successive
14953         encoded-words: decode B- or Q-encoding in each encoded-word,
14954         concatenate them, and decode it as charset.
14955
14956 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * lpath.el: Fbind codepage-setup for XEmacs.
14959
14960 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14961
14962         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14963         widget-move-and-invoke.
14964         (gnus-custom-mode): Use gnus-custom-map.
14965
14966 2005-10-15  Bill Wohler  <wohler@newt.com>
14967
14968         * message.el (message-tool-bar-map): Rename image file from
14969         mail_send to mail/send.
14970
14971 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14972
14973         * message.el (message-expand-group): Pass the common
14974         prefix substring of completion to `display-completion-list'.
14975
14976 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * mml-sec.el (mml-secure-method): New internal variable.
14979         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14980         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14981         New functions using mml-secure-method.
14982
14983         * mml.el (mml-mode-map): Add key bindings for those functions.
14984         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14985         Harder <harder@myrealbox.com>.
14986         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14987         Goto end of message if point is the headers of the message.
14988
14989         * message.el (message-in-body-p): New function.
14990
14991         * assistant.el: Autoload gnus-util and netrc.
14992
14993         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14994         Use `mm-charset-override-alist' only when decoding.
14995
14996         * mm-bodies.el (mm-decode-body):
14997         Call `mm-charset-to-coding-system' with allow-override argument.
14998
14999         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15000         `filename' from Content-Disposition if Content-Type doesn't
15001         provide `name'.
15002         (gnus-mime-view-part-as-type): Set default instead of
15003         initial-input.
15004
15005 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15006
15007         * format-spec.el (format-spec): Propagate text properties of % spec.
15008
15009 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * gnus-art.el (gnus-treat-predicate): Add `first'.
15012
15013 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15016         (mm-charset-override-alist): New variable.
15017         (mm-charset-to-coding-system): Use it.
15018         (mm-codepage-setup): New helper function.
15019         (mm-charset-eval-alist): New variable.
15020         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15021         Warn about unknown charsets.
15022
15023         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15024
15025 2005-10-04  David Hansen  <david.hansen@gmx.net>
15026
15027         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15028         (nnrss-check-group): Ditto.
15029
15030 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15033         Rename x-gnus-verbatim to x-verbatim.
15034         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15035
15036         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15037         x-verbatim.
15038
15039         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15040
15041         * gnus-util.el (gnus-remove-duplicates): Remove.
15042
15043         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15044         instead of gnus-remove-duplicates.
15045
15046         * message.el (message-remove-duplicates): Remove.
15047         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15048         message-remove-duplicates.
15049
15050         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15051         available, else use implementation from `delete-dups'.
15052
15053         * message.el (message-insert-expires): New function.
15054         (message-mode-map): Add key binding.
15055         (message-mode-field-menu): Add menu entry.
15056         (message-mode): Document it.
15057         (message-make-expires-date): Use `message-make-date'.
15058
15059 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15060
15061         * message.el (message-make-expires-date): New function.
15062
15063 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * Makefile.in (list-installed-shadows): New entry.
15066         (install): Use it.
15067         (remove-installed-shadows): New entry.
15068
15069         * dgnushack.el (dgnushack-default-load-path): New variable.
15070         (dgnushack-find-lisp-shadows): New function.
15071         (dgnushack-remove-lisp-shadows): New function.
15072
15073 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * Makefile.in (install-el-elc): New entry.
15076         (install): Use it so that .el files are necessarily installed.
15077
15078 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15081
15082 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15083
15084         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15085         function rather than the diff-mode.el package.
15086         (mm-display-external): Use with-current-buffer.
15087         (mm-viewer-completion-map, mm-viewer-completion-map):
15088         Move initialization inside declaration.
15089
15090 2005-09-29  Simon Josefsson  <jas@extundo.com>
15091
15092         * spam.el: Load hashcash when compiling, to avoid warnings.
15093         Don't autoload mail-check-payment.
15094         (spam-check-hashcash): Define unconditionally, since hashcash.el
15095         is part of Gnus now.  Ignore errors from payment checking.
15096
15097 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * message.el (message-bold-region, message-unbold-region):
15100         Rename from `bold-region' and `unbold-region'.
15101
15102         * message.el: Remove useless autoloads.
15103
15104 2005-09-28  Simon Josefsson  <jas@extundo.com>
15105
15106         * message.el (message-use-idna): Default to t.
15107         (message-use-idna): Test whether encoding works too.  Doc fix.
15108
15109 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * nntp.el (nntp-warn-about-losing-connection): Remove.
15112
15113 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15116         customizable.  Change default value.
15117         (mm-uu-diff-groups-regexp): Change default value.
15118         (mm-uu-type-alist): Add doc string.
15119         (mm-uu-configure): Add doc string.  Make it interactive.
15120         (mm-uu-tex-groups-regexp): New variable.
15121         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15122         (mm-uu-type-alist): Add LaTeX documents.
15123         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15124         of "text/verbatim".
15125         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15126
15127         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15128         instead of "text/verbatim".
15129
15130         * message.el (message-mark-inserted-region)
15131         (message-mark-insert-file): Use slrn style marks when called with
15132         prefix argument.
15133
15134 2005-09-27  Simon Josefsson  <jas@extundo.com>
15135
15136         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15137
15138 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15139
15140         * message.el (message-remove-duplicates): New function.
15141         Implementation borrowed from `gnus-remove-duplicates'.
15142         (message-idna-to-ascii-rhs): Also encode idna addresses in
15143         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15144         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15145         only ask about the same idna domain once per header and also tell
15146         in what header to replace the idna domain.
15147
15148         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15149         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15150         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15151         a header is decoded and not just the last one.
15152
15153 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15156         has been decoded.
15157
15158         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15159         (mm-insert-part): Don't modify text if it has been decoded.
15160
15161         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15162         decoded.
15163
15164         * mm-view.el (mm-inline-text): Don't strip text props unless
15165         decoding enriched or richtext parts.
15166
15167 2005-09-25  Romain Francoise  <romain@orebokech.com>
15168
15169         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15170         * gnus-start.el (gnus-subscribe-interactively):
15171         * gnus-uu.el (gnus-uu-grab-articles):
15172         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15173         space.
15174
15175 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15176
15177         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15178         * mm-view.el (mm-view-pkcs7-decrypt):
15179         * gnus-sum.el (gnus-summary-limit-to-extra)
15180         (gnus-summary-respool-article, gnus-read-move-group-name):
15181         * gnus-score.el (gnus-summary-increase-score):
15182         * gnus-util.el (gnus-completing-read-with-default):
15183         * gnus-art.el (gnus-read-save-file-name)
15184         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15185         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15186         * message.el (message-check-news-header-syntax):
15187         Follow convention for reading with the minibuffer.
15188
15189 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * spam-report.el (spam-report-url-ping-plain):
15192         Use gnus-extended-version as User-Agent.
15193
15194         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15195         default value is nil.
15196
15197         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15198         (mm-uu-verbatim-marks-extract): New function.
15199         (mm-uu-extract): New face.
15200         (mm-uu-copy-to-buffer): Use it.
15201
15202         * spam-report.el (spam-report-gmane-ham): Rename from
15203         `spam-report-gmane-unspam'.
15204         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15205         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15206
15207         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15208         Autoload.
15209         (spam-report-gmane-unregister-routine):
15210         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15211
15212 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15213
15214         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15215         (spam-report-gmane-unregister-routine): Add support for gmane
15216         unregistration.
15217
15218         * spam-report.el (spam-report-gmane-unspam)
15219         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15220         (spam-report-gmane): Change to take a single article and do unspam
15221         registration.
15222
15223 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * mm-url.el (mm-url-decode-entities): Fix regexp.
15226
15227 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15228
15229         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15230         default to nil, to be able to use Gnus at all.  If the default
15231         switches to something else, then the function should be fixed not
15232         be exceedingly slow.
15233
15234 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15235
15236         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15237         fail hard.
15238
15239         * spam-report.el: Add better Keywords line.
15240
15241         * spam.el: Add Maintainer and better Keywords line.
15242
15243 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15244
15245         * gnus-art.el (gnus-article-replace-part)
15246         (gnus-mime-replace-part): New functions.
15247         (gnus-mime-action-alist, gnus-mime-button-commands)
15248         (gnus-mime-save-part-and-strip): Add file argument.
15249         (gnus-article-part-wrapper): Add interactive argument.
15250
15251         * gnus-sum.el (gnus-summary-mime-map):
15252         Add `gnus-article-replace-part'.
15253
15254 2005-09-19  Didier Verna  <didier@xemacs.org>
15255
15256         The nnml compaction feature:
15257         * nnml.el (nnml-request-compact-group): New function.
15258         * nnml.el (nnml-request-compact): New function.
15259         * gnus-int.el (gnus-request-compact-group): New function.
15260         * gnus-int.el (gnus-request-compact): New function.
15261         * gnus-group.el (gnus-group-compact-group): New function.
15262         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15263         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15264         * gnus-srvr.el (gnus-server-compact-server): New function.
15265         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15266         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15267
15268 2005-09-18  Deepak Goel  <deego@gnufans.org>
15269
15270         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15271         format spec.
15272
15273 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15276
15277 2005-09-15  Romain Francoise  <romain@orebokech.com>
15278
15279         * message.el (message-fill-paragraph): Clarify docstring.
15280
15281 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-art.el (gnus-mime-display-part): Protect against broken
15284         MIME messages.
15285
15286 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15289         before parsing header.
15290
15291 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15292
15293         * html2text.el (html2text-replace-list): Add new entities.
15294
15295 2005-09-11  Romain Francoise  <romain@orebokech.com>
15296
15297         * message.el (message-alternative-emails): Improve docstring.
15298         (message-setup-1): Call `message-use-alternative-email-as-from'
15299         after `message-setup-hook' to give it precedence over posting
15300         styles, etc.
15301         (message-use-alternative-email-as-from): Add docstring.
15302         Remove the original From header if present.
15303
15304         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15305         (nnml-save-mail): Use it.
15306
15307         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15308         articles.  Add new argument `silent'.
15309         (gnus-uu-mark-all): Report the total number of marked articles.
15310
15311 2005-09-10  Romain Francoise  <romain@orebokech.com>
15312
15313         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15314         (gnus-uu-mark-series): Likewise.
15315
15316 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15317
15318         * spam-report.el (spam-report-gmane): Fix generation of spam
15319         report URL.
15320
15321 2005-09-10  Simon Josefsson  <jas@extundo.com>
15322
15323         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15324         t, based on discussion on the ding list with Robert Epprecht
15325         <epprecht@solnet.ch>.
15326
15327 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * spam-report.el (spam-report-gmane): Make it work without
15330         X-Report-Spam header.  Gmane now only provides Archived-At.
15331         This is only used if `spam-report-gmane-use-article-number' is nil.
15332         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15333
15334         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15335         make `gnus-summary-sort-by-recipient' work with threading.
15336
15337         * nnweb.el (nnweb-google-wash-article): Print a message if article
15338         is not available.
15339
15340 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15341
15342         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15343         change.  Decode text/* parts content before displaying.
15344
15345 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15348
15349 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15352
15353         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15354         url-package-name, url-package-version,
15355         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15356         w3m-display-inline-images, and w3m-minor-mode-map.
15357
15358 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15359
15360         * message.el (message-tab-body-function): Fix mismatched custom type.
15361
15362         * gnus.el (gnus-group-change-level-function): Ditto.
15363
15364         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15365
15366         * gnus-art.el (gnus-signature-limit)
15367         (gnus-article-mime-part-function): Ditto.
15368
15369 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * mml.el (mml-mode): Silence the byte compiler.
15372
15373         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15374         using `(sit-for 0)' before moving the point to the specified part;
15375         skip unbuttonized parts.
15376         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15377         return to the summary window if gnus-auto-select-part is non-nil.
15378
15379 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15380
15381         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15382         New variables.
15383         (mml-dnd-attach-file, mml-mode): Use them.
15384
15385         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15386         Make fetching article by MID work again for Google Groups.
15387         Add FIXME concerning gnus-group-make-web-group.
15388
15389         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15390         Don't depend on Gnus by using mail-extract-address-components if
15391         gnus-extract-address-components is not bound.
15392
15393 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15394
15395         * gnus-art.el (gnus-mime-display-security): Don't display the
15396         signature, but only the signed part.
15397
15398 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15401
15402         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15403         list, not listp.
15404
15405 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15406
15407         * mm-encode.el (mm-encode-content-transfer-encoding):
15408         Likewise when encoding.
15409
15410         * mm-bodies.el (mm-decode-content-transfer-encoding):
15411         De-canonicalize CRLF for all text content types, not just
15412         text/plain.
15413
15414 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15417         valid article; point arrow and cursor at the MIME button.
15418
15419 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15422         Suggested by Dan Christensen <jdc@uwo.ca>.
15423
15424         * mm-decode.el (mm-save-part): Enable change of prompt.
15425
15426 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15427
15428         * gnus-msg.el (gnus-inews-add-send-actions):
15429         Make `message-post-method' lambda parameter ARG `&optional'.
15430
15431 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * gnus-sum.el (gnus-summary-mime-map):
15434         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15435         gnus-article-jump-to-part.
15436
15437         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15438         (gnus-article-edit-part): Use it.
15439         (gnus-article-part-wrapper): Add no-handle argument.
15440         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15441         New functions.
15442
15443 2005-08-29  Romain Francoise  <romain@orebokech.com>
15444
15445         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15446         docstring.
15447         (gnus-face-from-file): Likewise.
15448
15449 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15452         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15453         non-nil.
15454         (gnus-auto-select-part): New variable.
15455         (gnus-article-jump-to-part): New function.
15456         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15457         (gnus-mime-delete-part): Allow selecting specified part after
15458         deleting or stripping parts.
15459         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15460         part if argument is bogus.
15461
15462 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15463
15464         * gnus-art.el (w3m-minor-mode-map):
15465         * gnus-spec.el (gnus-newsrc-file-version):
15466         * gnus-util.el (nnmail-active-file-coding-system)
15467         (gnus-original-article-buffer, gnus-user-agent):
15468         * gnus.el (gnus-ham-process-destinations)
15469         (gnus-parameter-ham-marks-alist)
15470         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15471         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15472         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15473         * mm-decode.el (gnus-current-window-configuration):
15474         * mm-extern.el (gnus-article-mime-handles):
15475         * mm-url.el (url-current-object, url-package-name)
15476         (url-package-version):
15477         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15478         (smime-keys, w3m-cid-retrieve-function-alist)
15479         (w3m-current-buffer, w3m-display-inline-images)
15480         (w3m-minor-mode-map):
15481         * mml-smime.el (gnus-extract-address-components):
15482         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15483         (gnus-newsrc-hashtb, message-default-charset)
15484         (message-deletable-headers, message-options)
15485         (message-posting-charset, message-required-mail-headers)
15486         (message-required-news-headers):
15487         * mml1991.el (mc-pgp-always-sign):
15488         * mml2015.el (mc-pgp-always-sign):
15489         * nnheader.el (nnmail-extra-headers):
15490         * rfc1843.el (gnus-decode-encoded-word-function)
15491         (gnus-decode-header-function, gnus-newsgroup-name):
15492         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15493
15494 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15495
15496         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15497         the end of the date treatments.
15498
15499 2005-08-15  Simon Josefsson  <jas@extundo.com>
15500
15501         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15502         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15503         Capello and Romain Francoise.
15504         (pgg-fetch-key-function): Remove, not used?
15505         (pgg-insert-url-with-w3): Require url, to get
15506         url-insert-file-contents regardless of where it is defined.
15507
15508 2005-08-13  Romain Francoise  <romain@orebokech.com>
15509
15510         * message.el (message-cite-original-1): New function.
15511         (message-cite-original): Use it.
15512         (message-cite-original-without-signature): Ditto.
15513
15514 2005-08-08  Romain Francoise  <romain@orebokech.com>
15515
15516         * message.el (message-yank-empty-prefix): New variable.
15517         (message-indent-citation): Use it.
15518         (message-cite-original-without-signature): Respect X-No-Archive.
15519
15520 2005-08-08  Simon Josefsson  <jas@extundo.com>
15521
15522         * pgg.el: Autoload url-insert-file-contents instead of loading
15523         w3/url.
15524         (pgg-insert-url-with-w3): Don't load url here.
15525
15526 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15527
15528         * message.el (message-kill-to-signature): Don't insert newline at
15529         bol.
15530         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15531
15532 2005-08-06  Romain Francoise  <romain@orebokech.com>
15533
15534         * message.el (message-user-fqdn): Fix typo in docstring.
15535
15536 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15537
15538         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15539
15540         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15541
15542 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * mm-bodies.el (mm-encode-body): Use coding system rather than
15545         charset to encode text.
15546
15547         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15548         number of charsets if utf-8 is available (XEmacs).
15549
15550 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15553         taken from `gnus-button-mid-or-mail-regexp'.
15554         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15555         (gnus-button-alist): Improve regexp for domain part of the MIDs
15556         for news:localpart@domain buttons.
15557         (gnus-button-ctan-directory-regexp): Update.
15558
15559 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * sieve-manage.el (sieve-manage-interactive-login):
15562         Use make-local-variable rather than make-variable-buffer-local.
15563         (sieve-manage-open): Ditto.
15564         (sieve-manage-authenticate): Ditto.
15565
15566         * mml.el (mml-generate-mime-1): Make the content type default to
15567         text/plain if the filename is not specified.
15568
15569 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15572         instead of insert-buffer.
15573
15574         * message.el (message-yank-original): Ditto; set the mark at the
15575         end of the yanked message.
15576
15577 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15580         lines to scroll rather than to stop it.
15581
15582         * mml.el (mml-generate-default-type): Add doc string.
15583         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15584         default to application/octet-stream when determining the content
15585         type if it is not specified for the part or the mml contents; add
15586         a comment about mml-generate-default-type.
15587
15588 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15591         make it default to application/octet-stream when determining the
15592         content type if it is not specified for the external contents.
15593
15594 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15597         segmented parameter but also other parameters might be there.
15598
15599 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * mm-decode.el (mm-display-external): Delete temp file, directory
15602         and buffer immediately if the external process is exited.
15603
15604 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15607         fewer lines than that of scroll-margin.
15608         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15609
15610 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-art.el (gnus-article-next-page): Revert.
15613         (gnus-article-beginning-of-window): New macro.
15614         (gnus-article-next-page-1): Use it.
15615         (gnus-article-prev-page): Ditto.
15616         (gnus-article-edit-part): Use insert-buffer-substring instead of
15617         insert-buffer.
15618         (gnus-article-edit-exit): Ditto.
15619
15620         * gnus-util.el (gnus-beginning-of-window): Remove.
15621         (gnus-end-of-window): Remove.
15622
15623         * lpath.el: Don't bind header-line-format and scroll-margin.
15624
15625 2005-07-25  Simon Josefsson  <jas@extundo.com>
15626
15627         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15628         to have the url package without w3.  Reported by Daiki Ueno
15629         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15630
15631 2005-07-20  Didier Verna  <didier@xemacs.org>
15632
15633         * gnus-diary.el: Remove the description comment (nndiary is now
15634         properly documented in the Gnus manual).
15635         Fix the spelling of "Back End".
15636         * nndiary.el: Ditto.
15637         Fix the copyright notice.
15638
15639 2005-07-18  Romain Francoise  <romain@orebokech.com>
15640
15641         * gnus-sum.el (gnus-summary-to-prefix)
15642         (gnus-summary-newsgroup-prefix): New variables.
15643         (gnus-summary-from-or-to-or-newsgroups): Use them.
15644
15645 2005-07-17  Romain Francoise  <romain@orebokech.com>
15646
15647         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15648         space as it's generally not especially interesting to the user.
15649
15650 2005-07-16  Romain Francoise  <romain@orebokech.com>
15651
15652         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15653         nil to avoid prompting and file modification if one of the
15654         messages at the top of the nnfolder file contains a copyright
15655         notice.
15656         Update copyright notice.
15657
15658         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15659         instead of `current-time-string' as the latter creates a time
15660         string that is not RFC 2822 compliant (it lacks the zone).
15661         Update copyright notice.
15662
15663 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15664
15665         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15666         for text/rtf.  Display default in prompt.  Pass default for M-n.
15667
15668         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15669
15670 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15671
15672         * gnus-msg.el (gnus-button-mailto):
15673         Remove save-selected-window-window hackery because it relies on
15674         save-selected-window internals.
15675
15676 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15679         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15680         (gnus-article-prev-page): Ditto.
15681
15682         * gnus-util.el (gnus-beginning-of-window): New function.
15683         (gnus-end-of-window): New function.
15684
15685         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15686
15687 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15688
15689         * gnus-score.el (gnus-score-edit-all-score):
15690         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15691         gnus-message.
15692
15693 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15694
15695         * gnus-msg.el (gnus-button-mailto):
15696         Remove save-selected-window-window hackery because it relies on
15697         save-selected-window internals.
15698
15699 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15702         add-minor-mode.
15703         (gnus-binary-mode): Ditto.
15704
15705         * gnus-topic.el (gnus-topic-mode): Ditto.
15706
15707 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15708
15709         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15710         (gnus-article-prev-page): Take scroll-margin into consideration.
15711
15712 2005-07-04  Lute Kamstra  <lute@gnu.org>
15713
15714         Update FSF's address in GPL notices.
15715
15716 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15717
15718         * gnus.el (gnus-exit):
15719         * gnus-group.el (gnus-group-icons):
15720         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15721
15722         * gnus-nocem.el (gnus-nocem):
15723         * message.el (message-various, message-buffers, message-sending)
15724         (message-interface, message-forwarding, message-insertion)
15725         (message-headers, message-news, message-mail):
15726         * pgg-gpg.el (pgg-gpg):
15727         * pgg-parse.el (pgg-parse):
15728         * pgg-pgp.el (pgg-pgp):
15729         * pgg-pgp5.el (pgg-pgp5):
15730         * pop3.el (pop3): Finish `defgroup' description with period.
15731
15732 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * gnus-art.el (article-display-face): Improve the efficiency.
15735         (article-display-x-face): Ditto; remove grey x-face stuff.
15736
15737 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (article-display-face): Correct the position in
15740         which Faces are inserted.
15741
15742 2005-06-29  Didier Verna  <didier@xemacs.org>
15743
15744         * gnus-art.el (article-display-face): Display faces in correct
15745         order.
15746
15747 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15750         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15751         (gnus-nocem-check-article): Fetch the Type header.
15752         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15753         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15754         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15755         make sure gnus-nocem-hashtb is initialized.
15756         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15757         (gnus-nocem-unwanted-article-p): Ditto.
15758
15759         * pgg.el (pgg-verify): Return the verification result.
15760
15761 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15762
15763         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15764         is ascii.
15765
15766 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15767
15768         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15769         `show-nonbreak-escape'.
15770
15771 2005-06-23  Lute Kamstra  <lute@gnu.org>
15772
15773         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15774
15775         * dig.el (dig-mode):
15776         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15777
15778 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15779
15780         * nnimap.el (nnimap-split-download-body): Fix spellings.
15781
15782 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15783
15784         * gnus-art.el (gnus-article-encrypt-body):
15785         * gnus-cus.el (gnus-score-customize):
15786         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15787         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15788
15789 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15790
15791         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15792         header by looking for magic "MII" at the beginnig.
15793
15794 2005-06-16  Miles Bader  <miles@gnu.org>
15795
15796         * gnus-xmas.el (gnus-xmas-group-startup-message):
15797         Use renamed gnus-splash face.
15798
15799         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15800         (assistant-field-face): New backward-compatibility alias for renamed
15801         face.
15802         (assistant-render-text): Use renamed assistant-field face.
15803
15804         * spam.el (spam): Remove "-face" suffix from face name.
15805         (spam-face): New backward-compatibility alias for renamed face.
15806         (spam-face, spam-initialize): Use renamed spam face.
15807
15808         * message.el (message-header-to, message-header-cc)
15809         (message-header-subject, message-header-newsgroups)
15810         (message-header-other, message-header-name)
15811         (message-header-xheader, message-separator, message-cited-text)
15812         (message-mml): Remove "-face" suffix from face names.
15813         (message-header-to-face, message-header-cc-face)
15814         (message-header-subject-face, message-header-newsgroups-face)
15815         (message-header-other-face, message-header-name-face)
15816         (message-header-xheader-face, message-separator-face)
15817         (message-cited-text-face, message-mml-face):
15818         New backward-compatibility aliases for renamed faces.
15819         (message-font-lock-keywords): Use renamed message faces.
15820
15821         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15822         (sieve-test-commands, sieve-tagged-arguments):
15823         Remove "-face" suffix from face names.
15824         (sieve-control-commands-face, sieve-action-commands-face)
15825         (sieve-test-commands-face, sieve-tagged-arguments-face):
15826         New backward-compatibility aliases for renamed faces.
15827         (sieve-control-commands-face, sieve-action-commands-face)
15828         (sieve-test-commands-face, sieve-tagged-arguments-face):
15829         Use renamed sieve faces.
15830
15831         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15832         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15833         (gnus-group-news-3-empty, gnus-group-news-4)
15834         (gnus-group-news-4-empty, gnus-group-news-5)
15835         (gnus-group-news-5-empty, gnus-group-news-6)
15836         (gnus-group-news-6-empty, gnus-group-news-low)
15837         (gnus-group-news-low-empty, gnus-group-mail-1)
15838         (gnus-group-mail-1-empty, gnus-group-mail-2)
15839         (gnus-group-mail-2-empty, gnus-group-mail-3)
15840         (gnus-group-mail-3-empty, gnus-group-mail-low)
15841         (gnus-group-mail-low-empty, gnus-summary-selected)
15842         (gnus-summary-cancelled, gnus-summary-high-ticked)
15843         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15844         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15845         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15846         (gnus-summary-low-undownloaded)
15847         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15848         (gnus-summary-low-unread, gnus-summary-normal-unread)
15849         (gnus-summary-high-read, gnus-summary-low-read)
15850         (gnus-summary-normal-read, gnus-splash):
15851         Remove "-face" suffix from face names.
15852         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15853         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15854         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15855         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15856         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15857         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15858         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15859         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15860         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15861         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15862         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15863         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15864         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15865         (gnus-summary-normal-ticked-face)
15866         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15867         (gnus-summary-normal-ancient-face)
15868         (gnus-summary-high-undownloaded-face)
15869         (gnus-summary-low-undownloaded-face)
15870         (gnus-summary-normal-undownloaded-face)
15871         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15872         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15873         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15874         (gnus-splash-face):
15875         New backward-compatibility aliases for renamed faces.
15876         (gnus-group-startup-message): Use renamed gnus faces.
15877
15878         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15879         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15880         (gnus-server-agent): Remove "-face" suffix from face names.
15881         (gnus-server-agent-face, gnus-server-opened-face)
15882         (gnus-server-closed-face, gnus-server-denied-face)
15883         (gnus-server-offline-face):
15884         New backward-compatibility aliases for renamed faces.
15885         (gnus-server-agent-face, gnus-server-opened-face)
15886         (gnus-server-closed-face, gnus-server-denied-face)
15887         (gnus-server-offline-face): Use renamed gnus faces.
15888
15889         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15890         Remove "-face" suffix from face names.
15891         (gnus-picon-xbm-face, gnus-picon-face):
15892         New backward-compatibility aliases for renamed faces.
15893
15894         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15895         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15896         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15897         (gnus-cite-11): Remove "-face" suffix from face names.
15898         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15899         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15900         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15901         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15902         New backward-compatibility aliases for renamed faces.
15903         (gnus-cite-attribution-face, gnus-cite-face-list)
15904         (gnus-article-boring-faces): Use renamed gnus faces.
15905
15906         * gnus-art.el (gnus-signature, gnus-header-from)
15907         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15908         (gnus-header-content): Remove "-face" suffix from face names.
15909         (gnus-signature-face, gnus-header-from-face)
15910         (gnus-header-subject-face, gnus-header-newsgroups-face)
15911         (gnus-header-name-face, gnus-header-content-face):
15912         New backward-compatibility aliases for renamed faces.
15913         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15914
15915         * gnus-sum.el (gnus-summary-selected-face)
15916         (gnus-summary-highlight): Use renamed gnus faces.
15917         * gnus-group.el (gnus-group-highlight): Likewise.
15918
15919 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15920
15921         * gnus-sieve.el (gnus-sieve-article-add-rule):
15922         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15923         * spam-stat.el (spam-stat-buffer-change-to-spam)
15924         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15925
15926         * message.el (message-is-yours-p):
15927         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15928
15929 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * mm-view.el (mm-inline-text): Withdraw the last change.
15932
15933 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15936         executing enriched-decode.
15937
15938 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15941         charset of tar files.
15942
15943 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15944
15945         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15946
15947 2005-06-04  Lute Kamstra  <lute@gnu.org>
15948
15949         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15950         information is never recorded.
15951
15952 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15953
15954         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15955
15956 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * pop3.el (pop3-apop): Run md5 in the binary mode.
15959
15960         * starttls.el (starttls-set-process-query-on-exit-flag):
15961         Use eval-and-compile.
15962
15963 2005-05-31  Simon Josefsson  <jas@extundo.com>
15964
15965         * smime.el (smime-replace-in-string): Define.
15966         (smime-cert-by-ldap-1): Use it.
15967
15968 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-art.el (article-display-x-face): Replace
15971         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15972
15973         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15974         set-process-query-on-exit-flag or process-kill-without-query.
15975
15976         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15977         loop instead of replace-regexp.
15978
15979         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15980         instead of process-kill-without-query if it is available.
15981
15982         * lpath.el: Fbind ldap-search-entries.
15983
15984         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15985         instead of find-file-hooks if it is available.
15986
15987         * mml1991.el: Bind pgg-default-user-id when compiling.
15988
15989         * mml2015.el: Bind pgg-default-user-id when compiling.
15990
15991         * nndraft.el (nndraft-request-associate-buffer):
15992         Use write-contents-functions instead of write-contents-hooks if it is
15993         available.
15994
15995         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15996         instead of find-file-hooks if it is available.
15997
15998         * nntp.el (nntp-open-connection): Replace
15999         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16000         (nntp-open-ssl-stream): Ditto.
16001         (nntp-open-tls-stream): Ditto.
16002
16003         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16004         set-process-query-on-exit-flag or process-kill-without-query.
16005         (starttls-open-stream-gnutls): Use it instead of
16006         process-kill-without-query.
16007         (starttls-open-stream): Ditto.
16008
16009 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16010
16011         * smime.el (smime-cert-by-ldap-1): Don't use
16012         replace-regexp-in-string.
16013
16014 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16015
16016         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16017
16018         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16019         in PEM format.  Adjust to the XEmacs compability.
16020
16021 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16024         by `string-to-number'.
16025         * gnus-agent.el (gnus-agent-regenerate-group)
16026         (gnus-agent-fetch-articles): Ditto.
16027         * gnus-art.el (gnus-button-fetch-group): Ditto.
16028         * gnus-cache.el (gnus-cache-generate-active)
16029         (gnus-cache-articles-in-group): Ditto.
16030         * gnus-group.el (gnus-group-set-current-level)
16031         (gnus-group-insert-group-line): Ditto.
16032         * gnus-score.el (gnus-score-set-expunge-below)
16033         (gnus-score-set-mark-below, gnus-summary-score-effect)
16034         (gnus-summary-score-entry): Ditto.
16035         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16036         (gnus-soup-pack): Ditto.
16037         * gnus-spec.el (gnus-xmas-format): Ditto.
16038         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16039         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16040         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16041         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16042         * nndb.el (nndb-get-remote-expire-response): Ditto.
16043         * nndiary.el (nndiary-parse-schedule-value)
16044         (nndiary-string-to-number, nndiary-request-replace-article)
16045         (nndiary-request-article): Ditto.
16046         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16047         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16048         * nneething.el (nneething-make-head): Ditto.
16049         * nnfolder.el (nnfolder-request-article)
16050         (nnfolder-retrieve-headers): Ditto.
16051         * nnheader.el (nnheader-file-to-number): Ditto.
16052         * nnkiboze.el (nnkiboze-request-article): Ditto.
16053         * nnmail.el (nnmail-process-unix-mail-format)
16054         (nnmail-process-babyl-mail-format): Ditto.
16055         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16056         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16057         (nnmh-request-create-group, nnmh-request-list-1)
16058         (nnmh-request-group, nnmh-request-article): Ditto.
16059         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16060         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16061         * nnsoup.el (nnsoup-make-active): Ditto.
16062         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16063         * nntp.el (nntp-find-group-and-number)
16064         (nntp-retrieve-headers-with-xover): Ditto.
16065         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16066         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16067         (pgg-format-key-identifier): Ditto.
16068         * pop3.el (pop3-last, pop3-stat): Ditto.
16069         * qp.el (quoted-printable-decode-region): Ditto.
16070
16071         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16072         of concat.
16073
16074 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16077
16078         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16079
16080         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16081
16082         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16083
16084         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16085
16086         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16087
16088         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16089         (gnus-carpal-mode): Ditto.
16090
16091         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16092         (gnus-browse-mode): Ditto.
16093
16094         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16095
16096         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16097
16098 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16099
16100         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16101
16102 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-util.el (gnus-run-mode-hooks): New function.
16105
16106         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16107
16108         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16109         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16110
16111 2005-05-27  Lute Kamstra  <lute@gnu.org>
16112
16113         * dns-mode.el (dns-mode): Specify customization group.
16114
16115 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16116
16117         * gnus-agent.el (gnus-agent-make-mode-line-string):
16118         Use mode-line-highlight as mouse-face.
16119
16120 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * canlock.el (canlock): Change the parent group to news.
16123
16124         * deuglify.el (gnus-outlook-deuglify): Add :group.
16125
16126         * dig.el (dig): Add :group.
16127
16128         * dns-mode.el (dns-mode): Add :group.
16129
16130         * encrypt.el (encrypt): Add :group.
16131
16132         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16133         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16134         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16135         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16136         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16137
16138         * gnus-diary.el (gnus-diary): Add :group.
16139
16140         * gnus.el (gnus-group-news-1-face): Add :group.
16141         (gnus-group-news-1-empty-face): Ditto.
16142         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16143         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16144         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16145         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16146         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16147         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16148         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16149         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16150         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16151         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16152         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16153         (gnus-summary-high-ticked-face): Ditto.
16154         (gnus-summary-low-ticked-face): Ditto.
16155         (gnus-summary-normal-ticked-face): Ditto.
16156         (gnus-summary-high-ancient-face): Ditto.
16157         (gnus-summary-low-ancient-face): Ditto.
16158         (gnus-summary-normal-ancient-face): Ditto.
16159         (gnus-summary-high-undownloaded-face): Ditto.
16160         (gnus-summary-low-undownloaded-face): Ditto.
16161         (gnus-summary-normal-undownloaded-face): Ditto.
16162         (gnus-summary-high-unread-face): Ditto.
16163         (gnus-summary-low-unread-face): Ditto.
16164         (gnus-summary-normal-unread-face): Ditto.
16165         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16166         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16167
16168         * hashcash.el (hashcash): New custom group.
16169         (hashcash-default-payment): Add :group.
16170         (hashcash-payment-alist): Ditto.
16171         (hashcash-default-accept-payment): Ditto.
16172         (hashcash-accept-resources): Ditto.
16173         (hashcash-path): Ditto.
16174         (hashcash-extra-generate-parameters): Ditto.
16175         (hashcash-double-spend-database): Ditto.
16176         (hashcash-in-news): Ditto.
16177
16178         * message.el (message-minibuffer-local-map): Add :group.
16179
16180         * netrc.el (netrc): Add :group.
16181
16182         * sieve-manage.el (sieve-manage-log): Add :group.
16183         (sieve-manage-default-user): Diito.
16184         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16185         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16186         (sieve-manage-authenticators): Ditto.
16187         (sieve-manage-authenticator-alist): Ditto.
16188         (sieve-manage-default-port): Ditto.
16189
16190         * sieve-mode.el (sieve-control-commands-face): Add :group.
16191         (sieve-action-commands-face): Ditto.
16192         (sieve-test-commands-face): Ditto.
16193         (sieve-tagged-arguments-face): Ditto.
16194
16195         * smime.el (smime): Add :group.
16196
16197         * spam-report.el (spam-report): Add :group.
16198
16199         * spam.el (spam, spam-face): Add :group.
16200
16201 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16202
16203         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16204         return \n.\n.\n at the end of articles.  Protect against that.
16205         (nntp-with-open-group): Allow debugging.
16206
16207         * nnheader.el (mail-header-set-extra): Make into a function
16208         because I just could't understand how to quote the list properly.
16209
16210         * dns.el (query-dns-cached): New function.
16211
16212 2005-05-26  Lute Kamstra  <lute@gnu.org>
16213
16214         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16215
16216 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16219
16220         * gnus-art.el: Don't autoload mail-extract-address-components.
16221
16222         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16223         eval-and-compile to evaluate it.
16224
16225         * hashcash.el: Don't autoload executable-find.
16226
16227         * nndb.el: Don't declare the nndb back end two or more times; don't
16228         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16229
16230         * nntp.el: Autoload format-spec instead of format; use
16231         eval-and-compile to evaluate autoload forms.
16232
16233 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16234
16235         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16236
16237 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16238
16239         * gnus.el (gnus-version-number): Bump version.
16240
16241 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16242
16243         * gnus.el: No Gnus v0.3 is released.
16244
16245 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246
16247         * lpath.el (featurep): Bind show-nonbreak-escape.
16248
16249 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-art.el (gnus-article-edit-part): Disable undo.
16252
16253 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16256         gnus-article-date-lapsed-new-header is t if date timer is active;
16257         skip headers in which the original date value is empty.
16258         (gnus-article-save-original-date): Redefine it as a macro.
16259         (gnus-display-mime): Use it.
16260
16261 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * gnus-art.el (article-date-ut): Support converting date in
16264         forwarded parts as well.
16265         (gnus-article-save-original-date): New function.
16266         (gnus-display-mime): Use it.
16267
16268 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16269
16270         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16271         enclosure element of <item>.
16272
16273 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * message.el (message-kill-buffer-query): Rename from
16276         `message-kill-buffer-query-if-modified'.  Add :version.
16277
16278 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16281         window layout.
16282
16283 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * mml.el: Autoload dnd when compiling.
16286
16287 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16290         x-dnd-*.
16291
16292 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * qp.el (quoted-printable-encode-region): Save excursion.
16295
16296 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16297
16298         * message.el (message-kill-buffer-query-if-modified): Add new variable
16299         so the user can kill a modified message buffer quickly.
16300         (message-kill-buffer): Use it.
16301
16302 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * lpath.el: Fbind display-time-event-handler; don't fbind
16305         string-to-multibyte.
16306
16307         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16308
16309 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16312         contained in text because xml.el decodes entities) with LFs.
16313
16314 2005-04-11  Lute Kamstra  <lute@gnu.org>
16315
16316         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16317         differently.
16318
16319 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16320
16321         * mm-util.el (mm-detect-coding-region): Typo.
16322
16323 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16326
16327 2005-04-06  Deepak Goel  <deego@gnufans.org>
16328
16329         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16330         user-function allow user modifications of the scores.
16331         (spam-stat-score-buffer-user): New function, to allow
16332         user-computed modifications to the score.
16333         (spam-stat-score-buffer-user-functions): List of additional
16334         scoring functions.
16335         (spam-stat-error-holder): Global temporary error holder.
16336         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16337         variable.
16338
16339 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16340
16341         * gnus-registry.el (gnus-registry-clean-empty-function)
16342         (gnus-registry-trim, gnus-registry-fetch-groups)
16343         (gnus-registry-delete-group): Groups that match
16344         `gnus-registry-ignored-groups' are removed from the registry
16345         entries, not just ignored for splitting.  This helps clean up the
16346         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16347         to get all the groups a message ID is in.
16348
16349         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16350         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16351         (spam-stat-score-buffer-user-functions): Add :number custom type.
16352
16353 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16356         argument in XEmacs.
16357
16358         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16359         (nnrss-request-group): Decode group name first.
16360         (nnrss-request-article): Make a text/plain article if mml-to-mime
16361         failed.
16362         (nnrss-get-encoding): Return a compatible encoding according to
16363         nnrss-compatible-encoding-alist.
16364         (nnrss-find-el): Use consp instead of listp.
16365         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16366
16367 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16370         which Emacs 20 doesn't support.
16371         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16372
16373 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16376         silence the byte compiler inside the defun.
16377
16378         * gnus-demon.el (parse-time-string): Add autoload.
16379
16380         * gnus-delay.el (parse-time-string): Add autoload.
16381
16382         * gnus-art.el (parse-time-string): Add autoload.
16383
16384         * nnultimate.el (parse-time): Require for `parse-time-string'.
16385
16386 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16389
16390         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16391
16392         * smime.el (smime-ldap-host-list): Add :version.
16393
16394 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16397         pass it to `gnus-browse-read-group'.
16398         (gnus-browse-read-group): Add NUMBER argument and pass it to
16399         `gnus-group-read-ephemeral-group'.
16400
16401         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16402         argument and pass it to `gnus-group-read-group'.
16403
16404 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16405
16406         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16407         mm-xemacs-find-mime-charset-1 if we have the mule feature
16408         available at runtime.
16409
16410 2005-03-25  Werner Lemberg  <wl@gnu.org>
16411
16412         * nnmaildir.el: Replace `illegal' with `invalid'.
16413
16414 2005-03-23  Lute Kamstra  <lute@gnu.org>
16415
16416         * time-date.el: Add comment on time value formats.
16417         Don't require parse-time.
16418         (with-decoded-time-value): New macro.
16419         (encode-time-value): New function.
16420         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16421         (days-to-time): Return a valid time value when arg is huge.
16422         (time-since): Use time-subtract.
16423         (time-to-number-of-days): Use time-to-seconds.
16424
16425 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16426
16427         * gnus-start.el (gnus-display-time-event-handler):
16428         Check display-time-timer at runtime rather than only at load time
16429         in case display-time-mode is turned off in the mean time.
16430
16431 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16434         used.
16435
16436         * nneething.el (nneething-map-file-directory): Derive from
16437         `gnus-directory'.
16438
16439         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16440         the To/Cc button.
16441
16442 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * nnmaildir.el (nnmaildir-request-accept-article):
16445         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16446
16447 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16448
16449         * gnus-async.el: Require timer-funcs at compile time when in
16450         XEmacs for `run-with-idle-timer'.
16451
16452 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16453
16454         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16455         autoloaded function.
16456
16457 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16458
16459         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16460
16461 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16462
16463         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16464
16465 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16466
16467         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16468         Add gnus-expert-user to default.
16469
16470 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16471
16472         * nnimap.el (nnimap-open-server): Ditto.
16473
16474         * imap.el (imap-authenticate): Fix typo.
16475
16476 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16477
16478         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16479         buffer (since IMAP server might return FETCH response out of
16480         order, and the nntp buffer must be sorted).
16481
16482 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16483
16484         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16485         comparison on string.
16486
16487         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16488         (gnus-agent-score): Rename category keywords to match gnus-cus.
16489         (gnus-agent-summary-fetch-series): Modify to protect against
16490         gnus-agent-summary-fetch-group clearing processable flags.
16491         (gnus-agent-synchronize-group-flags): Update live group buffer as
16492         synchronization may occur due to the user toggle the plugged
16493         status.
16494         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16495         successfully downloaded.
16496         (gnus-agent-expire-group-1): Avoid using markers when the overview
16497         is in ascending order; greatly improves performance.
16498         (gnus-agent-regenerate-group):
16499         Use gnus-agent-synchronize-group-flags to reset read status in both
16500         gnus and server.
16501         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16502
16503 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16504
16505         * message.el: Don't autoload former message-utils variables.
16506         (message-strip-subject-trailing-was): Change doc string.
16507
16508         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16509         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16510         (nnweb-google-search): Add "hl=en" here.
16511         (nnweb-google-parse-1, nnweb-google-create-mapping):
16512         Don't hardcode URL.
16513
16514 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * message.el (message-get-reply-headers, message-followup):
16517         Mention related variables `message-use-followup-to' and
16518         `message-use-mail-followup-to', in the information buffer.
16519
16520         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16521         of broken groups(-beta).google.com.
16522
16523 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16524
16525         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16526         parameter to invoked gnus-request-move-article; remove the
16527         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16528         all at once instead of once per article.
16529         (gnus-summary-remove-process-mark): Accept a list of articles as
16530         well as a single article for processing.
16531
16532         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16533         parameter.
16534
16535         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16536
16537         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16538
16539         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16540         parameter.
16541
16542         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16543         parameter.
16544
16545         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16546         parameter and remove the gnus-sum-hint-move-is-internal variable.
16547
16548         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16549         parameter.
16550
16551         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16552         parameter.
16553
16554         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16555         parameter.
16556
16557         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16558
16559         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16560         parameter.
16561
16562         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16563         parameter.
16564
16565 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16566
16567         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16568         a more conservative way.
16569
16570 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16571
16572         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16573         buffer, so it moves the window's cursor.
16574
16575 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16576
16577         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16578         `mm-dissect-multipart' and receive the from field as an (optional)
16579         argument from `mm-dissect-multipart'.
16580         (mm-dissect-multipart): Receive the from field as an argument and
16581         pass it on when we call `mm-dissect-buffer' on MIME parts.
16582         Fixes verification/decryption of signed/encrypted MIME parts.
16583
16584 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16585
16586         * gnus-sum.el (gnus-summary-move-article):
16587         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16588         whatever it calls (right now, only nnimap-request-move article
16589         respects it).
16590
16591         * nnimap.el (nnimap-request-move-article):
16592         When gnus-sum-hint-move-is-internal is set, don't do the extra
16593         nnimap-request-article.
16594
16595 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16598
16599         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16600         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16601
16602         * gnus-sum.el (gnus-summary-caesar-message):
16603         Apply `gnus-treat-article' after rotation.
16604
16605         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16606         doc string.
16607
16608 2005-02-22  Simon Josefsson  <jas@extundo.com>
16609
16610         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16611         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16612         <arne@arnested.dk>.
16613         (encrypt): Add password-cache and password-cache-expiry as group
16614         members.
16615
16616 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16617
16618         * smime.el (smime-ldap-host-list): Doc fix.
16619         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16620         cache) password.
16621         (smime-sign-region): Use it.
16622         (smime-decrypt-region): Use it.
16623         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16624         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16625         fails.
16626         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16627         certificate from DER to PEM format rather than calling openssl.
16628
16629         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16630
16631         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16632         for signing/encryption.
16633
16634         * mml.el (mml-parse-1): Use them.
16635
16636 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16637
16638         * nnrss.el (nnrss-verbose): Remove.
16639         (nnrss-request-group): Use `nnheader-message' instead.
16640
16641 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16642
16643         * nnrss.el (nnrss-verbose): New variable.
16644         (nnrss-request-group): Make it say nnrss is requesting a group.
16645
16646 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16647
16648         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16649         Handle news URL with given port correctly.
16650
16651 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16654         containing special characters.
16655
16656         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16657
16658         * mml.el (mime-to-mml): Ditto.
16659
16660         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16661         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16662         (rfc2047-decode-region): Quote decoded words containing special
16663         characters when rfc2047-quote-decoded-words-containing-tspecials
16664         is non-nil.
16665
16666 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16669
16670         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16671
16672 2005-02-15  Simon Josefsson  <jas@extundo.com>
16673
16674         * nnimap.el (nnimap-debug): Doc fix.
16675
16676         * imap.el (imap-debug): Doc fix.
16677
16678 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16681
16682 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16683
16684         * gnus.el (spam-contents): Improve docs for spam-contents
16685         parameter in its variable incarnation.
16686
16687 2005-02-14  Simon Josefsson  <jas@extundo.com>
16688
16689         * smime-ldap.el: Use require instead of load-library for ldap.
16690         (smime-ldap-search): Indent.
16691         (smime-ldap-search-internal): Shorten line.
16692
16693         * smime.el (smime-cert-by-dns): Add doc-string.
16694         (smime-cert-by-ldap-1): Indent.
16695
16696         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16697         mml-smime-get-dns-ldap.
16698         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16699
16700 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16701
16702         * smime.el: Require smime-ldap.
16703         (smime-ldap-host-list): New variable.
16704         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16705
16706         * mml-smime.el (mml-smime-encrypt-query): New function.
16707         (mml-smime-encrypt-query): Use it.
16708
16709         * smime-ldap.el: New file.
16710
16711 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16714
16715 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16716
16717         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16718         argument in doc string.  Make query for type more clear.
16719
16720 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16721
16722         * gnus.el (gnus-group-startup-message): Search for gnus images in
16723         etc/images/gnus.
16724         * mm-util.el (mm-image-load-path): Likewise.
16725         * smiley.el (smiley-data-directory): Search for smilies in
16726         etc/images/smilies.
16727
16728 2005-02-09  Kim F. Storm  <storm@cua.dk>
16729
16730         Change Emacs release version from 21.4 to 22.1 throughout.
16731         Change Emacs development version from 21.3.50 to 22.0.50.
16732
16733 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16736
16737         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16738         non-Mule XEmacs as well.
16739         (mm-decompress-buffer): Signal an error intentionally if it does
16740         not decompress compressed data because auto-compression-mode is
16741         disabled.
16742
16743 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16744
16745         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16746         an ID in the registry even if it has no groups.
16747
16748 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16751         merge it into mm-decompress-buffer.
16752         (gnus-mime-copy-part): Use the MIME part charset, the value which
16753         a user specified or gnus-newsgroup-charset for decoding, like
16754         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16755         save-buffer what was used.  Suggested by Kevin Ryde
16756         <user42@zip.com.au>.
16757         (gnus-mime-inline-part): Allow the name parameter as well as the
16758         filename parameter; force decompressing of compressed data; always
16759         display contents being not decoded as unibyte.
16760
16761         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16762         as well as the filename parameter.
16763
16764         * mm-util.el (mm-decompress-buffer):
16765         Merge gnus-mime-jka-compr-maybe-uncompress.
16766         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16767         of compressed data.
16768
16769 2005-02-08  Simon Josefsson  <jas@extundo.com>
16770
16771         * imap.el (imap-log): Doc fix.
16772
16773 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16776         the coding cookies; decompress compressed parts.
16777
16778         * mml.el (mml-generate-mime-1): Add the charset parameter according
16779         to the value which a user specified manually or the coding cookie.
16780
16781         * mm-util.el (mm-string-to-multibyte): New function.
16782         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16783         (mm-coding-system-to-mime-charset): New function.
16784         (mm-decompress-buffer): New function.
16785         (mm-find-buffer-file-coding-system): New function.
16786
16787         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16788         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16789         parts.
16790
16791 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16792
16793         * mm-view.el (mm-display-inline-fontify): Decode a part according
16794         to the charset parameter.
16795
16796 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16799         prefix arg is neither nil nor a number, as info specifies.
16800
16801 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16804         timestamps.
16805
16806 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16807
16808         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16809         groups error checking and notify user.
16810
16811 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16812
16813         * message.el (message-send-mail-function): Check existence of
16814         sendmail-program first before using default value
16815         `message-send-mail-with-sendmail'.  Otherwise use more generic
16816         `smtpmail-send-it'.
16817
16818 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * nntp.el (nntp-request-update-info): Always return nil.
16821
16822 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16823
16824         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16825
16826 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16827
16828         * message.el (message-beginning-of-line): Change the behavior when
16829         invoked between BOL and : so that it first moves backward.
16830
16831 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16834         article buffer when editing of the article is discarded.
16835         (gnus-article-prepare): Revert.
16836
16837 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-art.el (gnus-article-prepare):
16840         Remove message-strip-forbidden-properties from the local hook.
16841
16842 2005-01-27  Simon Josefsson  <jas@extundo.com>
16843
16844         * password.el (password-cache-add): Only start one timer per key.
16845         Reported by Derek Atkins <warlord@MIT.EDU>.
16846
16847 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16848
16849         * run-at-time.el: Remove.  It is no longer needed as
16850         timer-funcs.el in the xemacs-base package has a working version of
16851         `run-at-time'.
16852
16853         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16854
16855         * password.el: Require timer-funcs instead of run-at-time in
16856         XEmacs.
16857         Remove `password-run-at-time' macro.
16858         (password-cache-add): Use `run-at-time' instead of
16859         `password-run-at-time'.
16860
16861         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16862         Remove `nnheader-cancel-function-timers' alias,
16863         `cancel-function-timers' exists in XEmacs in timer-funcs.
16864
16865         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16866         for `run-with-idle-timer'.
16867
16868         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16869         for `run-at-time'.
16870
16871         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16872         for `with-timeout'.
16873
16874         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16875         the same as for XEmacs 21.4.
16876         No need to ignore `run-with-idle-timer', this function exists in
16877         XEmacs now in timer-funcs.el in the xemacs-base package.
16878         (dgnushack-compile): No need to delete
16879         run-at-time.el from the list of files to compile because it
16880         doesn't exist anymore.
16881
16882 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16885         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16886
16887 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16888
16889         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16890         sensitively.
16891
16892 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16893
16894         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16895
16896 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16899         which will be inserted according to the multibyteness of a buffer
16900         rather than the type of contents.  Suggested by ARISAWA Akihiro
16901         <ari@mbf.ocn.ne.jp>.
16902
16903         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16904         of string which old xml.el may return rather than a string.
16905
16906 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16909
16910 2005-01-16  Simon Josefsson  <jas@extundo.com>
16911
16912         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16913         idn/idna.el isn't available.
16914         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16915         <michael@waxrat.com>.
16916
16917         * hashcash.el: Remove non-FSF copyright header.
16918
16919         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16920         (hashcash-generate-payment): Use it.
16921         (hashcash-generate-payment-async): Use it.
16922
16923 2005-01-15  Simon Josefsson  <jas@extundo.com>
16924
16925         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16926         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16927
16928         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16929         gnus-summary-idna-message.
16930         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16931         (gnus-summary-idna-message): New function.
16932
16933 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16936         gnus-novice-user.
16937
16938 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * nnrss.el (nnrss-request-delete-group): Delete entries in
16941         nnrss-group-alist as well.
16942         (nnrss-save-server-data): Insert newline.
16943
16944 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * gnus.el (gnus-user-agent): Use list of symbols instead of
16947         symbols.  Display full version number for (S)XEmacs.
16948         Optionally display (S)XEmacs codename.
16949
16950         * gnus-util.el (gnus-emacs-version): Update for new
16951         `gnus-user-agent'.
16952
16953         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16954         Gnus version.
16955
16956 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16959         which is unreadable in some setups.
16960
16961 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-spec.el (gnus-update-format-specifications): Flush the
16964         group format spec cache if it doesn't support decoded group names.
16965
16966 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16969         Allow to apply decay on score files matching a regexp.
16970
16971 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16974         compatibility in %g and %c.
16975
16976 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16979         name for only %g and %c.
16980         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16981         of gnus-tmp-group to decoded group name.
16982         (gnus-group-make-rss-group): Exclude `/'s from group names.
16983
16984 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * nnrss.el (nnrss-get-encoding): Fix regexp.
16987
16988 2004-12-27  Simon Josefsson  <jas@extundo.com>
16989
16990         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16991         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16992         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16993
16994 2004-12-17  Kim F. Storm  <storm@cua.dk>
16995
16996         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16997
16998         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16999
17000 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17001
17002         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17003
17004 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * nnrss.el: Require rfc2047 and mml.
17007         (nnrss-file-coding-system): New variable.
17008         (nnrss-format-string): Redefine it as an inline function.
17009         (nnrss-decode-group-name): New function.
17010         (nnrss-string-as-multibyte): Remove.
17011         (nnrss-retrieve-headers): Decode group name; don't use
17012         nnrss-format-string.
17013         (nnrss-request-group): Decode group name.
17014         (nnrss-request-article): Decode group name; allow a Message-ID as
17015         well as an article number; don't use nnrss-format-string; encode a
17016         Message-ID string which may contain non-ASCII characters; use
17017         mml-to-mime to compose a MIME article.
17018         (nnrss-request-expire-articles): Decode group name.
17019         (nnrss-request-delete-group): Decode group name.
17020         (nnrss-fetch): Clarify error message.
17021         (nnrss-read-server-data): Use insert-file-contents instead of load;
17022         bind file-name-coding-system; use multibyte buffer.
17023         (nnrss-save-server-data): Bind coding-system-for-write to the
17024         value of nnrss-file-coding-system; bind file-name-coding-system;
17025         add coding cookie.
17026         (nnrss-read-group-data): Use insert-file-contents instead of load;
17027         bind file-name-coding-system; use multibyte buffer.
17028         (nnrss-save-group-data): Bind coding-system-for-write to the
17029         value of nnrss-file-coding-system; bind file-name-coding-system.
17030         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17031         make it work with non-ASCII text.
17032         (nnrss-find-el): Make it work with old xml.el as well.
17033
17034 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17035
17036         * nnrss.el (nnrss-get-encoding): New function.
17037         (nnrss-fetch): Use unibyte buffer initially; bind
17038         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17039         decode contents according to the encoding attribute.
17040         (nnrss-save-group-data): Add coding cookie.
17041         (nnrss-mime-encode-string): New function.
17042         (nnrss-check-group): Use it to encode subject and author.
17043
17044 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17047         imaginary variable.
17048
17049 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17052         correctly even if there are wide characters.
17053
17054 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17057         downcased symbol names; make a new cache instead of reusing
17058         bbdb-hashtable.
17059
17060 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17063         concatenating segments rather than before concatenating them.
17064         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17065
17066         * message.el (message-get-reply-headers): Bind `extra'.
17067
17068 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17069
17070         * message.el (message-extra-wide-headers): New variable.
17071         (message-get-reply-headers): Use it.
17072
17073 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17076         (gnus-agent-group-pathname): Ditto.
17077
17078         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17079
17080         * gnus-group.el (gnus-group-make-group): Decode group name.
17081         (gnus-group-make-rss-group): Register the group data after opening
17082         the nnrss group.
17083
17084 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17085
17086         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17087         by expiry now get marked as read.
17088
17089 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17092
17093 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17094
17095         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17096         unify Latin characters in XEmacs.
17097         (mm-find-mime-charset-region): Use it.
17098
17099 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-util.el (gnus-delete-directory): New function.
17102
17103         * gnus-agent.el (gnus-agent-delete-group): Use it.
17104
17105         * gnus-cache.el (gnus-cache-delete-group): Use it.
17106
17107 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17110         names.
17111
17112 2004-12-16  Simon Josefsson  <jas@extundo.com>
17113
17114         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17115
17116 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17119
17120         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17121         (gnus-group-set-current-level): Decode group name.
17122
17123 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17124
17125         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17126         failed.
17127
17128 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-group.el (gnus-group-delete-group): Decode group name.
17131         (gnus-group-make-rss-group): Encode group name.
17132         (gnus-group-catchup-current): Decode group name.
17133         (gnus-group-kill-group): Decode group name.
17134
17135 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17136
17137         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17138
17139 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-group.el (gnus-group-make-rss-group):
17142         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17143
17144         * gnus-start.el (gnus-setup-news): Honor user's setting to
17145         gnus-message-archive-method.  Suggested by Lute Kamstra
17146         <lute@gnu.org>.
17147
17148 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17149
17150         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17151         global counterparts of the buffer-local variables.
17152
17153 2004-11-16  Romain Francoise  <romain@orebokech.com>
17154
17155         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17156         counterparts of the buffer-local variables.
17157
17158 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17159
17160         * message.el (message-forbidden-properties): Fix typo in doc
17161         string.
17162
17163 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17164
17165         * gnus-util.el (gnus-replace-in-string): Add doc string.
17166
17167         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17168         to avoid problems when splitting mails with many recipients.
17169
17170 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17171
17172         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17173         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17174
17175 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17176
17177         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17178         if there is no hashtable in memory or file modification time is
17179         newer than cached timestamp.
17180
17181 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * gnus-sum.el (gnus-summary-limit-to-recipient):
17184         Implement not-matching option.
17185
17186 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17187
17188         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17189         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17190         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17191         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17192         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17193         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17194
17195 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * message.el (message-forward-make-body-mml): Remove headers
17198         according to message-forward-ignored-headers if a message is decoded.
17199
17200 2004-12-02  Romain Francoise  <romain@orebokech.com>
17201
17202         * message.el (message-forward-make-body-plain): Always remove
17203         headers according to message-forward-ignored-headers.
17204
17205 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17206
17207         * spam.el (spam-summary-prepare-exit): Remove the
17208         gnus-summary-limit pop for now, it has problems with ham marks for
17209         me.
17210
17211 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17212
17213         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17214         correctly.
17215
17216 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17217
17218         * format-spec.el (format-spec): Message the char.
17219
17220 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17221
17222         * gnus-art.el (gnus-split-methods): Reformat comments.
17223
17224         * spam.el (spam-summary-prepare-exit): Remove article limits
17225         before exiting the summary buffer.
17226
17227 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17230         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17231
17232         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17233         order to silence the byte compiler.
17234
17235         * spam.el: Fix the way to silence the byte compiler, which
17236         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17237         bbdb-search-simple, spam-BBDB-register-routine,
17238         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17239         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17240         spam-stat-buffer-is-spam, spam-stat-load,
17241         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17242         spam-stat-save and spam-stat-split-fancy.
17243
17244 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17247         which may confuse users.
17248         (canlock-password-for-verify): Ditto.
17249
17250         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17251
17252         * gnus-art.el (gnus-emphasis-alist): Ditto.
17253
17254         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17255
17256         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17257
17258         * gnus-start.el (gnus-save-killed-list): Ditto.
17259
17260         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17261         (gnus-sum-thread-tree-root): Ditto.
17262         (gnus-sum-thread-tree-false-root): Ditto.
17263         (gnus-sum-thread-tree-single-indent): Ditto.
17264
17265         * message.el (message-courtesy-message): Ditto.
17266         (message-archive-note): Ditto.
17267         (message-subscribed-address-file): Ditto.
17268         (message-user-fqdn): Ditto.
17269
17270         * spam-report.el (spam-report-gmane-regex): Ditto.
17271
17272         * spam.el (spam-blackhole-good-server-regex): Ditto.
17273
17274 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * mml.el (mml-preview): Widen the message buffer before copying
17277         the contents to the preview buffer; sort headers before previewing.
17278
17279         * message.el (message-hidden-headers): Fix the way to avoid a bug
17280         in the `repeat' widget in Emacs 21.3 or earlier.
17281
17282 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * message.el (message-hidden-headers): Default to "^References:".
17285         Improve customization type.  Suggested by Reiner Steib
17286         <Reiner.Steib@gmx.de>.
17287
17288 2004-11-25  Romain Francoise  <romain@orebokech.com>
17289
17290         * message.el (message-strip-forbidden-properties): Remove check for
17291         obsolete `message-hidden' text property, hidden headers are not
17292         accessible in the buffer anymore.
17293
17294 2004-11-22  Romain Francoise  <romain@orebokech.com>
17295
17296         * message.el (message-header-format-alist): Add `From' in list
17297         so that it can be sorted.
17298         (message-fix-before-sending): Widen and sort headers before
17299         sending.
17300         (message-hide-headers): Use narrowing to hide headers by moving
17301         them to the top of the buffer and narrowing to the region
17302         underneath.
17303
17304 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17305
17306         * message.el (message-strip-forbidden-properties):
17307         Bind buffer-read-only (etc) to nil.
17308
17309 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17312         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17313
17314 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17315
17316         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17317
17318 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17319
17320         * dns.el (query-dns): Use sit-for to time instead of
17321         accept-process-output, since that doesn't seem to work on udp
17322         sockets.
17323
17324 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17327
17328 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17329
17330         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17331         doc string.  Improve doc string.
17332
17333 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * nntp.el (nntp-request-update-info): Return nil if
17336         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17337         may not call gnus-activate-group which uselessly issues the GROUP
17338         commands for all nntp groups and wastes time.  Reported by Romain
17339         Francoise <romain@orebokech.com>.
17340
17341         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17342
17343 2004-11-15  Simon Josefsson  <jas@extundo.com>
17344
17345         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17346         headers separately.
17347         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17348         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17349
17350 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * gnus-start.el (gnus-convert-old-newsrc):
17353         Assign legacy-gnus-agent to 5.10.7.
17354
17355 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17356
17357         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17358         start of the lines.
17359
17360 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17361
17362         * hashcash.el (hashcash-default-payment): Change default to 20.
17363         (hashcash-default-accept-payment): Change default to 20.
17364         (hashcash-process-alist): New variable.
17365         (hashcash-generate-payment-async): Add.
17366         (hashcash-already-paid-p): Add.
17367         (hashcash-insert-payment): Don't generate payments twice.
17368         (hashcash-insert-payment-async): Add.
17369         (hashcash-insert-payment-async-2): Add.
17370         (hashcash-cancel-async): Add.
17371         (hashcash-wait-async): Add.
17372         (hashcash-processes-running-p): Add.
17373         (hashcash-wait-or-cancel): Add.
17374         (mail-add-payment): New optional argument.  Conditionally start
17375         asynchronous calculation.
17376         (mail-add-payment-async): Add.
17377
17378         * message.el (message-send-mail): Wait for asynchronous hashcash
17379         results.  Don't clobber existing X-Hashcash headers.
17380         (message-setup-1): Call mail-add-payment-async when
17381         message-generate-hashcash is non-nil.
17382
17383 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17384
17385         * message.el (message-use-alternative-email-as-from): Examine the
17386         From header as well; use message-make-from in order to include a
17387         user's full name.
17388
17389 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17392         default; improve customization type.
17393         (gnus-emphasis-custom-with-format): New macro.
17394         (gnus-emphasis-custom-value-to-external): New function.
17395         (gnus-emphasis-custom-value-to-internal): New function.
17396
17397 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17398
17399         * dns.el (query-dns): Resolve reverse addresses.
17400
17401 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17402
17403         * gnus-group.el (gnus-group-get-new-news): Use it.
17404
17405         * gnus-start.el (gnus-check-reasonable-setup): New function.
17406
17407 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17410         "Args out of range" error.  Reported by Arnaud Giersch
17411         <arnaud.giersch@free.fr>.
17412
17413 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17414
17415         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17416
17417 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17418
17419         * spam.el (spam group): Add :version.
17420
17421         * pgg-def.el (pgg group): Add :version.
17422
17423 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * gnus-art.el (gnus-article-edit-article): Don't associate the
17426         article buffer with a draft file.  This is a temporary measure
17427         against the 2004-08-22 change to gnus-article-edit-mode.
17428
17429 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17432         (html2text-format-tags): Remove unused variable `attr'.
17433
17434 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17435
17436         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17437
17438         * tls.el (tls-process-connection-type, tls-success)
17439         (tls-certtool-program): Add :version.
17440
17441         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17442         (starttls-extra-arguments, starttls-process-connection-type)
17443         (starttls-connect, starttls-failure, starttls-success): Add :version.
17444
17445         * spam-stat.el (spam-stat): Add :version.
17446
17447         * sieve.el (sieve): Add :version.
17448
17449         * sha1.el (sha1): Add :version.
17450         (sha1-use-external): Remove redundant version.
17451
17452         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17453         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17454         (nnmail-split-fancy-match-partial-words)
17455         (nnmail-split-lowercase-expanded): Add :version.
17456
17457         * nndiary.el (nndiary): Add :version.
17458
17459         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17460
17461         * mml-sec.el (mml-default-sign-method)
17462         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17463         Add :version.
17464
17465         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17466
17467         * mm-url.el (mm-url-use-external, mm-url-program)
17468         (mm-url-arguments): Add :version.
17469
17470         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17471         (mm-attachment-file-modes, mm-decrypt-option)
17472         (mm-w3m-safe-url-regexp): Add :version.
17473
17474         * message.el (message-cite-prefix-regexp)
17475         (message-sendmail-envelope-from, message-minibuffer-local-map)
17476         (message-user-fqdn, message-completion-alist): Add :version.
17477
17478         * gnus-win.el (gnus-configure-windows-hook)
17479         (gnus-use-frames-on-any-display): Add :version.
17480
17481         * gnus-art.el (gnus-article-address-banner-alist)
17482         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17483         (gnus-treat-from-picon, gnus-treat-mail-picon)
17484         (gnus-treat-x-pgp-sig): Add :version.
17485
17486         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17487         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17488         (gnus-summary-article-delete-hook)
17489         (gnus-summary-display-while-building): Add :version.
17490
17491         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17492         (gnus-get-top-new-news-hook): Add :version.
17493
17494         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17495         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17496
17497         * gnus-registry.el (gnus-registry): Add :version.
17498
17499         * gnus-spec.el (gnus-use-correct-string-widths)
17500         (gnus-make-format-preserve-properties): Add :version.
17501
17502         * gnus.el (gnus-group-charter-alist)
17503         (gnus-group-fetch-control-use-browse-url)
17504         (gnus-install-group-spam-parameters): Add :version.
17505
17506         * gnus-diary.el (gnus-diary): Add :version.
17507
17508         * gnus-delay.el (gnus-delay): Add :version.
17509
17510         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17511         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17512         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17513         Add :version.
17514
17515         * gnus-agent.el (gnus-agent-max-fetch-size)
17516         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17517         (gnus-agent-prompt-send-queue): Add :version.
17518
17519         * deuglify.el (gnus-outlook-deuglify): Add :version.
17520
17521         * html2text.el: Beautify code.  Improve doc strings.
17522         Some checkdoc cleanup.
17523         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17524
17525 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17526
17527         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17528
17529 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17530
17531         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17532         when package is loaded.
17533
17534         * spam.el (spam-summary-score-preferred-header): Add global preference
17535         for people who want to override the default SpamAssassin over
17536         Bogofilter preference (when both are set).
17537         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17538         (spam-user-format-function-S):
17539         Check spam-summary-score-preferred-header.
17540         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17541         (spam-user-format-function-S): Format the score correctly.
17542
17543 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17546         signature file.  Suggested by Manoj Srivastava
17547         <srivasta@golden-gryphon.com>.
17548
17549         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17550         iso-2022-jp even in the Japanese language environment.
17551         Suggested by Jason Rumney <jasonr@gnu.org>.
17552
17553 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17556         use the same characters as the dummy marks; make it free from
17557         getting affected by the language environment.
17558         (gnus-summary-read-group-1): Update mark positions only when the
17559         format spec is updated.
17560
17561         * gnus-spec.el (gnus-update-format-specifications): Return a list
17562         of updated types.
17563
17564 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17567         of boundp to check if display-warning is available.
17568
17569 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17570
17571         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17572
17573 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * nnspool.el (nnspool-spool-directory): Use news-path if the
17576         news-directory variable is not bound.
17577
17578         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17579         function instead of display-warning if it is not available.
17580
17581 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17584         v5-10: Use `point-at-bol'.
17585
17586 2004-10-26  Simon Josefsson  <jas@extundo.com>
17587
17588         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17589         <chenggao@gmail.com>.
17590
17591 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17594         instead.
17595
17596 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17597
17598         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17599         to remove a server from the nnimap-server-buffer-alist.
17600         (nnimap-open-connection, nnimap-close-server): Use it.
17601
17602         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17603
17604 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17605
17606         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17607         running the major-mode function.
17608
17609 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17612         dummy marks in the right way.
17613
17614 2004-10-18  David Edmondson  <dme@dme.org>
17615
17616         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17617         excessively.
17618
17619 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17620
17621         * gnus-util.el (gnus-split-references): Accept a nil references
17622         string and go on blissfully.
17623
17624         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17625         cases where the references string is non-nil but has no references.
17626
17627         * encrypt.el: Add autoload tags.
17628
17629         * spam.el (spam-resolve-registrations-routine): Remove article
17630         from unregistration list too.  Reported by David Hanak
17631         <dhanak@isis.vanderbilt.edu>
17632
17633 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17636         nil.  Change custom type.
17637
17638 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17639
17640         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17641
17642         * gnus-sum.el (gnus-summary-move-article): Use it.
17643
17644 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17645
17646         * encrypt.el: Add autoload cookies.
17647
17648         * spam.el (spam-backend-article-list-property)
17649         (spam-backend-get-article-todo-list)
17650         (spam-backend-put-article-todo-list)
17651         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17652         Resolve registrations separately.
17653         (spam-register-routine): Format comments.
17654         (spam-unregister-routine, spam-register-routine): Always call with
17655         specific-articles, no default list.
17656         (spam-summary-prepare-exit): Use the spam-classifications function.
17657
17658         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17659         gnus-encrypt.el.
17660
17661         * encrypt.el: Copied from gnus-encrypt.el.
17662
17663         * gnus-encrypt.el: Commented that it's obsolete.
17664
17665 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17666
17667         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17668         (gnus-score-save): Use it.
17669
17670         * message.el (message-bury): Use `window-dedicated-p'.
17671
17672 2004-10-15  Simon Josefsson  <jas@extundo.com>
17673
17674         * pop3.el (top-level): Don't require nnheader.
17675         (pop3-read-timeout): Add.
17676         (pop3-accept-process-output): Add.
17677         (pop3-read-response, pop3-retr): Use it.
17678
17679 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17680
17681         * spam.el (spam-register-routine): Move comment.
17682         (spam-verify-bogofilter): Use 'unknown for the initial
17683         spam-bogofilter-valid state, not 'never.
17684
17685         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17686         for netrc-machine.
17687
17688         * nnimap.el (nnimap-open-connection):
17689         Use netrc-machine-user-or-password.
17690
17691 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17692
17693         * gnus-registry.el (gnus-registry-unload-hook):
17694         Set as a variable with add-hook.
17695
17696         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17697         of news-path.
17698
17699         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17700
17701         * spam.el: Delete duplicate `provide'.
17702         (spam-unload-hook): Set as a variable with add-hook.
17703
17704 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17705
17706         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17707         in the doc string.
17708
17709         * message.el (message-ignored-news-headers)
17710         (message-ignored-supersedes-headers)
17711         (message-ignored-resent-headers)
17712         (message-forward-ignored-headers): Improve custom type.
17713
17714 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * message.el (message-tokenize-header): Fix 2004-09-06 change
17717         which used point-min in the wrong place.
17718
17719 2004-10-12  Simon Josefsson  <jas@extundo.com>
17720
17721         * tls.el (tls-certtool-program): New variable.
17722         (tls-certificate-information): New function, based on
17723         ssl-certificate-information.
17724
17725 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * compface.el: Move the version of ELisp-based uncompface program
17728         to the contrib directory because of the copyright problem.
17729
17730 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * message.el (message-kill-buffer): Raise the current frame.
17733
17734 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17737
17738         * gnus.el (message-y-or-n-p): Autoload.
17739
17740         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17741         (pop3-password-required, pop3-authentication-scheme)
17742         (pop3-leave-mail-on-server): Make customizable.
17743         (pop3): New custom group.
17744         (pop3-retr): Remove `sleep-for' statements.
17745         Suggested by Dave Love <fx@gnu.org>.
17746
17747         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17748         Windows/DOS.
17749
17750         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17751         (imap-parse-body): Fix incorrect use of `assert'.
17752         Suggested by Dave Love <fx@gnu.org>.
17753
17754         * mml.el (mml-minibuffer-read-disposition): Require match.
17755         Suggested by Dave Love <fx@gnu.org>.
17756
17757 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17760         doc string.
17761
17762 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17765
17766 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17767
17768         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17769         instead of calling `mm-insert-inline', to decode text/* parts
17770         before displaying them.
17771
17772 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * mm-uu.el (mm-uu-text-plain-type): New variable.
17775         (mm-uu-pgp-signed-extract-1): Use it.
17776         (mm-uu-pgp-encrypted-extract-1): Use it.
17777         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17778         bind mm-uu-text-plain-type with that value.
17779         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17780         mm-uu-dissect.
17781
17782 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * gnus-group.el (gnus-update-group-mark-positions):
17785         * gnus-sum.el (gnus-update-summary-mark-positions):
17786         * message.el (message-check-news-body-syntax):
17787         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17788         of string-as-multibyte.
17789
17790 2004-10-05  Juri Linkov  <juri@jurta.org>
17791
17792         * gnus-group.el (gnus-update-group-mark-positions):
17793         * gnus-sum.el (gnus-update-summary-mark-positions):
17794         * message.el (message-check-news-body-syntax):
17795         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17796         8-bit unibyte values to a multibyte string for search functions.
17797
17798 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17801         (mm-uu-dissect-text-parts): New function.
17802
17803         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17804         dissect text parts.
17805
17806         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17807         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17808
17809         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17810
17811         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17812         Use gnus-current-topics instead of gnus-current-topic.
17813
17814 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17817
17818 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17819
17820         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17821         where approriate.
17822
17823         * nnml.el (nnml-generate-active-info): do.
17824
17825         * nndiary.el (nndiary-generate-active-info): do.
17826
17827         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17828         (gnus-topic-move): do.
17829
17830         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17831         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17832
17833         * gnus-srvr.el (gnus-server-prepare)
17834         (gnus-server-open-all-servers): do.
17835
17836         * gnus-msg.el (gnus-summary-cancel-article)
17837         (gnus-summary-resend-message)
17838         (gnus-summary-mail-crosspost-complaint): do.
17839
17840         * gnus-move.el (gnus-change-server): do.
17841
17842         * gnus-group.el (gnus-group-unmark-all-groups)
17843         (gnus-group-set-current-level): do.
17844
17845 2004-10-04  Simon Josefsson  <jas@extundo.com>
17846
17847         * message.el (message-generate-hashcash): Doc fix.
17848
17849 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17850
17851         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17852         avoid infinite recursion via gnus-get-function.
17853
17854 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17855
17856         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17857
17858         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17859
17860         * nnmail.el (nnmail-split-history): do.
17861
17862         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17863         (nnml-request-delete-group): do.
17864
17865         * nnslashdot.el (nnslashdot-read-groups): do.
17866
17867         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17868         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17869
17870         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17871         (nnspool-sift-nov-with-sed): Use last.
17872         (nnspool-retrieve-headers-with-nov): Use mapc.
17873         (nnspool-request-newgroups): Use dolist.
17874         (nnspool-request-group): Use last.
17875
17876         * nntp.el (nntp-read-server-type): Use dolist.
17877
17878         * nnvirtual.el (nnvirtual-create-mapping)
17879         (nnvirtual-update-read-and-marked): Use dolist.
17880         (nnvirtual-convert-headers): Simplify.
17881
17882 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17883
17884         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17885         Add support for sync'ing tick marks.
17886
17887 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17890         there's no visible header.
17891
17892 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17893
17894         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17895         When necessary, pass full group name to gnus-request-set-marks.
17896
17897 2004-10-01  Simon Josefsson  <jas@extundo.com>
17898
17899         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17900         acroread.
17901
17902 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903
17904         * spam-report.el (spam-report-gmane): Fix interactive.
17905
17906         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17907
17908         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17909         when writing file.
17910         (gnus-agent-synchronize-flags): Don't default to being
17911         interactive.
17912
17913 2004-09-30  Simon Josefsson  <jas@extundo.com>
17914
17915         * message.el (message-generate-hashcash): Add.
17916         (message-send-mail): Use it, call mail-add-payment.
17917
17918 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17919
17920         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17921
17922 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17923
17924         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17925         gnus-requst-update-info with explicit code to sync the in-memory
17926         info read flags with the marks being sync'd to the backend.
17927
17928         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17929
17930 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17931
17932         * spam.el (spam-verify-bogofilter): Add new function.
17933         (spam-check-bogofilter)
17934         (spam-bogofilter-register-with-bogofilter): Use it.
17935         (spam-verify-bogofilter): Add small fixes.
17936
17937 2004-09-28  Simon Josefsson  <jas@extundo.com>
17938
17939         * hashcash.el (hashcash-generate-payment): Revert.
17940
17941 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17942
17943         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17944         Use gnus-extract-references instead of gnus-split-references.
17945
17946         * gnus-util.el (gnus-extract-references): Add new function, analogous
17947         to gnus-split-references but extracts only the message-ID without
17948         anything extra.
17949
17950         * hashcash.el (hashcash-generate-payment)
17951         (hashcash-check-payment): Do the right thing if hashcash-path is
17952         nil (because the hashcash program could not be found).
17953
17954         * spam.el (spam-use-hashcash): Remove comment.
17955
17956 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17957
17958         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17959         (gnus-cache-enter-article, gnus-cache-remove-article)
17960         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17961
17962         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17963
17964         * gnus-art.el (article-hide-boring-headers)
17965         (article-translate-strings, article-display-face)
17966         (gnus-article-mime-match-handle-first)
17967         (gnus-article-highlight-headers)
17968         (gnus-article-add-buttons-to-head): do.
17969
17970 2004-09-27  Simon Josefsson  <jas@extundo.com>
17971
17972         * hashcash.el: New version, from
17973         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17974         ../contrib/.
17975
17976 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17979
17980 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17981
17982         * gnus-dup.el (gnus-dup-open): Use mapc.
17983         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17984
17985         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17986         Reported by Stefan Wiens <s.wi@gmx.net>.
17987
17988         * gnus.el (gnus-shutdown): Use dolist.
17989
17990         * gnus-undo.el (gnus-undo): Use mapc.
17991
17992         * nnrss.el (nnrss-generate-active): do.
17993
17994         * message.el (message-cite-original-without-signature)
17995         (message-cite-original): Use mapc.
17996         (message-do-actions, message-make-forward-subject): Use dolist.
17997
17998 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17999
18000         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18001         deletion to remove entire duplicate line.  Fixes merged article
18002         number bug.
18003
18004 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18005
18006         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18007         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18008         first ask if you want to open a server and then, even when you
18009         responded with no, asking if you want to synchronize the server's
18010         flags.
18011         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18012         multi-line expressions.
18013         (gnus-agent-synchronize-group-flags): New internal function.
18014         Updates marks in memory (in the info structure) AND in the
18015         backend.
18016
18017         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18018
18019         * nnagent.el (nnagent-request-set-mark):
18020         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18021         method, to ensure that synchronization updates marks in the
18022         backend and in the info (in memory) structure.
18023
18024 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18027         convention fully; don't miss the root article of a thread; make
18028         the X-Draft-From header with correct article numbers.
18029
18030 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18031
18032         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18033         unless plugged.  Disable the agent so that an open failure causes
18034         an error.
18035
18036         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18037         Revert 2004-09-21 change.  The backend must be opened while
18038         synchronizing flags even when the backend stores the flags
18039         locally.
18040
18041 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18042
18043         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18044         in `header' match.  Reported by Svend Tollak Munkejord.
18045
18046         * message.el (message-cite-original): Fix use of
18047         `message-cite-articles-with-x-no-archive'.
18048
18049 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18052         (gnus-window-to-buffer): Ditto.
18053
18054         * mml.el (mml-preview-buffer): New variable.
18055         (mml-preview): Manage window layout with gnus-buffer-configuration.
18056
18057         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18058         X-Draft-From header even if those articles aren't quoted.
18059
18060 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18061
18062         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18063         (gnus-request-set-mark, gnus-request-update-mark): Use new
18064         g-s-t-u-l-m to decide to use backend even when unplugged.
18065
18066 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18069         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18070
18071 2004-09-20  Simon Josefsson  <jas@extundo.com>
18072
18073         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18074         "utf-16-le".
18075
18076 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18077
18078         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18079
18080 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * uudecode.el (uudecode-use-external): Add :version.
18083
18084         * smime.el (smime-CA-file, smime-encrypt-cipher)
18085         (smime-dns-server): Add :version.
18086
18087         * smiley.el (gnus-smiley-file-types): Add :version.
18088
18089         * sha1.el (sha1-use-external): Add :version.
18090
18091         * pgg-def.el (pgg-query-keyserver): Add :version.
18092
18093         * nnmail.el (nnmail-fancy-expiry-targets)
18094         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18095         Add :version.
18096
18097         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18098         (nnimap-retrieve-groups-asynchronous): Add :version.
18099         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18100
18101         * mml.el (mml-content-disposition-parameters)
18102         (mml-insert-mime-headers-always): Add :version.
18103
18104         * mm-util.el (mm-coding-system-priorities): Add :version.
18105
18106         * mm-decode.el (mm-inline-text-html-with-images)
18107         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18108         (mm-verify-option): Add :version.
18109         (mm-text-html-renderer): Change :version.
18110
18111         * message.el (message-fcc-externalize-attachments)
18112         (message-required-headers, message-draft-headers)
18113         (message-subject-trailing-was-query)
18114         (message-subject-trailing-was-ask-regexp)
18115         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18116         (message-mark-insert-end, message-archive-header)
18117         (message-archive-note, message-cross-post-default)
18118         (message-cross-post-note, message-followup-to-note)
18119         (message-cross-post-note-function, message-use-mail-followup-to)
18120         (message-subscribed-address-functions)
18121         (message-subscribed-address-file, message-subscribed-addresses)
18122         (message-subscribed-regexps, message-allow-no-recipients)
18123         (message-yank-cited-prefix, message-signature-insert-empty-line)
18124         (message-hidden-headers, message-hierarchical-addresses)
18125         (message-mail-user-agent, message-use-idna)
18126         (message-valid-fqdn-regexp)
18127         (message-strip-special-text-properties, message-header-synonyms)
18128         (message-beginning-of-line, message-tab-body-function): Add :version.
18129         (message-insert-canlock, message-wide-reply-confirm-recipients):
18130         Change :version.
18131
18132         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18133         and :version.
18134         (mail-source-delete-old-incoming-confirm)
18135         (mail-source-movemail-program): Add :version.
18136
18137         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18138         (gnus-agent-cache, gnus-agent): Change :version.
18139
18140         * gnus-util.el (gnus-use-byte-compile): Change :version.
18141
18142         * gnus-sum.el (gnus-summary-make-false-root-always)
18143         (gnus-summary-default-high-score)
18144         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18145         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18146         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18147         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18148         (gnus-sum-thread-tree-single-indent)
18149         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18150         (gnus-sum-thread-tree-leaf-with-other)
18151         (gnus-sum-thread-tree-single-leaf): Add :version.
18152         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18153         (gnus-article-loose-mime): Change :version.
18154
18155         * gnus-start.el (gnus-backup-startup-file)
18156         (gnus-save-startup-file-via-temp-buffer): Add :version.
18157
18158         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18159         (gnus-server-offline-face): Add :version.
18160
18161         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18162
18163         * gnus-msg.el (gnus-gcc-externalize-attachments)
18164         (gnus-debug-files, gnus-debug-exclude-variables)
18165         (gnus-discouraged-post-methods): Change :version.
18166         (gnus-confirm-mail-reply-to-news)
18167         (gnus-confirm-treat-mail-like-news): Add :version.
18168
18169         * gnus-int.el (gnus-server-unopen-status): Add :version.
18170
18171         * gnus-group.el (gnus-group-jump-to-group-prompt)
18172         (gnus-large-ephemeral-newsgroup)
18173         (gnus-fetch-old-ephemeral-headers): Add :version.
18174
18175         * gnus-fun.el (gnus-x-face-directory)
18176         (gnus-convert-pbm-to-x-face-command)
18177         (gnus-convert-image-to-x-face-command)
18178         (gnus-convert-image-to-face-command): Add :version.
18179
18180         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18181
18182         * gnus-cite.el (gnus-cite-blank-line-after-header)
18183         (gnus-article-boring-faces): Add :version.
18184
18185         * gnus-art.el (gnus-buttonized-mime-types)
18186         (gnus-inhibit-mime-unbuttonizing)
18187         (gnus-treat-display-face)
18188         (gnus-treat-body-boundary): Change :version.
18189         (gnus-body-boundary-delimiter, gnus-picon-databases)
18190         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18191         (gnus-treat-date-english, gnus-treat-fold-headers)
18192         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18193         (gnus-treat-mail-picon, gnus-treat-wash-html)
18194         (gnus-article-encrypt-protocol)
18195         (gnus-use-idna, gnus-article-over-scroll)
18196         (gnus-mime-display-multipart-alternative-as-mixed)
18197         (gnus-mime-display-multipart-related-as-mixed)
18198         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18199         (gnus-ctan-url, gnus-button-ctan-handler)
18200         (gnus-button-handle-ctan-bogus-regexp)
18201         (gnus-button-ctan-directory-regexp)
18202         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18203         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18204         (gnus-button-man-level, gnus-button-emacs-level)
18205         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18206
18207         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18208         (gnus-agent-go-online): Change :version.
18209         (gnus-agent-expire-unagentized-dirs)
18210         (gnus-agent-auto-agentize-methods): Add :version.
18211
18212         * flow-fill.el (fill-flowed-display-column)
18213         (fill-flowed-encode-column): Add :version.
18214
18215         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18216         (gnus-outlook-deuglify-unwrap-max)
18217         (gnus-outlook-deuglify-cite-marks)
18218         (gnus-outlook-deuglify-unwrap-stop-chars)
18219         (gnus-outlook-deuglify-no-wrap-chars)
18220         (gnus-outlook-deuglify-attrib-cut-regexp)
18221         (gnus-outlook-deuglify-attrib-verb-regexp)
18222         (gnus-outlook-deuglify-attrib-end-regexp)
18223         (gnus-outlook-display-hook): Add :version.
18224
18225         * binhex.el (binhex-use-external): Add :version.
18226
18227 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18228
18229         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18230         and `invisible'.
18231
18232 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18233
18234         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18235         in gnus-registry-trim.
18236
18237 2004-09-13  Simon Josefsson  <jas@extundo.com>
18238
18239         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18240
18241         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18242
18243         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18244         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18245         <yamaoka@jpl.org>.
18246         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18247         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18248         <yamaoka@jpl.org>.
18249
18250         * sieve.el (sieve-manage-mode): Ditto.
18251
18252 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18253
18254         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18255
18256 2004-09-11  Simon Josefsson  <jas@extundo.com>
18257
18258         * dns-mode.el: Add.
18259
18260         * mm-view.el (mm-display-dns-inline): Add.
18261
18262         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18263         (mm-automatic-display): Ditto.
18264
18265         * mailcap.el (mailcap-mime-data): Add text/dns.
18266         (mailcap-mime-extensions): Map .soa to text/dns.
18267
18268 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18269
18270         * gnus-art.el (article-decode-mime-words, article-babel)
18271         (gnus-article-highlight-signature, gnus-article-add-buttons)
18272         (gnus-signature-toggle): Remove unnecessary bindings of
18273         `inhibit-read-only' inherited from v5.10 merge.
18274
18275 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * nntp.el (nntp): New customization group.
18278         (nntp-authinfo-file): Add customization group.
18279
18280         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18281
18282         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18283
18284         * gnus.el (to-address, to-list, subscribed)
18285         (large-newsgroup-initial): Ditto.
18286
18287         * flow-fill.el (fill-flowed-display-column)
18288         (fill-flowed-encode-column): Ditto.
18289
18290 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18291
18292         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18293         Use point-min rather than 1.
18294         (message-send-mail): Use buffer-size rather than point-max.
18295
18296         * gnus-sum.el (gnus-summary-search-article-forward):
18297         Signal a specific `search-failed' rather than a generic `error'.
18298
18299         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18300         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18301         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18302
18303 2004-09-10  Simon Josefsson  <jas@extundo.com>
18304
18305         * nndb.el (require): Remove tcp and duplicate cl.
18306
18307 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * gnus-agent.el (directory-files-and-attributes): Move forward.
18310
18311 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18312
18313         * gnus-agent.el (directory-files-and-attributes):
18314         Optionally defined to support XEmacs.
18315
18316 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18317
18318         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18319         to avoid run-time CL dependencies.
18320         (gnus-agent-unfetch-articles): New function.
18321         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18322         article numbers even when local .overview file is missing.
18323         (gnus-agent-read-article-number): New function.  Only accepts
18324         27-bit article numbers.
18325         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18326         Use gnus-agent-read-article-number.
18327         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18328         from backend while recognizing that article numbers in .overview
18329         must be valid.
18330         (gnus-agent-update-files-total-fetched-for):
18331         Use directory-files-and-attributes to improve performance.
18332         * gnus-int.el (gnus-request-move-article):
18333         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18334         improve performance.
18335
18336         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18337         some users confused by references to .newsrc when they only have a
18338         .newsrc.eld file.
18339         (gnus-convert-mark-converter-prompt)
18340         (gnus-convert-converter-needs-prompt): Fix use of property list.
18341         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18342         New function.  Used internally to only display 'gnus converting
18343         files' message when actually necessary.
18344
18345         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18346         methods now autoloaded.
18347
18348 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18349
18350         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18351         identifiers.
18352
18353 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * gnus-picon.el: Fix indentation and closing parenthesis.
18356
18357 2004-09-01  Simon Josefsson  <jas@extundo.com>
18358
18359         * message.el (message-canlock-generate): Require sha1, not
18360         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18361         to require within a function.  Sadly, if sha1.el isn't loaded, the
18362         let binding in m-c-g will hide the defcustom definition, which is
18363         bad.)
18364
18365         * canlock.el: Require sha1, not sha1-el.
18366
18367         * message.el: Don't autoload sha1 (there is a autoload cookie in
18368         sha1.el).
18369
18370         * sha1-el.el: Rename to sha1.el.
18371
18372 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18373
18374         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18375
18376 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18377
18378         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18379
18380 2004-08-30  Kim F. Storm  <storm@cua.dk>
18381
18382         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18383
18384         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18385         Add :group 'nnimap.
18386
18387 2004-08-30  Andreas Schwab  <schwab@suse.de>
18388
18389         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18390         ?* and ?\;.
18391
18392         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18393         and ?\' to symbol instead of whitespace.
18394
18395 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18398
18399         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18400         instead of re-search-forward.
18401
18402         * gnus-uu.el (gnus-uu-save-article): Ditto.
18403         (gnus-uu-post-encode-uuencode): Ditto.
18404
18405         * html2text.el (html2text-clean-list-items): Ditto.
18406         (html2text-clean-dtdd): Ditto.
18407         (html2text-format-tags): Ditto.
18408
18409         * message.el (message-send-mail-with-sendmail): Fix regexp.
18410         (message-fill-field-general): Use search-forward instead of
18411         re-search-forward.
18412         (unbold-region): Ditto.
18413
18414         * nnrss.el (nnrss-request-article): Ditto.
18415
18416         * nnslashdot.el (nnslashdot-request-article): Ditto.
18417
18418         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18419
18420         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18421         "Unrecognized menu descriptor" error in XEmacs.
18422
18423 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18424
18425         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18426         parent article of a sparse article in the thread hashtb.
18427
18428 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18429
18430         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18431         (nnmail-expand-newtext): Lowercase expanded entries if
18432         nnmail-split-lowercase-expanded is non-nil.
18433
18434 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18437
18438         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18439         of gnus-tmp-news-method into string under XEmacs.  It will be
18440         passed to gnus-correct-length which takes only a string argument.
18441
18442 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * gnus-util.el (gnus-bind-print-variables): New macro.
18445         (gnus-prin1): Use it.
18446         (gnus-prin1-to-string): Use it.
18447         (gnus-pp): New function.
18448         (gnus-pp-to-string): New function.
18449
18450         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18451         Replace pp-to-string with gnus-pp-to-string.
18452         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18453         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18454         * gnus-msg.el (gnus-debug): Ditto.
18455         * gnus-score.el (gnus-score-save): Ditto.
18456         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18457         gnus-pp-to-string.
18458         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18459         with gnus-pp.
18460         * score-mode.el (gnus-score-pretty-print): Ditto.
18461         * webmail.el (webmail-debug): Ditto.
18462
18463 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * gnus-art.el (article-display-face, article-display-x-face):
18466         Use buffer-read-only.
18467
18468 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18469
18470         * gnus-art.el (article-hide-list-identifiers):
18471         Bind inhibit-read-only as t.
18472
18473 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18474
18475         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18476
18477 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18478
18479         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18480         (gnus-narrow-to-page): Don't assume point-min == 1.
18481         (gnus-article-edit-mode): Derive from message-mode.
18482
18483         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18484         point-min == 1.
18485
18486         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18487         Disable incorrect use of `assert'.
18488
18489         * message.el (message-mode): Set comment-start-skip.
18490
18491
18492 2004-08-22  Sam Steingold  <sds@gnu.org>
18493
18494         * pop3.el (pop3-leave-mail-on-server): New user variable.
18495         (pop3-movemail): Delete mail only when it is nil.
18496
18497 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18500
18501         * mml.el (mml-preview): Use `pop-to-buffer'.
18502
18503         * message.el (message-goto-mail-followup-to): Insert after "To".
18504         (message-carefully-insert-headers): Add comment.
18505
18506         * gnus.el: Remove unused variable `gnus-article-check-size'.
18507
18508         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18509
18510         * gnus-art.el (gnus-button-alist):
18511         Improve `gnus-button-handle-library' entry.
18512
18513 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18514
18515         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18516         Use downcase, since XEmacs capitalizes error messages differently.
18517
18518 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * nntp.el: Add (require 'gnus) due to reference to
18521         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18522
18523 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18524
18525         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18526         Bind `mm-fill-flowed'.
18527
18528         * mm-decode.el (mm-dissect-singlepart): Check it.
18529
18530 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18531
18532         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18533         'imap' for netrc parsing.
18534
18535 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18536
18537         * mailcap.el (mailcap-mime-data): Mark as risky.
18538
18539 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18542         may be included in the encoded word.
18543         (rfc2047-encode): Don't append a space if the encoded word
18544         includes close parenthesis.
18545
18546 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18549         of text within parentheses.
18550
18551 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18552
18553         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18554         (gnus-encrypt-write-file-contents): Make the password key the file
18555         name PLUS the cipher, not just the cipher.  Also remove failed
18556         passwords from the cache.
18557
18558 2004-08-06  Simon Josefsson  <jas@extundo.com>
18559
18560         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18561         Doc fix.
18562
18563 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18566         LWSP.
18567
18568 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18569
18570         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18571         Try to append in-reply-to: data to the references: header.
18572
18573         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18574         (netrc-parse): Use gnus-encrypt.el functions.
18575
18576         * gnus-encrypt.el: Add new file for encryption support; currently
18577         does only a few GPG ciphers and an internal XOR cipher.
18578
18579         * password.el: Add comments on using password-read-and-add.
18580         (password-read-and-add): Add function to read and add the
18581         password to the cache at once.
18582
18583 2004-07-28  Simon Josefsson  <jas@extundo.com>
18584
18585         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18586         parameter (but don't use it, for now).
18587
18588         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18589         instead of hard coding to nil.
18590
18591 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18594         as mm-inline-image-xemacs does.
18595
18596 2004-07-26  Simon Josefsson  <jas@extundo.com>
18597
18598         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18599         Revert part of 2004-07-17 change below.
18600
18601 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18604         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18605
18606 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18607
18608         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18609         quotes that actually start with ">" at the beginning of the
18610         lines.
18611
18612 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * rfc2047.el (rfc2047-encode-region): Fix last change.
18615         (rfc2047-encode-parameter): Remove useless concat.
18616
18617 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18620         encode special characters; fix some kind of misconfigured headers;
18621         signal a real error if debug-on-quit or debug-on-error is non-nil.
18622         (rfc2047-encode-max-chars): New variable.
18623         (rfc2047-encode-1): Use it.
18624         (rfc2047-encode-parameter): New function.
18625
18626         * mml.el (mml-insert-parameter): Remove an excessive space.
18627
18628 2004-07-17  Simon Josefsson  <jas@extundo.com>
18629
18630         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18631         Kai Grossjohann <kai@emptydomain.de>.
18632         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18633         (gnus-group-make-menu-bar): Ditto.
18634
18635         * gnus-util.el (gnus-group-server): Add.
18636
18637 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18638
18639         * message.el (message-clone-locals): Clone sendmail and smtp
18640         variables.
18641
18642 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18643
18644         * rfc2047.el (rfc2047-encode-region): Fix last change.
18645
18646 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18649         characters as non-special.
18650
18651 2004-07-09  Simon Josefsson  <jas@extundo.com>
18652
18653         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18654         Users will lose all flag changes made while unplugged with
18655         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18656         good default.  See numerous reports on ding mailing list.
18657
18658 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18661         add generate-head-function and generate-article-function to the
18662         rfc822-forward entry.
18663         (nndoc-rfc822-forward-generate-article): New function.
18664         (nndoc-rfc822-forward-generate-head): New function.
18665
18666         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18667
18668 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18669
18670         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18671         respect display group parameter and gnus-summary-expunge-below.
18672         (gnus-articles-to-read): Remove unused reference to display group
18673         parameter.
18674
18675 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18676
18677         * nnheader.el (nnheader-uniquify-message-id): New experimental
18678         variable.
18679         (nnheader-nov-read-message-id): Use it.
18680
18681         * spam-report.el (spam-report-gmane): Add interactive.
18682
18683 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * mm-encode.el (mm-content-transfer-encoding-defaults):
18686         Use qp-or-base64 for the application/* types.
18687
18688 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18689
18690         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18691
18692 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18693
18694         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18695         trim value.
18696
18697 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18698
18699         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18700         New macro and function.
18701         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18702
18703 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18706         after-load-alist.
18707
18708 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709
18710         * gnus-group.el (gnus-group-get-new-news-this-group):
18711         Don't update info that isn't there.
18712
18713 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18714
18715         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18716         entry.
18717
18718 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * mm-view.el (mm-inline-render-with-function): Use multibyte
18721         buffer; decode html source by charset.
18722
18723         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18724
18725         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18726         Mule-UCS is loaded under XEmacs.
18727         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18728
18729 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18730
18731         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18732
18733 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * mm-util.el (mm-coding-system-p): Return a coding-system.
18736         (mm-mime-mule-charset-alist): Use shift_jis instead of
18737         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18738         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18739         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18740         instead of japanese-shift-jis and iso-latin-1 respectively in
18741         order to share the default value with both Emacs and XEmacs-mule.
18742         (mm-mule-charset-to-mime-charset):
18743         Make mm-coding-system-priorities effective.
18744         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18745         while predicating of candidates upon the priorities.
18746
18747 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18748
18749         * gnus-sum.el (gnus-summary-make-menu-bar):
18750         Add gnus-uu-invert-processable.
18751
18752         * gnus.el: Autoload gnus-uu-invert-processable.
18753
18754 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * mm-util.el (mm-with-multibyte-buffer): New macro.
18757
18758         * rfc2047.el (rfc2047-encode-string): Use it.
18759         (rfc2047-encode-region): Move point to the end of the region after
18760         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18761
18762 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18765         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18766
18767 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18770         (gnus-cite-parse): Ignore quoted envelope From_.
18771         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18772
18773 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18774
18775         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18776         invalid addresses.
18777
18778 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18779
18780         * spam.el: Change section markers, revise TODO list.
18781         (spam-backends): Make new master list of all installed backends.
18782         (spam-summary-exit-behavior): Add new variable to determine how
18783         messages moves are done at summary exit.
18784         (spam-move-spam-nonspam-groups-only)
18785         (spam-process-ham-in-nonham-groups)
18786         (spam-process-ham-in-spam-groups): Remove variables, the
18787         spam-summary-exit-behavior variable should be used to manage this
18788         behavior.
18789         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18790         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18791         and spam-old-spam-articles.
18792         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18793         Add empty variables, placeholders for the backends they represent.
18794         (spam-set-difference): Move, unchanged.
18795         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18796         unless the user has a processor variable.
18797         (spam-classifications, spam-classification-valid-p)
18798         (spam-backend-properties, spam-backend-property-valid-p)
18799         (spam-backend-function-type-valid-p)
18800         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18801         (spam-report-articles-gmane, spam-report-articles-resend):
18802         Remove functions, they are not needed.
18803         (spam-install-backend-super, spam-backend-list)
18804         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18805         (spam-backend-function, spam-backend-ham-registration-function)
18806         (spam-backend-spam-registration-function)
18807         (spam-backend-ham-unregistration-function)
18808         (spam-backend-spam-unregistration-function)
18809         (spam-backend-statistical-p, spam-backend-mover-p)
18810         (spam-install-backend-alias, spam-install-checkonly-backend)
18811         (spam-install-mover-backend, spam-install-nocheck-backend)
18812         (spam-install-backend, spam-install-statistical-backend)
18813         (spam-install-statistical-checkonly-backend): Add backend installation
18814         support.
18815         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18816         (spam-group-processor-p): Use the new backend code and respect the
18817         summary exit behavior.
18818         (spam-mark-spam-as-expired-and-move-routine): Remove.
18819         (spam-summary-prepare): Change to use the new spam-old-articles
18820         variable.
18821         (spam-copy-or-move-routine, spam-copy-spam-routine)
18822         (spam-move-spam-routine, spam-copy-ham-routine)
18823         (spam-move-ham-routine): Add code to copy/move ham or spam.
18824         (spam-fetch-field-fast): Improve doc and code, plus allow the
18825         'number request.
18826         (spam-list-of-checks, spam-list-of-statistical-checks):
18827         Remove variables.
18828         (spam-split, spam-find-spam): Use the new backend code.
18829         (spam-registration-functions): Remove variable.
18830         (spam-unregister-routine): Add convenience wrapper.
18831         (spam-log-undo-registration, spam-register-routine)
18832         (spam-log-processing-to-registry)
18833         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18834         where possible.
18835         (spam-check-gmane-xref, spam-check-regex-headers)
18836         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18837         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18838         (spam-check-bogofilter-headers, spam-check-spamoracle)
18839         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18840         (spam-check-crm114-headers): Use the spam-split-group that
18841         spam-split prepares, no need to determine it every time.
18842
18843         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18844         to the nnheader-parse-naked-head call.
18845
18846         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18847
18848         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18849         the nnheader-nov-read-message-id call.
18850
18851 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18854         gnus-activate-group twice.  Suggested by Markus Peter
18855         <warp@spin.de>.
18856
18857 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * gnus-art.el (gnus-article-time-format): Exchange the order of
18860         day and month in the default value; fix customization type.
18861         (article-date-ut): Use add-text-properties.
18862         (article-make-date-line): Use message-make-date instead of
18863         current-time-string.
18864
18865         * message.el (message-fetch-field): Don't use set-text-properties.
18866         (message-make-date): Simplify.
18867
18868         * messagexmas.el (message-xmas-make-date): New function.
18869         (message-xmas-redefine): Defalias message-make-date to it.
18870
18871 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18874         (rfc2047-encode-region): Treat text within parentheses as special;
18875         show the original text when error has occurred.
18876
18877         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18878         already-computed method to gnus-activate-group.
18879
18880         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18881         same select-methods identical Lisp objects.
18882
18883         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18884         object when modifying the info.
18885
18886 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18889         gnus-opened-servers since it has never been opened with the new
18890         configuration yet.
18891
18892 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18895         arg to nnheader-generate-fake-message-id.
18896
18897 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18898
18899         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18900         number and build a fake message ID localized to a group and
18901         article number (so it's repeatable from that point on).
18902         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18903         ID format.
18904
18905         * gnus-sum.el (gnus-get-newsgroup-headers):
18906         Call nnheader-generate-fake-message-id with the article number.
18907
18908 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18909
18910         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18911         end-of-buffer.
18912
18913 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18914
18915         * message.el (message-ignored-supersedes-headers): Add Approved.
18916
18917 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18920         goto-char.
18921         (rfc2047-encode): Fold the line before encoding.
18922
18923 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18924
18925         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18926         folding -- not all headers can be folded, and this should be done
18927         by the message composition mode.  Probably.  I think.
18928
18929 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18932         fast.
18933
18934         * gnus-ems.el (gnus-remove-image): Don't use
18935         message-text-with-property; remove only the image found first.
18936
18937         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18938         found first.
18939
18940 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18943
18944 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * message.el (message-text-with-property): Make it fast and accept
18947         optional arguments.
18948         (message-strip-forbidden-properties): Use it.
18949         (message-fix-before-sending): Follow the m-t-w-p change.
18950
18951         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18952
18953 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * gnus-art.el (article-hide-headers): Don't change the buffer
18956         mistakenly when performing mml-preview even if
18957         gnus-single-article-buffer is nil.
18958
18959 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18960
18961         * message.el (message-expand-name-databases): New user option.
18962         (message-expand-name): Use it.
18963
18964 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18965
18966         * spam.el (spam-report-articles-resend)
18967         (spam-report-resend-register-routine): Allow ham reporting.
18968         (spam-report-resend-register-ham-routine): Add wrapper.
18969         (spam-registration-functions): Add ham resending functions.
18970         (spam-list-of-processors): Add ham resend processor.
18971
18972         * gnus.el (ham-resend-to): Add new group parameter.
18973         (spam-process): Add ham resend option.
18974
18975         * spam-report.el (spam-report-resend): Allow reporting ham.
18976         (spam-report-resend-ham): Add wrapper.
18977
18978 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18979
18980         * message.el (message-cite-articles-with-x-no-archive):
18981         New variable.
18982         (message-cite-original): Use it.
18983
18984 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18985
18986         * message.el (message-cite-original): Respect X-No-Archive.
18987
18988 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18989
18990         * gnus-art.el (article-hide-headers): Refer to the values for
18991         gnus-ignored-headers and gnus-visible-headers in the summary
18992         buffer since a user may have set them as group parameters.
18993
18994 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18995
18996         * assistant.el (assistant-node-name): Add convenience function.
18997         (assistant-render-text, assistant-render-node): Add error handling,
18998         plus handle multiple next nodes.
18999         (assistant-find-next-node): Comment out for now.
19000         (assistant-find-next-nodes): Add function, returns list of next
19001         nodes.
19002
19003 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19004
19005         * mail-source.el (mail-source-directory): Fix doc-string.
19006
19007 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19008
19009         * assistant.el (assistant-render-text, assistant-eval): Add :set
19010         widget type, which is different because it takes and returns a
19011         list.  Much hilarity ensues.
19012
19013 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19014
19015         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19016
19017         * gnus-group.el (gnus-group-get-new-news-this-group):
19018         Add doc-string.
19019
19020         * gnus-start.el (gnus-activate-group): Add doc-string.
19021
19022 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19025
19026 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19027
19028         * assistant.el (assistant-render-text): Try to add a :set
19029         widget, more to come.
19030
19031         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19032         strings.
19033         (spam-report-articles-resend)
19034         (spam-register-routine): Do registration iff any articles warrant
19035         it.
19036         (spam-summary-prepare-exit): Change log message for nil group
19037         destinations.
19038
19039 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19040
19041         * spam.el (spam-report-resend-register-routine):
19042         Allow spam-report-resend-to to be a group parameter or a global value.
19043
19044 2004-05-26  Simon Josefsson  <jas@extundo.com>
19045
19046         * starttls.el: Merge with my GNUTLS based starttls.el.
19047         (starttls-gnutls-program, starttls-use-gnutls)
19048         (starttls-extra-arguments, starttls-process-connection-type)
19049         (starttls-connect, starttls-failure, starttls-success):
19050         New variables.
19051         (starttls-program, starttls-extra-args): Doc fix.
19052         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19053         New functions.
19054         (starttls-negotiate, starttls-open-stream):
19055         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19056         function if it is set.
19057
19058 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19061         structured fields.
19062
19063 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19064
19065         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19066
19067 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19068
19069         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19070         Add variable.
19071         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19072         assigning the spam-mark to new messages.
19073
19074 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19075
19076         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19077
19078 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19081
19082         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19083         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19084         default.
19085
19086 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19087
19088         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19089         correct data.
19090
19091 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19092
19093         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19094         (spam-group-processor-p): Fix function.
19095         (spam-group-processor-multiple-p)
19096         (spam-group-spam-processor-report-gmane-p)
19097         (spam-group-spam-processor-report-resend-p)
19098         (spam-group-spam-processor-bogofilter-p)
19099         (spam-group-spam-processor-blacklist-p)
19100         (spam-group-spam-processor-ifile-p)
19101         (spam-group-ham-processor-ifile-p)
19102         (spam-group-spam-processor-spamoracle-p)
19103         (spam-group-spam-processor-crm114-p)
19104         (spam-group-ham-processor-bogofilter-p)
19105         (spam-group-spam-processor-stat-p)
19106         (spam-group-ham-processor-stat-p)
19107         (spam-group-ham-processor-whitelist-p)
19108         (spam-group-ham-processor-BBDB-p)
19109         (spam-group-ham-processor-spamoracle-p)
19110         (spam-group-ham-processor-copy-p): Remove functions with some
19111         prejudice against unneeded code.
19112         (spam-report-articles-resend)
19113         (spam-report-resend-register-routine): Allow the group/topic
19114         spam-resend-to value to override spam-report-resend-to.
19115         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19116         properly now.
19117
19118         * gnus.el (spam-resend-to): Add group/topic parameter.
19119         (spam-process): Move the OBSOLETE processors to the end of the
19120         choices.
19121
19122 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19123
19124         * spam-report.el (spam-report-resend-to, spam-report-resend):
19125         Start with resend-to set to nil, and then ask the user if necessary.
19126         (spam-report-resend): spam-report-resend takes a list of articles, not
19127         separate article numbers.
19128
19129 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19132         addition to emacs-w3m.
19133
19134 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19135
19136         * assistant.el (assistant-authinfo-data): New function.
19137         (assistant-eval): Eval for entire assistant.
19138
19139         * netrc.el (netrc-services-file): New variable.
19140         (netrc-parse-services): New function.
19141         (netrc-find-service-name): New function.
19142         (netrc-find-service-number): New function.
19143         (netrc-port-equal): New function.
19144         (netrc-machine): Use it.
19145
19146         * nnimap.el (nnimap-open-connection): Use netrc.
19147
19148         * gnus-util.el (gnus-netrc-get): Remove aliases.
19149
19150         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19151
19152         * assistant.el (wid-edit): Fix compilation.
19153
19154         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19155
19156 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19157
19158         * gnus-util.el (gnus-set-file-modes): New function.  (small
19159         patch).
19160
19161 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19162
19163         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19164
19165         * assistant.el (assistant-render-node): Fix up rendering and
19166         read-only text.
19167         (assistant-render-node): Reset.
19168         (assistant-make-read-only): Not sticky.
19169
19170 2004-05-20  Danny Siu  <dsiu@adobe.com>
19171
19172         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19173         centered even when gnus-auto-center-summary is t.
19174
19175 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19176
19177         * dns.el (dns-get-txt-answer): New function.
19178         (dns-read-txt): Ditto.
19179         (query-dns): Use it.
19180
19181 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19184         active for foreign groups even if the group level is higher than
19185         the specified value.
19186
19187 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19188
19189         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19190         non-active groups.
19191
19192         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19193
19194 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19195
19196         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19197
19198 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19199
19200         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19201         (spam-crm114-header, spam-crm114-spam-switch)
19202         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19203         (spam-crm114-positive-spam-header)
19204         (spam-crm114-database-directory, spam-list-of-processors)
19205         (spam-group-spam-processor-crm114-p)
19206         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19207         (spam-generic-score, spam-list-of-checks)
19208         (spam-list-of-statistical-checks, spam-registration-functions)
19209         (spam-check-crm114-headers, spam-crm114-score)
19210         (spam-check-crm114, spam-crm114-register-with-crm114)
19211         (spam-crm114-register-spam-routine)
19212         (spam-crm114-unregister-spam-routine)
19213         (spam-crm114-register-ham-routine)
19214         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19215         From asjo@koldfront.dk (Adam Sjøgren).
19216
19217         * gnus.el: Add spam-use-crm114.
19218
19219         * spam.el (spam-list-of-processors, spam-registration-functions):
19220         Add spam-use-resend.
19221         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19222         (spam-report-articles-gmane): Add doc fix.
19223         (spam-report-articles-resend, spam-report-resend-register-routine):
19224         Add wrappers around spam-report-resend-to.
19225
19226         * spam-report.el (spam-report-resend-to, spam-report-resend):
19227         Add support for resending spam.
19228         (spam-report-gmane): Fix line length >80.
19229
19230         * gnus.el (spam-process): Add spam-use-resend.
19231
19232 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19233
19234         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19235         number of processed spam messages.
19236         (spam-ham-copy-or-move-routine): Return the number of processed
19237         ham messages.
19238         (spam-summary-prepare-exit): Use the above values to decide
19239         whether status messages shouled be displayed.
19240
19241 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19244         `rfc2047-encoding-function-alist' in order to avoid conflicting
19245         with the old version.
19246         (rfc2047-encode-region): Concatenate words containing non-ASCII
19247         characters in structured fields; don't encode space-delimited
19248         ASCII words even in unstructured fields; don't break words at
19249         char-category boundaries.
19250         (rfc2047-encode-1): New function.
19251         (rfc2047-encode): Use it; encode text so that it occupies the
19252         maximum width within 76-column; work correctly on Q encoding for
19253         iso-2022-* charsets.
19254         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19255         sure not to break a line just after the header name.
19256         (rfc2047-b-encode-region): Remove.
19257         (rfc2047-b-encode-string): New function.
19258         (rfc2047-q-encode-region): Remove.
19259         (rfc2047-q-encode-string): New function.
19260
19261         * mm-util.el (mm-replace-in-string): New function.
19262
19263 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19264
19265         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19266         Really get it right.
19267         (gnus-inews-make-draft): Really.
19268
19269 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19270
19271         * nnmh.el (nnmh-request-list-1): Don't check the link count
19272         before descending.  (small patch)
19273
19274 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275
19276         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19277         stuff.
19278
19279         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19280         Match on real group name.
19281
19282         * gnus-art.el (gnus-signature-limit): Doc fix.
19283
19284         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19285
19286         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19287
19288 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19289
19290         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19291         isn't a string.
19292
19293 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19294
19295         * gnus-draft.el (gnus-draft-send):
19296         Bind rfc2047-encode-encoded-words.
19297
19298         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19299         (rfc2047-encodable-p): Say that =? needs encoding.
19300         (rfc2047-encode-encoded-words): New variable.
19301
19302         * gnus-group.el (gnus-group-select-group): Doc fix.
19303
19304         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19305
19306         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19307         to nil.
19308
19309         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19310
19311         * nnheader.el (nnheader-get-lines-and-char): New function.
19312
19313 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19314
19315         * gnus-msg.el (gnus-summary-followup-with-original):
19316         Document yanking of region when active.
19317
19318 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19321         groups if the group level is higher than the specified value.
19322
19323 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19324
19325         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19326         (gnus-group-jump-to-group): Add prefix argument using
19327         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19328         non-active group.
19329
19330         * compface.el (uncompface): Be verbose when changing
19331         `uncompface-use-external'.
19332
19333         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19334         handle manual section.
19335
19336 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19337
19338         * gnus-art.el (gnus-button-alist): Revert previous change.
19339
19340 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19341
19342         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19343
19344 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19345
19346         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19347         whether backend can accept message.
19348
19349         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19350
19351 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19352
19353         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19354         Avoid creating directory when nntp-marks-is-evil is true.
19355         Reported by Reiner Steib.
19356
19357 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * gnus-picon.el (gnus-picon-style): New variable.
19360         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19361         (gnus-picon-transform-address): Support `gnus-picon-style'.
19362         From Jesper Harder <harder@ifa.au.dk>.
19363
19364 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19365
19366         * message.el (message-fill-field): Return point.
19367         (message-generate-headers): Go to end of field.
19368
19369         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19370         stuff for non-living groups.
19371
19372 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19373
19374         * gnus-art.el (gnus-article-followup-with-original)
19375         (gnus-article-reply-with-original): gnus-mark-active-p ->
19376         gnus-region-active-p.
19377
19378 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19379
19380         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19381         only when there is spam or ham to be processed.
19382
19383 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19384
19385         * mail-source.el (mail-source-delete-crash-box): Refactor.
19386         (mail-source-fetch): Use it.
19387         (mail-source-fetch-file): Ditto.
19388         (mail-source-fetch-directory): Run postscript in loop.
19389         (mail-source-fetch-pop): Delete.
19390         (mail-source-fetch-maildir): Ditto.
19391         (mail-source-fetch-imap): Ditto.
19392
19393         * imap.el (imap-authenticators): Comment out sasl.
19394
19395         * message.el (message-skip-to-next-address): New function.
19396         (message-fill-header-address): Refactor.
19397         (message-fill-address): Use it.
19398         (message-delete-address): Use it.
19399         (message-fill-header-general): Refactor.
19400         (message-fill-field-address): Rename.
19401         (message-narrow-to-field): Find the start of the header.
19402         (message-header-format-alist): Don't pre-fill.
19403         (message-fill-header): Remove.
19404         (message-insert-header): New function.
19405         (message-shorten-references): Use it.
19406
19407         * rfc2047.el (rfc2047-field-value): Strip props.
19408
19409         * mail-parse.el (mail-header-make-address): New alias.
19410
19411         * ietf-drums.el (ietf-drums-make-address): New function.
19412
19413         * imap.el: Add compiler directives.
19414
19415         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19416
19417         * gnus-art.el (article-decode-idna-rhs): Don't use
19418         message-idna-inside-rhs-p.
19419
19420 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19421
19422         * message.el (message-idna-inside-rhs-p): Remove.
19423         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19424
19425         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19426         false positives.
19427
19428 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19429
19430         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19431
19432 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19433
19434         * nneething.el (nneething-file-name): Don't create spurious
19435         files.
19436
19437         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19438         (gnus-inews-do-gcc): Remove sleep.
19439
19440         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19441         part under point.
19442
19443         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19444         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19445
19446 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19447
19448         * spam.el (spam-summary-prepare-exit): Fix (length).
19449
19450 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19451
19452         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19453         as expired without moving it" message when there are spam
19454         messages left.
19455
19456 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19457
19458         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19459         header is not nil.
19460
19461 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19462
19463         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19464         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19465         (nntp-marks-changed-p): New arg SERVER.
19466         (nntp-request-update-info): Adjust caller.
19467
19468 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19469
19470         * nntp.el (nntp-save-marks): Pass missing arg.
19471
19472 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19473
19474         * nntp.el: Support marks.
19475         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19476         (nntp-marks-modtime, nntp-marks-directory): New variables.
19477         (nntp-request-set-mark, nntp-request-update-info)
19478         (nntp-possibly-create-directory, nntp-marks-changed-p)
19479         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19480         New functions.
19481
19482 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19483
19484         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19485         (gnus-xmas-redefine): Rename.
19486
19487         * gnus-score.el (gnus-score-insert-help):
19488         Use gnus-select-lowest-window.
19489
19490         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19491         appt-select-lowest-window and rename to gnus-select-lowest-window.
19492
19493         * gnus.el: do.
19494
19495 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19496
19497         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19498         encodings of MIME-encoded words, in order to improve
19499         interoperability with several broken MUAs.
19500
19501 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19502
19503         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19504         tags, only when charsets are not specified in headers.
19505         (mm-inline-text-html-render-with-w3m): Ditto.
19506
19507         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19508         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19509
19510 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19511
19512         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19513         instead of MIME-decoded from fields when checking
19514         `gnus-article-address-banner-alist'.
19515
19516 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19517
19518         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19519         description rather than subject.
19520
19521 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19522
19523         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19524
19525 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19526
19527         * gnus.el (gnus-version-number): Bump.
19528
19529 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19530
19531         * gnus.el: No Gnus v0.2 is released.
19532
19533 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19534
19535         * gnus-agent.el (gnus-agent-read-agentview):
19536         Inline gnus-uncompress-range.
19537
19538 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19539
19540         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19541         `exec-installed-p'.
19542
19543 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19544
19545         * gnus.el (spam-process, spam-autodetect-methods):
19546         Add bsfilter and bsfilter-headers.
19547
19548         * spam.el (spam-bsfilter): New customize group.
19549         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19550         (spam-bsfilter-header, spam-bsfilter-probability-header)
19551         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19552         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19553         (spam-bsfilter-database-directory): New options.
19554         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19555         (spam-list-of-statistical-checks, spam-registration-functions):
19556         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19557         (spam-bsfilter-score): New command.
19558         (spam-check-bsfilter-headers, spam-check-bsfilter)
19559         (spam-bsfilter-register-with-bsfilter)
19560         (spam-bsfilter-register-spam-routine)
19561         (spam-bsfilter-unregister-spam-routine)
19562         (spam-bsfilter-register-ham-routine)
19563         (spam-bsfilter-unregister-ham-routine): New functions.
19564         (spam-generic-score): Support bsfilter; Accept an optional argument
19565         to recalcurate spam score even if scoring header has already been
19566         added.
19567         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19568         optional argument to recalcurate spam score even if scoring header
19569         has already been added.
19570
19571 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19572
19573         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19574         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19575         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19576         link is missing.
19577
19578 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19579
19580         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19581         (html2text-get-attr): Rewrite.
19582
19583         * message.el (message-setup-1): Remove redundant put-text-property
19584         on mail-header-separator.
19585
19586 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19587
19588         * gnus-registry.el (gnus-registry-cache-whitespace)
19589         (gnus-registry-action, gnus-registry-spool-action)
19590         (gnus-registry-split-fancy-with-parent): Change message levels
19591         from 5 to 3 or 7, as needed.
19592
19593         * spam.el (spam-summary-prepare-exit)
19594         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19595         (spam-split, spam-find-spam, spam-log-undo-registration)
19596         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19597         level from 5 to 6.
19598
19599 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19602         2004-03-04 change).
19603
19604 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19605
19606         * sieve-manage.el (sieve-manage-open):
19607         * nnweb.el (nnweb-insert-html):
19608         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19609         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19610         * nnspool.el (nnspool-request-group):
19611         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19612         * nnml.el (nnml-request-update-info):
19613         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19614         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19615         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19616         (nnimap-request-set-mark):
19617         * nnfolder.el (nnfolder-request-update-info):
19618         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19619         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19620         * gnus-uu.el (gnus-uu-find-articles-matching):
19621         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19622         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19623         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19624         * gnus-nocem.el (gnus-nocem-scan-groups):
19625         * gnus-int.el (gnus-start-news-server):
19626         * gnus-group.el (gnus-group-make-kiboze-group)
19627         (gnus-group-browse-foreign-server):
19628         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19629         Use mapc when appropriate.
19630
19631 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19632
19633         FIXME: Make separate entries for each person.
19634
19635         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19636         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19637         <shields@msrl.com>:
19638
19639         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19640         may need for spam sorting and scoring.
19641         (spam-user-format-function-S): Add user format function suitable for
19642         general use.
19643         (spam-article-sort-by-spam-status): Add sorting function for summary
19644         sorting.
19645         (spam-extra-header-to-number): Add function to get a score from a
19646         header.
19647         (spam-summary-score): Add function to get a numeric score from the
19648         headers.
19649         (spam-generic-score): Fix function doc, was in wrong place.
19650         (spam-initialize): Take symbols when it's run, and install the
19651         extra headers that spam-necessary-extra-headers thinks we need.
19652
19653 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19654
19655         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19656         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19657
19658 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19659
19660         * gnus-sum.el (gnus-set-global-variables)
19661         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19662         (gnus-article-get-xrefs, gnus-summary-best-group)
19663         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19664         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19665         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19666         Use with-current-buffer.
19667
19668 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19669
19670         * spam.el (spam-summary-prepare-exit): Simplify logic.
19671         (spam-fetch-article-header): Read the article header if it's not
19672         available.
19673         (spam-list-articles): Simplify logic.
19674         (spam-filelist-register-routine): Fix bug with unregister-list.
19675
19676         * gnus-registry.el: Fix comments at beginning.
19677
19678 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19679
19680         * message.el (message-cater-to-broken-inn): Remove.
19681         (message-shorten-references): Make sure the total folded length of
19682         References is shorter than 998 characters to cater to a bug in INN
19683         2.3.  Also, don't pretend that references aren't folded -- this
19684         hasn't worked for a while.
19685
19686 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19687
19688         * gnus-agent.el (gnus-agentize):
19689         gnus-agent-send-mail-real-function no longer set to current value
19690         of message-send-mail-function but rather a lambda that calls
19691         message-send-mail-function.  The change makes the agent real-time
19692         responsive to user changes to message-send-mail-function.
19693
19694 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19695
19696         * legacy-gnus-agent.el
19697         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19698         help from Florian Weimer <fw@deneb.enyo.de>
19699
19700 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * nnmail.el (nnmail-cache-insert): Revert last change.
19703
19704 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * nnmail.el (nnmail-cache-insert): Always check whether
19707         nnmail-cache-ignore-groups matches a group name.
19708
19709 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19710
19711         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19712         (spam-find-spam, spam-log-processing-to-registry)
19713         (spam-log-registered-p, spam-log-unregistration-needed-p)
19714         (spam-log-undo-registration): Use gnus-message instead of
19715         gnus-error, none of these errors are fatal.
19716
19717         * gnus-registry.el (gnus-registry-clean-empty-function)
19718         (gnus-registry-clean-empty): Remove only empty entries without
19719         extra data.
19720
19721 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19722
19723         * spam-stat.el (spam-stat-buffer-change-to-spam)
19724         (spam-stat-buffer-change-to-non-spam): Change (error) to
19725         (gnus-message 8) invocation.
19726
19727 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * nntp.el (nntp-via-netcat-command): New variable.
19730         (nntp-via-netcat-switches): New variable.
19731         (nntp-open-via-rlogin-and-netcat): New function.
19732         (nntp-open-connection-function): Doc fix.
19733         (nntp-telnet-command): Doc fix.
19734         (nntp-end-of-line): Doc fix.
19735         (nntp-via-rlogin-command): Doc fix.
19736         (nntp-via-user-name): Doc fix.
19737         (nntp-via-address): Doc fix.
19738
19739 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19740
19741         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19742         error in Emacs 21.1.
19743
19744 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19745
19746         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19747
19748 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19749
19750         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19751         (gnus-agent-with-refreshed-group): New macro.
19752         (gnus-agent-rename-group): New function.
19753         (gnus-agent-delete-group): New function.
19754         (gnus-agent-save-group-info): Use gnus-command-method when
19755         `method' parameter is nil.  Don't write nil entries into the
19756         active file.
19757         (gnus-agent-get-group-info): New function.
19758         (gnus-agent-fetch-articles):
19759         Use gnus-agent-update-files-total-fetched-for to increment disk space
19760         used.
19761         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19762         Use gnus-agent-update-view-total-fetched-for to increment disk space
19763         used.
19764         (gnus-agent-get-local): Add optional parameters to avoid calling
19765         gnus-group-real-name and gnus-find-method-for-group.
19766         (gnus-agent-set-local): Delete stored entry if either min, or max,
19767         are nil.
19768         (gnus-agent-fetch-session): Reworded error/quit messages.
19769         On quit, use gnus-agent-regenerate-group to record existance of any
19770         articles fetched to disk before the quit occurred.
19771         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19772         gnus-agent-update-view-total-fetched-for, and
19773         gnus-agent-update-files-total-fetched-for to decrement disk space
19774         used.
19775         (gnus-agent-retrieve-headers):
19776         Use gnus-agent-update-view-total-fetched-for to increment disk space
19777         used.
19778         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19779         with gnus-agent-update-files-total-fetched-for to decrement disk
19780         space and fresh group buffer.
19781         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19782         (gnus-agent-need-update-total-fetched-for): New variable.
19783         (gnus-agent-update-files-total-fetched-for): New function.
19784         (gnus-agent-update-view-total-fetched-for): New function.
19785         (gnus-agent-total-fetched-for): New function.
19786
19787         * gnus-cache.el (gnus-cache-save-buffers):
19788         Use gnus-cache-update-overview-total-fetched-for to change disk space
19789         used by this group.
19790         (gnus-cache-possibly-enter-article):
19791         Use gnus-cache-update-file-total-fetched-for to increment disk space
19792         used by this group.
19793         (gnus-cache-possibly-remove-article):
19794         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19795         used by this group.
19796         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19797         (gnus-cache-rename-group): New function.
19798         (gnus-cache-delete-group): New function.
19799         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19800         (gnus-cache-need-update-total-fetched-for): New variable.
19801         (gnus-cache-with-refreshed-group): New macro.
19802         (gnus-cache-update-file-total-fetched-for): New function.
19803         (gnus-cache-update-overview-total-fetched-for): New function.
19804         (gnus-cache-rename-group-total-fetched-for): New function.
19805         (gnus-cache-delete-group-total-fetched-for): New function.
19806         (gnus-cache-total-fetched-for): New function.
19807
19808         * gnus-group.el: Require gnus-sum and autoload functions to
19809         resolve warnings when gnus-group.el compiled alone.
19810         (gnus-group-line-format): Documented new %F.
19811         (size of Fetched data) group line format; identifies disk space
19812         used by agent and cache.
19813         (gnus-group-line-format-alist): Defined new F format.
19814         (gnus-total-fetched-for): New function.
19815         (gnus-group-delete-group): No longer update
19816         gnus-cache-active-altered as gnus-request-delete-group now keeps
19817         the cache in sync.
19818         (gnus-group-list-active): Let the agent store a server's active
19819         list if currently plugged.
19820
19821         * gnus-int.el (gnus-request-delete-group):
19822         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19823         local disk in sync with the server.
19824         (gnus-request-rename-group):
19825         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19826         local disk in sync with the server.
19827
19828         * gnus-start.el (gnus-get-unread-articles):
19829         Cosmetic simplification to logic.
19830
19831         * gnus-util.el (gnus-rename-file): New function.
19832
19833 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19834
19835         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19836
19837 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19838
19839         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19840         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19841
19842 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19843
19844         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19845         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19846
19847 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19848
19849         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19850
19851 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19852
19853         * spam.el (spam-set-difference): Add function to replace
19854         gnus-set-difference in spam.el.
19855         (spam-summary-prepare-exit): Use spam-set-difference.
19856
19857 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19858
19859         * gnus-registry.el (gnus-registry-cache-file): Update to use
19860         gnus-dribble-directory OR gnus-home-directory OR ~.
19861         (gnus-registry-split-fancy-with-parent): Fix doc.
19862
19863 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19864
19865         * message.el (message-exchange-point-and-mark):
19866         Use message-mark-active-p.  Suggested by Jesper Harder
19867         <harder@ifa.au.dk>.
19868
19869 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * message.el (message-exchange-point-and-mark): Don't activate
19872         region if it was inactive.  Suggested by Hiroshi Fujishima
19873         <pooh@nature.tsukuba.ac.jp>.
19874
19875 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * gnus-art.el (article-display-face): Display Faces in the same
19878         order as X-Faces.
19879
19880 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19883
19884 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19885
19886         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19887         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19888         (gnus-article-mime-hierarchy): Remove.
19889         (gnus-article-mime-hierarchy-next): Remove.
19890         (gnus-article-mode): Revert 2004-03-19 change.
19891         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19892         (gnus-insert-mime-button): Revert 2004-03-19 change.
19893         (gnus-mime-accumulate-hierarchy): Remove.
19894         (gnus-mime-enter-multipart): Remove.
19895         (gnus-mime-leave-multipart): Remove.
19896         (gnus-mime-display-part): Revert 2004-03-19 change.
19897         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19898
19899         * mml.el (mml-preview): Revert 2004-03-19 change.
19900
19901 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19902
19903         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19904
19905 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19908         t while entering a file name using the mm-with-multibyte macro.
19909         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19910
19911         * mm-util.el (mm-with-multibyte): New macro.
19912
19913 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19914
19915         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19916         New user option.
19917         (gnus-mime-multipart-functions): Doc and customization fix.
19918         (gnus-article-mime-hierarchy): New variable.
19919         (gnus-article-mime-hierarchy-next): New variable.
19920         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19921         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19922         gnus-article-mime-hierarchy-next to nil.
19923         (gnus-insert-mime-button): Show hierarchy numbers.
19924         (gnus-mime-accumulate-hierarchy): New function.
19925         (gnus-mime-enter-multipart): New function.
19926         (gnus-mime-leave-multipart): New function.
19927         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19928         (gnus-mime-display-alternative): Show hierarchy numbers.
19929
19930         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19931         gnus-article-mime-hierarchy-next to nil.
19932
19933 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19934
19935         * dns.el: Don't require gnus-xmas.
19936
19937 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19938
19939         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19940         inline PGP.
19941         (mml-menu): Disable mml-quote-region if mark is inactive.
19942
19943 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19946         when the group's active is not available.
19947
19948 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19949
19950         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19951         error.
19952
19953 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19954
19955         * imap.el (imap-store-password): New variable.
19956         (imap-interactive-login): Use it.
19957         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19958
19959 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19962         window-start and hscroll to summary window.
19963
19964 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19965
19966         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19967         conversion message to newsrc-dribble when an actual conversion is
19968         performed.
19969
19970 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19971
19972         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19973
19974 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * mm-decode.el (mm-complicated-handles): New function reviving
19977         former definition of mm-multiple-handles.
19978
19979         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19980         (gnus-mime-delete-part): Use it.
19981
19982 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19983
19984         * gnus-agent.el (gnus-agent-read-local):
19985         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19986         avoid the implicit assumption that they will always be equal.
19987         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19988         coding-system-for-write, as the with-temp-file macro first prints
19989         to a buffer then saves the buffer.
19990
19991 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19992
19993         * gnus-art.el (gnus-article-edit-part): New function.
19994         (gnus-mime-save-part-and-strip): Use it; do query instead of
19995         signaling an error; don't use mm-multiple-handles.
19996         (gnus-mime-delete-part): Ditto.
19997
19998 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19999
20000         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20001         old file versions.
20002         (gnus-group-prepare-hook): Remove function that converted list
20003         form of gnus-agent-expire-days to group properties.
20004
20005         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20006         (gnus-request-accept-article): Re-indented.
20007
20008         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20009         converters to handle old agent file formats.  Add logic for a
20010         "backup before upgrading warning".
20011         (gnus-convert-mark-converter-prompt): Developers can mark
20012         functions as needing (default), or not needing,
20013         gnus-convert-old-newsrc's "backup before upgrading warning".
20014         (gnus-convert-converter-needs-prompt): Tests whether the user
20015         should be protected from potentially irreversable changes by the
20016         function.
20017
20018         * legacy-gnus-agent.el: New.  Provides converters that are only
20019         loaded when gnus-convert-old-newsrc needs to call them.
20020
20021 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20022
20023         * mail-source.el (mail-source-touch-pop): Doc fix.
20024
20025         * message.el (message-smtpmail-send-it): Doc fix.
20026
20027 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20028
20029         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20030
20031         * nnmail.el (nnmail-split-fancy): do.
20032
20033         * gnus-kill.el (gnus-kill, gnus-execute): do.
20034
20035 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20036
20037         * gnus-sum.el (gnus-widget-reversible-match)
20038         (gnus-widget-reversible-to-internal)
20039         (gnus-widget-reversible-to-external): New functions.
20040         (gnus-widget-reversible): New widget.
20041         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20042
20043 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20044
20045         * gnus-sum.el (gnus-thread-sort-functions)
20046         (gnus-article-sort-functions): Document `(not F)' items.
20047
20048 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20049
20050         * spam.el (spam-use-gmane-xref): Add new backend.
20051         (spam-gmane-xref-spam-group): Add variable to control the name of the
20052         Gmane spam group.
20053         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20054         (spam-regex-headers-spam, spam-regex-headers-ham)
20055         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20056         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20057         backends and checks.
20058         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20059
20060         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20061         an autodetect method.
20062
20063 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20064
20065         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20066         articles are being added to a group.
20067         (gnus-request-replace-article): Inform the agent that articles
20068         need to be uncached as the cached contents are no longer valid.
20069
20070 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20071
20072         * binhex.el: Don't autoload executable-find.
20073
20074         * canlock.el: Don't autoload mail-fetch-field.
20075
20076         * dgnushack.el: Autoload c-mode for XEmacs.
20077
20078         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20079
20080         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20081         rmail-dont-reply-to and rmail-output.
20082
20083         * gnus-score.el: Don't autoload ffap-string-at-point.
20084
20085         * gnus-setup.el: Don't autoload sc-cite-original.
20086
20087         * imap.el: Don't autoload base64-decode-string,
20088         base64-encode-string and md5.
20089
20090         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20091         and rmail-msg-restore-non-pruned-header.
20092
20093         * mm-decode.el: Don't autoload executable-find.
20094
20095         * mm-url.el: Don't autoload executable-find.
20096
20097         * mm-view.el: Don't autoload diff-mode.
20098
20099         * nndb.el: Don't autoload news-reply-mode, news-setup,
20100         cancel-timer and telnet.
20101
20102         * password.el: Don't autoload run-at-time for Emacs.
20103
20104         * sha1-el.el: Don't autoload executable-find.
20105
20106         * sieve-mode.el: Don't autoload c-mode.
20107
20108         * uudecode.el: Don't autoload executable-find.
20109
20110 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20111
20112         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20113         (gnus-agent-possibly-alter-active): Avoid null in numeric
20114         comparison.
20115         (gnus-agent-set-local): Refuse to save null in local object table.
20116         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20117         list of articles that will be marked as unread.
20118
20119 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20122
20123 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20124
20125         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20126         language tags.
20127
20128 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20129
20130         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20131         Don't bind "obarray".
20132
20133         * gnus-sum.el (gnus-thread-sort-functions):
20134         Add `gnus-thread-sort-by-most-recent-number' and
20135         `gnus-thread-sort-by-most-recent-date'.
20136         Reported by Kai Grossjohann <kai@emptydomain.de>.
20137
20138 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20141
20142 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20143
20144         * gnus-cus.el (gnus-agent-customize-category):
20145         Remove ignore-errors macro reference that required cl to be loaded at
20146         run-time.
20147
20148         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20149         single-interval range of the form (min . max).  Previously the
20150         range had to look like ((min . max)).  Likewise, return
20151         (min . max) rather than ((min . max)).
20152         (gnus-range-map): Use gnus-range-normalize to accept
20153         single-interval range.
20154
20155         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20156         the cache, but not the agent, now appear with their usual face.
20157
20158         * dgnushack.el (loaddir): New variable that is bound to the
20159         directory containing the dgnushack.el file. Use loaddir, rather
20160         than srcdir, to update load-path. Change lets dgnushack compile
20161         code in directories other than GNUS/lisp.
20162
20163 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * lpath.el: Don't bind w3m-safe-url-regexp.
20166
20167         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20168         w3m-safe-url-regexp variable buffer-local.
20169
20170         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20171
20172 2004-02-27  Simon Josefsson  <jas@extundo.com>
20173
20174         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20175         gnus-group-real-prefix.
20176         (gnus-summary-move-article): Use it, instead of
20177         gnus-group-real-prefix.
20178
20179 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * lpath.el: Bind w3m-safe-url-regexp.
20182
20183         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20184         w3m-safe-url-regexp variable buffer-local and set it as the value
20185         of mm-w3m-safe-url-regexp.
20186
20187         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20188
20189         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20190         parsing gnus-posting-styles when the message is not for replying.
20191
20192         * dgnushack.el: Autoload sgml-mode for XEmacs.
20193
20194         * nnrss.el (nnrss-opml-export):
20195         Use mm-set-buffer-file-coding-system instead of
20196         set-buffer-file-coding-system.
20197
20198 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20199
20200         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20201         of checkdoc.el).
20202         * nnrss.el: do.
20203         * gnus-mlspl.el: do.
20204         * gnus-ml.el: do.
20205         * gnus-srvr.el: do.
20206
20207         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20208
20209 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20210
20211         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20212         Corrections to custom-manual links.
20213
20214         * gnus-art.el (gnus-article): Ditto.
20215
20216         * mm-decode.el (mime-display, mime-security): Ditto.
20217
20218 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20219
20220         * flow-fill.el: Typo.
20221
20222 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20223
20224         * spam-wash.el: New file.
20225
20226 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20227
20228         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20229
20230 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20231
20232         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20233         to be run with new-articles as LIST1, not LIST2.
20234         (spam-registration-functions): Add spam-use-ham-copy as a nil
20235         registration backend.
20236
20237 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20238
20239         * spam-stat.el (spam-stat-washing-hook): New option.
20240         (spam-stat-buffer-words): Use it.
20241         (spam-stat-process-directory, spam-stat-test-directory):
20242         Use insert-file-contents-literally.
20243         (spam-stat-coding-system): New variable.
20244         (spam-stat-load, spam-stat-save): Use it.
20245
20246 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * spam-report.el (spam-report-plug-agent):
20249         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20250
20251 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20252
20253         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20254         Allow / in mailto URLs.
20255
20256 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20257
20258         * spam-report.el (spam-report-process-queue): Fix interactive use.
20259         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20260         (spam-report-unplug-agent): Doc fixes.
20261         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20262         (spam-report-agentize, spam-report-deagentize): Autoload.
20263
20264 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20267
20268         * message.el (message-setup-fill-variables): Add mml tags to
20269         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20270         <ajk@iu.edu>.
20271         (message-mode): Don't modify paragraph-separate there.
20272
20273 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20274
20275         * compface.el (uncompface-use-external): Default to undecided.
20276         (uncompface-use-external-threshold): New variable.
20277         (uncompface-float-time): New macro.
20278         (uncompface): Determine whether to use the external decoder if
20279         uncompface-use-external is undecided.
20280
20281 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20282
20283         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20284         after images.
20285
20286         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20287
20288 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20289
20290         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20291
20292         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20293
20294         * gnus-sum.el (gnus-summary-limit-to-age)
20295         (gnus-summary-limit-children): do.
20296
20297         * gnus-int.el (gnus-request-scan): do.
20298
20299         * gnus-group.el (gnus-group-suspend): do.
20300
20301         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20302
20303         * gnus-cite.el (gnus-cite-parse-attributions): do.
20304
20305         * gnus-agent.el (gnus-summary-set-agent-mark)
20306         (gnus-agent-regenerate-group): do.
20307
20308         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20309
20310         * binhex.el (binhex-decode-region-internal): do.
20311
20312 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20313
20314         * gnus-fun.el (gnus-face-properties-alist): New user option.
20315         (gnus-display-x-face-in-from): Use it.
20316
20317         * gnus-art.el (article-display-face): Ditto.
20318
20319         * compface.el (uncompface-use-external): Default to nil.
20320
20321 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20322
20323         * nntp.el (nntp-erase-buffer): New function.
20324         (nntp-retrieve-data, nntp-send-command)
20325         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20326         (nntp-possibly-change-group): Use it.
20327
20328         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20329         Use with-current-buffer.
20330
20331 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20332
20333         * compface.el: Merge the ELisp-based uncompface program.
20334         (compface): New customization group.
20335         (uncompface-use-external): New user option.
20336         (uncompface): Call uncompface-internal if uncompface-use-external
20337         is nil.
20338         (uncompface-internal): New function.  Note that there are also
20339         some other functions and variables added for this function.
20340
20341 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20344         if necessary.
20345
20346 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20347
20348         * spam-report.el (spam-report-unplug-agent)
20349         (spam-report-plug-agent, spam-report-deagentize)
20350         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20351         Add support for the Agent in spam-report: when unplugged, report to a
20352         file; when plugged, submit all the requests.
20353
20354         * spam.el (spam-register-routine): Fix message about
20355         registration.
20356
20357 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20358
20359         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20360         dependencies.
20361         (rfc2047-encode): Use it.
20362
20363         * gnus-art.el (gnus-button-marker-list): Move before first
20364         reference.
20365
20366         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20367         (imap-parse-body): Fix format string mismatch.
20368
20369         * gnus-score.el (gnus-summary-increase-score): do.
20370
20371         * nnrss.el (nnrss-close): New function.
20372
20373 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20374
20375         * nnrss.el (nnrss-make-filename): New function.
20376         (nnrss-request-delete-group, nnrss-read-server-data)
20377         (nnrss-save-server-data, nnrss-read-group-data)
20378         (nnrss-save-group-data): Use it.
20379         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20380         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20381         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20382
20383 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20384
20385         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20386
20387 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20388
20389         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20390         files.
20391
20392         * message.el (message-generate-headers-first): Don't quote nil
20393         and t in docstrings.
20394
20395         * imap.el (imap-id): do.
20396
20397         * gnus-agent.el (gnus-agent-consider-all-articles)
20398         (gnus-agent-queue-mail): do.
20399
20400 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20401
20402         * spam-report.el (spam-report-process-queue): New function.
20403         Process requests from `spam-report-requests-file'.
20404         (spam-report-process-queue): Doc fix.
20405
20406 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20407
20408         * spam.el (spam-register-routine)
20409         (spam-log-processing-to-registry, spam-log-registered-p)
20410         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20411         Change "check" to "spam-check" for semi-clarity.
20412
20413 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20414
20415         * pop3.el: Require nnheader.
20416
20417         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20418
20419         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20420
20421         * gnus-picon.el: Require cl.
20422
20423         * gnus-fun.el: Require gnus-ems and gnus-util.
20424
20425         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20426
20427         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20428
20429         * gnus-art.el (gnus-article-edit-mode): Define before first
20430         reference.
20431
20432 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20433
20434         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20435         (gnus-uu-post-encoded): Use point-at-bol.
20436
20437         * gnus-topic.el (gnus-group-active-topic-p): do.
20438
20439         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20440
20441         * gnus-group.el (gnus-group-kill-region): do.
20442
20443         * gnus-art.el (article-date-ut): do.
20444
20445         * message.el (message-fetch-field): Remove redundant
20446         case-fold-search binding.
20447         (message-narrow-to-field): Simplify.
20448
20449 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20450
20451         * spam.el (spam-directory): Derive from `gnus-directory'.
20452
20453         * spam-report.el (spam-report-url-to-file)
20454         (spam-report-requests-file): New function and variable for offline
20455         reporting.
20456         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20457         and user defined function.
20458         (spam-report-url-ping-mm-url): Remove doubled slash.
20459
20460 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20461
20462         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20463
20464 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20465
20466         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20467         Fix format string mismatch.
20468
20469         * sieve.el (sieve-deactivate-all): do.
20470
20471         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20472
20473         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20474
20475         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20476
20477         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20478
20479 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20480
20481         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20482         the list of checks.
20483
20484 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20485
20486         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20487         padding.
20488
20489 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20490
20491         * mm-view.el (mm-fill-flowed): New variable.
20492         (mm-inline-text): Use it.
20493
20494 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20495
20496         * spam.el (spam-spamassassin-register-ham-routine)
20497         (spam-spamassassin-register-spam-routine): Fix function names.
20498
20499 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * gnus.el (gnus-tmp-grouplens): Remove.
20502         (gnus-summary-line-format): Remove grouplens.
20503
20504         * gnus-group.el (gnus-group-line-format): Ditto.
20505
20506         * gnus-spec.el (gnus-format-specs): Ditto.
20507         (gnus-update-format-specifications): Flush the group format spec
20508         cache if there's the grouplens stuff.
20509         (gnus-parse-simple-format): Replace %l with the empty string.
20510
20511 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20512
20513         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20514         omission.
20515
20516 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20517
20518         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20519         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20520
20521 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20522
20523         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20524         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20525         New macros and functions.
20526         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20527         Handle > NLINK_MAX messages.
20528         * nnmaildir.el (nnmaildir-request-set-mark):
20529         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20530
20531 2004-01-25  Alex Schroeder  <alex@gnu.org>
20532
20533         * spam-stat.el (spam-stat-process-directory-age): New option.
20534         (spam-stat-process-directory): Use it.
20535
20536 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20537
20538         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20539         (spam-stat-save): Accept prefix argument.
20540
20541 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20542
20543         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20544         links" error.
20545
20546 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20547
20548         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20549         the rest of the and/or forms.
20550
20551 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20552
20553         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20554         compatibility with old .newsrc.eld files.
20555
20556         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20557
20558         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20559
20560         * gnus-start.el (gnus-1): do.
20561
20562         * gnus-group.el (gnus-group-line-format-alist): do.
20563
20564         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20565
20566         * gnus-gl.el: Remove.
20567
20568 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20569
20570         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20571         marks consisting of a single range {for example, (3 . 5)} rather
20572         than a list of a single range { ((3 . 5)) }.
20573
20574 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20575
20576         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20577         Use with-current-buffer.
20578         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20579         avoid consing a string.
20580
20581         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20582         Remove obsolete entries for big5 and gb2312.
20583
20584 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20585
20586         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20587         uncompressed list.
20588
20589 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20590
20591         * spam-stat.el (spam-stat-strip-xref): New function.
20592         (spam-stat-process-directory): Use it.
20593
20594         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20595         here -- it's done in message-fetch-field.
20596
20597 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20598
20599         * gnus-agent.el (gnus-agent-queue-mail)
20600         (gnus-agent-prompt-send-queue): New variables.
20601         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20602         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20603         "nndraft:queue" along to gnus-draft-send.
20604         Use gnus-agent-prompt-send-queue.
20605         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20606         is "nndraft:queue".  Suggested by Gaute Strokkenes
20607         <gs234@srcf.ucam.org>
20608
20609         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20610         (agent-enable-undownloaded-faces): Add.
20611         (gnus-agent-cat-groups): Use eval-and-compile, not
20612         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20613         method of gnus-agent-cat-groups even when the buffer has been
20614         evaled.
20615         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20616         delete gnus-agent-save-active-1.
20617         (gnus-agent-save-groups): Delete.  Identical to
20618         gnus-agent-save-active.
20619         (gnus-agent-write-active): No longer adjust agent's copy of active
20620         file as agent's adjustments are now stored in their own
20621         file.  Remove optional parameter.
20622         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20623         servers.  Add use of min/max range limits from server's local
20624         file.
20625         (gnus-agent-save-alist): Remove unused optional argument.
20626         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20627         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20628         (gnus-agent-set-local): A per-server file that keeps min/max range
20629         limits for articles known to the agent.  Provides a fast mechanism
20630         for altering many active ranges.
20631         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20632         active file (local makes it unnecessary).
20633         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20634
20635         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20636         (agent-enable-undownloaded-faces): Add.
20637
20638         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20639         disable it when sending to "nndraft:queue".
20640         (gnus-group-send-queue): Add safety check to avoid sending queue
20641         when unplugged.
20642
20643         * gnus-group.el (gnus-group-catchup): Use new
20644         gnus-sequence-of-unread-articles, not
20645         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20646         numbers of articles.  Use gnus-range-map to avoid having to
20647         uncompress the unread list.
20648         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20649         Fix invalid ange-ftp reference.
20650
20651         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20652         (gnus-sorted-range-intersection): Intersection of two ranges
20653         without requiring that they first be uncompressed.
20654
20655         * gnus-start.el (gnus-activate-group): Unless blocked by the
20656         caller, possibly expand the active range to include both cached
20657         and agentized articles.
20658         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20659         multiple version-dependent converters.
20660         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20661         gnus-agent-save-active.
20662         (gnus-save-newsrc-file): Save dirty agent range limits.
20663
20664         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20665         gnus-agent-possibly-alter-active.
20666         (gnus-adjust-marked-articles): Faster handling of simple lists.
20667
20668 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20669
20670         * spam-stat.el (spam-stat-test-directory): New optional argument
20671         displays a list of files detected.  Suggested by Andrew Cohen
20672         <cohen@andy.bu.edu>.
20673         (spam-stat-buffer-words-with-scores): Don't narrow and change
20674         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20675
20676 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20677
20678         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20679         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20680         (spam-spamassassin-arguments)
20681         (spam-spamassassin-spam-flag-header)
20682         (spam-spamassassin-positive-spam-flag-header)
20683         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20684         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20685         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20686         (spam-list-of-processors, spam-list-of-checks)
20687         (spam-list-of-statistical-checks, spam-registration-functions)
20688         (spam-check-spamassassin-headers, spam-check-spamassassin)
20689         (spam-spamassassin-score)
20690         (spam-spamassassin-register-with-sa-learn)
20691         (spam-spamassassin-register-spam-routine)
20692         (spam-spamassassin-register-ham-routine)
20693         (spam-assassin-register-spam-routine)
20694         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20695         (spam-bogofilter-score): Fix to show article before scoring.
20696
20697 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20698
20699         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20700         default scoring function.
20701         (spam-generic-score): Call spam-spamassassin-score if
20702         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20703         spam-bogofilter-score otherwise.
20704
20705         * gnus.el (spam-process, spam-autodetect-methods):
20706         Add spamassassin and spamassassin-headers.
20707
20708 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20709
20710         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20711         Suppress unnecessary messages.
20712
20713 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20714
20715         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20716         make-hash-table.
20717
20718 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * canlock.el (base64-encode-string): Don't autoload it.
20721
20722 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20723
20724         * run-at-time.el: Remove useless (require 'itimer),
20725         eval-and-compile and (featurep 'xemacs).
20726
20727 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20728
20729         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20730         GROUP is a virtual group.
20731
20732 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20733
20734         * gnus.el: Autoload `message-y-or-n-p'.
20735
20736 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20737
20738         * pgg-parse.el: Remove unnecessary (require 'custom).
20739
20740         * pgg-def.el: do.
20741
20742         * nnmail.el: do.
20743
20744         * gnus-undo.el: do.
20745
20746         * gnus-picon.el: do.
20747
20748         * gnus-util.el: do.
20749
20750 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20751
20752         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20753
20754 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20757         handle, as well as a list.
20758
20759         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20760         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20761         (mm-w3m-cid-retrieve): Simplify.
20762
20763 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20764
20765         * message.el (message-kill-to-signature): Allow prefix arg to
20766         specify number of lines to keep before signature.
20767
20768 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20769
20770         * message.el (message-kill-to-signature): Change docstring.
20771
20772 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20773
20774         * canlock.el: Always require sha1-el.
20775         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20776
20777         * message.el: Autoload sha1 only when compiling.
20778
20779         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20780         eudc-expand-inline for XEmacs.
20781
20782 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20783
20784         * message.el (message-canlock-generate): Require sha1-el.
20785
20786 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20787
20788         * message.el (message-expand-name): Silence the byte compiler.
20789
20790         * lpath.el: Add detect-coding-system.
20791
20792         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20793         cus-edit.
20794
20795 2004-01-13  Simon Josefsson  <jas@extundo.com>
20796
20797         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20798         Invoke gnus-score-mode.
20799         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20800
20801         * gnus-range.el (gnus-compress-sequence): Doc fix.
20802         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20803
20804 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20805
20806         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20807
20808 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20809
20810         * spam.el (spam-get-article-as-string): Update to use
20811         gnus-request-article-this-buffer, much simpler.
20812         (spam-get-article-as-buffer): Remove.
20813
20814 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20815
20816         * message.el (message-expand-name): Use EUDC if the user uses that.
20817
20818 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20819
20820         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20821         character for the encoding to avoid consing a string.
20822
20823         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20824         unnecessarily.
20825
20826         * mm-util.el (mm-replace-chars-in-string): Remove.
20827
20828         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20829         of mm-replace-chars-in-string.
20830
20831 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20832
20833         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20834
20835         * mm-util.el (mm-subst-char-in-string): Support inplace.
20836
20837         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20838         a new string in every iteration.  Use shy groups.
20839
20840 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20841
20842         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20843         * gnus-soup.el (gnus-soup-group-brew):
20844         * gnus-msg.el (gnus-put-message):
20845         * gnus-move.el (gnus-group-move-group-to-server):
20846         * gnus-kill.el (gnus-batch-score):
20847         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20848         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20849         (gnus-group-update-group, gnus-group-read-group)
20850         (gnus-group-make-group, gnus-group-make-help-group)
20851         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20852         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20853         (gnus-group-sort-by-unread, gnus-group-catchup)
20854         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20855         (gnus-group-yank-group, gnus-group-set-info)
20856         (gnus-group-list-groups):
20857         * gnus.el (gnus-generate-new-group-name):
20858         * gnus-delay.el (gnus-delay-send-queue):
20859         * nnvirtual.el (nnvirtual-catchup-group):
20860         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20861         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20862         (gnus-group-prepare-topics, gnus-topic-check-topology):
20863         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20864         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20865         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20866         (gnus-group-make-articles-read):
20867         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20868         (gnus-group-change-level, gnus-kill-newsgroup)
20869         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20870         (gnus-get-unread-articles, gnus-make-articles-unread)
20871         (gnus-make-ascending-articles-unread): Use accessor
20872         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20873         to get group information for improved readability.
20874
20875
20876 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20877
20878         * gnus-art.el (article-decode-mime-words, article-babel)
20879         (gnus-article-highlight-signature, gnus-article-add-buttons)
20880         (gnus-signature-toggle): Use gnus-with-article-buffer.
20881
20882         * gnus-art.el (gnus-article-highlight-headers)
20883         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20884
20885         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20886         (gnus-article-set-globals, gnus-request-article-this-buffer)
20887         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20888         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20889         (gnus-mime-display-alternative): Use with-current-buffer.
20890
20891 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20892
20893         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20894         also under 80 char limit, and call gnus-error if needed.
20895         (spam-fetch-article-header): Fix - it was a
20896         buffer-local variable (gnus-newsgroup-data).
20897         (spam-find-spam): Use spam-generate-fake-headers, forget about
20898         spam-insert-fake-headers.
20899         (spam-insert-fake-headers): Remove.
20900
20901 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20902
20903         * deuglify.el (gnus-article-outlook-unwrap-lines)
20904         (gnus-outlook-rearrange-article)
20905         (gnus-outlook-repair-attribution-outlook)
20906         (gnus-outlook-repair-attribution-block)
20907         (gnus-outlook-repair-attribution-other): Remove redundant
20908         save-excursion.
20909
20910 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20911
20912         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20913         (spam-fetch-field-subject-fast)
20914         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20915         (spam-fetch-article-header): Add functions to deal with Gnus
20916         internals for fast retrieval of article header data.
20917         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20918
20919 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20920
20921         * pop3.el (pop3-md5): Remove.
20922         (pop3-apop): Replace pop3-md5 with md5.
20923
20924         * mm-bodies.el: base64 is always built-in.
20925
20926         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20927         Use with-current-buffer.
20928
20929 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * canlock.el (canlock-insert-header): Remove excessive grouping in
20932         regexp.
20933
20934         * gnus-sum.el (gnus-summary-read-document): Ditto.
20935
20936         * gnus-uu.el (gnus-uu-part-number): Ditto.
20937
20938         * html2text.el (html2text-remove-tags): Ditto.
20939         (html2text-format-tags): Ditto.
20940         (html2text-format-single-elements): Ditto.
20941
20942         * mml.el (mml-parse-1): Ditto.
20943
20944 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20945
20946         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20947
20948         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20949
20950         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20951
20952         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20953
20954 2003-11-15  Simon Josefsson  <jas@extundo.com>
20955
20956         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20957         (pgg-gpg-lookup-key): Use regexp match instead of
20958         split-string (split-string is different between emacs 21.2 and
20959         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20960
20961 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20962
20963         * gnus-art.el (gnus-mime-view-all-parts)
20964         (gnus-article-part-wrapper, gnus-article-view-part):
20965         Use with-current-buffer.
20966
20967 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20968
20969         * spam.el (spam-disable-spam-split-during-ham-respool)
20970         (spam-spamoracle-database, spam-cache-lookups)
20971         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20972         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20973         (spam-group-ham-marks, spam-group-spam-marks)
20974         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20975         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20976         also add spam-use-blackholes to the statistical checks.
20977         (spam-fetch-field-fast): Add interface to fetching fields, may
20978         become a macro.
20979         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20980         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20981         (spam-insert-fake-headers): Fake an article when needed.
20982         (spam-find-spam): Fake article when possible.
20983         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20984         (spam-check-bogofilter-headers): Use message-fetch-field instead
20985         of nnmail-fetch-field.
20986
20987 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20988
20989         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20990
20991 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20992
20993         * spam.el (spam-split): Do not require spam-use-CHECK to be
20994         enabled if that check is passed to spam-split explicitly; also
20995         fix so 'spam doesn't get converted to spam-split-group when
20996         spam-split-symbolic-return is t.
20997         (spam-find-spam): Find registrations of the article and use those
20998         instead of re-running spam-split to find the spam/ham
20999         classification of the article.
21000         (spam-log-processing-to-registry, spam-log-registered-p)
21001         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21002         Use gnus-error instead of gnus-message.
21003         (spam-log-registration-type): Add function to determine the
21004         classification of a message based on registry entries; will
21005         return nil if both 'spam and 'ham are found.
21006         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21007         a reasonably fast local cache without the loading errors.
21008         (spam-cache-lookups): Set to t by default.
21009         (spam-find-spam): Don't try to guess spam-cache-lookups.
21010         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21011         spam-caches entry.
21012         (spam-filelist-build-cache, spam-filelist-check-cache):
21013         Fix caching of whitelist/blacklist entries.
21014         (spam-check-whitelist, spam-check-blacklist):
21015         Invoke spam-from-listed-p with a type, not a cache variable.
21016         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21017
21018 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21019
21020         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21021
21022         * nnmail.el (nnmail-split-fancy): do.
21023
21024         * mml.el (mml-parse): do.
21025
21026         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21027         (gnus-score-adaptive): do.
21028
21029 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21032         (gnus-mime-button-map): Don't set keymap parent.
21033         (gnus-button-ctan-directory-regexp): Use shy grouping.
21034         (gnus-prev-page-map): Don't set keymap parent.
21035         (gnus-prev-page-map): Remove duplicated one.
21036         (gnus-next-page-map): Don't set keymap parent.
21037         (gnus-mime-security-button-map): Ditto.
21038
21039         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21040         version number.
21041
21042         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21043
21044 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * canlock.el (canlock-sha1-function): Remove.
21047         (canlock-sha1-function-for-verify): Remove.
21048         (canlock-openssl-program): Remove.
21049         (canlock-openssl-args): Remove.
21050         (canlock-ignore-errors): Remove.
21051         (canlock-sha1-with-openssl): Remove.
21052         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21053         (canlock-verify): Don't use canlock-ignore-errors.
21054
21055         * sha1-el.el (sha1-string-external): Make it can return a string
21056         in binary form.
21057         (sha1-region-external): Ditto.
21058         (sha1-string-internal): Ditto.
21059         (sha1-region-internal): Ditto.
21060         (sha1-region): Ditto.
21061         (sha1-string): Ditto.
21062         (sha1): Ditto.
21063
21064 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21065
21066         * spam.el (spam-report-articles-gmane): New command.
21067
21068 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21071
21072         * run-at-time.el (run-at-time-saved): Remove.
21073         (run-at-time): Doc fix.
21074
21075 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21076
21077         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21078         (gnus-summary-limit-map): Add it.
21079         (gnus-summary-make-menu-bar): do.
21080
21081 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21082
21083         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21084         Make attempt at some caching support (done for BBDB only now).
21085         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21086         addresses to be checked.
21087         (spam-clear-cache-BBDB): Add function, to be invoked by
21088         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21089         (spam-check-BBDB): Check and use the caches, if
21090         spam-cache-lookups is on, remove superfluous (provide).
21091
21092 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21093
21094         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21095
21096 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21097
21098         * run-at-time.el (run-at-time-saved): Move to after the definition
21099         of `run-at-time'.
21100
21101         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21102
21103 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21106         mm-w3m-local-map-property.
21107
21108         * mm-view.el (mm-w3m-mode-map): Remove.
21109         (mm-w3m-local-map-property): Remove.
21110         (mm-inline-text-html-render-with-w3m): Don't use
21111         mm-w3m-local-map-property.
21112
21113 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21114
21115         * run-at-time.el: New file.
21116
21117         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21118         under Emacs.
21119
21120         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21121         of gnus-set-text-properties.
21122
21123         * gnus-uu.el (gnus-uu-save-article): Ditto.
21124
21125         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21126
21127         * gnus-cite.el (gnus-cite-parse): Ditto.
21128
21129         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21130         of gnus-.
21131
21132         * gnus-xmas.el (run-at-time): Require run-at-time.
21133
21134         * gnus.el: Change calls to nnheader-run-at-time and
21135         password-run-at-time throughout to use run-at-time directly.
21136
21137         * password.el: Remove definition of run-at-time.
21138
21139         * nnheaderxm.el: Remove definition of run-at-time.
21140
21141 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21142
21143         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21144         in prompt.
21145
21146 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21147
21148         * messagexmas.el (message-xmas-redefine): Alias
21149         `message-make-caesar-translation-table' to
21150         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21151         version.
21152
21153         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21154         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21155         `gnus-xmas-set-text-properties'.
21156         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21157         `gnus-xmas-completing-read'.
21158         (gnus-xmas-completing-read): Removed.
21159         (gnus-xmas-open-network-stream): Removed.
21160
21161         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21162         XEmacs version.
21163
21164         * dns.el (dns-make-network-process): Use `open-network-stream'
21165         instead of `gnus-xmas-open-network-stream'.
21166
21167         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21168
21169         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21170
21171 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21172
21173         * gnus-art.el (gnus-mime-display-alternative)
21174         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21175         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21176         Don't use gnus-local-map-property.
21177
21178         * gnus-util.el (gnus-local-map-property): Remove.
21179
21180         * mm-view.el (mm-view-pkcs7-decrypt):
21181         Replace gnus-completing-read-maybe-default with completing-read.
21182
21183         * gnus-util.el (gnus-completing-read): do.
21184         (gnus-completing-read-maybe-default): Remove.
21185
21186 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21187
21188         * password.el: Only autoload `run-at-time' if not XEmacs.
21189         Only autoload the itimer functions if XEmacs.
21190
21191 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21192
21193         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21194         XEmacsen.
21195
21196         * dgnushack.el: Autoload executable-find for XEmacs.
21197
21198 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21199
21200         * gnus-art.el (gnus-read-string): Remove.
21201         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21202         read-string.
21203
21204 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21205
21206         * netrc.el: Autoload password-read.
21207         (netrc): Add configuration group.
21208         (netrc-encoding-method, netrc-openssl-path):
21209         Add variables for encoding and decoding of files with symmetric
21210         ciphers.
21211         (netrc-encode): Add assistant function to encode a file with
21212         netrc-encoding-method.
21213         (netrc-parse): Add interactive parameter, added optional
21214         decoding if netrc-encoding-method is non-nil but otherwise
21215         behavior is standard.
21216         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21217         Do s/encode/encrypt/ everywhere.
21218
21219         * spam.el: Remove executable-find autoload.
21220
21221 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21222
21223         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21224
21225         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21226
21227 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21228
21229         * gnus-art.el (gnus-treat-ansi-sequences)
21230         (article-treat-ansi-sequences): New variable and function.
21231         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21232
21233         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21234         Use it.
21235
21236 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21237
21238         * mm-util.el (mm-quote-arg): Remove.
21239
21240         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21241         shell-quote-argument.
21242
21243         * gnus-uu.el (gnus-uu-command): do.
21244
21245         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21246
21247         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21248         with make-char.
21249
21250         * mm-util.el (mm-make-char): Remove.
21251
21252         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21253         add-minor-mode.
21254
21255         * gnus-undo.el (gnus-undo-mode): do.
21256
21257         * gnus-topic.el (gnus-topic-mode): do.
21258
21259         * gnus-sum.el (gnus-dead-summary-mode): do.
21260
21261         * gnus-start.el (gnus-slave-mode): do.
21262
21263         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21264
21265         * gnus-ml.el (gnus-mailing-list-mode): do.
21266
21267         * gnus-gl.el (gnus-grouplens-mode): do.
21268
21269         * gnus-draft.el (gnus-draft-mode): do.
21270
21271         * gnus-dired.el (gnus-dired-mode): do.
21272
21273         * gnus-ems.el (gnus-add-minor-mode): Remove.
21274
21275         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21276         Replace gnus-char-width with char-width.
21277
21278         * gnus-ems.el (gnus-char-width): Remove.
21279
21280         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21281         Replace gnus-char-width with char-width.
21282
21283         * gnus-ems.el (gnus-char-width): Remove.
21284
21285         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21286         definition.
21287         Remove Emacs 20 hash table compatibility code.
21288
21289         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21290         20 compatibility code.
21291
21292         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21293
21294         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21295
21296         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21297         Replace with point-at-{eol,bol}.
21298
21299         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21300
21301         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21302
21303         * flow-fill.el (fill-flowed-point-at-bol)
21304         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21305
21306         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21307         Replace with point-at-{eol,bol} throughout all files.
21308
21309 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21310
21311         * ntlm.el (ntlm-string-as-unibyte): New macro.
21312         (ntlm-build-auth-response): Use it.
21313
21314         Remove Emacs 20 stuff:
21315         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21316         (butlast, mapc, remove): Remove the compiler macros.
21317         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21318         of delq and copy-sequence.
21319         * gnus-art.el (popup-menu): Remove the compiler macro.
21320         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21321         Emacs 20.
21322
21323 2004-01-05  Simon Josefsson  <jas@extundo.com>
21324
21325         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21326         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21327         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21328         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21329         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21330         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21331         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21332         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21333         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21334         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21335         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21336         string-xor into ntlm-string-xor.
21337         Suggested by Jesper Harder <harder@myrealbox.com>.
21338
21339         * ntlm.el: Don't include poem.
21340
21341         * md4.el (print-int32, print-string-hexa): Remove.
21342         Suggested by Jesper Harder <harder@myrealbox.com>.
21343
21344         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21345
21346         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21347         probably breaks emacs with DL patch, but do we care? Is anyone
21348         still using the DL stuff?)
21349
21350         * sieve-manage.el: Use the password package.
21351         (sieve-manage-read-passwd): Remove.
21352         (sieve-manage-interactive-login): Use password.  Re-add
21353         condition-case around loop.
21354
21355         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21356         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21357         Use the password package.
21358
21359 2003-02-19  Simon Josefsson  <jas@extundo.com>
21360
21361         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21362         token.
21363
21364 2002-08-07  Simon Josefsson  <jas@extundo.com>
21365
21366         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21367         (sieve-manage-authenticators):
21368         (sieve-manage-authenticator-alist): Add some SASL mechs.
21369         (sieve-sasl-auth): New function.
21370         (sieve-manage-cram-md5-auth):
21371         (sieve-manage-plain-auth): Rewrite using SASL library.
21372         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21373         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21374         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21375         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21376
21377 2004-01-05  Simon Josefsson  <jas@extundo.com>
21378
21379         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21380         New files.
21381
21382 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21383
21384         * gnus-group.el (gnus-no-groups-message): Update.
21385
21386         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21387
21388 2003-11-09  Simon Josefsson  <jas@extundo.com>
21389
21390         * imap.el: Support for ID IMAP extension (RFC 2971).
21391         (imap-local-variables): Add imap-id.
21392         (imap-id): New variable.
21393         (imap-id): New function.
21394         (imap-parse-response): Parse untagged ID response.
21395         * nnimap.el (nnimap-id): New variable.
21396         (nnimap-open-connection): Use it.
21397
21398 2003-12-28  Simon Josefsson  <jas@extundo.com>
21399
21400         * gnus-score.el (gnus-score-edit-all-score): New.
21401         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21402
21403 2004-01-04  Simon Josefsson  <jas@extundo.com>
21404
21405         * password.el: Add.
21406
21407 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21408
21409         * dns.el (dns-query-types): Fix typo.
21410         (dns-query-types): New function.
21411         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21412         PTR and SOA replies, see RFC 1035.
21413
21414 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21415
21416         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21417
21418         * Move to Changelog.2.
21419
21420 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21421
21422         * gnus.el (gnus-version-number): Bump version.
21423
21424 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21425
21426         * gnus.el: No Gnus v0.1 is released.
21427
21428 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21429
21430         * gnus.el: No Gnus v0.0 is released.
21431
21432 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21433
21434         * gnus.el (gnus-version-number): Bump.
21435         (gnus-version): No.
21436
21437 See ChangeLog.2 for earlier changes.
21438
21439   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21440
21441   This file is part of GNU Emacs.
21442
21443   GNU Emacs is free software: you can redistribute it and/or modify
21444   it under the terms of the GNU General Public License as published by
21445   the Free Software Foundation, either version 3 of the License, or
21446   (at your option) any later version.
21447
21448   GNU Emacs is distributed in the hope that it will be useful,
21449   but WITHOUT ANY WARRANTY; without even the implied warranty of
21450   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21451   GNU General Public License for more details.
21452
21453   You should have received a copy of the GNU General Public License
21454   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21455
21456 ;; Local Variables:
21457 ;; coding: utf-8
21458 ;; fill-column: 79
21459 ;; add-log-time-zone-rule: t
21460 ;; End: