Fixes suggested by David Engster <deng@randomsample.de>.
[gnus] / lisp / ChangeLog
1 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * registry.el (registry-db, initialize-instance): Set up constructor
4         instead of :initform arguments for the sake of older Emacsen.
5
6         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7         fixup the parameters that can be customized by the user between
8         save/read cycles.
9         (gnus-registry-read): Use it.
10         (gnus-registry-make-db): Use it.
11         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
12         messaging.
13         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
14         (gnus-registry-post-process-groups): Use `cond' for better messaging.
15         (gnus-registry-usage-test): Add subject lookup test.
16
17 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
18
19         * registry.el: New library to manage gnus-registry-style data.
20
21         * gnus-registry.el: Use it (major rewrite).
22
23         * nnregistry.el: Use it.
24
25         * spam.el: Use it.
26
27 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
30         marks on non-selected articles.
31
32 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
33
34         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
35         parameter to open-protocol-stream.
36
37 2011-04-01  Julien Danjou  <julien@danjou.info>
38
39         * mm-view.el (mm-display-inline-fontify): Do not fontify with
40         fundamental-mode.
41
42 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
45         servers.
46
47 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
50         made marks not propagate, again.
51
52 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
53
54         * proto-stream.el (open-protocol-stream): Bring back `network' type.
55         Make this the default type.
56         (proto-stream-open-plain): Rename from proto-stream-open-default.
57         (open-protocol-stream, proto-stream-open-starttls)
58         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
59         with `plain'.
60
61         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
62         value.
63
64         * nntp.el (nntp-open-connection-function): Document the fact that some
65         values are not functions but are instead handled specially.  Recognize
66         nntp-open-plain-stream value.
67         (nntp-open-connection): Recognize that value.
68
69 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
72         where it seems to be needed.
73
74 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
77         stuff.
78
79         * gnus-score.el (gnus-score-string): Fix calling convention of
80         `gnus-simplify-buffer-fuzzy' after last patches.
81
82         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
83         server for articles we didn't get any headers for.  This is a sanity
84         check.
85
86 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
87
88         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
89         new CAPABILITY, use it.
90
91 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
94         downloading anything.
95
96         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
97
98 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
99
100         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
101         colors.
102         (gnus-splash-svg-color-symbols): New function.
103
104 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
107         instead of using the global gnus-simplify-subject-fuzzy-regexp.
108         (gnus-simplify-subject-fuzzy): Use the local
109         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
110         makes using this variable in group parameters work.
111
112 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
113
114         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
115         "archive:sent" to the unfollowed group regex (for the recent Gnus
116         archive:sent-YYYY-MM-DD groups).
117         (gnus-registry-split-fancy-with-parent): Bail out early in sender
118         tracking if there are more than `gnus-registry-max-track-groups'
119         matches.
120
121 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
122
123         * message.el (message--yank-original-internal): New function to do the
124         insertion cleanly inside eval in `message-yank-original'.
125         (message-yank-original): Use it.
126
127 2011-03-29  Julien Danjou  <julien@danjou.info>
128
129         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
130         local variables disabled rather than `normal-mode'.
131
132 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
133
134         * imap.el (imap-shell-open, imap-process-connection-type): Use
135         imap-process-connection-type for 'shell' streams as well as
136         Kerberos, SSL, other subprocesses.
137
138 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
139
140         * proto-stream.el: Changes preparatory to merging open-protocol-stream
141         with open-network-stream.
142         (proto-stream-always-use-starttls): Option removed.
143         (open-protocol-stream): Return a process object by default.  Provide a
144         new parameter :return-list specifying a list-type return value, which
145         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
146         :type `network' to `try-starttls', and `network-only' to `default'.
147         Make `default' the default, for compatibility with open-network-stream.
148         Handle the no-parameter case exactly as open-network-stream, with no
149         additional stream processing.  Search plists using plist-get.
150         Explicitly add :end-of-commend parameter if it is missing.
151         (proto-stream-open-default): Renamed from
152         proto-stream-open-network-only.  Return 'default as the type.
153         (proto-stream-open-starttls): Rename from proto-stream-open-network.
154         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
155         failed.  Always return a list with a (possibly dead) process as the
156         first element, for compatibility with open-network-stream.
157         (proto-stream-open-tls): Use plist-get.  Always return a list.
158         (proto-stream-open-shell): Return `default' as connection type.
159         (proto-stream-capability-open): Use plist-get.
160         (proto-stream-eoc): Function deleted.
161
162         * nnimap.el (nnimap-stream, nnimap-open-connection)
163         (nnimap-open-connection-1): Handle renaming of :type parameter for
164         open-protocol-stream.
165         (nnimap-open-connection-1): Pass a :return-list parameter
166         open-protocol-stream to obtain a list return value.  Parse this list
167         using plist-get.
168
169         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
170         for open-protocol-stream.  Accept open-protocol-stream return value
171         that is a subprocess object instead of a list.  Handle the case of a
172         dead returned process.
173
174 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
177
178         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
179
180 2011-03-21  Julien Danjou  <julien@danjou.info>
181
182         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
183         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
184         query.
185         (mm-inline-text): Render normal text with fontification whenever
186         possible.
187
188         * gnus-sum.el (gnus-summary-save-parts-1):
189         * gnus-art.el (gnus-article-browse-html-save-cid-content)
190         (gnus-article-browse-html-parts, gnus-mime-delete-part)
191         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
192         Use `mm-handle-filename'.
193
194         * mm-util.el (mm-handle-filename): New function, return the filename of
195         an handle.
196
197 2011-03-18  Julien Danjou  <julien@danjou.info>
198
199         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
200         (gnus-buffer-live-p): Check that buffer is not nil.
201
202 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
203
204         * gnus.el: No Gnus v0.15 is released.
205
206 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * time-date.el (format-seconds): Use assoc instead of assoc-string to
209         avoid warning on XEmacs.
210
211         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
212         on XEmacs.
213
214         * gnus-art.el: Require mouse, which the build bot seems to say is
215         needed.
216
217         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
218
219         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
220         XEmacs, since it doesn't have url-retrieve-synchronously.
221
222         * time-date.el (format-seconds): Use assoc instead of assoc-string,
223         since assoc-string doesn't exist in XEmacs.
224
225 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
226
227         * gnus-group.el (gnus-group-list-ticked): New function.
228         (gnus-group-make-menu-bar): Provide a menu entry for it.
229         (gnus-group-list-map): Provide a binding for it.
230
231 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * shr.el (shr-visit-file): New command.
234
235         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
236
237 2011-03-17  Bjørn Mork  <bjorn@mork.no>
238
239         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
240         servers.
241
242 2011-03-16  Julien Danjou  <julien@danjou.info>
243
244         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
245         inline.
246
247         * gnus-art.el (article-hide-list-identifiers): Use
248         gnus-group-get-list-identifiers.
249
250         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
251         (gnus-summary-remove-list-identifiers): Use
252         gnus-group-get-list-identifiers to get regexp.
253         (gnus-select-newsgroup, gnus-summary-insert-subject)
254         (gnus-summary-insert-articles): Call
255         gnus-summary-remove-list-identifiers unconditionally.
256
257 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
260         we're selecting a group with unread articles.
261
262         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
263
264         * gssapi.el: New file separated out from imap.el to provide a general
265         Kerberos 5 connection facility for Emacs.
266
267         * message.el (message-elide-ellipsis): Document the format spec
268         ellipsis.
269
270 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
271
272         * message.el (message-elide-region): Allow the ellipsis to say how many
273         lines were removed.
274
275 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
278         window configurations containing buffers that are now dead.
279
280         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
281         parsing to avoid integer overflows.
282         (nnimap-parse-flags): Simplify the last change.
283         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
284         too large for 32-bit Emacsen.
285
286 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
287
288         * auth-source.el (auth-source-netrc-create):
289         * message.el (message-yank-original): Fix use of `case'.
290
291 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
292
293         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
294         XEmacs, which was one character too wide.
295
296 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
297
298         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
299         default number of articles to display.
300         (gnus-articles-to-read): Use pretty names for prompt.
301
302 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * gnus-int.el (gnus-open-server): Ditto.
305
306         * gnus-start.el (gnus-activate-group): Give a backtrace if
307         debug-on-quit is set and the user hits `C-g'.
308         (gnus-read-active-file): Ditto.
309
310         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
311
312 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * message.el (message-yank-original): Use cond instead of CL case.
315
316 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
317
318         * auth-source.el (auth-source-netrc-create): Use usual format for the
319         default in prompts.
320
321 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * lpath.el: Fbind read-char-choice for XEmacs.
324
325 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
326
327         * auth-source.el (auth-source-netrc-create): Show the default in the
328         prompt when prompting for token creation.
329
330 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * auth-source.el (auth-source-format-prompt): Always convert the value
333         to a string to avoid evaluating non-string arguments.
334         (auth-source-netrc-create): Offer default properly, not as initial
335         content in `read-string'.
336         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
337         of line to determine if we've been run before.  If so, don't run again,
338         but print a trivial message to indicate the cache was hit instead.
339
340 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
341
342         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
343         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
344         The user will have to run `gnus-sync-read' manually and wait for Cloudy
345         Gnus.
346
347 2011-03-11  Julien Danjou  <julien@danjou.info>
348
349         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
350         modified file".
351
352 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * auth-source.el (auth-source-read-char-choice): New function to read a
355         character choice using `dropdown-list', `read-char-choice', or
356         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
357         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
358         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
359         (auth-source-netrc-saver): Use it.
360         (auth-source-pick-first-password): New convenience function.
361
362 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
363
364         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
365         parameter in the credentials.
366         (nnimap-open-connection-1): Use it after a successful login.
367         (nnimap-credentials): Add IMAP-specific user and password prompt.
368
369         * auth-source.el (auth-source-search): Add :require parameter, taking a
370         list.  Document it and the :save-function return token.  Pass :require
371         down.  Change the CREATED message from a warning to a debug statement.
372         (auth-source-search-backends): Pass :require down.
373         (auth-source-netrc-search): Pass :require down.
374         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
375         Change save prompt to indicate all modifications saved here are
376         deletions.
377         (auth-source-netrc-create): Take user login name as default in user
378         prompt.  Move all the save functionality to a lexically bound function
379         under the :save-function token in the returned list.  Set up clearer
380         default prompts for user, host, port, and secret.
381         (auth-source-netrc-saver): New function, intended to be wrapped for
382         :save-function.
383
384 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * shr.el (shr-table-horizontal-line): Change the defaults for the table
387         lines to be spaces instead.
388
389 2011-03-07  Julien Danjou  <julien@danjou.info>
390
391         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
392         (sieve-sasl-auth): Check that auth-source-search did return something,
393         or just return an empty string.
394
395 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
396
397         * gnus.el (gnus-interactive): Use read-directory-name.
398
399         * gnus-uu.el (gnus-uu-decode-uu-and-save)
400         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
401         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
402         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
403         Likewise.
404
405         * gnus-group.el (gnus-group-make-directory-group): Likewise.
406
407 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
410         onto the list of killed groups, too.  This makes killed nnimap groups,
411         for instance, more reliably not reappear.
412
413         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
414         the parent.
415
416         * gnus-sum.el (gnus-update-read-articles): Fix typo.
417
418         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
419         really have server-side marks.
420
421         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
422         since most backends do not usefully have server-side marks.
423         (gnus-update-read-articles): Propagate marks to all backends that
424         really have server-side marks.
425
426 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
427
428         * message.el (message-cite-reply-position, message-cite-style):
429         New variables.
430         (message-yank-original): Use the new citation styles.
431
432 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
433
434         * message.el (message-options): Revert 22da67af (workaround for XEmacs
435         buffer-local issue); don't mark it buffer-local when running under
436         XEmacs.
437
438 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
439
440         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
441         numbers too big to be `read'.
442
443 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
444
445         * password-cache.el (password-in-cache-p): Add autoload.
446
447         * message.el (message-options): Make buffer-local two ways to attempt
448         to fix a XEmacs bug.
449
450 2011-03-02  Julien Danjou  <julien@danjou.info>
451
452         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
453
454 2011-03-01  Julien Danjou  <julien@danjou.info>
455
456         * gnus-art.el (list-identifier): Add list-identifier as a parameter
457         group.
458         (article-hide-list-identifiers): Use list-identifier group parameter.
459
460 2011-02-28  Julien Danjou  <julien@danjou.info>
461
462         * sieve.el (sieve-buffer-script-name): New local variable to store
463         sieve script name.
464         (sieve-edit-script): Store sieve script name.
465         (sieve-upload): Use sieve script name when uploading.
466         (sieve-upload): Use substitute-command-keys.
467         (sieve-edit-script): Use substitute-command-keys.
468         (sieve-refresh-scriptlist): Use substitute-command-keys.
469         (sieve-manage-mode-map): Define keymap properly.
470         (sieve-manage-mode): Do not set mode name manually, change mode-name to
471         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
472         Remove commented code about cvs.
473         (sieve-manage-quit): New function.
474         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
475
476 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * gnus-group.el (gnus-import-other-newsrc-file): New function.
479
480 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
481
482         * auth-source.el (auth-source-search): Cache empty result sets.
483
484         * password-cache.el (password-in-cache-p): Convenience function to
485         check if a key is in the cache, even if the value is nil.
486
487         * auth-source.el (auth-source-save-behavior): New variable to replace
488         `auth-source-never-create'.
489         (auth-source-netrc-create): Use it.
490         (auth-source-never-save): Remove.
491
492 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
493
494         * nnimap.el (nnimap-stream): Doc fix.
495         (nnimap-open-connection-1): Reverse the order of the ports to that the
496         prompted-for port is first.
497
498         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
499         retrieval by the no-group selection.
500
501         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
502         numerical parameters.
503
504 2011-02-25  Julien Danjou  <julien@danjou.info>
505
506         * gnus-gravatar.el: Use gnus-with-article-buffer.
507
508         * gnus-art.el (gnus-with-article-buffer): Check that the
509         gnus-article-buffer is alive.
510
511 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         * auth-source.el (auth-source-creation-prompts): New variable to manage
514         creation-time prompts.
515         (auth-source-search): Document it.
516         (auth-source-format-prompt): Add utility function.
517         (auth-source-netrc-create): Don't default the user name to
518         user-login-name.  Use `auth-source-creation-prompts' and some default
519         prompts for user, host, port, and password (the default generic prompt
520         remains ugly).
521         (auth-source-never-save): Add customizable option to never save info.
522         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
523         mode excursion.
524
525 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
528         argument that XEmacs doesn't support.
529
530         * dgnushack.el (dgnushack-compile): Exclude color.el from being
531         compiled for Emacsen having no `libxml-parse-html-region' support.
532
533         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
534
535         * lpath.el: Bind buffer-save-without-query for XEmacs.
536
537 2011-02-23  Julien Danjou  <julien@danjou.info>
538
539         * gnus-art.el (article-make-date-line): Ignore errors if time is
540         invalid and not convertible.
541         (article-make-date-line): Only add lapsed time if time is not nil.
542
543 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
544
545         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
546         `read-char-choice' for backwards compatibility.
547         (auth-source-netrc-element-or-first): New function to DTRT for
548         parameter extraction.
549         (auth-source-netrc-create): Use it and fix multiple parameter print
550         bug.  Use the default passed from above (given-default) or the
551         built-in (user-login-name for :user).
552
553 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-start.el (gnus-dribble-read-file):
556         Set buffer-save-without-query, since we always want to save the dribble
557         file, probably.
558
559         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
560         nnimap.
561
562         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
563         -summary- since it's a user-visible variable.
564
565         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
566         first time you use the new Gnus.
567
568 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
569
570         * auth-source.el: Don't load netrc.el.
571         (auth-sources): Search ~/.netrc as well by default.
572         (auth-source-debug): Add 'trivia option for extra output.
573         (auth-source-do-trivia): Use it.
574         (auth-source-search): Simplify logic to use
575         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
576         appropriate.  Don't keep a running count at this level.  Layer :create
577         and :delete options appropriately on the first and second passes.
578         Don't track the backend with the search results.
579         (auth-source-search-backends): New function to search a list of
580         backends for a processed spec.
581         (auth-source-netrc-parse): Cache all netrc files, making
582         auth-source-netrc-cache an alist keyed by the file name and using the
583         file mtime as the caching criterion.  Keep the obfuscated data secret
584         with a lexical bind.
585         (auth-source-netrc-search): Don't calculate the length of the results
586         unnecessarily.
587         (auth-source-search-backends): Fix bug.
588         (auth-source-netrc-create): Rework prompts.
589
590 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
591
592         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
593         Lower case names of search constraints.
594         (nnir-run-query): Cache and reuse search constraints for all imap
595         servers.
596
597 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
600         after exit.
601         (gnus-setup-message): Define missing variable from last checkin.
602
603         * gnus-sum.el (gnus-summary-show-article): When called with t as the
604         value, show the raw article.
605
606 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
607
608         * gnus.el: No Gnus v0.13 is released.
609
610 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
611
612         * nnimap.el (nnimap-open-connection-1): Revert last change, since
613         auth-source now accepts numbers.
614
615         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
616         spec, too.
617         (auth-source-ensure-strings): New function.
618
619         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
620         (gnus-article-setup-buffer): Always restart the date timer so that user
621         changes to the frequency is respected.
622
623         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
624         port numbers, so make sure it gets that if nnimap-server-port is
625         explicit.
626
627 2011-02-21  Simon Josefsson  <simon@josefsson.org>
628
629         * nnimap.el (nnimap-inbox): Doc fix.
630
631 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
632
633         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
634         Autoload.  Add optional arg FRAME, and pass it to color-values.
635         (color-complement): Caller changed.  Doc fix.
636         (color-gradient): Rewrite for better clarity and efficiency.
637
638 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
639
640         * shr-color.el (shr-color->hexadecimal): Use renamed function names
641         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
642         color-lab-to-srgb.
643
644 2011-02-20  Drew Adams  <drew.adams@oracle.com>
645
646         * color.el: First part of merge from hexrgb.el.
647         (color-rgb-to-hex): Rename from color-rgb->hex.
648         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
649         saturation to zero if the value is too small.
650         (color-rgb-to-hsl): Rename from color-rgb->hsl.
651         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
652         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
653         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
654         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
655         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
656         (color-cie-de2000): Doc fix.
657
658 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
661         given method as in the group name if we're using an extended method.
662         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
663         command, if we're using that, instead of waiting for the beginning.
664
665         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
666         we're sure to get unique server names, and we don't output two async
667         commands in the same buffer.  This fixes an NNTP hang for some users.
668
669 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
670
671         * gnus.el: No Gnus v0.11 is released.
672
673 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
674
675         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
676         summary buffer before reading going to the next buffer.  This avoids
677         putting the point in the group buffer if you `C-g' the command.
678
679         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
680         cache (for now) to make ~/.authinfo.gpg files usable.
681
682         * nnfolder.el (copyright-update): Define for the compiler.
683
684         * auth-source.el (auth-source-search): Fix unbound variable.
685
686 2011-02-19  Glenn Morris  <rgm@gnu.org>
687
688         * gnus.el (gnus-meta): Doc fix.
689
690 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
691
692         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
693         in case it's not yet loaded.
694
695 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
696
697         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
698         line we're waiting for.
699
700 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
701
702         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
703         face with line-width greater than zero will cause RET in gnus summary
704         buffer to scroll down article page-wise because auto vscroll happens,
705         it should be temporalily disabled when doing a scroll-up.
706
707 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
708
709         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
710         outputs from the server.
711
712 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
713
714         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
715         later so that bbdb can hook in easier.
716
717 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
718
719         * auth-source.el (auth-source-search): Don't try to create credentials
720         if the caller doesn't want that.
721         (auth-source-search): If we don't find a match, don't bug out on
722         non-bound variables.
723         (auth-source-search): Only ask a single backend to create the
724         credentials.
725
726         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
727         logging.
728         (nnimap-credentials): Protect against auth-source-search returning nil.
729         (nnimap-request-list): Protect against not being able to open the
730         server.
731
732 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * auth-source.el (auth-source-search): Do a two-phase search, one with
735         no :create to get the responses from all backends.
736
737         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
738         when getting credentials.
739
740         * gnus-util.el (gnus-delete-duplicates): New function.
741
742 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
743
744         * nnimap.el (nnimap-credentials): Instead of picking the first port as
745         a creation default, pass the whole port list down.  It will be
746         completed.
747
748         * auth-source.el (auth-source-search): Updated docs to talk about
749         multiple creation choices.
750         (auth-source-netrc-create): Accept a list as a value (from the search
751         parameters) and do completion on that list.  Keep a separate netrc line
752         with the password obscured for showing the user.
753
754         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
755         first choice to `auth-source-search' so it will be used for entry
756         creation instead of the server's Gnus-specific name.
757         (nnimap-credentials): Rely on the auth-source library to select which
758         port is actually wanted in the new netrc entry, so don't override
759         `auth-source-creation-defaults'.
760
761         * auth-source.el (auth-source-netrc-parse): Use :port instead of
762         :protocol and accept a missing user, host, or port as a wildcard match.
763         (auth-source-debug): Default to off.
764
765         (auth-source-netrc-search, auth-source-netrc-create)
766         (auth-source-secrets-search, auth-source-secrets-create)
767         (auth-source-user-or-password, auth-source-backend, auth-sources)
768         (auth-source-backend-parse-parameters, auth-source-search): Use :port
769         instead of :protocol.
770
771         * nnimap.el (nnimap-credentials): Pass a port default to
772         `auth-source-search' in case an entry needs to be created.
773         (nnimap-open-connection-1): Use :port instead of :protocol.
774
775 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * auth-source.el: Bind load-path when loading EIEIO from
778         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
779         21.4 doesn't support, to `require'.
780         (auth-source-secrets-search): Use mm-delete-duplicates instead of
781         delete-dups that is not available in XEmacs 21.4.
782
783 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
784
785         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
786         as EIEIO must also be loaded when auth-source.el is being
787         byte-compiled.
788
789 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
790
791         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
792
793         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
794
795         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
796
797         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
798
799         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
800
801         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
802
803         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
804
805         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
806         necessary.
807
808 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
811         nil means that nnimap doesn't get updated.
812
813 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         * auth-source.el (auth-source-netrc-create): Return a synthetic search
816         result when the user doesn't want to write to the file.
817         (auth-source-netrc-search): Expect a synthetic result and proceed
818         accordingly.
819         (auth-source-cache-expiry): New variable to override
820         `password-cache-expiry'.
821         (auth-source-remember): Use it.
822
823         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
824         parameter.  Create entry if necessary by using :create t.
825         (nnimap-open-connection-1): Don't pass `inhibit-create'.
826
827 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * auth-source.el (auth-source-debug): Enable by default and don't
830         mention the obsolete `auth-source-hide-passwords'.
831         (auth-source-do-warn): New function to debug unconditionally.
832         (auth-source-do-debug): Use it.
833         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
834         and for Secrets API entries when the secrets.el library is not
835         available.
836
837 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-sum.el (gnus-propagate-marks): Default to nil.
840         (gnus-summary-exit): Kill the correct article buffer on exit from a
841         `C-d' group.
842
843         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
844         gnus-propagate-marks.
845
846         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
847         before killing the buffers so that a non-full window conf gets handled
848         correctly.
849         (gnus-summary-exit): Ditto.
850         (gnus-summary-read-group-1): Ditto.
851
852         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
853         async code again so that we can debug it properly.
854
855         * message.el (message-reply): Take an optional switch-buffer parameter
856         so that Gnus window confs are respected better.
857
858 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
859
860         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
861         `plist-get' to accept non-list parameters (XEmacs issue).
862         Fix docstring.
863         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
864         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
865         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
866         Login collection is "Login" and not "login".
867
868 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
871         multiple headers.
872
873         * nnimap.el (nnimap-inhibit-logging): New variable.
874         (nnimap-log-command): Don't log login commands.
875
876         * auth-source.el (auth-source-netrc-search): The asserts seem to want
877         to have more parameters.
878
879         * nnimap.el (nnimap-send-command): Mark the command time for each
880         command, so that we don't get NOOPs stepping on our toes.
881
882         * gnus-art.el (article-date-ut): Get the date from the Date header on
883         `t'.
884
885 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * auth-source.el (auth-source-search): Use copy-sequence instead of
888         the cl.el copy-list.
889
890 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * imap.el: Bring it back (revert
893         84d800cd31de3064f0ed39617d725709a2f8f42f).
894
895 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
896
897         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
898         Improve prompt.
899
900 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-art.el (gnus-article-mode-line-format): Remove the article
903         washing status from the default format.  It isn't very informative.
904
905 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
906
907         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
908         Fix Gcc processing on imap.
909
910 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
911
912         * imap.el: Remove file.  All the functionality is in nnimap.el.
913
914 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
915
916         * message.el (message-bury): Don't pop up a new window when selected
917         window is dedicated.
918
919 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
920
921         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
922
923 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
924
925         * sieve-manage.el: Autoload `auth-source-search'.
926         (sieve-sasl-auth): Use it.
927
928 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
929
930         * nnimap.el: Autoload `auth-source-forget+'.
931         (nnimap-open-connection-1): Use it if the connection fails.
932
933         * auth-source.el: Require `password-cache'.
934         (auth-source-hide-passwords, auth-source-cache): Remove and mark
935         obsolete.
936         (auth-source-magic): Marker for `password-cache' keys.
937         (auth-source-do-cache): Update docstring.
938         (auth-source-search): Use and check cache.
939         (auth-source-forget-all-cached, auth-source-remember)
940         (auth-source-recall, auth-source-forget, auth-source-forget+)
941         (auth-source-specmatchp): Caching support functions.
942         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
943         Remove and obsolete.
944         (auth-source-user-or-password): Remove caching to further discourage
945         using it.  Always hide passwords.
946
947         * password-cache.el (password-cache-remove): Accept secrets that are
948         not strings.
949
950 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
951
952         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
953         code for now, since it doesn't work for all users.
954
955 2011-02-09  Julien Danjou  <julien@danjou.info>
956
957         * message.el (message-options): Make message-options really buffer
958         local.
959
960 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * mail-source.el: Autoload `auth-source-search'.
963         (mail-source-keyword-map): Note order matters.
964         (mail-source-set-1): Get all the mail-source source values and
965         defaults and search auth-source on those if needed.  This can all
966         probably be simplified.
967
968         * nnimap.el: Autoload `auth-source-search'.
969         (nnimap-credentials): Use it.
970         (nnimap-open-connection-1): Ask for the virtual server and physical
971         address in one shot.
972
973         * nntp.el: Autoload `auth-source-search'.
974         (nntp-send-authinfo): Use it.  Note TODO.
975
976 2011-02-08  Julien Danjou  <julien@danjou.info>
977
978         * shr.el (shr-tag-body): Add support for text attribute in body
979         markups.
980
981         * message.el (message-options): Make message-options a local variable.
982
983 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
984
985         * auth-source.el (auth-source-secrets-search)
986         (auth-source-user-or-password): Use `append' instead of `nconc'.
987         (auth-source-user-or-password): Build return list better and protect
988         against nil :secret.
989
990 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-update-info): Refactor slightly.
993         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
994         (nnimap-update-info): Clean up slightly.
995         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
996         characters.
997         (nnimap-process-quirk): Rename function to avoid collision.
998         (nnimap-update-info): Fix macrology bug-out.
999         (nnimap-update-info): Simplify split history test.
1000
1001 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1002
1003         * auth-source.el (top): Require 'eieio unconditionally.
1004         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1005         (auth-source-secrets-search): Limit search when `max' is greater than
1006         number of results.
1007
1008 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1009
1010         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1011         part not returning any data.
1012
1013         * proto-stream.el (open-protocol-stream): Document the return value.
1014
1015 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1016
1017         * auth-source.el (auth-source-secrets-search): Add examples.
1018
1019 2011-02-06  Julien Danjou  <julien@danjou.info>
1020
1021         * message.el (message-setup-1): Handle message-generate-headers-first
1022         set to t.
1023
1024 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1025
1026         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1027         API with a string "secrets:collection-name" and with 'default.
1028         (auth-source-backend-parse): Parse "secrets:collection-name" and
1029         'default.  Recurse on parses instead of repeating code.  Use the
1030         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1031         message when ignoring a source.
1032         (auth-source-search): List ignored search keys at the top level.
1033         (auth-source-netrc-create): Use `case' instead of `cond'.
1034         (auth-source-secrets-search): Created with TODOs.
1035         (auth-source-secrets-create): Created with TODOs.
1036         (auth-source-retrieve, auth-source-create, auth-source-delete)
1037         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1038         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1039         (auth-source-user-or-password-sftp)
1040         (auth-source-user-or-password-smtp): Remove.
1041         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1042         around `auth-source-search'.  Not tested thoroughly.
1043
1044 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1045
1046         * auth-source.el: Bring in assoc and eioeio libraries.
1047         (secrets-enabled): New variable to track the status of the Secrets API.
1048         (auth-source-backend): New EIOEIO class to represent a backend.
1049         (auth-source-creation-defaults): New variable to set prompt defaults
1050         during token creation (see the `auth-source-search' docstring for
1051         details).
1052         (auth-sources): Simplify to allow a simple string as a netrc backend
1053         spec.
1054         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1055         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1056         (auth-source-search): Main auth-source API entry point.
1057         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1058         (auth-source-search-collection): Helper function for searching.
1059         (auth-source-netrc-parse, auth-source-netrc-normalize)
1060         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1061         Supports search, create, and delete.
1062         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1063         backend stubs.
1064         (auth-source-user-or-password): Call `auth-source-search' but it's not
1065         ready yet.
1066
1067 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1068
1069         * message.el (message-setup-1): Remove the read-only stuff, since it
1070         doesn't work under XEmacs, for some reason.
1071
1072         * gnus-sum.el (gnus-user-date): Rename back from
1073         gnus-summary-user-date since user code refers to it.
1074
1075         * shr.el (shr-render-td): Store the actual background colour used.
1076
1077         * message.el (message-setup-1): Don't bind the constant
1078         -forbidden-properties.
1079         (message-setup-1): Revert previous change, since it needs to bind the
1080         props to insert them.
1081         (message-resend): Allow removing the read-only separator line.
1082
1083 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1084
1085         * nnimap.el (nnimap-request-accept-article): Give an error message if
1086         the APPEND wasn't successful.
1087
1088 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1089
1090         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1091         that have no groups.
1092
1093 2011-02-03  Julien Danjou  <julien@danjou.info>
1094
1095         * gnus-draft.el: Remove progn around gnus-draft-setup.
1096
1097 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1098
1099         * gnus-start.el (gnus-read-active-for-groups): This function is never
1100         called with a nil `infos', so clean that up.
1101         (gnus-get-unread-articles): Request active files from primary/secondary
1102         methods that have no groups (yet).
1103
1104 2011-02-03  Julien Danjou  <julien@danjou.info>
1105
1106         * message.el (message-setup-1): Always generate References first.
1107         (message-mail): Return the return value of message-setup, not always t.
1108         (message-setup-1): Insert mail-header-separator with read-only and
1109         intangible properties set.
1110
1111         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1112         user-date in docstring.
1113
1114         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1115
1116         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1117         docstring.
1118
1119         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1120         defcustom, with type and group. Move from gnus-util.el. Rename to
1121         gnus-summary-user-date-format-alist.
1122
1123 2011-02-03  Glenn Morris  <rgm@gnu.org>
1124
1125         * nnimap.el (gnus-fetch-headers): Declare.
1126
1127         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1128
1129 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1130
1131         * message.el (message-forward-make-body-digest-plain)
1132         (message-followup, message-reply): Clean up things noted by Stefan.
1133
1134         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1135         gnus-article-update-date-headers is nil.
1136         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1137         it didn't really work with defcustom.
1138         (article-update-date-lapsed): Make sure the window start doesn't move,
1139         either.
1140
1141 2011-02-01  Julien Danjou  <julien@danjou.info>
1142
1143         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1144         format.
1145
1146         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1147         standard in Emacs nowadays.
1148
1149         * color.el (color-gradient): Add a color-gradient function.
1150
1151 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1152
1153         * message.el (message-expand-name): Don't trust the return value of
1154         bbdb-complete-name.
1155         (message-check-news-header-syntax): Remove unused var `start'.
1156         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1157         (message-inhibit-body-encoding): Move to before first use.
1158         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1159         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1160         (Organization, Message-ID, Date, mh-previous-window-config):
1161         Defvar the vars using dynamic scoping.
1162
1163 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1164
1165         * shr.el (shr-render-td): Only do colours at the final rendering.
1166         Should be slightly faster.
1167         (shr-insert-table): Fix up TD background colours when doing the
1168         vertical padding.
1169
1170         * gnus-art.el (article-date-ut): Protect against articles with no Date
1171         header.
1172         (article-update-date-lapsed): Don't use current-column to find the
1173         horizontal position.  It's fragile in the presence of \003 characters.
1174
1175         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1176
1177 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-art.el (article-transform-date): Rewrite to still work when
1180         there are several rfc2822 parts.
1181         (article-transform-date): Fix infinite recursion.
1182         (article-date-ut): Replace infinitely many Date headers with a single
1183         one when called interactively.
1184
1185         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1186         secure manner.
1187
1188         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1189         move around by not using save-window-excursion.  It seems to work...
1190
1191 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * gnus-art.el (article-make-date-line): Work for user-defined format.
1194
1195 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1196
1197         * nntp.el (nntp-retrieve-group-data-early)
1198         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1199         fetching functions.
1200
1201         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1202         thoroughly for all backends that have no known groups.  This should
1203         allow new nnml methods to retrieve mail.
1204
1205         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1206         that Gnus doesn't know exists again.
1207
1208         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1209         (gnus-treat-date-ut): Ditto.
1210         (gnus-article-update-date-header): Rename.
1211         (gnus-treat-date-local): Remove.
1212         (gnus-treat-date-english): Remove.
1213         (gnus-treat-date-lapsed): Remove.
1214         (gnus-treat-date-combined-lapsed): Remove.
1215         (gnus-treat-date-original): Remove.
1216         (gnus-treat-date-iso8601): Remove.
1217         (gnus-treat-date-user-defined): Remove.
1218         (gnus-article-date-headers): New variable to control all the date
1219         header options.
1220         (article-date-ut): Rewrite to allow using the new way to format date
1221         headers(s).
1222
1223 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1224
1225         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1226         method.
1227         (nnmail-article-group): A better test for fanciness.
1228
1229         * nnimap.el (nnimap-request-head): Protect against not finding the
1230         article by Message-ID.
1231
1232 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1233
1234         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1235         keep point at the "same place".
1236
1237 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1240         data if the group is unactivated.
1241
1242 2011-01-28  Julien Danjou  <julien@danjou.info>
1243
1244         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1245         (gnus-all-windows-visible-p): Remove old compatibility code.
1246         (gnus-window-top-edge): Add docstring.
1247
1248         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1249
1250 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1253         older request-update-info.
1254
1255         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1256
1257 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1258
1259         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1260         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1261
1262 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1265         groups.  This makes the nndraft:queue group pop up if it's not already
1266         there.
1267
1268         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1269         messages" logic, which was reversed.
1270
1271         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1272         the "same place" even if point is on the line being replaced.
1273         (article-update-date-lapsed): Allow updating both the combined lapsed
1274         and the lapsed headers.
1275         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1276         (article-make-date-line): Limit the number of segments dynamically to
1277         avoid too-long lines.
1278
1279 2011-01-27  Julien Danjou  <julien@danjou.info>
1280
1281         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1282         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1283
1284 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1287         Use plist-get instead of the cl function getf.
1288
1289 2011-01-27  Glenn Morris  <rgm@gnu.org>
1290
1291         * gnus-util.el (float-time): Get rid of compiler warning, again.
1292
1293 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1294
1295         * shr.el (shr-put-color): Special-case background colours: Do put them
1296         at the blank parts at the front of the lines.
1297
1298         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1299         exit hook to nix out all data on readedness on group exit.
1300
1301         * gnus-util.el (float-time): If float-time is bound, always use it on
1302         all Emacsen.  It's unclear why the subrp check was there.
1303         (time-date): Require to make some autoload issues on XEmacs go away.
1304
1305         * shr.el (shr-put-color): Don't do the box padding in tables, since
1306         they're already padded.
1307
1308 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1309
1310         * gnus-art.el (gnus-article-next-page): When the last line of the
1311         article is displayed, scroll down once more instead of going to the
1312         next article at once.
1313         (article-lapsed-string): Refactor out and allow specifying how many
1314         segments you want.
1315         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1316         (gnus-article-update-lapsed-header): New variable.
1317
1318         * shr.el: Revert change that made headings use different-sized faces.
1319         The Emacs display engine isn't advanced enough that, for instance,
1320         tables can comfortably use differently-sized faces.
1321
1322 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1323
1324         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1325         used.
1326         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1327         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1328         we're using an encrypted connection.
1329
1330         * proto-stream.el: Alter the interface functions to also return the
1331         actual stream type used: network or tls.
1332
1333 2011-01-25  Julien Danjou  <julien@danjou.info>
1334
1335         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1336         (mm-display-javascript-inline): New function.
1337
1338         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1339         viewing function.
1340
1341 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * shr.el (shr-expand-newlines): Fix variable name.
1344
1345 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1346
1347         * shr.el (shr-expand-newlines): Make nested boxes work.
1348
1349 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1350
1351         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1352         backgrounds.
1353         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1354         in a more sensible manner.
1355
1356 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1359         if EPG is loaded.
1360
1361 2011-01-24  Julien Danjou  <julien@danjou.info>
1362
1363         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1364         tags.
1365
1366 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1369         commands.
1370
1371         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1372         in the article buffer.
1373         (gnus-gravatar-insert): Use blank space from the current buffer to
1374         avoid breaking text properties.  This makes X-Sent updating work again.
1375
1376         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1377
1378 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1381         fix the bug in url-http.el instead.
1382
1383         * shr.el (shr-image-fetched): Ditto.
1384
1385         * shr.el (shr-image-fetched): Avoid having point move in the article
1386         buffer.
1387
1388         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1389         buffer after being called.  It's apparently being killed by url.el, and
1390         killing it made point move to end-of-buffer in a random buffer.
1391
1392         * shr.el (shr-image-fetched): Ditto.
1393
1394 2011-01-23  Julien Danjou  <julien@danjou.info>
1395
1396         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1397
1398         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1399         text/x-org.
1400
1401 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1404         (i.e., nnimap) returning nil as the article number.
1405
1406 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1407
1408         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1409         "DelSp" parameter in RFC3676.
1410
1411 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1412
1413         * message.el (message-check-recipients): Display the encoded version of
1414         the bogus address if they differ.
1415
1416         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1417         after sending.
1418
1419         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1420
1421         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1422
1423         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1424         group buffer after sending the queue.
1425
1426         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1427
1428 2011-01-22  Julien Danjou  <julien@danjou.info>
1429
1430         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1431
1432 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1433
1434         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1435         nested related parts.
1436
1437         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1438         unexpired articles.  This fixes the regression that led expiry marks to
1439         disappear from nnfolder groups.
1440
1441 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1442
1443         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1444         Don't confuse the "ret" of "retrograde" with RET.
1445
1446 2011-01-21  Julien Danjou  <julien@danjou.info>
1447
1448         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1449         than mm-insert-inline.
1450
1451 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1454         Widen article buffer.
1455
1456 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1457
1458         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1459         the temp buffer.
1460         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1461
1462 2011-01-20  Julien Danjou  <julien@danjou.info>
1463
1464         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1465
1466         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1467         than mm-insert-inline to insert inline part: this respect
1468         mm-inline-media-tests displayers.
1469
1470         * mm-view.el (mm-display-shell-script-inline): New function.
1471
1472         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1473
1474         * mm-uu.el (mm-uu-type-alist): Add org block.
1475         (mm-uu-org-src-code-block-extract): New function.
1476
1477         * mm-view.el (mm-display-org-inline): New function.
1478
1479         * mm-decode.el (mm-automatic-display): Add text/org.
1480
1481         * mailcap.el (mailcap-mime-extensions): Add .org.
1482
1483 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1486         gnus-article-add-buttons.
1487
1488 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1489
1490         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1491         From header with a date and "nobody" as the sender.
1492
1493 2011-01-19  Julien Danjou  <julien@danjou.info>
1494
1495         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1496         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1497         if you have the same regexp several times.
1498         (gnus-button-push): Fix matching when regexp is symbol.
1499
1500 2011-01-15  Glenn Morris  <rgm@gnu.org>
1501
1502         * message.el (message-mail): A compose-mail function should
1503         accept headers as strings.
1504
1505 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1506
1507         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1508         Add :vert-only tags.
1509         (message-mail): New arg RETURN-ACTION.
1510         (message-return-action): New var.
1511         (message-bury): Use it.
1512         (message-mode): Make it buffer-local.
1513         (message-send-and-exit): Always call message-bury.
1514
1515         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1516         message-mail.
1517
1518 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * nnimap.el (nnimap-convert-partial-article): Protect against
1521         zero-length body parts.
1522
1523         * mm-decode.el (mm-preferred-alternative-precedence):
1524         Discourage showing empty parts.
1525
1526         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1527         and stuff if the backend didn't return the article number.  This fixes
1528         an Exchange-related nnimap bug.
1529
1530         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1531         group window, because it does the wrong thing when a separate frame
1532         displays the group buffer.
1533
1534         * proto-stream.el (open-protocol-stream): Protect against the low-level
1535         transport functions returning nil.
1536
1537 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1538
1539         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1540         (mml2015-epg-find-usable-secret-key): New function.
1541         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1542         mml2015-epg-find-usable-key (Bug#7797).
1543         (mml2015-epg-encrypt): Ditto.
1544
1545 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * dgnushack.el (rot13-string): Fix the way to get the argument.
1548
1549 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1552
1553 2011-01-03  Glenn Morris  <rgm@gnu.org>
1554
1555         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1556
1557         * sieve.el (sieve-open-server): Give a more explicit error if
1558         sieve-manage-open returns nil.  (Bug#7720)
1559
1560 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1561
1562         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1563
1564 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1567         This avoids sending passwords in plain text over non-encrypted
1568         channels.
1569
1570         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1571
1572         * nnimap.el (nnimap-login): Refactored out into own function, and
1573         implement CRAM-MD5.
1574         (nnimap-wait-for-line): Refactored out.
1575
1576         * mm-view.el (mml-smime): Require.
1577
1578 2010-12-20  David Engster  <deng@eml.cc>
1579
1580         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1581         use EPG to decrypt S/MIME messages instead of openssl.
1582
1583 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1586
1587         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1588         status is the group clearly is unreachable.
1589
1590         * auth-source.el (auth-source-create): Add the optional second
1591         parameter to `local-variable-p' to be compatible with XEmacs.
1592
1593 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1594
1595         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1596         work when using a compressed nnml folder.
1597
1598 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1601         backends after sanitising on entry, because this never makes sense:
1602         If the articles have gone missing, then the data no longer exists on
1603         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1604         overwrite anything anyway.
1605
1606         * shr.el (shr-insert-document): Bind shr-width dynamically to
1607         window-width if it's nil.
1608
1609 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1610
1611         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1612         with the meaning of using the full emacs window width for rendering.
1613
1614 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1615
1616         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1617         case when sender is not given.
1618
1619 2010-12-23  Julien Danjou  <julien@danjou.info>
1620
1621         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1622         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1623         the addresses, otherwise we might misplaced the gravatar.
1624
1625 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1626
1627         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1628         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1629         obsolete in Emacs.
1630
1631 2010-12-20  Julien Danjou  <julien@danjou.info>
1632
1633         * gnus-util.el (gnus-rescale-image): Revert last change.
1634
1635 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1636
1637         * binhex.el: Improve commentary (Bug#7482).
1638
1639 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-group.el (gnus-group-delete-articles): New command.
1642
1643 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1644
1645         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1646
1647 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1650         here, since it's up to the backends to do CRLF removal if their
1651         protocol has it.
1652
1653         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1654
1655 2010-12-17  Julien Danjou  <julien@danjou.info>
1656
1657         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1658         they are from file. Can also scale up.
1659
1660 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1661
1662         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1663         gnus-use-agent.
1664         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1665
1666         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1667
1668 2010-12-17  Julien Danjou  <julien@danjou.info>
1669
1670         * gravatar.el (gravatar-retrieve-synchronously): New function.
1671         (gravatar-get-data): Make more robust.
1672
1673 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1676
1677 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1680         to really consider the last line.
1681
1682 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1683
1684         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1685         list of recipient keys, or use symmetric encryption if not a list.
1686         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1687         EPA override, replacing the call to `netrc-store-data'.
1688
1689 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1690
1691         * gnus-srvr.el: Avoid passing nil regexp argument to
1692         delete-matching-lines.
1693
1694 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1697         fetching stops when Gnus exits.
1698
1699         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1700         function.
1701         (nnfolder-request-expire-articles): Save all the buffers after doing
1702         expiry.
1703
1704         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1705         the last article", since that led to serious performance regressions
1706         when expiring nnml groups.
1707
1708 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1709
1710         * nnir.el: Improve customizations.
1711
1712 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1715
1716         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1717         group has been killed.
1718         (gnus-group-yank-group): Ditto.
1719
1720         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1721
1722         * nnimap.el (nnimap-request-update-group-status): New function.
1723
1724         * gnus-int.el (gnus-request-update-group-status): New interface
1725         function.
1726
1727         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1728         copying read-ness to the backends.
1729
1730         * nnimap.el (nnimap-quirk): New function.
1731         (nnimap-retrieve-group-data-early): Use it.
1732         (nnimap-quirks): New alist.
1733
1734 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1737         don't delete it within indentation.
1738
1739 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1742         previous line.
1743
1744 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1747         QRESYNC command by deleting a superfluous space which broke Cyrus
1748         servers.  This change will break other servers that are buggy the other
1749         way around.
1750
1751 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1752
1753         * spam.el: Reindent and fix long lines.
1754         (spam-copy-or-move-routine): Exclude invalid move destinations.
1755
1756 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1757
1758         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1759         installed the registry.
1760
1761 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1764
1765 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1766
1767         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1768         groupname doesn't contain "gmane".
1769
1770 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1773         and netrc-bound-and-true-p bindings.
1774         (netrc-parse): Cache the netrc contents.
1775
1776         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1777         (gnus-1): Don't create the nndrafts group twice.
1778         (gnus-setup-news): There's no need to read the active file here, since
1779         that's done again later on a per-backend basis.
1780         (gnus-start-draft-setup): Make sure that the new group is started out
1781         empty.
1782
1783         * gnus-agent.el (gnus-agentize): Don't create the queue group
1784         automatically on startup.  It'll be created later, if needed.
1785
1786         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1787         of automatically subscribed groups.
1788         (gnus-auto-subscribed-categories): New variable.
1789         (gnus-matches-options-n): Use it.
1790         (gnus-default-subscribed-newsgroups): Remove unused variable.
1791         (gnus-start-draft-setup): Message a bit less.
1792
1793 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1794
1795         * nnir.el (nnir-run-imap): Return article list in order of increasing
1796         UID.
1797
1798 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * gnus-sum.el (gnus-summary-enter-digest-group):
1801         Mention gnus-auto-select-on-ephemeral-exit.
1802
1803         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1804         convention of the network-only option.
1805
1806 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * proto-stream.el (proto-stream-open-network-only): New function to
1809         have a way to specify non-STARTTLS upgrade connections.
1810
1811 2010-12-10  Julien Danjou  <julien@danjou.info>
1812
1813         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1814         email address is nil.
1815
1816         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1817
1818 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1819
1820         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1821         deletion.
1822         (nnir-run-imap): Only need to parse list once.
1823
1824 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * shr.el (shr-tag-script): Ignore <script>.
1827         (shr-tag-label): Add <label> support.
1828
1829 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1832
1833         * shr.el (shr-image-displayer): Work for images lined side by side.
1834
1835 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1836
1837         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1838         parameter, since XEmacs doesn't accept t as a parameter.
1839
1840 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1841
1842         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1843         ids.
1844         (nnir-run-gmane): Simplify groupspec formatting.
1845         (nnir-request-expire-articles): New function.
1846
1847 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1850         overflow, possibly.
1851
1852         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1853         (shr-render-td): Handle td style="" better.
1854         (shr-tag-table): Use the color from the style sheet.
1855         (shr-render-td): Make sure we copy over all the overlays, too.
1856
1857 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1858
1859         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1860         (nnir-request-article): Improve article retrieval.
1861
1862 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * mm-util.el (mm-extra-numeric-entities): New variable.
1865
1866         * mm-url.el (mm-url-decode-entities):
1867         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1868
1869         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1870
1871 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1872
1873         * message.el: Use completion-at-point.
1874         (message-completion-function): New fun, extracted from message-tab.
1875         (message-mode): Use it for completion-at-point-functions.
1876         (message-tab): Use it and completion-at-point.
1877
1878 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1881         character if a non-breakable character follows.
1882
1883 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1886         any stream.
1887
1888         * shr.el (shr-tag-font): Colorize the region.
1889         (shr-tag-body): Ditto.
1890         (shr-tag-font): Actually let the styles be inherited instead of
1891         overwriting them.
1892         (shr-tag-font): Get the background color right.
1893         (shr-tag-style): Ignore all <style> tags for the moment.
1894
1895         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1896         a Message-ID to avoid having nnimap depend on gnus-sum.
1897
1898         * shr.el (shr-descend): Only colorize something if we have a node that
1899         sets colors.
1900
1901 2010-12-06  Julien Danjou  <julien@danjou.info>
1902
1903         * shr.el (shr-render-td): Render td content with shr-descend, so style
1904         will be applied to <td> too.
1905         (shr-colorize-region): Colorize region even if we only have a background.
1906         (shr-tag-body): Fix color and background color inheritance.
1907         Do not recolorize after shr-generic.
1908         (shr-tag-font): Let shr-generic colorize via inheritance.
1909
1910 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1913
1914 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * nnir.el (nnir-request-move-article): Remove obsolete code.
1917
1918 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1921
1922 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus-sum.el (gnus-summary-respool-article): The completion function
1925         expects a list instead of an alist.
1926
1927         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1928         string as the parameter.
1929
1930         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1931
1932         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1933         styles.
1934         (shr-colorize-region): New function.
1935         (shr-insert-background-overlay): Remove.
1936         (shr-render-td): Background setting should be taken care of on a higher
1937         level.
1938         (shr-tag-body): Use post-hoc colorizations.
1939         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1940         (shr-put-color-1): Don't overwrite old colors.
1941         (shr-colorize-region): When the background color isn't explicit, use
1942         a fixed background.
1943
1944         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1945         nnmail variables.
1946
1947 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1948
1949         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1950         unless necessary.
1951
1952 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1953
1954         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1955         server.
1956
1957 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1960         so that TAB works.
1961
1962         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1963         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1964
1965         * shr.el (shr-urlify): Show the URL before the title to avoid
1966         misleading URLs.
1967
1968 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1969
1970         * shr.el (shr-urlify): Display the title in <a> tags.
1971
1972 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1973
1974         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1975
1976 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1977
1978         * nnir.el: Rearrange code to allow macros to be autoloaded by
1979         gnus-sum.el.
1980         (nnir-retrieve-headers-override-function): Make this variable
1981         customizable.
1982         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1983
1984         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1985         from nnir.el.
1986
1987 2010-12-03  Julien Danjou  <julien@danjou.info>
1988
1989         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1990
1991 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1994         allow optional argument `environment'.
1995
1996 2010-12-03  Glenn Morris  <rgm@gnu.org>
1997
1998         * mm-extern.el (message-goto-body): Update declaration.
1999
2000 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-util.el (gnus-macroexpand-all): New function.
2003
2004         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2005         instead of macroexpand-all that is unavailable in XEmacs.
2006
2007 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2008
2009         * nnir.el (nnir-summary-line-format): New variable.
2010         (nnir-mode): Use it.
2011         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2012         (nnir-article-ids): Reimplement as defsubst.
2013         (nnir-retrieve-headers): Don't mangle the subject header.
2014         (nnir-run-imap): Use 100 as RSV score.
2015         (nnir-run-find-grep): Fix for full server searching.
2016         (nnir-run-gmane): Better restriction to gmane groups.
2017
2018         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2019         summary buffers.
2020
2021 2010-12-02  Julien Danjou  <julien@danjou.info>
2022
2023         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2024
2025         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2026
2027         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2028         support.
2029
2030 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2031
2032         * nnir.el: Update to handle the registry better.
2033         (autoload): Silence byte-compiler.
2034         (nnir-open-server): Add a hook for nnir groups.
2035         (nnir-request-move-article): Don't mangle the header. Better to use
2036         formating variables (which will be added in the future).
2037         (nnir-registry-action): Update the registry using the original article
2038         group name.
2039         (nnir-mode): Install nnir-specific hooks for updating the registry.
2040
2041         * gnus-sum.el
2042         (gnus-article-original-subject,gnus-newsgroup-original-name):
2043         Remove obsolete variables.
2044         (gnus-summary-move-article): Remove use of obsolete variables.
2045         (gnus-summary-local-variables): Make move and delete hooks local to
2046         summary buffers.
2047
2048 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * rtree.el: New file.
2051
2052 2010-12-01  Julien Danjou  <julien@danjou.info>
2053
2054         * message.el (message-user-organization): Do not use
2055         gnus-local-organization.
2056
2057         * gnus.el: Remove gnus-local-organization.
2058
2059         * gnus-msg.el: Remove nastygram thing.
2060
2061 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2064         funcall.
2065
2066 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2069         names.
2070
2071         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2072         characters.
2073
2074         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2075         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2076         Suggested by Štěpán Němec <stepnem@gmail.com>.
2077         (gnus-gravatar-transform-address): Use mail-extract-address-components
2078         that supports non-ASCII names rather than mail-header-parse-addresses.
2079
2080 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * proto-stream.el (open-protocol-stream): All starttls connections are
2083         handled by the network handler.
2084
2085 2010-11-30  Julien Danjou  <julien@danjou.info>
2086
2087         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2088         (nnimap-open-connection-1): Fix PREAUTH.
2089
2090         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2091
2092 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2095         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2096         (shr-insert): Use them.
2097         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2098
2099 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2100
2101         * nnir.el (nnir-request-move-article): Bail out if original group
2102         doesn't support article moves.
2103         (nnir-get-active): Improve active list retrieval.
2104
2105 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2108
2109 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2110
2111         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2112         seem to accept strings-with-numbers as port numbers,
2113
2114 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2115
2116         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2117         change the registry.
2118
2119 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2122         delete-dups that is not available in XEmacs 21.4.
2123
2124         * mm-util.el (mm-delete-duplicates): Add comment.
2125
2126 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2127
2128         * nnir.el (nnir-ignored-newsgroups): New variable.
2129         (nnir-get-active): Use it.
2130
2131 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * proto-stream.el (proto-stream-open-network): Add some comments.
2134
2135         * nntp.el (nntp-open-connection): Provide a :success condition.
2136
2137         * nnimap.el (nnimap-open-connection-1): Ditto.
2138
2139         * proto-stream.el (proto-stream-open-network): See what the response to
2140         the STARTTLS command is.
2141
2142         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2143         backwards compatibility).
2144         (nnimap-open-connection-1): Really respect nnimap-server-port.
2145
2146         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2147         TLS upgrades we don't really care about the identity of the peer.
2148         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2149         that what we've checked for.
2150         (proto-stream-always-use-starttls): Only default to t if
2151         open-gnutls-stream exists.
2152         (proto-stream-open-network): If STARTTLS failed, then just open a
2153         normal connection.
2154         (proto-stream-open-network): Wait until the greeting before doing
2155         STARTTLS.
2156
2157         * nntp.el (nntp-open-connection): Report what the connection error is.
2158
2159         * proto-stream.el (open-protocol-stream): Rename from
2160         open-proto-stream.
2161
2162 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnimap.el (nnimap-stream): Change default to `undecided'.
2165         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2166         first, and then network.
2167         (nnimap-open-connection-1): Respect nnimap-server-port.
2168         (nnimap-open-connection): Be more backwards-compatible.
2169
2170         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2171         (proto-stream-open-starttls): De-duplicate the starttls code.
2172         (proto-stream-open-starttls): Folded back into the main function.
2173         (proto-stream-open-network): Fix typo in the gnutls path.
2174         (proto-stream-command): Refactor out.
2175
2176         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2177
2178         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2179         starttls.el STARTTLS.
2180
2181         * color.el (color-lab->srgb): Fix function call name.
2182
2183         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2184         if we're using tls.el.
2185         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2186         built in, then don't try to establish a STARTTLS connection.
2187
2188         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2189         servers.
2190
2191         * proto-stream.el (open-proto-stream): Use network, not stream.
2192         (open-proto-stream): Add a way to specify what the end of a command is.
2193
2194         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2195         connections types.
2196         (nntp-open-network-stream): Remove.
2197         (nntp-open-ssl-stream): Remove.
2198         (nntp-open-tls-stream): Remove.
2199         (nntp-ssl-program): Remove.
2200
2201         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2202
2203 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2204
2205         * nnir.el: Fix typos.
2206         (nnir-retrieve-headers-override-function): Rename variable to reflect
2207         new semantics.
2208         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2209         macros.
2210         (nnir-request-article, nnir-request-move-article): Use them.
2211         (nnir-categorize): New function.
2212         (nnir-run-query): Use it.
2213         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2214         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2215         sorted.
2216         (nnir-group-full-name): Use gnus-group-full-name instead.
2217         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2218         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2219
2220 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2223
2224         * proto-stream.el: New library to provide protocol-specific
2225         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2226         protocols.
2227         (open-proto-stream): Complete the documentation.
2228         (proto-stream-open-network): Fix some typos.
2229
2230         * nnimap.el (nnimap-open-connection): Use it.
2231
2232 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2233
2234         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2235         negotiation.
2236
2237 2010-11-26  Julien Danjou  <julien@danjou.info>
2238
2239         * color.el: Rename various rgb functions to srgb.
2240
2241 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2244         names.
2245
2246 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * shr.el (shr-insert): Revert last change.
2249         (shr-find-fill-point): Never leave point being at bol;
2250         relax the kinsoku limitation when rendering tables.
2251
2252 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2255         results from -accept-article.
2256
2257         * shr-color.el: Require cl when compiling.
2258
2259         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2260         checkin.
2261
2262         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2263
2264         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2265
2266         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2267         'add and 'delete to set backend marks.
2268
2269         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2270
2271         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2272
2273         * nntp.el (nntp-request-set-mark): Use it.
2274
2275         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2276
2277         * nnml.el (nnml-request-set-mark): Ditto.
2278
2279         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2280         introduces regressions in article selection.
2281         (nnimap-find-uid-response): New function.
2282         (nnimap-request-accept-article): Use the UID returned, if any.
2283         (nnimap-request-move-article): Use the UID returned, if any.
2284         (nnimap-get-groups): Reimplement to work with folded lines.
2285         (nnimap-find-uid-response): The UID is the last element in the list.
2286         (nnimap-request-set-mark): Extend syntax with 'set.
2287
2288         * nnml.el (nnml-request-set-mark): Ditto.
2289
2290         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2291
2292         * nntp.el (nntp-request-set-mark): Ditto.
2293
2294 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * message.el (message-called-interactively-p): A temporary macro.
2297         (message-goto-body): Use it temporarily.
2298
2299 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2302         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2303         (nnimap-last-response-string): Fix last unfolding fix.
2304
2305 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * shr.el (shr-insert): Fix the way to fold lines.
2308
2309 2010-11-25  Julien Danjou  <julien@danjou.info>
2310
2311         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2312
2313         * color.el: Rename from color-lab.el
2314         (color-rgb->hex): Add.
2315         (color-complement): Add.
2316         (color-complement-hex): Add.
2317
2318         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2319
2320 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2323         don't exist.
2324
2325 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2328         assuming that article displaying or another mml-preview may be
2329         interrupted for an error or for the like.
2330
2331         * shr.el (shr-get-background): Fix argument name.
2332
2333 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2336
2337         * gnus-sum.el (gnus-summary-include-articles): New function.
2338
2339         * message.el (message-goto-body): called-interactively-p needs a
2340         parameter, so use `any'.
2341
2342         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2343         clear marks before moving, since they're synced from the Gnus side
2344         first.
2345
2346         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2347         (gnus-summary-move-article): Copy over all marks before moving, so that
2348         IMAP doesn't think a new article has arrived.
2349
2350 2010-11-24  Julien Danjou  <julien@danjou.info>
2351
2352         * shr.el (shr-insert-background-overlay): Fix typo.
2353         (shr-render-td): Copy the background before rendering.
2354
2355         * shr-color.el (shr-color-visible): Fix docstring.
2356
2357         * shr.el (shr-tag-table): Add bgcolor support.
2358         (shr-render-td): Add bgcolor support.
2359         (shr-get-background): Add.
2360         (shr-insert-foreground-overlay): Use shr-get-background.
2361
2362         * message.el (message-goto-body): Use called-interactively-p.
2363         (message-in-body-p): message-goto-body returns point.
2364
2365 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2368         Fixes something or other in Emacs 23, and is backwards compatible.
2369
2370         * message.el (message-goto-body): Remove the <#secure special-casing,
2371         which is too special.
2372
2373         * shr.el (shr-parse-style): Drop !important from styles.
2374
2375 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2376
2377         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2378         this function to return incorrect results when calling it with an
2379         explicit article argument different from
2380         (gnus-summary-article-number).
2381
2382 2010-11-24  Julien Danjou  <julien@danjou.info>
2383
2384         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2385         (shr-tag-body): Add background support.
2386         (shr-descend): Add background support.
2387         (shr-tag-title): Add.
2388
2389         * shr-color.el (shr-color-visible): Really return original background
2390         if fixed.
2391
2392 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * shr.el (shr-color-check): Protect against non-existent colour names.
2395
2396 2010-11-24  Julien Danjou  <julien@danjou.info>
2397
2398         * color-lab.el: Require 'cl when compiling.
2399
2400         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2401
2402         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2403         matched part.
2404
2405         * color-lab.el: Fix all expt calls to use float type.
2406
2407 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2410         expression to shr-color-check as is.
2411
2412         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2413
2414         * color-lab.el: Add coding cookie.
2415         (float-pi): Use eval-and-compile.
2416
2417         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2418         compiled for Emacsen having no `libxml-parse-html-region' support.
2419
2420 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * shr.el (shr-insert-color-overlay): Split stuff like
2423         "#444444 !important" to find the real colour.
2424         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2425         parse <font color="red"> entries.
2426
2427 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2428
2429         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2430         point when parsing headers.
2431
2432         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2433         is positioned properly when parsing headers.
2434
2435 2010-11-23  Julien Danjou  <julien@danjou.info>
2436
2437         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2438
2439         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2440
2441         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2442
2443         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2444         Use shr-color-hue-to-rgb.
2445         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2446
2447 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * shr.el (shr-color->hexadecimal): Autoload.
2450         (shr-descend): Add color to all tags.
2451
2452 2010-11-22  Julien Danjou  <julien@danjou.info>
2453
2454         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2455         shr-color->hexadecimal.
2456
2457         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2458         RGB() or HSL() color representation.
2459
2460         * shr.el (shr-tag-font): Add.
2461         (shr-tag-color-check): New function to get better colors.
2462         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2463         tag-span.
2464
2465         * shr-color.el: New file.
2466
2467         * color-lab.el: New file.
2468
2469         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2470
2471 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2472
2473         * nnir.el: Fix typo in comments.
2474         (nnir-run-imap): Simplify code. No need to reverse artlist.
2475         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2476
2477 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2480
2481         * nnimap.el (nnimap-get-capabilities): Refactor out.
2482         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2483
2484 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2485
2486         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2487         appearing when `mm-uu-hide-markers' is nil.
2488
2489 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * nnimap.el (nnimap-unselect-group): Make into its own function.
2492         (nnimap-request-rename-group): Unselect group before renaming.
2493         This had gotten lost somewhere.
2494         (nnimap-request-accept-article): Keep track of examined groups, and
2495         unselect the group before APPENDing to read-only groups.
2496         (nnimap-request-move-article): Clear flags before moving so that they
2497         can be re-set later.
2498
2499 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2502         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2503
2504 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-art.el (gnus-mime-display-single)
2507         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2508         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2509         parameter.
2510
2511 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2514         (shr-table-vertical-line): New variable.
2515         (shr-insert-table): Use it.
2516
2517 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-html.el (gnus-html-wash-images): Don't display images if
2520         gnus-inhibit-images is non-nil; register displayer for cid images.
2521         (gnus-html-display-image): Work for cid image.
2522         (gnus-html-insert-image): Allow arguments.
2523         (gnus-html-put-image): Inhibit read-only.
2524         (gnus-html-prefetch-images): Don't prefetch images if
2525         gnus-inhibit-images is non-nil.
2526
2527 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * shr.el (shr-put-image): Break lines when inserting big pictures.
2530
2531 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2532
2533         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2534         sender, thanks Katsumi Yamaoka.
2535
2536 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2537
2538         * nnir.el (nnir-run-imap): Reverse the article list for each group
2539         rather than the whole list.
2540
2541 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * shr.el (shr-image-displayer): Protect function against non-existent
2544         image source.
2545
2546         * gnus-art.el (gnus-inhibit-images): New user option.
2547         (gnus-mime-display-single): Don't display image if it is non-nil.
2548
2549         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2550         gnus-inhibit-images.
2551
2552         * shr.el (shr-image-displayer): New function.
2553         (shr-tag-img): Use it.
2554
2555 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2556
2557         * mml2015.el (mml2015-epg-sign): Use From header.
2558
2559 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2562
2563         * gnus-util.el (gnus-find-text-property-region): Return markers.
2564
2565         * shr.el (shr-tag-img): Put a displayer in the text property.
2566
2567         * gnus-util.el (gnus-find-text-property-region): New utility function.
2568
2569         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2570         (gnus-html-show-images): Remove.
2571
2572         * gnus-art.el (gnus-article-show-images): New, more general function.
2573
2574         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2575         image url text properties.
2576
2577         * shr.el: Ditto.
2578
2579         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2580         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2581
2582 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2585         work for two or more articles.
2586
2587 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2590         divide an image that's in an html article to two or more when washing
2591         non-ASCII characters in alt text of it.
2592
2593 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2596         smime-decrypt-region using function argument.
2597         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2598
2599         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2600
2601         * smime.el (smime-decrypt-region): Catch it.
2602
2603 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2604
2605         * smime.el (smime-mode-map): Move initialization into declaration.
2606         (gnus-run-mode-hooks): Don't autoload.
2607         (smime-mode): Use define-derived-mode.
2608
2609 2010-11-11  Glenn Morris  <rgm@gnu.org>
2610
2611         * smime.el (from): Restrict declaration to XEmacs.
2612
2613         * nnir.el (gnus-group-topic-name): Autoload.
2614
2615 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * shr.el (shr-insert): Don't break long line if it is because of
2618         kinsoku-bol characters in the line end.
2619
2620 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2621
2622         * nnir.el (nnir-request-move-article): Fix to provide original group
2623         and subject.
2624         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2625         been retrieved.
2626
2627         * gnus-sum.el (gnus-summary-move-article): Use original group and
2628         subject for virtual articles such as those in an nnir summary buffer.
2629
2630 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2633         least 21.5).
2634
2635         * smime.el (from): Declare it again for XEmacs.
2636
2637 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * message.el (message-resend): Don't disable encoding unless it's
2640         already encoded.
2641
2642         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2643         low-numbered articles.
2644
2645 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * rfc2047.el (rfc2047-syntax-table): Simplify.
2648
2649         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2650
2651         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2652         set-char-table-range for XEmacs.
2653
2654 2010-11-10  Glenn Morris  <rgm@gnu.org>
2655
2656         * time-date.el (time-to-seconds): Always an alias on Emacs,
2657         never a real function.
2658         (with-no-warnings): Remove compat stub, now unused.
2659         (time-less-p): Doc fix.
2660         (time-to-number-of-days): Simplify.
2661
2662         * smime.el (from): Remove unused declaration.
2663
2664         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2665         (gnus-float-time): On Emacs, always an alias.
2666
2667         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2668         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2669
2670 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * dgnushack.el: Don't use ignore-errors in the top level form since it
2673         is unavailable in XEmacs even if cl is loaded.
2674
2675         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2676
2677 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * shr.el (browse-url-mailto): Autoload.
2680
2681         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2682
2683         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2684         regexp doesn't need quoting.
2685
2686 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2687
2688         * message.el (message-subject-trailing-was-ask-regexp)
2689         (message-subject-trailing-was-regexp): Match was: in addition to was.
2690
2691 2010-11-09  Glenn Morris  <rgm@gnu.org>
2692
2693         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2694         (nnbabyl-check-mbox): Use point-at-bol.
2695
2696 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2699
2700         * message.el (message-mailto): New function.
2701         (message-mailto): Should accept other parameters.
2702         (message-mailto): Remove since it duplicates browse-url-mailto
2703         functionality.
2704
2705 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2708         methods.
2709         (gnus-read-active-file): Ditto.
2710
2711         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2712         ": " from the prompt.
2713         (gnus-group-make-group): Ditto.
2714
2715 2010-11-07  Glenn Morris  <rgm@gnu.org>
2716
2717         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2718         (gnus-bookmark-kill-line): Use point-at-eol.
2719
2720 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2723         asterisks in From header.
2724
2725 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2728         string to avoid making the From headers syntactically invalid.
2729
2730         * message.el (message-send-mail): Don't insert courtesy messages if the
2731         message already has List-Post and List-ID messages.
2732
2733 2010-11-06  Glenn Morris  <rgm@gnu.org>
2734
2735         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2736         `condition', `type', `length' a prefix.
2737         (gnus-treat-predicate): Update for above name changes.
2738
2739 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2740
2741         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2742         binding.  Handled by `gnus-summary-refer-thread' instead.
2743         (nnir-warp-to-article): New backend function.
2744
2745         * nnimap.el (nnimap-request-thread): Force dependency updating.
2746
2747         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2748         (gnus-summary-refer-thread): Rework to improve thread-referral.
2749
2750         * gnus-int.el (gnus-warp-to-article): New function.
2751
2752         * gnus-sum.el (gnus-summary-article-map): Bind it.
2753
2754 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2755
2756         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2757         gnus-summary-refer-thread.
2758
2759         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2760         headers.
2761         (gnus-summary-limit-include-thread): Prevent articles in thread from
2762         being cut in gnus-cut-threads.
2763         (gnus-summary-refer-thread): Limit retrieved headers to those in
2764         thread.
2765
2766 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * message.el (message-send-mail): Use the value of
2769         message-courtesy-message from the message buffer.
2770
2771         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2772
2773         * shr.el (shr-browse-url): Implement mailto: URLs.
2774
2775         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2776         "raw".
2777
2778         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2779         if it's already selected.
2780
2781         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2782
2783 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2786         to measure the length and truncate alt text.
2787
2788 2010-11-03  Glenn Morris  <rgm@gnu.org>
2789
2790         * nndiary.el (nndiary-generate-nov-databases-1)
2791         (nndiary-generate-active-info): Rename dynamic variable `files' to
2792         something less generic.
2793
2794 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2795
2796         * nnir.el (nnir-request-move-article): Call the underlying backend to
2797         move articles from nnir.
2798
2799 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2802
2803 2010-11-02  Julien Danjou  <julien@danjou.info>
2804
2805         * nnir.el: Remove wais support.
2806
2807 2010-11-02  Glenn Morris  <rgm@gnu.org>
2808
2809         * gnus-html.el: Reorder requirements to quieten compiler.
2810
2811 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2814         properly for XEmacs as well.
2815         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2816         (gnus-article-natural-long-line-p): Use window-width rather than
2817         frame-width.
2818
2819 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2820
2821         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2822         (nnir-read-parms): Don't modify query.
2823         (nnir-run-query): Add ability to search topic on current line.
2824         (nnir-get-active): Clean up.
2825
2826 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2829         degenerate articles.
2830
2831         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2832         (gnus-print-buffer): Just print the buffer as is, without any copying
2833         to a buffer and then re-highlighting.
2834
2835         * nnimap.el (nnimap-request-group): Store the new updated info.
2836         (nnimap-request-group): Select the group when we don't know whether it
2837         exists or not.
2838
2839         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2840         groups.
2841
2842         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2843         groups.
2844
2845         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2846         groups.
2847
2848         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2849         long-lines case by only filling the long lines.
2850
2851         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2852         (bug #7311).
2853
2854 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * shr.el: No need to declare `declare-function' since shr.el is for
2857         only Emacsen that provide `libxml-parse-html-region'.
2858
2859         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2860         effective only in a file it is referred to.
2861
2862 2010-11-01  Glenn Morris  <rgm@gnu.org>
2863
2864         * mm-util.el (gnus-completing-read): Autoload.
2865         (mm-read-coding-system): Simplify Emacs definition.
2866
2867         * nnmail.el (gnus-activate-group):
2868         * nnimap.el (gnutls-negotiate):
2869         * nntp.el (netrc-parse): Fix declarations.
2870
2871 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2874         string-match-p in Emacs >=23.
2875
2876         * gnus-msg.el (gnus-configure-posting-styles)
2877         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2878
2879 2010-11-01  Glenn Morris  <rgm@gnu.org>
2880
2881         * nnir.el (declare-function): Add compat stub.
2882         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2883         (nnir-run-gmane): Require 'mm-url.
2884
2885         * mm-util.el (mm-string-to-multibyte): Simplify.
2886
2887         * shr.el (declare-function): Add compat stub.
2888         (url-cache-create-filename): Declare.
2889         (mm-disable-multibyte, widget-convert-button): Autoload.
2890
2891         * smime.el (ldap-search): Declare.
2892         (smime-cert-by-ldap-1): Require ldap on Emacs.
2893
2894         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2895         (nnimap-keepalive): Use gnus-float-time.
2896
2897         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2898         (mail-source-delete-crash-box): Use gnus-float-time.
2899
2900         * gnus-dired.el (gnus-completing-read): Autoload.
2901
2902         * mm-view.el (gnus-rescale-image): Autoload.
2903
2904         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2905
2906         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2907
2908         * sieve-manage.el: Require 'cl when compiling.
2909
2910         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2911         (gnus-iswitchb-completing-read): Require iswitchb.
2912         (gnus-select-frame-set-input-focus): Silence compiler.
2913
2914 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * message.el (message-subject-trailing-was-query): Change default to t,
2917         since I think that's what most people want.
2918
2919         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2920         appending for easier debugging.
2921         (nnimap-wait-for-connection): Take a regexp.
2922         (nnimap-request-accept-article): Wait for the continuation line before
2923         sending anything unless we're streaming.
2924
2925         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2926         leave the header washing to take place.
2927
2928 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2929
2930         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2931         regular expression match and replace in posting styles.
2932
2933 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2934
2935         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2936         an entire server.
2937         (nnir-get-active): New function.
2938         (nnir-run-imap): Use it.
2939         (nnir-run-gmane): Who knew, gmane search returns an article score!
2940
2941         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2942         server on the current line with nnir.
2943
2944 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2947         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2948         left edge.
2949         (gnus-article-foldable-buffer): Skip past the prefix when determining
2950         raggedness.
2951
2952         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2953         the raw article, and change `C-u g' to show the article without doing
2954         treatments.
2955
2956         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2957         on to `gnus-treat-article'.
2958         (gnus-inhibit-article-treatments): New variable.
2959
2960         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2961
2962         * gnus-art.el (gnus-treatment-function-alist): Have
2963         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2964         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2965         sections.
2966
2967         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2968         parameter.
2969         (gnus-article-fill-cited-long-lines): New function.
2970         (gnus-article-fill-cited-article): Allow filling only long sections.
2971
2972         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2973         and non-punctuation (like after the apostrophe in "'We").
2974
2975         * gnus-sum.el (gnus-summary-select-article): Make sure
2976         gnus-original-article-buffer is alive.
2977
2978         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2979         reflect the order they're in in the digest.
2980
2981         * gnus.el (gnus-group-startup-message): Move point to the start of the
2982         buffer.
2983
2984         * nnimap.el (nnimap-capability): New function.
2985         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2986         is set.
2987
2988 2010-10-31  David Engster  <dengste@eml.cc>
2989
2990         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2991         conform with changes to gnus-completing-read.
2992
2993 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2996
2997 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2998
2999         * nnir.el: Move defvar, defcustom around to keep file organized
3000         and keep byte-compiler quiet.
3001         (nnir-read-parms): Accept search-engine as arg.
3002         (nnir-run-query): Pass search-engine as arg.
3003         (nnir-search-engine): Remove.
3004
3005 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * shr.el (shr-generic): The text nodes should be text, not :text.
3008
3009         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3010         later in the file.
3011
3012 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3013
3014         * nnir.el: General clean up.  Allow searching with multiple engines.
3015         Allow separate extra-parameters for each engine.
3016         Batch queries when possible.
3017         (nnir-imap-default-search-key,nnir-method-default-engines):
3018         Add customize interface.
3019         (nnir-run-gmane): New engine.
3020         (nnir-engines): Use it.  Qualify all prompts with engine name.
3021         (nnir-search-engine): Remove global variable.
3022         (nnir-run-hyrex): Restore for now.
3023         (nnir-extra-parms,nnir-search-history): New variables.
3024         (gnus-group-make-nnir-group): Use them.
3025         (nnir-group-server): Remove in favor of gnus-group-server.
3026         (nnir-request-group): Avoid searching twice.
3027         (nnir-sort-groups-by-server): New function.
3028
3029 2010-10-30  Julien Danjou  <julien@danjou.info>
3030
3031         * gnus-group.el: Remove gnus-group-fetch-control.
3032
3033         * gnus-start.el (gnus-find-new-newsgroups):
3034         Remove gnus-check-first-time-used.
3035
3036         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3037
3038 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3039
3040         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3041         set on groups that don't have \* permanentflags.
3042
3043 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3046         control the background color.
3047         (shr-tag-img): Ignore very small web bug type images.
3048         (shr-put-image): Add help-echo alt texts to the images.
3049         (shr-tag-video): Show the video poster image.
3050
3051 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * shr.el (shr-table-depth): New variable.
3054         (shr-tag-table-1): Only insert the images after the top-level table.
3055
3056         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3057
3058         * gnus-util.el (gnus-list-memq-of-list): New function.
3059
3060         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3061         selected.
3062         (nnimap-unsplittable-articles): New slot.
3063         (nnimap-new-articles): Use it.
3064
3065 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3066
3067         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3068         move to the previous line on `M-g'.
3069
3070 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3073         *-request-group, which seems unnecessary.
3074
3075         * nnimap.el (nnimap-quote-specials): Function copied over from
3076         imap.el.
3077         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3078         they support that.  Suggested by Tom Regner.
3079
3080 2010-10-29  Julien Danjou  <julien@danjou.info>
3081
3082         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3083         defalias.
3084         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3085
3086         * gnus.el: Remove `gnus-nntp-service' variable.
3087         (gnus-secondary-servers): Make obsolete.
3088         (gnus-nntp-server): Make obsolete.
3089
3090         * gnus-start.el (gnus-1): Remove x-splash calls.
3091
3092         * gnus-ems.el (gnus-x-splash): Remove.
3093
3094         * gnus.el (gnus-group-startup-message): Simplify/update code.
3095
3096         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3097         definition.
3098
3099         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3100         capability before doing anything.
3101         (gnus-group-insert-group-line): Remove useless
3102         gnus-group-remove-excess-properties.
3103
3104 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3107
3108 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3111         config after reselecting.
3112
3113 2010-10-28  Julien Danjou  <julien@danjou.info>
3114
3115         * shr.el (shr-put-image): Use point even if only inserting text.
3116         (shr-put-image): Save excursion when inserting alt text on non-graphic
3117         display, so the behaviour is the same when we are on a graphic display.
3118
3119         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3120
3121 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3124         (gnus-mime-copy-part): Check coding system, not charset.
3125         (gnus-mime-view-part-externally): Never remove part.
3126         (gnus-mime-view-part-internally): Don't remove part here.
3127         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3128         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3129         multipart/alternative.
3130
3131         * mm-decode.el (mm-display-part): Take optional arg `force'.
3132
3133 2010-10-26  Julien Danjou  <julien@danjou.info>
3134
3135         * gnus-group.el (gnus-group-default-list-level): Add this function to
3136         compute the default list level.
3137         (gnus-group-default-list-level): Add possibility to use a function.
3138
3139 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3142
3143         * gnus-group.el (gnus-group-completing-read)
3144         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3145         gnus-replace-in-string.
3146
3147 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * shr.el (shr-tag-div): Add.
3150
3151         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3152
3153 2010-10-25  Julien Danjou  <julien@danjou.info>
3154
3155         * gnus-util.el: Remove `gnus-with-local-quit'.
3156
3157         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3158
3159 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3162         the original article buffer.
3163
3164 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * nnimap.el (nnimap-request-head): New function.
3167         (nnimap-request-move-article): Try to be slighly faster by not
3168         requesting the entire message when moving.
3169         (nnimap-transform-headers): Don't bug out on bodiless articles.
3170         (nnimap-send-command): Have no outstanding messages if the IMAP server
3171         doesn't support streaming.
3172         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3173
3174 2010-10-24  Julien Danjou  <julien@danjou.info>
3175
3176         * message.el (message-default-headers): Fix type.
3177
3178 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3181         prefetching images.
3182
3183         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3184         backend for unknown groups.  This is mainly useful for nnimap groups.
3185
3186         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3187         group isn't covered by the agent.
3188
3189 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3190
3191         * nnir.el (nnir-method-default-engines): New variable.
3192         (nnir-run-query): Use it.
3193         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3194         (gnus-summary-nnir-goto-thread): Change group if needed.
3195
3196         * gnus-group.el (gnus-group-group-map): Add key binding for
3197         gnus-group-make-nnir-group.
3198
3199 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * shr.el (shr-tag-object): Add.
3202
3203         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3204         original article buffer live.
3205         (gnus-summary-select-article-buffer):
3206         Mention gnus-widen-article-buffer.
3207
3208 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * shr.el (shr-tag-strong): Add.
3211
3212 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3215         group names.  They mess up the group buffer badly.
3216
3217         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3218
3219         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3220         instead of the summary one.
3221
3222 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * mml.el (mml-preview): Work properly when editing article.
3225
3226         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3227         gnus-have-read-active-file if it's already been in.
3228
3229 2010-10-22  Tom Tromey  <tromey@redhat.com>
3230
3231         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3232         gnus-group-completing-read.
3233
3234 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * message.el (message-mode-map): Don't bind M-; to comment region, to
3237         allow the global comment-dwim to work.
3238
3239 2010-10-21  Julien Danjou  <julien@danjou.info>
3240
3241         * message.el (message-setup-1): Allow message-default-headers to be a
3242         function.
3243
3244 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * shr.el (shr-tag-table): Simplify.
3247
3248 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3251         to avoid trying to snarf invalid stuff.
3252
3253         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3254
3255         * gnus.el (gnus-message-archive-group): Quote value.
3256         (gnus-message-archive-group): Mark as changed.
3257
3258         * shr.el (shr-add-font): Don't put the font properties on the newline
3259         or the indentation.
3260
3261         * message.el (message-fix-before-sending): Change options when sending
3262         non-printable characters.
3263
3264         * gnus.el (gnus-message-archive-method): Change the default to
3265         monthly outgoing groups.
3266
3267         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3268         that have gotten new numbers.
3269
3270         * nnimap.el (nnimap-request-replace-article): New function.
3271
3272 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3275         (nnrss-request-article): Don't use special html washing code.
3276
3277 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * shr.el (shr-tag-table): Remove useless nconc.
3280
3281 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * gnus-art.el (article-wash-html): Simplify and remove the charset
3284         stuff.  Use the normal html rendering code instead of the special html
3285         washing code.
3286
3287         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3288         `gnus-w3m' symbols.
3289         (mm-text-html-washer-alist): Remove.
3290
3291         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3292         (mm-inline-media-tests): Remove use.
3293         (mm-text-html-renderer): Change default to the `shr' symbol.
3294
3295         * mm-view.el (mm-inline-text-html): Remove use.
3296
3297         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3298         `gnus-blocked-images' to be a function.
3299         (gnus-article-wash-function): Remove.
3300
3301 2010-10-20  Julien Danjou  <julien@danjou.info>
3302
3303         * spam.el (spam-list-of-processors): Mark as obsolete.
3304
3305         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3306         (nnimap-insert-partial-structure): Fix boundary detection.
3307
3308 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3309
3310         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3311         run file-truename on remote files.  This can be expensive and even
3312         prevent one from editing drafts if some unrelated buffer has a stale
3313         connection.
3314
3315 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3318         kinsoku-eol regardless of shr-kinsoku-shorten.
3319         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3320         (shr-tag-table): Support caption, thead, and tfoot.
3321
3322 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3325         lines.
3326         (shr-save-contents): New command and keystroke.
3327
3328         * nndoc.el (nndoc-type-alist): Add git support.
3329         (nndoc-git-type-p): New function.
3330         (nndoc-transform-git-article): Ditto.
3331         (nndoc-transform-git-headers): Ditto.
3332         (nndoc-transform-git-headers): Generate Subject headers.
3333
3334         * shr.el (shr-parse-style): New function.
3335         (shr-tag-span): Ditto.
3336
3337         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3338         to `G G' to avoid collisions.
3339
3340 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * shr.el: Load kinsoku if necessary.
3343         (shr-kinsoku-shorten): New internal variable.
3344         (shr-find-fill-point): Make kinsoku shorten text line if
3345         shr-kinsoku-shorten is bound to non-nil.
3346         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3347         shr-indentation too when testing if table is wider than frame width.
3348         (shr-insert-table): Use `string-width' instead of `length' to measure
3349         text width.
3350         (shr-insert-table-ruler): Make sure indentation is done at bol.
3351
3352 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3353
3354         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3355         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3356         undecoded network data.
3357
3358 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3361         name in the mode line spec so that the mode line menu works
3362         (bug #2431).
3363
3364         * message.el (message-get-reply-headers): If we're fed `to-address',
3365         then always use that.
3366
3367         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3368         aren't so wide as to need to switch off the edit menu.
3369
3370         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3371         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3372
3373         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3374         `M-g'.
3375         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3376         the permanent marks.
3377
3378 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3379
3380         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3381         Splitting according to references/in-reply-to obeys the ignore-groups
3382         variable, while splitting by sender and subject do not.
3383
3384 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3387         alist, so that we can look for non-Unicode chars.
3388         (article-translate-strings): Allow both character and string maps.
3389
3390 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * shr.el (shr-insert): Don't insert space behind a wide character
3393         categorized as kinsoku-bol, or between characters both categorized as
3394         nospace.
3395
3396 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3397
3398         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3399         headers to gnus-newsgroup-headers.
3400
3401 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * shr.el (shr-tag-img): Don't align images -- since we're not
3404         rescaling, this often leads to ugly displays.
3405
3406 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3407
3408         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3409         duplicates.
3410
3411 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3412
3413         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3414         call.
3415
3416 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * gnus.el: Autoload gnus-html-show-images.
3419
3420         * nnimap.el: Use nnheader-message throughout.
3421
3422         * shr.el (shr-tag-img): Ignore images with no data.
3423
3424 2010-10-15  Julien Danjou  <julien@danjou.info>
3425
3426         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3427         a possibility to disable format=flow encoding when using hard newlines.
3428
3429 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * shr.el (shr-insert): Remove space inserted before or after a
3432         breakable character or at the beginning or the end of a line.
3433         (shr-find-fill-point): Do kinsoku; find the second best point or give
3434         it up if there's no breakable point.
3435
3436 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * nnimap.el (nnimap-open-connection): Message when opening connection
3439         for debugging purposes.
3440
3441         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3442         on every setup buffer call to allow this to change from article to
3443         article.
3444
3445         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3446         buffers where we have a wide table.
3447
3448 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3449
3450         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3451         uses *-request-thread.
3452
3453 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3456         incantation, which is no longer valid.
3457
3458 2010-10-14  Julien Danjou  <julien@danjou.info>
3459
3460         * shr.el: Fix defcustom type (char -> character).
3461
3462 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3465         programs.
3466
3467 2010-10-14  Julien Danjou  <julien@danjou.info>
3468
3469         * shr.el (shr-tag-a): Use url-link as widget type.
3470
3471         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3472         `gnus-group-get-icon'.
3473
3474 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3477         This should make server editing work better.
3478
3479         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3480
3481         * tls.el (tls-program): Remove spurious %s from openssl.
3482
3483         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3484         (nnimap-parse-flags): Fix regexp.
3485
3486         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3487         probably work for CJVK text, too.
3488
3489         * nnimap.el (nnimap-extend-tls-programs): Remove.
3490         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3491
3492         * tls.el (tls-starttls-switches): Remove starttls hack.
3493         (open-tls-stream): Ditto.
3494         (tls-find-starttls-argument): Ditto.
3495
3496 2010-10-13  Julien Danjou  <julien@danjou.info>
3497
3498         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3499         responses.
3500
3501 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3504
3505         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3506         anything in Emacs.
3507
3508         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3509
3510 2010-10-13  Julien Danjou  <julien@danjou.info>
3511
3512         * shr.el (shr-width): Make shr-width a defcustom with default to
3513         fill-column.
3514         (shr-tag-img): Use shr-width rather than fill-column.
3515
3516 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * dgnushack.el (byte-optimize-apply)
3519         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3520
3521         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3522         position when (X-)Faces exist.
3523         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3524         avatars when called interactively.
3525
3526 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3529         gnus-article-x-face-too-ugly is bound.
3530
3531 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3534
3535         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3536         mailbox that doesn't exist.
3537
3538 2010-10-12  Julien Danjou  <julien@danjou.info>
3539
3540         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3541         (shr-get-image-data): Encode URL properly when fetching from cache.
3542         (shr-tag-img): Use aligned-to spaces to align correctly images.
3543
3544         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3545         before inserting the Gravatar.
3546
3547         * shr.el (shr-tag-img): Add align attribute support for <img>.
3548
3549 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * gnus-gravatar.el (gnus-art): Require.
3552
3553         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3554         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3555         Remove long obsoleted functions.
3556
3557 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3560
3561         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3562
3563         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3564         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3565         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3566         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3567         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3568         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3569         * sieve-manage.el, smime.el, spam.el:
3570         Fix comment for declare-function.
3571
3572 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * nnimap.el (nnimap-request-rename-group): Select group read-only
3575         before renaming it.
3576
3577         * shr.el (shr-insert): Fix up the white space only regexp.
3578
3579         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3580         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3581
3582         * shr.el (shr-current-column): New function.
3583         (shr-find-fill-point): New function.
3584
3585 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3586
3587         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3588         numbers.
3589
3590 2010-10-11  Julien Danjou  <julien@danjou.info>
3591
3592         * shr.el (shr-hr-line): Add.
3593         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3594         display hr lines.
3595         (shr-max-columns): Do not change state to nil if we just inserting
3596         spaces.
3597
3598 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3601         select the last group.
3602
3603 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3606
3607 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3608
3609         * dig.el (dig-mode-map): Declare and define in one step.
3610
3611 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3614         for Gnus.
3615         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3616         (nnimap-update-qresync-info): Mark \Seen articles as read.
3617
3618         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3619         non-variable, too.
3620
3621         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3622         available.
3623         (nnimap-update-info): Rely more on the current active than the param
3624         active to avoid marking articles as read too much.
3625
3626         * auth-source.el (auth-source-create): Use (user-login-name) for the
3627         user name default.
3628
3629         * nnimap.el (nnimap-update-info): If the server doesn't return any
3630         useful info, just use the previous info.
3631         (nnimap-update-info): Prefer old info over start-article.
3632         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3633
3634 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3635
3636         * nnir.el (autoload): Clean up autoloads.
3637         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3638         Use key rather than value.
3639         (nnir-imap-search-other): New variable.
3640         (nnir-read-parm): Use it.
3641         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3642         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3643
3644 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3645
3646         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3647         the process, too.
3648
3649 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * spam.el (gnus-summary-mode-map): Bind to "$".
3652         Suggested by Russ Allbery.
3653
3654         * shr.el: Rework the way things are indented by <li> slightly.
3655
3656         * gnus.el (gnus-group-set-parameter): Fix typo.
3657
3658         * nnimap.el: Start implementing QRESYNC support.
3659
3660 2010-10-09  Julien Danjou  <julien@danjou.info>
3661
3662         * nnir.el (nnir-engines): Fix too many arguments.
3663
3664 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3667         group is the "last", so that the backends like nnfolder actually save
3668         their folders.
3669
3670         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3671         try to use that for the tls stream.
3672         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3673         UIDVALIDITY and find out which groups are read-only and not.
3674         (nnimap-get-flags): Use the same marks parsing code as the rest of
3675         nnimap.
3676
3677 2010-10-09  Julien Danjou  <julien@danjou.info>
3678
3679         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3680
3681         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3682         retrieving gravatars.
3683
3684         * shr.el (shr-table-corner): Add.
3685         (shr-table-line): Add.
3686         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3687
3688 2010-10-08  Julien Danjou  <julien@danjou.info>
3689
3690         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3691
3692 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3693
3694         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3695
3696         * gnus-sum.el (gnus-mark-article-as-unread)
3697         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3698         (gnus-summary-set-bookmark): Use it.
3699
3700         * gnus-msg.el (gnus-setup-message): Use it.
3701
3702         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3703
3704         * gnus.el (gnus-group-remove-parameter): Use it.
3705
3706         * gnus-group.el (gnus-group-make-web-group): Use it.
3707
3708         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3709
3710         * nnregistry.el: Update docs to mention manual.
3711
3712         * gnus-registry.el: Update docs to mention nnregistry.el.
3713         (gnus-registry-initialize): Don't install nnregistry refer method
3714         automatically.
3715         (gnus-registry-install-nnregistry): Remove it.
3716
3717 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * shr.el (shr-insert): Don't insert double spaces.
3720
3721 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * gnus-gravatar.el (gnus-treat-from-gravatar)
3724         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3725         called interactively.
3726
3727         * gnus-art.el (gnus-mime-view-part-externally)
3728         (gnus-mime-view-part-internally): Make predicate function passed to
3729         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3730         of a mime type.
3731
3732         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3733
3734 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * shr.el (require): Require cl when compiling.
3737         (shr-tag-hr): New function.
3738
3739         * nnimap.el (nnimap-update-info): Remove double setting of high.
3740         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3741         This makes nnimap work properly on Courier again.
3742
3743         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3744         the variable for backwards compatibility.
3745
3746         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3747         the file name before using to avoid setting mm-default-directory to
3748         nil.
3749
3750         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3751         bidning gnus-agent variables.
3752
3753         * shr.el (shr-render-td): Use a cache for the table rendering function
3754         to avoid getting an exponential rendering behaviour in nested tables.
3755         (shr-insert): Rework the line-breaking algorithm.
3756         (shr-insert): Don't leave trailing spaces.
3757         (shr-insert-table): Also insert empty TDs.
3758         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3759
3760 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3761
3762         * gnus-sum.el (gnus-number): Rename from `number'.
3763         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3764         (gnus-summary-limit-children): Update uses correspondingly.
3765
3766 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3769         (gnus-gravatar-transform-address): Don't show avatars of people of
3770         which mail addresses match gnus-gravatar-too-ugly.
3771
3772 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * shr.el (shr-table-widths): Expand TD elements to fill available
3775         space.
3776
3777 2010-10-07  Julien Danjou  <julien@danjou.info>
3778
3779         * nnimap.el (nnimap-request-rename-group): Add this method.
3780
3781 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3784         name from XEmacs' function-arglist.
3785
3786         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3787         gravatar under XEmacs.
3788
3789 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3790
3791         * auth-source.el: Update docs with TODO items.
3792
3793         * gnus-sync.el: Update docs to explain state and plans.
3794
3795         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3796         Hooks for mark updates.
3797         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3798
3799         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3800         hooks with arguments, which is needed for mark update hooks.
3801
3802 2010-10-06  Julien Danjou  <julien@danjou.info>
3803
3804         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3805         was matched.
3806
3807         * sieve-manage.el: Update example in `Commentary'.
3808
3809         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3810
3811         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3812         not 2000.
3813         (sieve-manage-authenticate): Re-add function.
3814
3815 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * shr.el (shr-insert): Get 'space transition right.
3818         (shr-render-td): Only delete space at the end of the TD.
3819
3820         * nnimap.el (nnimap-open-connection): Prepare to support
3821         open-gnutls-stream.
3822
3823         * shr.el: Rearrange function order to be more logical.
3824
3825 2010-10-06  Julien Danjou  <julien@danjou.info>
3826
3827         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3828         (nnrss-discover-feed): Remove 404 URL in docstring.
3829
3830         * nnir.el: Fix Swish-E URL.
3831         Fix Namazu URL.
3832
3833         * message.el (message-change-subject): Remove 404 URL in a comment.
3834
3835 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3838         called interactively.
3839
3840         * gnus-util.el (gnus-remove-if): Allow hash table.
3841         (gnus-remove-if-not): New function.
3842
3843         * gnus-art.el (gnus-mime-view-part-as-type)
3844         * gnus-score.el (gnus-summary-score-effect)
3845         * gnus-sum.el (gnus-read-move-group-name):
3846         Replace remove-if-not with gnus-remove-if-not.
3847
3848         * gnus-group.el (gnus-group-completing-read):
3849         Regard collection as a hash table if it is not a list.
3850
3851 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3854
3855         * shr.el: Document the table-rendering algorithm.
3856
3857 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3860         for Emacsen having no `libxml-parse-html-region' support.
3861
3862 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3865         invalid URLs.
3866
3867         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3868         line-broken.
3869         (shr-tag-img): Ignore image fetching errors.
3870         (shr-overlays-in-region): Compute overlay positions correctly.
3871
3872         * mm-decode.el (mm-shr): Require shr.
3873
3874         * gnus-art.el (gnus-blocked-images): Move variable here.
3875
3876         * shr.el (shr-insert-table): Bind free variable.
3877
3878         * mm-decode.el (mm-shr): Bind shr-content-function.
3879
3880         * shr.el (shr-content-function): New variable.
3881
3882         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3883         added for symmetry.
3884
3885         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3886
3887         * gnus-group.el (gnus-group-make-group): Doc fix.
3888
3889         * nnimap.el (nnimap-request-newgroups): Return success.
3890
3891         * shr.el (shr-find-elements): New function.
3892         (shr-tag-table): Put all the images after the table.
3893         (shr-tag-table): Really inhibit images inside the table.
3894         (shr-collect-overlays): Copy over overlays from the TD elements to the
3895         main document.
3896
3897         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3898         gnus-blocked-images.
3899
3900 2010-10-05  Julien Danjou  <julien@danjou.info>
3901
3902         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3903
3904         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3905         (gnus-html-maximum-image-size): Add this function.
3906         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3907
3908         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3909         server-value of the capability is nil.
3910
3911 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * shr.el (shr-tag-em): Add <EM> tag.
3914
3915 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3916
3917         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3918         customizable.
3919
3920         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3921         handing broken links to browse-url.
3922
3923 2010-10-05  Julien Danjou  <julien@danjou.info>
3924
3925         * gnus-util.el (gnus-emacs-completing-read)
3926         (gnus-iswitchb-completing-read): Use autoload rather than require.
3927
3928 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3931         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3932         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3933         iswitchb-temp-buflist for XEmacs.
3934
3935         * gnus-util.el (gnus-completing-read-function): Exclude
3936         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3937         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3938         XEmacs.
3939
3940         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3941         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3942
3943         * gnus-html.el: Don't require help-fns under XEmacs.
3944         (gnus-html-schedule-image-fetching): Work for XEmacs.
3945
3946         * mm-decode.el (mm-shr): Decode contents by charset.
3947
3948 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3951         unknown.
3952
3953         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3954         (shr-get-image-data): Ensure against the cache file missing.
3955
3956         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3957         for data.
3958
3959         * spam-report.el (spam-report-url-ping-plain): Don't query about
3960         killing the process.
3961
3962         * shr.el (shr-render-td): Protect against too-wide text.
3963
3964 2010-10-04  Julien Danjou  <julien@danjou.info>
3965
3966         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3967         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3968
3969         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3970         retrieved.
3971
3972 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * shr.el (browse-url): Require.
3975         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3976         lines.
3977         (shr-show-alt-text, shr-browse-image): New commands.
3978         (shr-browse-url, shr-copy-url): New commands.
3979
3980         * gnus-sum.el (gnus-widen-article-window): New variable.
3981         (gnus-summary-select-article-buffer): Use it.
3982
3983         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3984         without @ signs.
3985
3986 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3987
3988         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3989
3990 2010-10-04  Julien Danjou  <julien@danjou.info>
3991
3992         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3993         for XEmacs.
3994
3995 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3998
3999         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4000         (nnimap-close-server): Implement.
4001
4002         * dgnushack.el (iswitchb): Require to shut up the compiler.
4003
4004         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4005         (shr-insert): Tweak line breaking.
4006         (shr-insert): Handle <pre> better.
4007         (shr-tag-li): Get <li> indentation right.
4008         (shr-tag-li): Get <li> indentation even righter.
4009         (shr-tag-blockquote): Ensure paragraph start.
4010         (shr-make-table): Tweak table generation.
4011         (shr-make-table): Fix typo.
4012
4013         * shr.el: Implement table rendering.
4014
4015 2010-10-04  Julien Danjou  <julien@danjou.info>
4016
4017         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4018
4019 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * shr.el (shr-insert): Use string anchors instead of line anchors.
4022
4023 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * shr.el: Add headings.
4026         (shr-ensure-paragraph): Actually work.
4027         (shr-tag-li): Make <ul> prettier.
4028         (shr-insert): Get white space at the beginning/end of elements right.
4029         (shr-tag-p): Collapse subsequent <p>s.
4030         (shr-ensure-paragraph): Don't insert double line feeds after blank
4031         lines.
4032         (shr-insert): \t is also space.
4033         (shr-tag-s): Fix "s" tag name function.
4034         (shr-tag-s): Fix face prop name.
4035
4036 2010-10-03  Julien Danjou  <julien@danjou.info>
4037
4038         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4039
4040         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4041         gnus-window-inside-pixel-edges.
4042
4043         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4044         gnus-ems.
4045
4046         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4047
4048         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4049         function.
4050
4051         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4052         resize choice.
4053
4054 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4057         beginning of the buffer.
4058
4059         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4060         article buffer again.
4061
4062         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4063
4064         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4065         when it's at the start of the buffer.
4066
4067         * shr.el (shr-tag-blockquote): Convert name.
4068         (shr-rescale-image): Use the right image-size variant.
4069
4070         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4071         buffer isn't shown, then select the current article first instead of
4072         bugging out.
4073         (gnus-summary-select-article-buffer): Show both the article and summary
4074         buffers again.
4075
4076         * shr.el (shr-fontize-cont): Protect against regions with no text.
4077         Rename tag functions to shr-tag-* for enhanced security.
4078         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4079
4080 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4081
4082         * shr.el (shr-insert):
4083         * pop3.el (pop3-movemail):
4084         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4085         loaded.
4086
4087 2010-10-03  Glenn Morris  <rgm@gnu.org>
4088
4089         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4090
4091         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4092
4093         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4094
4095         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4096
4097         * gnus-util.el (gnus-make-local-hook): Simplify.
4098
4099 2010-10-02  Julien Danjou  <julien@danjou.info>
4100
4101         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4102         (gnus-ido-completing-read): New function.
4103         (gnus-emacs-completing-read): New function.
4104         (gnus-completing-read): Use gnus-completing-read-function.
4105         Add gnus-completing-read-function.
4106
4107 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * shr.el (shr-insert-document): Autoload.
4110         (shr-img): Be silent.
4111         (shr-insert): Add a newline after every picture before text.
4112         (shr-add-font): Use overlays for combining faces.
4113         (shr-insert): Pass upwards the text start point.
4114
4115         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4116         possible.
4117         (mm-shr): New function.
4118
4119 2010-10-02  Julien Danjou  <julien@danjou.info>
4120
4121         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4122         should go backward.
4123
4124 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4125
4126         * shr.el (shr): Fix typo in provide call.
4127
4128 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * shr.el: New file.
4131
4132         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4133
4134         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4135         completing read.
4136
4137 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4140         we're being queried about.  Suggested by Dan Jacobson.
4141
4142         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4143         Suggested by Jason Eisner.
4144
4145         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4146         table, too.  Suggested by Stefan Wiens.
4147         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4148         the table unnecessary.  Suggested by Stefan Wiens.
4149
4150         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4151         longer needed, and probably doesn't work either, as pointed out by
4152         Stefan Wiens.
4153         (gnus-summary-exit): Remove call to the clearing function.
4154         (gnus-summary-exit-no-update): Ditto.
4155
4156         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4157         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4158         Reported by Stefan Monnier.
4159         (gnus-summary-save-in-rmail): Ditto.
4160
4161         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4162         article buffer, instead of both the article buffer and the summary
4163         buffer.  Sort of suggested by Dan Jacobson.
4164
4165         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4166
4167         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4168         Suggested by Dan Jacobson.
4169
4170         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4171         documentation clearer.
4172
4173         * message.el (message-shorten-references): Comment on the number "21".
4174         Suggested by Stefan Monnier.
4175
4176         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4177         Suggested by Dan Jacobson.
4178
4179         * gnus.el (gnus-large-newsgroup):
4180         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4181
4182         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4183         externalize attachments.  Bug reported by Steve Wen.
4184
4185         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4186         really message anything to the user.
4187
4188         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4189         directly.
4190
4191         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4192         messages in empty groups.
4193
4194 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4195
4196         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4197         non-UIDNEXT group.
4198
4199 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4200
4201         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4202         not the value from the collection.
4203
4204         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4205         values.  This sometimes happens on some groups that have no info.
4206         (nnimap-request-newgroups): New function.
4207
4208 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4209
4210         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4211         check into `gnus-registry-initialize'.
4212         (gnus-registry-initialize): Ditto.
4213         Fix and extend header docs.
4214
4215 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4218         regexp backtrace overflows.
4219
4220         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4221         for starttls that tls.el implements; i.e. openssl.
4222
4223         * tls.el (tls-starttls-switches): Give up on using starttls with
4224         gnutls-cli.
4225         (tls-program): Add --insecure to be consistent with the defaults from
4226         openssl s_client.  Now all three commands are insecure.
4227
4228 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * lpath.el: Bind completion-styles-alist for XEmacs.
4231
4232         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4233         (gravatar-create-image): New function that's an alias to
4234         gnus-xmas-create-image, gnus-create-image, or create-image.
4235         (gravatar-data->image): Use it.
4236
4237 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4240         install the nnregistry refer method.
4241         (gnus-registry-install-hooks): Use it.
4242         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4243         unfollowed groups.
4244
4245 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4246
4247         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4248         expanding threads.
4249
4250 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * nnir.el: Use the server names without suffixes (bug #7009).
4253
4254         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4255         unencrypted to STARTTLS, if possible.
4256
4257 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4258
4259         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4260         headers before superseding.
4261
4262 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * nnrss.el (nnrss-use-local): Add documentation.
4265
4266         * nnimap.el (nnimap-extend-tls-programs): New function.
4267         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4268         (nnimap-wait-for-connection): Accept the greeting from the stupid
4269         output from openssl s_client -starttls, too.
4270
4271         * tls.el (tls-starttls-switches): New variable.
4272         (tls-find-starttls-argument): Use it.
4273         (open-tls-stream): Ditto.
4274
4275         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4276         (netrc-machine): Ditto.
4277
4278         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4279         article number.
4280         (nnimap-split-fancy): New variable.
4281         (nnimap-split-incoming-mail): Use it.
4282
4283         * nntp.el (nntp-server-list-active-group): Document.
4284
4285         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4286         SELECT to get the message-id.
4287
4288         * mail-source.el (mail-sources): Remove webmail support.
4289         (defvar): Ditto.
4290         (mail-source-fetcher-alist): Ditto.
4291         (mail-source-fetch-webmail): Remove.
4292
4293         * webmail.el: Remove -- doesn't seem relevant any more.
4294
4295         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4296
4297         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4298         the \r.
4299
4300 2010-09-30  Julien Danjou  <julien@danjou.info>
4301
4302         * gnus-agent.el (gnus-agent-add-group): Fix call to
4303         gnus-completing-read.
4304
4305 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * nndoc.el (nndoc-retrieve-groups): New function.
4308
4309         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4310         `default', use nnmail-split-methods.
4311         (nnimap-request-article): Downcase the NILs so that they are nil.
4312
4313         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4314         symbol.
4315
4316         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4317         code, since if the user has requested network, that's what they ought
4318         to get.
4319         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4320         (nnimap-split-rule): Mark as obsolete.
4321
4322         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4323         New variable.
4324
4325         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4326         correct slot, too.
4327
4328 2010-09-29  Julien Danjou  <julien@danjou.info>
4329
4330         * gnus.el (gnus-local-domain): Declare variable obsolete.
4331
4332         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4333         Fix history computing.
4334         (gnus-ido-completing-read): Require ido.
4335
4336 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4339         build Gnus.
4340
4341         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4342         when interpreting the structures.
4343         (nnimap-request-accept-article): Add \r\n to the lines to make this
4344         work with Cyrus.
4345
4346         * nndraft.el (nndraft-request-expire-articles): Use the group name
4347         instead if "nndraft".  Fix found by Nils Ackermann.
4348
4349 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4350
4351         * nnregistry.el: Add.
4352
4353 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4354
4355         * nnmail.el (group, group-art-list, group-art):
4356         Remove unneeded directives.
4357
4358 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4361         (mm-mime-charset)
4362         * rfc2047.el (rfc2047-syntax-table)
4363         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4364
4365         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4366         rather than `insert-file-contents' and `eval-region'.
4367
4368         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4369         construction.
4370
4371         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4372
4373         * time-date.el: No need to require cl for Emacs 21.
4374
4375 2010-09-29  Julien Danjou  <julien@danjou.info>
4376
4377         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4378         replacement of `gnus-gravatar-relief' to mimic
4379         `gnus-faces-properties-alist'.
4380         Add :version property.
4381
4382 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * mail-source.el (mail-source-report-new-mail)
4385         * message.el (message-default-mail-headers)
4386         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4387
4388         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4389
4390 2010-09-28  Julien Danjou  <julien@danjou.info>
4391
4392         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4393         mail-address contains the same string as real-name.
4394
4395         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4396         non-blank in header, otherwise it'll get stripped.
4397
4398         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4399         real-name, and then for mail address rather than doing : or , search.
4400
4401 2010-09-27  Julien Danjou  <julien@danjou.info>
4402
4403         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4404         right completing-read function.
4405         (gnus-use-ido): New variable
4406         (gnus-completing-read-with-default): Remove.
4407         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4408         (gnus-agent-add-group):
4409         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4410         * mm-view.el (mm-view-pkcs7-decrypt):
4411         * mm-util.el (mm-codepage-setup):
4412         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4413         * mml-smime.el (mml-smime-openssl-sign-query):
4414         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4415         (mml-insert-multipart):
4416         * gnus-msg.el (gnus-summary-yank-message):
4417         * gnus-int.el (gnus-start-news-server):
4418         * mm-decode.el (mm-interactively-view-part):
4419         * gnus-dired.el (gnus-dired-attach):
4420         * gnus.el (gnus-read-method):
4421         * gnus-bookmark.el (gnus-bookmark-jump):
4422         * gnus-art.el (gnus-mime-view-part-as-type)
4423         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4424         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4425         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4426         * nnmairix.el (nnmairix-create-server-and-default-group)
4427         (nnmairix-update-groups, nnmairix-get-server)
4428         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4429         (nnmairix-get-group-from-file-path):
4430         * nnrss.el (nnrss-find-rss-via-syndic8):
4431         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4432         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4433         (gnus-group-browse-foreign-server):
4434         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4435         (gnus-summary-execute-command, gnus-summary-respool-article)
4436         (gnus-read-move-group-name):
4437         * gnus-score.el (gnus-summary-increase-score)
4438         (gnus-summary-score-effect):
4439         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4440
4441 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4444         x-focus-frame.
4445
4446         * nnimap.el (auth-source-forget-user-or-password)
4447         (auth-source-user-or-password): Autoload.
4448
4449         * message.el (message-from-style, message-interactive)
4450         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4451         (message-yank-prefix, message-indentation-spaces, message-signature)
4452         (message-signature-file): Add comment.
4453
4454 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4457         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4458         new articles.
4459
4460         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4461         parts.
4462         (nnimap-request-article): Work with the t setting, too.
4463
4464         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4465         that you don't get flashes of other buffers.
4466         (gnus-summary-show-complete-article): Intern before setting.
4467
4468 2010-09-27  David Engster  <dengste@eml.cc>
4469
4470         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4471         well as HEADERS.
4472         (nnmairix-retrieve-headers): Provide new argument for the above.
4473
4474 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus-sum.el (gnus-summary-move-article): Don't alter
4477         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4478         group.
4479
4480         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4481
4482         * message.el (message-cite-prefix-regexp): Revert my last edit.
4483
4484         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4485         variable instead of the Gnus variable.
4486
4487         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4488
4489         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4490
4491         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4492         since some servers don't like it.
4493         (nnimap-open-connection): Forget credentials if the server says the
4494         password was wrong.
4495         (nnimap-parse-line): Protect against invalid data.
4496
4497         * gnus-sum.el (gnus-summary-move-article): Add comment.
4498         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4499         nothing alters it while scanning for new messages.
4500
4501         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4502         which may or may not help.
4503         (nnimap-open-connection): If we're doing a stream connection, and then
4504         discover we're on a STARTTLS-capable server, then open a STARTTLS
4505         connection instead.
4506
4507 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * nnimap.el (utf7): Require.
4510
4511         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4512         prefix.
4513
4514 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4515
4516         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4517
4518 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * nnimap.el (nnimap-request-accept-article): Message the error on
4521         error.
4522
4523 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4526
4527 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * nndoc.el (nndoc-request-list): Return success always.
4530
4531         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4532         `fetch-old' -- we only want to fetch the articles we've requested.
4533         The rest are in the agent, probably.
4534         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4535         disappeared server" to something low.  It's not important.
4536
4537         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4538         arrived before the FETCH data.
4539
4540         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4541         target here, because we don't know the Gnus name of the group.
4542
4543         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4544         for the correct group.
4545
4546         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4547
4548         * gnus.el (gnus): Give a final warning after startup.
4549
4550         * gnus-util.el (gnus-action-message-log): New variable.
4551         (gnus-message): Use it.
4552         (gnus-final-warning): New function.
4553
4554         * nnimap.el (nnimap-open-connection): Record the greeting.
4555         (nnimap): Add greeting.
4556
4557 2010-09-26  Julien Danjou  <julien@danjou.info>
4558
4559         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4560         arguments.
4561         (gnus-html-wash-images): Fix spec computing to include start/end.
4562
4563         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4564
4565 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4568         deletion.
4569         (nnimap-retrieve-headers): Don't select the group, because that's
4570         already done by nnimap-possibly-change-group.
4571
4572         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4573         (gnus-picon-transform-address): Use it.
4574
4575         * mail-source.el (mail-source-value): Revert previous patch.
4576
4577         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4578         on failure.
4579         (nnimap-open-connection): Look up both virtual and physical server name
4580         credentials.
4581
4582         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4583
4584 2009-02-07  Dave Love  <fx@gnu.org>
4585
4586         * tls.el (open-tls-stream): Don't query killing process.
4587
4588 2009-02-08  Dave Love  <fx@gnu.org>
4589
4590         * gnus-win.el (gnus-window-to-buffer-helper)
4591         (gnus-all-windows-visible-p): Function needn't be a symbol.
4592
4593         * mail-source.el (mail-source-value): Function needn't be a symbol.
4594
4595 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4596
4597         * message.el (message-cite-prefix-regexp): Remove } from the cite
4598         prefix.
4599
4600         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4601         highlight again, so that the highlight is correct.
4602
4603         * gnus-picon.el (gnus-picon): Remove again.
4604         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4605
4606         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4607         doing the header highlightling, so that the background colour of the
4608         picon is correct.
4609
4610         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4611         (gnus-picon): Ditto.
4612         (gnus-picon): Reinstate.  The background colour for picons is white.
4613         (gnus-picon-insert-glyph): Make the background white.
4614
4615         * nnml.el (nnml-open-nov): Don't return dead buffers.
4616
4617         * auth-source.el (auth-source-create): Query the user for whether to
4618         store the credentials.
4619
4620         * netrc.el (netrc-store-data): New function.
4621
4622         * auth-source.el (auth-source-user-or-password): Use the existing auth
4623         sources, if any, for creation.
4624
4625         * gnus.el (gnus-group-fast-parameter): Return the last matching
4626         parameter instead of the first matching parameter.
4627
4628 2010-09-26  Julien Danjou  <julien@danjou.info>
4629
4630         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4631
4632 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * mml2015.el (mml2015-use): Remove gpg support.
4635
4636         * mml1991.el (mml1991-function-alist): Remove gpg function.
4637         (mml1991-gpg-sign): Remove.
4638
4639 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4640
4641         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4642         (gnus-browse-unsubscribe-current-group): Document it.
4643         (gnus-browse-unsubscribe-group): Use it.
4644
4645 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4648         address to the To list for easier response.
4649
4650         * gnus.el (gnus-play-startup-jingle): Remove.
4651         (gnus-splash): Don't play jingle.
4652         (gnus): Silence gnus-load message.
4653
4654         * gnus-art.el (gnus-treat-play-sounds): Remove.
4655
4656         * gnus.el (gnus-play-jingle): Remove audio support.
4657
4658         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4659
4660         * earcon.el: Remove -- no users.
4661
4662         * gnus-audio.el: Remove -- no users of this package.
4663
4664         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4665
4666         * gnus-start.el (gnus-setup-news): Remove nocem support.
4667
4668         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4669
4670         * gnus.el (gnus-use-nocem): Remove.
4671
4672         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4673         Remove.
4674
4675         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4676         uses NoCeM any more.
4677
4678         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4679         (gnus-button-ctan-handler): Ditto.
4680         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4681         (gnus-button-ctan-directory-regexp): Ditto.
4682         (gnus-button-handle-ctan): Ditto.
4683         (gnus-button-tex-level): Ditto.
4684         (gnus-button-alist): Remove CTAN stuff.
4685
4686 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4689         nnimap-streaming test.
4690
4691         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4692         servers twice.
4693
4694         * nnimap.el (nnimap-open-connection): Add more error reporting when
4695         nnimap fails early.
4696
4697         * nnheader.el (nnheader-get-report-string): New function.
4698         (nnheader-get-report): Use it.
4699
4700         * gnus-int.el (gnus-check-server): Say what the error was when opening
4701         failed.
4702
4703         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4704         using streaming.
4705
4706 2010-09-25  Julien Danjou  <julien@danjou.info>
4707
4708         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4709         gnus-window-inside-pixel-edges.
4710
4711 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4714
4715         * mm-decode.el (mm-save-part): Allow saving to other directories the
4716         normal Emacs way.
4717
4718         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4719         Suggested by Jay Berkenbilt.
4720
4721         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4722         there isn't a single byte.
4723
4724         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4725         just do it.  It doesn't really seem to matter what the user responds
4726         here, I think, so it's just a confusing question.
4727
4728         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4729         non-streaming case.
4730
4731         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4732         (gnus-article-encrypt-body): Use it.
4733
4734         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4735         keystroke.
4736
4737         * nnimap.el (nnimap-find-wanted-parts-1):
4738         Use gnus-fetch-partial-articles.
4739
4740         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4741
4742         * nnimap.el (nnimap-insert-partial-structure): New function.
4743         (nnimap-get-partial-article): New function.
4744         (nnimap-request-article): Use it.
4745         (nnimap-wait-for-response): Return whether the wait was successful.
4746         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4747         retrieval wasn't successful.
4748         (nnimap-retrieve-group-data-early): Allow throttling servers.
4749         (nnimap-streaming): New variable.
4750         (nnimap-fetch-partial-articles): Remove.
4751
4752         * mm-decode.el (mm-with-part): Protect against killed buffers.
4753
4754         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4755         for prettier summary display.
4756
4757 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4758
4759         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4760
4761 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4764         apparently third-party libraries depend on it.
4765
4766         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4767         before starting negotiation.
4768
4769         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4770         privacy reasons.
4771         (gnus-treat-mail-gravatar): Ditto.
4772
4773         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4774         buffer when inserting images.  Inserting text into the headers, for
4775         instance, can make them invalid.
4776
4777 2010-09-25  Julien Danjou  <julien@danjou.info>
4778
4779         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4780         variables.
4781
4782         * nnheader.el: Remove useless variables news-reply-yank-from and
4783         news-reply-yank-message-id.
4784
4785         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4786         variables.
4787
4788         * mml1991.el: Remove useless mml1991-verbose.
4789
4790         * gnus.el: Remove useless variable gnus-use-generic-from.
4791         Remove obsolete variable gnus-topic-indentation.
4792
4793         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4794
4795         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4796
4797         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4798
4799         * gnus-group.el: Remove useless gnus-group-icon-cache.
4800         Remove useless gnus-ephemeral-group-server.
4801
4802         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4803
4804         * mml2015.el: Remove useless mml2015-verbose.
4805
4806         * mml-smime.el: Remove useless mml-smime-verbose.
4807
4808         * gnus.el: Remove useless gnus-local-domain.
4809
4810         * gnus-gravatar.el (gnus-gravatar-transform-address):
4811         Use gnus-gravatar-size.
4812
4813         * gnus-art.el: Remove useless gnus-treat-translate.
4814
4815 2010-09-24  Julien Danjou  <julien@danjou.info>
4816
4817         * gnus-sum.el: Add support for Gravatars.
4818
4819         * gnus-art.el: Add support for Gravatars.
4820
4821         * gnus-gravatar.el: Add this file.
4822
4823         * gravatar.el: Add this file.
4824
4825 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4828
4829         * gnus-group.el (gnus-group-fetch-faq): Remove.
4830
4831         * gnus.el (gnus-group-faq-directory): Remove.
4832
4833         * gnus-group.el (gnus-group-fetch-charter): Remove.
4834
4835         * gnus.el (gnus-group-charter-alist): Remove.
4836
4837         * gnus-group.el (gnus-group-archive-directory): Remove.
4838         (gnus-group-recent-archive-directory): Ditto.
4839         (gnus-group-make-archive-group): Remove.
4840
4841         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4842
4843         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4844         use the same article number for all the cached articles.
4845
4846         * nnimap.el (nnimap-command): Register the last command time so
4847         that we can use it for idling NOOPs.
4848         (nnimap-open-connection): Start the keeplive timer.
4849         (nnimap-make-process-buffer): Store all the process buffers.
4850         (nnimap-keepalive): New function.
4851
4852         * starttls.el (starttls-open-stream): Add autoload cookie.
4853
4854 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4855
4856         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4857         handling.
4858
4859 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4862         its data structures.
4863
4864         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4865         instead of the cl.el copy-list.
4866         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4867         equalp.
4868
4869 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4872         and tool-bar-local-item-from-menu.
4873
4874         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4875         mode-line-highlight face for Emacs.
4876
4877         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4878         loading gnus-sum.elc; fix comment for canlock-verify.
4879         (gnus-article-jump-to-part): Use read-number.
4880         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4881         Remove Emacs pre-21 compatible code for help-echo.
4882         (gnus-article-next-page-1): No need to adjust the number of lines.
4883         (gnus-article-describe-bindings): Always use help-buffer.
4884
4885         * gnus-audio.el (gnus-audio-inline-sound)
4886         * gnus-cus.el (gnus-custom-mode)
4887         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4888
4889         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4890
4891         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4892         compatible code.
4893
4894 2010-09-24  Glenn Morris  <rgm@gnu.org>
4895
4896         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4897         visiting the fcc file in rmail-mode.
4898
4899         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4900
4901 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * nnir.el: Silence the byte compiler.
4904
4905         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4906         alias to browse-url-url-encode-chars if any.
4907         (gnus-html-encode-url): Use it.
4908
4909 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus-start.el (gnus-use-backend-marks): New variable.
4912         (gnus-get-unread-articles-in-group): Use it.
4913
4914         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4915         makeover.
4916
4917 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4918
4919         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4920
4921 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4924         Remove.
4925         (gnus-setup-news-hook):
4926         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4927
4928         * gnus-int.el (gnus-request-update-info): Protect against backends not
4929         having the function.
4930
4931         * nnimap.el (nnimap-stream): Mention starttls.
4932         (nnimap-open-connection): Add starttls support.
4933
4934 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4935
4936         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4937
4938 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4941         BODYSTRUCTUREs.
4942         (nnimap-transform-headers): Unfold quoted {42} headers.
4943
4944         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4945         the info.
4946         (gnus-get-unread-articles): Only call updatep on backends that support
4947         it.
4948
4949         * nnweb.el (nnweb-request-update-info): NOOP.
4950
4951         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4952
4953         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4954         since it only deals with marks.
4955
4956         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4957         gnus-request-marks, and make a new gnus-request-update-info.
4958
4959         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4960         the active instead of the high number, which is usually too low.
4961
4962 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4965         * encrypt.el: Remove.
4966
4967 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4970         server in symbolic form.
4971
4972         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4973
4974 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4977         (nnimap-update-info): Fix up code slightly.
4978
4979         * gnus-int.el (gnus-open-server): Add tracing for performance
4980         debugging.
4981
4982         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4983         (gnus-group-insert-group-line): Pass the real group name so that it
4984         gets the right data.
4985
4986         * gnus-start.el (gnus-get-unread-articles): Don't have
4987         `gnus-get-unread-articles-in-group' update info, since that can be
4988         really slow and doesn't seem to be needed?
4989
4990 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4991
4992         * time-date.el (date-to-time): Try using parse-time-string first before
4993         using the slower timezone-make-date-arpa-standard.
4994
4995 2010-09-22  Julien Danjou  <julien@danjou.info>
4996
4997         * gnus-group.el (gnus-group-insert-group-line):
4998         Call gnus-group-highlight-line.
4999         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5000         default hook list.
5001         (gnus-group-update-eval-form): Add new function.
5002         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5003         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5004
5005 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5008         immediate, then expire all articles.
5009         (nnimap-update-info): Fix off-by-one errors.
5010         (nnimap-flags-to-marks): Would return no marks lists for group with no
5011         flags.  Instead return the other data.
5012
5013 2010-09-22  Julien Danjou  <julien@danjou.info>
5014
5015         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5016         Only return an icon.
5017         (gnus-group-insert-group-line): Compute icon to return.
5018
5019         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5020         (gnus-html-image-fetched): Only cache if
5021         gnus-html-image-automatic-caching is set.
5022         (gnus-html-image-fetched): Check for errors.
5023
5024 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5027         once per method on `g'.  This ensures that backends like nnfolder don't
5028         open all their folders.
5029
5030         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5031         (nnimap-request-list): Nix out group in the correct buffer.
5032         (nnimap-parse-flags): Implement by using `read' instead of
5033         hand-parsing.
5034         (nnimap-flags-to-marks): Pass on permanent-flags.
5035         (nnimap-make-process-buffer): Record the server name.
5036         (nnimap-parse-flags): Fix typo.
5037         (nnimap-request-scan): Run split on the server in general, not just a
5038         single group.
5039
5040         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5041         parameter, and propagate this downwards.
5042
5043         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5044         since EXAMINE changes it on the server.
5045
5046         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5047         this command might take a while.
5048
5049 2010-09-22  Julien Danjou  <julien@danjou.info>
5050
5051         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5052         harmful if you have 2 images side-by-side, they can't be properly
5053         update on text deletion.  Using text-property is safer here.
5054         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5055         data.
5056
5057 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * nnimap.el (nnimap-expunge-inbox): Remove.
5060         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5061         (nnimap-expunge): Flip default to t.
5062
5063         * gnus.el (gnus-method-to-server): Don't push things to the cache
5064         unless it's unique.
5065         (gnus-server-to-method): Ditto.
5066
5067 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5070
5071 2010-09-22  Julien Danjou  <julien@danjou.info>
5072
5073         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5074         get the start of data.
5075         (gnus-html-encode-url): Add this function to encode special chars in
5076         URL.
5077         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5078         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5079
5080         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5081         default.
5082         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5083
5084         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5085         images alt-text.
5086         (gnus-html-put-image): Put alt-text as help-echo.
5087
5088 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5091         * mm-util.el (mm-decompress-buffer)
5092         * nnir.el (nnir-run-find-grep)
5093         * pop3.el (pop3-list): Use 3rd arg of split-string.
5094
5095         * time-date.el (format-seconds): Comment fix.
5096
5097         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5098         and byte-optimize-form-code-walker.
5099         (dgnushack-make-auto-load): Don't advise make-autoload.
5100
5101         * lpath.el: Remove Emacs 21 stuff.
5102
5103 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5106         outside the active range.  Suggested by Dan Christensen.
5107
5108         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5109         slightly later to avoid double-getting it.
5110
5111         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5112         previous patch.
5113
5114         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5115
5116 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5117
5118         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5119
5120 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * gnus-int.el (gnus-open-server): Give a better error message in the
5123         "go offline" case.
5124
5125         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5126         marks for nnimap, which is seldom the right thing to do.
5127
5128         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5129         (gnus-same-method-different-name): New function.
5130
5131         * nnimap.el (parse-time): Require.
5132
5133         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5134         method in the presence of many similar methods.
5135
5136         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5137
5138         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5139         nnml-inhibit-expiry.
5140
5141         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5142         find out whether methods are equal.
5143
5144         * nnimap.el (nnimap-find-expired-articles): New function.
5145         (nnimap-process-expiry-targets): New function.
5146         (nnimap-request-move-article): Request the article before looking at
5147         what the Message-ID is.  Fix found by Andrew Cohen.
5148         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5149
5150         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5151         for oldness in addition to being a predicate.
5152
5153         * nnimap.el (nnimap-request-group): When we have zero articles, return
5154         the right data to Gnus.
5155         (nnimap-request-expire-articles): Only delete articles immediately if
5156         the target is 'delete.
5157
5158         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5159         method, this would bug out.
5160
5161         * gnus-group.el (gnus-group-expunge-group): Rename from
5162         gnus-group-nnimap-expunge, and implemented as a normal interface
5163         function.
5164
5165         * gnus-int.el (gnus-request-expunge-group): New function.
5166
5167         * nnimap.el (nnimap-request-create-group): Implement.
5168         (nnimap-request-expunge-group): New function.
5169
5170 2010-09-21  Julien Danjou  <julien@danjou.info>
5171
5172         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5173         (gnus-html-cache-expired): Add new function.
5174         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5175         wethever we should display image for fetch it.
5176         Compute alt-text earlier to pass it to the fetching function too.
5177         (gnus-html-schedule-image-fetching): Change function argument to only
5178         get one image at a time, not a list.
5179         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5180         cache.
5181         (gnus-html-get-image-data): New function to retrieve image data from
5182         cache.
5183         (gnus-html-put-image): Change buffer argument to use image data rather
5184         than file, and place image above region rather than inserting a new
5185         one.  Do not take alt-text as argument, since it's useless now: we place
5186         the image above alt-text.
5187         (gnus-html-prune-cache): Remove.
5188         (gnus-html-show-images): Start to fetch image when we find one, do not
5189         push into a temporary list.
5190         (gnus-html-prefetch-images): Only fetch image if they have expired.
5191         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5192         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5193
5194 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5197
5198 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199
5200         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5201         spec inser "*" if the group isn't active instead of 0.
5202
5203         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5204         opening the server.
5205         (nnimap-request-delete-group): Implement group deletion.
5206         (nnimap-transform-headers): Return the size of the entire message in
5207         the Bytes header, not just the size of the first part.
5208         (nnimap-request-move-article): When moving an article from nnimap,
5209         request the article first so the accepting form has an article to
5210         accept.  Reported by Dan Christensen.
5211         (nnimap-command): Make sure that the error message doesn't error out.
5212
5213 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5214
5215         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5216         we haven't requested anything.
5217
5218 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5221         "".  Fix found by Andrew Cohen.
5222
5223         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5224         instead of -encode-string.
5225
5226 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5229
5230         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5231         by mm-subst-char-in-string.
5232
5233 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5236         waiting for the connection string.
5237
5238         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5239         arriving.
5240
5241         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5242         bogus characters.  This allows selecting certain Gmail groups.
5243
5244         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5245         (nnimap-fetch-partial-articles): New variable.
5246         (nnimap-open-connection): When looking for credentials, also use the
5247         nnimap-server-port.
5248         (nnimap-request-article): Return the group/article number, so that Gnus
5249         `^' works as expected.
5250         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5251
5252         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5253         comments.
5254         (gnus-methods-sloppily-equal): New function.
5255         (gnus): When using the development version of Gnus, load the gnus-load
5256         file.
5257
5258         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5259         `gnus-open-server' on each method before trying to scan them etc.
5260         This ensures that all the backend parameters are set correctly.
5261
5262         * nnimap.el (nnimap-authenticator): New variable.
5263         (nnimap-open-connection): Allow anonymous login.
5264         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5265         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5266
5267         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5268         patch, found by Knut Anders Hatlen.
5269
5270 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5271
5272         * gnus-agent.el (gnus-agent-batch-confirmation)
5273         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5274         to gnus-message.
5275         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5276         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5277         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5278         * gnus-int.el (gnus-open-server): Likewise.
5279         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5280         (gnus-score-check-syntax): Likewise.
5281         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5282         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5283         Likewise.
5284         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5285
5286 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287
5288         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5289         calling conventions so that prefetch doesn't bug out.
5290
5291 2010-09-19  Julien Danjou  <julien@danjou.info>
5292
5293         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5294         rather than `subst-char-in-region' in order to be able to replace ASCII
5295         char by UTF-8 ones.
5296
5297         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5298         than curl.
5299         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5300         the right URL and ALT text on images.
5301         (gnus-html-wash-tags): Fix tag case.
5302         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5303         (gnus-article-html): Add -o display_ins_del=2 option.
5304         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5305
5306 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5309         the extra mail headers, which sometimes seem to happen for unknown
5310         reasons.
5311
5312         * mail-parse.el (mail-header-encode-parameter): Define as
5313         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5314         (or most, perhaps?) mail readers don't understand the latter, but do
5315         understand the former.
5316
5317         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5318         to nil, so that no methods are automatically agentized.  I think this
5319         is probably what most users want.
5320
5321         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5322         from url-retrieve, for instance about invalid URLs.
5323
5324         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5325         groups that have no articles.
5326         (nnimap-request-article): Check that we really got an article when we
5327         requested one.
5328
5329         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5330         doesn't exist.
5331
5332         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5333         nntp buffer so the agent can save it.
5334         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5335         that CRLF doesn't get translated to \n.
5336         (nnimap-open-connection): Don't make 'shell commands only send \n.
5337
5338 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5339
5340         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5341         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5342         Update var name.
5343         (nnml-generate-nov-file): Use dolist.
5344         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5345         Use with-current-buffer.
5346
5347 2010-09-18  Julien Danjou  <julien@danjou.info>
5348
5349         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5350         parallel.
5351
5352 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5353
5354         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5355         the range update right.
5356         (nnimap-request-group): Don't make `M-g' bug out on group with no
5357         marks.
5358         (nnoo): Require, so that other packages can require nnimap.
5359         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5360         command we're looking for.  This helps when the server sends more
5361         responses after we've gotten everything we expected.
5362         (nnimap): Add a `newlinep' field to keep track of end-of-line
5363         conventions.
5364         Don't send CRLF to things that don't want it.
5365         (nnimap-request-accept-article): Ditto.
5366
5367 2010-09-18  Julien Danjou  <julien@danjou.info>
5368
5369         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5370         than curl to retrieve images.
5371
5372 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5375         the marks.
5376         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5377         (nnimap-wait-for-connection): New function.
5378         (nnimap-open-connection): If we have PREAUTH, don't query for login
5379         credentials.
5380         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5381         when doing a partial update.
5382
5383 2010-09-18  Julien Danjou  <julien@danjou.info>
5384
5385         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5386         tags.
5387
5388 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * nnimap.el (nnimap-credentials): New function.
5391         (nnimap-open-connection): Use the new function to look for credentials
5392         also on the numeric equivalents of "imap" and "imaps".
5393
5394         * gnus-start.el (gnus-activate-group): Send the info to
5395         gnus-request-group.
5396
5397         * nnimap.el (nnimap-request-group): Have the "check" version of the
5398         function parse flags and update the info, so that a `M-g' get a total
5399         resync of all flags from the group.
5400
5401         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5402         to allow backends to alter the info on group selection.  Also alter all
5403         the backend -request-group functions to take the parameter.
5404
5405         * nnimap.el (nnimap-store-info): New function.
5406         (nnimap-update-info): Store the info for later usage.
5407         (nnimap-request-group): Use the stored info for the dont-check case, so
5408         that we don't retrieve all marks when we enter a group.
5409
5410         * nnimap.el: Use deffoo instead of defun for interface functions.
5411
5412         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5413         update the group info.  This makes the nndraft groups, for instance, go
5414         back to their old behaviour.
5415
5416         * gnus-sum.el (gnus-select-newsgroup): Indent.
5417
5418         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5419         in.
5420         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5421         nothing.
5422
5423         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5424         from methods that are denied.
5425
5426         * gnus-int.el (gnus-method-denied-p): New function.
5427
5428         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5429         store the password instead of netrc.
5430         (nnimap-open-connection): Don't error out when we can't make a
5431         connections.
5432
5433         * auth-source.el (auth-source-create): In the password prompt, say what
5434         we're querying for.  Also prompt for user name if that hasn't been
5435         given.
5436
5437         * nnimap.el (nnimap-with-process-buffer): Remove.
5438
5439 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5442         method when we're reading from the agent.
5443
5444         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5445
5446         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5447         that's probably most useful for users.
5448
5449         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5450         "failed" all the time.
5451
5452         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5453         ...)) with (with-current-buffer ... ).
5454
5455         * nntp.el (nntp-open-server): Return whether the open was successful or
5456         not.
5457
5458         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5459         select an unread unseen article first.
5460
5461         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5462         /etc/services, supply some sensible port defaults.
5463
5464         * dgnushack.el: Define netrc-credentials.
5465
5466 2010-09-17  Julien Danjou  <julien@danjou.info>
5467
5468         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5469
5470 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5471
5472         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5473         doesn't have any parameters.
5474
5475 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5478         only upcased checks.
5479
5480         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5481
5482         * nnimap.el (nnimap-open-shell-stream): New function.
5483         (nnimap-open-connection): Use it.
5484         (nnimap-transform-headers): Get the number of lines in each message.
5485         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5486         number of lines.
5487         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5488         problem.
5489
5490         * utf7.el (utf7-encode): Autoload.
5491
5492         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5493         to allow the mail splitting to not return a default group.  This is
5494         useful for nnimap, which will leave unmatched mail in the inbox.
5495
5496         * nnimap.el: Rewritten.
5497
5498         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5499         nnimap usage.
5500
5501         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5502         if the move is internal, so that nnimap can do fast internal moves.
5503
5504         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5505         data.
5506         (gnus-read-active-for-groups): Support finishing the early retrieval of
5507         data.
5508
5509         * gnus-range.el (gnus-range-nconcat): New function.
5510
5511         * gnus-int.el (gnus-finish-retrieve-group-infos)
5512         (gnus-retrieve-group-data-early): New functions.
5513
5514 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5515
5516         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5517         (nnrss-retrieve-groups):
5518         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5519         (pop3-quit): Use with-current-buffer.
5520
5521 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5524         instead of nnheader-accept-process-output.
5525
5526         * dgnushack.el (dgnushack-compile): Add comment.
5527
5528         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5529
5530         * gnus-html.el (gnus-html-schedule-image-fetching)
5531         (gnus-html-prefetch-images): Replace process-kill-without-query by
5532         gnus-set-process-query-on-exit-flag.
5533
5534 2010-09-16  Romain Francoise  <romain@orebokech.com>
5535
5536         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5537
5538 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5541         parameter to unintern is mandatory-ish in Emacs 24.
5542
5543         * gnus-html.el (gnus-html-schedule-image-fetching)
5544         (gnus-html-prefetch-images): Check for curl before using it.
5545
5546         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5547         depend on curl, which isn't essential.
5548
5549         * imap.el: Revert back to version
5550         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5551         seem problematic.
5552
5553 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5554
5555         * gnus-registry.el (gnus-registry-install-shortcuts):
5556         Explicitly pass `obarray' to `unintern' to avoid a warning.
5557
5558 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5561         change.
5562
5563         * nnrss.el (nnrss-request-list): Remove this function and related
5564         functions, including the moreover stuff.
5565
5566 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * nnrss.el (nnrss-retrieve-groups): New function.
5569
5570 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5571
5572         * .dir-locals.el: Add no-byte-compile cookie.
5573
5574 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * time-date.el (format-seconds): Comment fix.
5577
5578         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5579         for back end that doesn't support request-scan.
5580
5581 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5584         then do request scans from the backends.
5585
5586         * netrc.el (netrc-credentials): New conveniency function.
5587
5588         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5589         avoid running a hook per line, since this takes a lot of time,
5590         profiling shows.
5591         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5592         directly if gnus-visual-p is true.
5593
5594 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5597         groups; replace mapcar with dolist which is a bit faster; pass groups
5598         info to gnus-read-active-file-1.
5599         (gnus-read-active-file-1): Scan only specified groups if the new
5600         optional arg `infos' is given.
5601
5602 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5605
5606         * pop3.el (pop3-movemail): Remove.
5607         (pop3-streaming-movemail): Rename to pop3-movemail.
5608
5609         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5610         don't restrict end-tag searches to the end of the line.
5611
5612 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5615         articles of every unchecked group to t, which means unknown since the
5616         server has never been opened.
5617
5618 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-html.el (gnus-html-show-alt-text): New command.
5621         (gnus-html-browse-image): Ditto.
5622         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5623         to browse the image directly.
5624         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5625         better.
5626
5627         * gnus-async.el (gnus-async-article-callback):
5628         Call `gnus-html-prefetch-images' unconditionally.
5629
5630         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5631         before feeding URLs to curl.
5632
5633 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5636         internal images as deletable by `W D D'.
5637
5638         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5639         (gnus-async-article-callback): Fix typo.
5640
5641 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5644         current line to work around bugs in the output from w3m.
5645
5646         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5647         for groups that want that.
5648
5649         * nntp.el (nntp-wait-for-string): Supply a timeout for
5650         accept-process-output to ensure progress.
5651
5652         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5653         level to get unread articles from, then use that for foreign groups,
5654         too.
5655
5656         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5657         confuses the rest of the function.
5658
5659         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5660         for the methods that support -retrieve-groups, too.
5661
5662         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5663
5664 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5667         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5668
5669         * pop3.el: Require cl when compiling.
5670         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5671
5672 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5675         that aren't going to be activated.
5676         (gnus-get-unread-articles): Fix up the last commit.
5677
5678         * gnus-html.el (gnus-article-html): Allow calling without specifying
5679         the handle.  In that case, dissect the buffer first.
5680
5681         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5682
5683         * nnimap.el (nnimap-open-connection): Revert the change that would look
5684         into authinfo for imaps instead of imap.
5685
5686         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5687         say that you don't want to call gnus-request-group with don-check, but
5688         do check the reponse.  This is for virtual groups only.
5689         (gnus-get-unread-articles): Count the archive groups as secondary, so
5690         that they're activated the same way as before.
5691
5692         * imap.el (imap-message-map): Removed optional buffer parameter, since
5693         no callers use it.
5694         (imap-message-get): Ditto.
5695         (imap-message-put): Ditto.
5696         (imap-mailbox-map): Ditto.
5697         (imap-mailbox-put): Ditto.
5698         (imap-mailbox-get): Ditto.
5699         (imap-mailbox-get): Revert last change for this function.
5700
5701         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5702         case-insensitively.
5703         (nnimap-debug): Remove.
5704
5705         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5706         to use `imap-fetch' instead.  According to the comments, this should be
5707         safe, since all other IMAP clients use the 1:* syntax.
5708         (imap-enable-exchange-bug-workaround): Removed.
5709         (imap-debug): Removed -- doesn't seem very useful.
5710
5711         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5712         mail from a file, and the file doesn't exist.
5713
5714         * imap.el (imap-log): New convenience function used throughout instead
5715         of repeating the same code all over the place.
5716
5717         * pop3.el (pop3-streaming-movemail): Return t for success.
5718
5719         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5720         .authinfo if we're using ssl connection.
5721
5722         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5723         already have if we're in a main Gnus `g' run.
5724
5725         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5726
5727 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5730
5731         * nnmh.el (nnmh-request-list-1): Bind `file'.
5732
5733         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5734         alias to set-process-query-on-exit-flag or process-kill-without-query.
5735         (pop3-open-server): Use it.
5736
5737 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5740         box to the Incoming file.  Fixes mistake in previous checkin.
5741
5742         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5743         request loop (for debugging purposes) removed.
5744
5745         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5746         culprit is more visible.
5747         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5748         (nnml-add-incremental-nov): New functions to do "incremental" nov
5749         updates, where we just append to the end of the existing nov files
5750         without reading/writing them in full.
5751
5752         * mail-source.el (mail-source-delete-crash-box): Really only check the
5753         incoming files once in a while.
5754
5755         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5756
5757         * mail-source.el (mail-source-delete-crash-box): Only check the
5758         incoming files for deletion once per day to save a lot of file
5759         accesses.
5760
5761         * pop3.el (pop3-logon): Fix up unbound variable typo.
5762
5763         * mail-source.el (pop3-streaming-movemail): Autoload.
5764
5765         * pop3.el (pop3-streaming-movemail):
5766         Respect pop3-leave-mail-on-server.
5767
5768         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5769         retrieval.
5770
5771         * pop3.el (pop3-process-filter): Remove unused function.
5772         (pop3-streaming-movemail, pop3-send-streaming-command)
5773         (pop3-wait-for-messages, pop3-write-to-file)
5774         (pop3-number-of-responses): New functions for streaming pop3
5775         retrieval.
5776
5777         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5778         come from no known methods.
5779         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5780         list.
5781
5782         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5783         message sizes.
5784         (pop3-movemail): Use erase-buffer instead of looping and deleting
5785         regions, which seems rather odd.
5786
5787         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5788         file once per `g' run.
5789
5790         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5791         directories.  This makes the draft queue directory work.
5792
5793         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5794         data from the backends, so that we only request the list of groups from
5795         each method once.  This should speed things up considerably.
5796
5797         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5798         detect that it's not implemented.
5799
5800         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5801         we actually do recurse down into the tree, but don't stat all leaf
5802         nodes.
5803
5804         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5805         then say so instead of bugging out.
5806
5807         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5808         files exist before trying to read them.
5809
5810         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5811         around <pre_int>.
5812
5813         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5814
5815         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5816
5817 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * mm-util.el (mm-image-load-path): Just return the image directories,
5820         not all directories in the path in addition to the image directories.
5821         (mm-image-load-path): Maintain a cache of the image directories so that
5822         the `g' command in Gnus doesn't have to stat dozens of directories each
5823         time.
5824
5825         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5826         (gnus-html-wash-tags): Add a new `i' command to insert images.
5827         (gnus-html-insert-image): New command and keystroke.
5828         (gnus-html-redisplay-with-images): New command and keystroke.
5829         (gnus-html-show-images): Rename command.
5830         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5831         spacers.
5832         (gnus-html-wash-tags): Decode entities at the end, so that entities
5833         inside the tags don't mess up the rest of the "parsing".
5834
5835         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5836         so that nnimap methods aren't agentized by default.  There's apparently
5837         many problems related to agent/imap behaviour.
5838
5839         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5840
5841         * gnus-html.el: Doc fix.
5842
5843 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5846         specifier-spec-list for Emacs 21.
5847
5848         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5849         glyph-width and glyph-height instead of display-graphic-p and
5850         image-size; make avoidance of displaying small images work for XEmacs.
5851
5852         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5853         for XEmacs.
5854
5855         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5856         of symbol that holds plist data.
5857         (gnus-process-plist): Remove plist of process after getting it.
5858
5859 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * message.el (message-generate-hashcash): Change default to
5862         'opportunistic if hashcash is installed.
5863
5864         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5865         (gnus-html-put-image): Only call image-size once, since it's somewhat
5866         time-consuming on remote X servers.
5867
5868 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5871         type on data, not a file name.
5872
5873         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5874         window-pixel-edges for Emacs 21.
5875
5876         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5877         decoded contents.
5878         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5879
5880 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5883         group line format, since it isn't very interesting.
5884
5885         * gnus-agent.el (gnus-agent-short-article),
5886         (gnus-agent-long-article): Increase values for these two variables,
5887         since most people are likely to have more network connection and
5888         storage than before.
5889
5890         * gnus.el (gnus-refer-article-method): Change default to 'current.
5891         When referring an article, the common behaviour is to refer it from the
5892         current select method, not the native select method.  The chances of
5893         the native select method having the message in question is rather slim
5894         these days.
5895
5896         * gnus-sum.el (gnus-auto-select-subject): Change default to
5897         `unseen-or-unread'.  I think it's likely that most people want to
5898         select an unseen article over a previously seen, but unread one.
5899
5900         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5901         means that in the article buffer none of the minor mode elements will
5902         be shown, usually, and this is not desirable in most cases.
5903
5904         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5905         that commands like `d' (and the like) go to the next line in the
5906         buffer, instead of the next unread article.  I think this is the
5907         behaviour that is most natural for most users.
5908         (gnus-single-article-buffer): Change default to nil, so that people can
5909         have as many article buffers open as they have summary buffer.  I think
5910         this is the most natural way for the groups to behave.
5911
5912         * message.el (message-generate-new-buffers): Change default to
5913         `unsent', so that all new message buffers start their names with the
5914         string "*unsent", and it's easier to find the buffers if you move from
5915         them.
5916
5917 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5920         small.  They're probably tracking images.
5921         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5922         (gnus-html-rescale-image): Yet another try at getting the image sizing
5923         right.
5924
5925         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5926         nntp-marks-file-name is nil.
5927
5928 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * gnus-html.el (gnus-html-wash-tags)
5931         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5932         Better logging.
5933
5934 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5937
5938         * gnus-html.el (gnus-html-wash-tags): Check the value of
5939         gnus-blocked-images in the summary buffer.
5940
5941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5942
5943         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5944
5945 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5948         like "a", it seems like.
5949         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5950         since it needs to be picked from the correct buffer.
5951
5952         * nnwfm.el: Remove.
5953
5954         * nnlistserv.el: Remove.
5955
5956 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5959         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5960
5961 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * nnkiboze.el: Remove.
5964
5965         * nndb.el: Remove.
5966
5967         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5968         alt text.
5969         (gnus-html-rescale-image): Try to get the rescaling logic right for
5970         images that are just wide and not tall.
5971
5972         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5973         overshadow variable bindings.
5974
5975 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * gnus-html.el (gnus-html-wash-tags)
5978         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5979         Add extra logging.
5980
5981 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5984         (gnus-max-image-proportion): New variable.
5985         (gnus-html-rescale-image): New function.
5986         (gnus-html-put-image): Rescale images.
5987
5988 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5989
5990         Fix up some byte-compiler warnings.
5991         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5992         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5993         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5994         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5995         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5996         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5997         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5998
5999 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-html.el (gnus-article-html): Decode contents by charset.
6002
6003 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6006         (gnus-html-frame-width, gnus-blocked-images)
6007         * message.el (message-prune-recipient-rules): Add custom version.
6008         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6009
6010         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6011         functions.
6012
6013         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6014         gnus-process-get.
6015
6016 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6017
6018         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6019         instead of lsub directly.
6020
6021 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * nnwarchive.el: Remove.
6024
6025         * gnus-soup.el: Remove.
6026
6027         * nnsoup.el: Remove.
6028
6029         * nnultimate.el: Remove.
6030
6031         * gnus-html.el (gnus-blocked-images): New variable.
6032
6033         * message.el (message-prune-recipients): New function.
6034         (message-prune-recipient-rules): New variable.
6035
6036         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6037         guess whether a long line is natural text or not.
6038
6039         * gnus-html.el (gnus-html-schedule-image-fetching):
6040         Use gnus-process-plist and friends for compatibility.
6041
6042 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6043
6044         * gnus-html.el: Require packages that define macros used in this file.
6045         (gnus-article-mouse-face): Declare to silence byte-compiler.
6046         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6047         process-get.
6048         (gnus-html-put-image): Use plist-get to avoid getf.
6049         (gnus-html-prefetch-images): Use with-current-buffer.
6050
6051 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus-ems.el: Provide compatibility functions for
6054         gnus-set-process-plist.
6055
6056         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6057         header-line-format for XEmacs 21.4.
6058
6059         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6060         * gnus.el (gnus-valid-select-methods)
6061         * message.el (message-send-mail-partially-limit)
6062         * mm-decode.el (mm-text-html-renderer)
6063         * mml.el (mml-insert-mime-headers-always)
6064         * smiley.el (smiley-regexp-alist): Bump custom version.
6065
6066 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * gnus-html.el: require mm-url.
6069         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6070         with the url to `url'.
6071         (gnus-html-wash-tags): Support cid: URLs/images.
6072
6073 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6076         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6077         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6078
6079         * gnus-move.el: Remove file, since it doesn't really work.
6080
6081         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6082         UTF-8.  This seems to fix problems with some German web feeds.
6083
6084         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6085         at the top so that the proper colours are applied.
6086
6087         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6088         don't have dots in their names.
6089
6090         * gnus-art.el (gnus-article-view-part): Doc fix.
6091
6092         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6093         XEmacs-compatible.
6094         (gnus-html-put-image): Don't do images on non-graphic displays.
6095
6096         * nnslashdot.el: Remove this unused backend.
6097
6098         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6099         actions.
6100         (gnus-undo-register-1): Revert last change.
6101
6102         * gnus-group.el (gnus-group-completing-read): Protect against not
6103         having completion-styles bound.
6104
6105         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6106         make broken recipients happier.
6107
6108         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6109
6110         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6111         point parameter.
6112
6113         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6114
6115         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6116         completion-styles for group selection.
6117
6118 2009-02-04  Andreas Schwab  <schwab@suse.de>
6119
6120         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6121         headers and regexp-quote the match if necessary.
6122
6123 2009-03-24  Miles Bader  <miles@gnu.org>
6124
6125         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6126         the blinking smiley.
6127
6128 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6129
6130         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6131         blink smiley.
6132
6133 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6136         where the dribbel file lives exists.
6137
6138         * message.el (message-send-mail-partially-limit): Change the default to
6139         nil, since most people don't want this.
6140
6141         * mm-url.el (mm-url-decode-entities): Also decode entities like
6142         &#x3212.
6143
6144 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6145
6146         * gnus-sum.el (gnus-summary-idna-message):
6147         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6148         Hyperlink urls in docstrings with URL `...'.
6149
6150 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6151
6152         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6153         functions.
6154
6155 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6158         say what the mouseover text should be.
6159
6160         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6161         version of the mm-w3m-safe-url-regexp variable to only download images
6162         in the groups where we want that to happen.
6163
6164         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6165
6166         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6167         easier debugging.
6168         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6169         big pictures in the article buffer.
6170
6171         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6172         gnus-article-html.
6173         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6174         w3m.
6175
6176         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6177
6178 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6179
6180         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6181         which doesn't exist.
6182
6183         * message.el (message-inhibit-ecomplete): New variable to allow some
6184         function to inhibit ecomplete address storage.
6185         (message-resend): Disable ecomplete message storage when resending
6186         messages.
6187
6188         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6189
6190 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6193         Save excursion while copying, moving, and deleting articles in order to
6194         prevent the cursor from jumping to unforeseen place.
6195
6196 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * lpath.el: No need to bind bookmark-current-buffer,
6199         bookmark-yank-point and bookmark-make-record-function.
6200
6201 2010-08-17  Glenn Morris  <rgm@gnu.org>
6202
6203         * gnus-sync.el: Require gnus components whose functions are used.
6204
6205         * gnus-art.el (bookmark-make-record-function):
6206         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6207         Declare for compiler.
6208
6209         * mm-url.el (mml-compute-boundary): Autoload.
6210
6211 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6214
6215 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         Typo fix "hoo4a" -> "hook".
6218
6219         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6220
6221 2010-08-14  Glenn Morris  <rgm@gnu.org>
6222
6223         * gnus-sync.el (gnus-sync): Fix defgroup version.
6224
6225 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6226
6227         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6228
6229         * gnus-sync.el: Fix docs.
6230         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6231         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6232
6233 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         Optimizations for gnus-sync.el.
6236
6237         * gnus-sync.el: Add docs about gnus-sync-backend
6238         possibilities.
6239         (gnus-sync-save): Remove unnecessary message.
6240         (gnus-sync-read): Optimize and show what groups were skipped.
6241
6242 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         Minor bug fixes for gnus-sync.el.
6245
6246         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6247         Don't read the sync on get-new-news.
6248
6249         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6250         quiet.
6251
6252         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6253         (fix typo).
6254
6255 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6256
6257         Make saving and restoring of hidden threads work with overlays.
6258         Patch applied by Ted Zlatanov.
6259
6260         * gnus-sum.el (gnus-hidden-threads-configuration)
6261         (gnus-restore-hidden-threads-configuration): Update to deal with text
6262         properties, rather than searching for a magic character.
6263
6264 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         New gnus-sync.el library for synchronization of marks.
6267
6268         * gnus-sync.el: New library for synchronization of marks.
6269
6270         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6271         renamed from `gnus-registry-grep-in-list'.
6272
6273         * gnus-registry.el (gnus-registry-follow-group-p):
6274         Use `gnus-grep-in-list'.
6275
6276         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6277
6278 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6281         determining charset of text fails.
6282
6283 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * nnmail.el (nnmail-get-new-mail-1): Revert.
6286
6287         * nnml.el (nnml-active-number): Make sure names of newly created groups
6288         in nnml-group-alist are encoded.
6289
6290 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6293         containing non-ASCII characters in active file for nnml back end.
6294
6295 2010-07-24  David Engster  <dengste@eml.cc>
6296
6297         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6298         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6299
6300 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6301
6302         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6303         tag (Bug#6654).
6304
6305 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6308         the article buffer, not the summary buffer.
6309
6310 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6313         Emacs 23 as well.
6314
6315 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6318         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6319
6320 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6321
6322         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6323         Patch applied by Karl Fogel.
6324
6325         * gnus-sum.el (gnus-summary-bookmark-make-record):
6326         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6327
6328 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6329
6330         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6331         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6332         C-w still not working correctly from Article buffers; Thierry's
6333         patch to fix that will be applied after this.
6334
6335         * gnus-art.el (bookmark-make-record-function): New local variable.
6336
6337         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6338         article buffer.
6339         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6340
6341 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6342
6343         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6344         on changes in bookmark.el.
6345
6346 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6349         `no-log' instead of message not to log prompt string.
6350
6351 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6352
6353         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6354         the *other* type of HTML form submission.
6355
6356 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6357
6358         * auth-source.el (auth-source-pick): If choice does not contain a
6359         questioned keyword, set the check to t.
6360
6361 2010-06-12  Romain Francoise  <romain@orebokech.com>
6362
6363         * gnus-util.el (gnus-date-get-time): Move up before first use.
6364
6365 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6368         (gnus-article-edit-part): Bind it to make last part that is substituted
6369         or deleted visible.
6370         (gnus-mime-display-single): Buttonize part of which id equals to
6371         gnus-mime-buttonized-part-id.
6372
6373 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6374
6375         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6376         (gnus-dd-mmm): Use gnus-date-get-time.
6377         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6378         simplify logic.
6379         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6380         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6381
6382 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6383
6384         * auth-source.el (top): Autoload `secrets-list-collections',
6385         `secrets-create-item', `secrets-delete-item'.
6386         (auth-sources): Fix tag string.
6387         (auth-get-source, auth-source-retrieve, auth-source-create)
6388         (auth-source-delete): New defuns.
6389         (auth-source-pick): Rewrite in order to avoid 2 passes.
6390         (auth-source-forget-user-or-password): New parameter USERNAME.
6391         (auth-source-user-or-password): New parameters CREATE-MISSING and
6392         DELETE-EXISTING.  Retrieve password interactively, if needed.
6393
6394 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6395
6396         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6397         deleting unused directories when gnus-expert-user is t.
6398
6399 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6402         for each temp file when gnus-article-browse-delete-temp is ask.
6403
6404 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6405
6406         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6407         Lisp calls to delete-backward-char by calls to delete-char.
6408
6409 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6410
6411         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6412
6413 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6414
6415         * password-cache.el (password-cache-remove): Fix docstring.
6416
6417 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6420         article unless decoding article to be saved.
6421
6422 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6425         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6426         generated within the mm-with-unibyte-current-buffer macro.
6427
6428 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6431         to nil when we're in a mml-preview buffer and no group is selected.
6432
6433 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6434
6435         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6436         when catching the `C-g'.  Reported by "Leo".
6437
6438 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * message.el (message-forward-make-body-plain)
6441         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6442         multibyte-string-p.
6443
6444         * lpath.el: Revert.
6445
6446 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * message.el (message-forward-make-body-mml): Assume original message
6449         is multibyte string; error on unibyte.
6450         (message-forward-make-body-plain): Ditto; don't add excessive newline
6451         in body end.
6452
6453         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6454
6455 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6456
6457         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6458         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6459
6460 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * mm-extern.el (mm-extern-url): Don't use
6463         mm-with-unibyte-current-buffer.
6464         (mm-extern-cache-contents): Use with-current-buffer instead of
6465         save-excursion + set-buffer.
6466
6467 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * mm-util.el (mm-emacs-mule): Remove.
6470
6471 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6472
6473         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6474         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6475         change.
6476
6477 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6480         bind the default value of enable-multibyte-characters to nil.
6481
6482 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * message.el (message-forward-make-body-plain)
6485         (message-forward-make-body-mml):
6486         Don't use mm-with-unibyte-current-buffer.
6487
6488 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6489
6490         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6491
6492 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6493
6494         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6495         (Bug#5592).
6496
6497 2010-05-07  Julien Danjou  <julien@danjou.info>
6498
6499         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6500         it to mm-pipe-part.
6501
6502         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6503         it is given.
6504
6505 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * binhex.el (binhex-decode-region-internal)
6508         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6509         (dns-query)
6510         * nnweb.el (nnweb-gmane-search)
6511         * pgg-parse.el (pgg-parse-armor)
6512         * pgg.el (pgg-verify-region)
6513         * sha1.el (sha1-string-external)
6514         * uudecode.el (uudecode-decode-region-internal)
6515         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6516         XEmacs.
6517
6518         * gnus-art.el (gnus-article-browse-html-parts)
6519         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6520         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6521         make-temp-file.
6522
6523         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6524         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6525         compiling.
6526
6527         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6528         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6529         XEmacs when compiling.
6530
6531         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6532         gnus-pick-mode-off-hook for XEmacs when compiling.
6533         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6534         gnus-binary-mode-off-hook for XEmacs when compiling.
6535
6536         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6537         Return nil if char-charset is not available.
6538
6539         * imap.el (imap-disable-multibyte)
6540         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6541         macros.
6542
6543         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6544         instead of encode-coding-string.
6545
6546         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6547         'xemacs) instead of mm-emacs-mule to switch function definitions.
6548         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6549
6550         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6551         bind temporary-file-directory for XEmacs;
6552         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6553         timer-set-function for XEmacs 21.4 and SXEmacs;
6554         bind timer-list for XEmacs 21.4 and SXEmacs;
6555         fbind char-charset and find-charset-region for non-Mule XEmacs;
6556         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6557         encode-coding-region and encode-coding-string for XEmacs having no
6558         file-coding feature.
6559
6560 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6561
6562         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6563
6564 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6567         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6568
6569 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6570
6571         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6572         alias `jka-compr-delete-temp-file' no longer exists.
6573
6574 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6575
6576         Use define-minor-mode in Gnus where applicable.
6577         * mml.el (mml-mode): Use define-minor-mode.
6578         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6579         (gnus-undo-mode): Use define-minor-mode.
6580         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6581         (gnus-dead-summary-mode): Use define-minor-mode.
6582         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6583         Initialize in declaration.
6584         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6585         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6586         (gnus-mailing-list-mode): Use define-minor-mode.
6587         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6588         (gnus-draft-mode): Use define-minor-mode.
6589         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6590         (gnus-dired-mode): Use define-minor-mode.
6591
6592 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6593
6594         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6595         handles on recursive mml-to-mime translation and check them for
6596         boundary delimiter collisions.  Reported by Greg Troxel.
6597
6598 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6601
6602 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * mm-util.el (mm-find-buffer-file-coding-system):
6605         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6606
6607 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6608
6609         * message.el (message-generate-headers): Record insertion of optional
6610         headers as well.  Otherwise the check to prevent repeated insertion of
6611         optional headers is a no-op.
6612
6613 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * smime.el: Don't mention CVS.
6616
6617         * nnrss.el (nnrss-fetch): Don't mention CVS.
6618
6619         * nnir.el: Don't mention CVS.
6620
6621 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6622
6623         * gnus-sum.el (gnus-summary-bookmark-make-record):
6624         Add `location' field.
6625
6626 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * lpath.el: Fbind bookmark-default-handler,
6629         bookmark-get-bookmark-record, bookmark-make-record-default,
6630         bookmark-prop-get for Emacs <23 and XEmacs.
6631
6632 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6633
6634         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6635         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6636         Use with-current-buffer to silence the byte-compiler.
6637         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6638         bother to require `gnus'.
6639         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6640
6641 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6642
6643         * gnus-sum.el (gnus-summary-bookmark-make-record)
6644         (gnus-summary-bookmark-jump): New functions.
6645         (gnus-summary-mode): Setup bookmark support.
6646
6647 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6648
6649         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6650         if set.
6651
6652 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6655         gnus-article-browse-html-save-cid-image; make it work recursively for
6656         forwarded messages as well.
6657         (gnus-article-browse-html-parts): Work when prefix arg is given.
6658         (gnus-article-browse-html-article): Doc fix.
6659
6660 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6661
6662         * message.el (message-default-mail-headers):
6663         (message-default-headers): Carry the value mail-default-headers over
6664         into message-default-mail-headers, rather than message-default-headers.
6665
6666 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6667
6668         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6669         charset.
6670
6671         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6672         charset into the <meta> tag when the article is encoded to utf-8.
6673
6674 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-art.el (gnus-article-browse-delete-temp-files):
6677         Delete directories as well.
6678         (gnus-article-browse-html-parts): Work for images that do not specify
6679         file names; delete temp directory when quitting; insert header at the
6680         right place; use file: scheme for image files.
6681
6682 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6683
6684         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6685         (gnus-article-browse-html-parts): Use it to make temporary cid image
6686         files in addition to html file so that browser may display them.
6687
6688 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6691
6692 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6693
6694         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6695
6696 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6697
6698         * auth-source.el (auth-sources): Change default to be simpler.
6699         Explain about Secret Service API sources.  Improve Customize options.
6700         (auth-source-pick): Change to accept any number of search parameters.
6701         Implement fallbacks iteratively, not recursively.  Add scoring on the
6702         second pass and sort by score.  Call Secret Service API when needed.
6703         (auth-source-user-or-password): Use it.  Call Secret Service API
6704         directly when needed to get the user name and the password.
6705
6706 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6707
6708         * message.el (message-interactive): Doc fix.
6709         (message-qmail-inject-args): Reflow.
6710         (message-kill-to-signature): Fix typo in docstring.
6711
6712         * smiley.el (smiley-buffer): Fix typo in docstring.
6713
6714 2010-03-24  Glenn Morris  <rgm@gnu.org>
6715
6716         * mail-source.el (gnus-message): Declare.
6717         (mail-source-delete-old-incoming): Require gnus-util.
6718
6719 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6722
6723         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6724
6725         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6726         password-cache's default if it is not bound.
6727         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6728         password-cache-expiry's default if it is not bound.
6729
6730         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6731         available in Emacs 21.
6732
6733         * lpath.el: Suppress compiler warnings for:
6734         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6735         XEmacs;
6736         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6737         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6738         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6739
6740 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * auth-source.el (auth-sources): Fix up definition so extra parameters
6743         are always inline.
6744
6745 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6746
6747         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6748         wasn't updated after mismatch.  Clear cached mailbox info correctly
6749         when uidvalidity changes.
6750         (nnimap-group-prefixed-name): New function to avoid some code
6751         duplication.
6752         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6753         (nnimap-request-group): Use it.
6754         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6755         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6756         with many imap folders.  This is done by caching the group status from
6757         the imap server persistently in a group parameter `imap-status'.  (This
6758         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6759         but not persistently, so every Gnus startup was still very slow.)
6760
6761 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6764         delete the extra newline.  Otherwise editing of :string and :number
6765         types don't work.
6766
6767 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6770         secrets.el dependency.
6771         (auth-sources): Add optional user name.  Add secrets.el configuration
6772         choice (unused right now).
6773
6774 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6775
6776         * gnus-sum.el (gnus-summary-make-menu-bar):
6777         Let `gnus-registry-install-shortcuts' fill in the functions.
6778
6779         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6780         warnings.
6781         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6782         (gnus-registry-install-shortcuts): Populate and use it in a
6783         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6784
6785 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6786
6787         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6788         In-place substitutions for the group name encoding/decoding.
6789         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6790         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6791         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6792         (nnimap-update-unseen, nnimap-request-list)
6793         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6794         (nnimap-request-set-mark, nnimap-split-to-groups)
6795         (nnimap-split-articles, nnimap-request-newgroups)
6796         (nnimap-request-create-group, nnimap-request-accept-article)
6797         (nnimap-request-delete-group, nnimap-request-rename-group)
6798         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6799         `encoded-mbx' for consistency.
6800         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6801         variable `imap-current-mailbox'.
6802
6803         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6804         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6805
6806 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6807
6808         * pop3.el (pop3-display-message-size-flag): Display message size byte
6809         counts during POP3 download.
6810         (pop3-movemail): Use it.
6811         (pop3-list): Implement listing of available messages.
6812
6813 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6814
6815         * nnir.el (nnir-get-article-nov-override-function): New function to
6816         override the normal NOV retrieval.
6817         (nnir-retrieve-headers): Use it.
6818
6819 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6820
6821         * auth-source.el (netrc-machine-user-or-password): Autoload.
6822
6823 2010-03-19  Glenn Morris  <rgm@gnu.org>
6824
6825         Stop message.el from loading about 40 libraries it doesn't always need.
6826         The general approach is to autoload rather than require, and to
6827         require in the specific functions rather than the file.  (Bug#5642)
6828
6829         * gmm-utils.el: Don't require wid-edit.
6830         (widget-create-child-value, widget-convert, widget-default-get):
6831         Autoload.
6832
6833         * gnus-util.el: Don't require time-date, netrc.
6834         (message-fetch-field, gnus-group-name-decode): Declare rather than
6835         autoloading.
6836         (gnus-fetch-field): Require message.
6837         (gnus-decode-newsgroups): Require gnus-group.
6838
6839         * ietf-drums.el: Don't require time-date.
6840
6841         * message.el: Don't require hashcash, canlock, ecomplete.
6842         Do require mail-utils.  Require nnheader only when compiling.
6843         (smtpmail-default-smtp-server): Remove declaration.
6844         (message-send-mail-function): Check smtpmail-default-smtp-server
6845         is bound rather than requiring smtpmail.
6846         (message-auto-save-directory, message-insert-signature):
6847         Use expand-file-name rather than nnheader-concat.
6848         (nnheader-insert-file-contents): Autoload.
6849         (hashcash-wait-async): Declare.
6850         (message-send-mail): Only call gnus-setup-posting-charset if
6851         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6852         (message-send-mail-with-sendmail): Require sendmail.
6853         (canlock-password, canlock-password-for-verify): Declare.
6854         (message-canlock-password): Require canlock.
6855         (nnheader-get-report): Autoload.
6856         (gnus-setup-posting-charset): Declare.
6857         (message-send-news): Require gnus-msg.
6858         (message-make-references, message-make-in-reply-to): Use mail-header-id
6859         rather than the alias mail-header-message-id.
6860         (ecomplete-add-item, ecomplete-save): Declare.
6861         (message-put-addresses-in-ecomplete): Require ecomplete.
6862         (ecomplete-display-matches): Autoload.
6863
6864         * mm-decode.el: Don't require mailcap, gnus-util.
6865         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6866         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6867         Autoload.
6868         (mailcap-mime-extensions): Declare.
6869
6870         * mm-encode.el: Don't require mailcap.
6871         (mailcap-extension-to-mime): Autoload.
6872
6873         * mml-sec.el: Don't require password-cache.
6874
6875         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6876         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6877         (mml-minibuffer-read-type): Require mailcap.
6878         (mml-preview): Require gnus-msg.
6879
6880         * mml1991.el: Require password-cache.
6881         (password-cache-expiry): Remove declaration.
6882
6883         * mml2015.el: Require password-cache.
6884         (password-cache-expiry): Remove declaration.
6885
6886         * nneething.el (mailcap): Require mailcap.
6887
6888         * nnheader.el (declare-function): Add compatibility stub.
6889         (message-remove-header): Declare rather than autoload.
6890         (nnheader-replace-header): Require message.
6891
6892         * nnimap.el (declare-function): Add compatibility stub.
6893         (netrc-parse, netrc-machine-user-or-password): Declare.
6894         (nnimap-open-connection): Require netrc.
6895
6896         * nntp.el (declare-function): Add compatibility stub.
6897         (netrc-parse, netrc-machine, netrc-get): Declare.
6898         (nntp-send-authinfo): Require netrc.
6899
6900         * rfc2047.el: Don't require qp.
6901         (quoted-printable-encode-region, quoted-printable-decode-string):
6902         Autoload.
6903
6904         * sieve-mode.el: Don't require easymenu.
6905         (easy-menu-add-item): Autoload it.
6906
6907         * spam-stat.el (time-to-number-of-days): Autoload it.
6908
6909 2010-03-19  Glenn Morris  <rgm@gnu.org>
6910
6911         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6912
6913 2010-03-18  Glenn Morris  <rgm@gnu.org>
6914
6915         * hashcash.el (declare-function): Remove duplicate definition.
6916
6917 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6918
6919         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6920         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6921         value if any backslash escapes).
6922
6923 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6926         if it is available.  (bug#5647)
6927
6928         * lpath.el: Suppress compiler warning for coding-system-from-name for
6929         Emacs 21 and XEmacs.
6930
6931 2010-03-14  Juri Linkov  <juri@jurta.org>
6932
6933         * hmac-def.el:
6934         * hmac-md5.el:
6935         * netrc.el: Fix keywords.
6936
6937 2010-02-26  Glenn Morris  <rgm@gnu.org>
6938
6939         * message.el (message-send-mail-function): Change the default, so that
6940         it inherits from a customized send-mail-function.  (Bug#5643)
6941
6942 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6943
6944         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6945         shell-command-to-string signals an error (bug#5299).
6946
6947 2010-02-24  Glenn Morris  <rgm@gnu.org>
6948
6949         * message.el (message-smtpmail-send-it)
6950         (message-send-mail-with-mailclient): Doc fixes.
6951
6952 2010-02-16  Glenn Morris  <rgm@gnu.org>
6953
6954         * message.el (message-default-mail-headers): Change the default value
6955         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6956
6957 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6960         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6961
6962 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6963
6964         * time-date.el (date-to-time): Doc fix (Bug#5408).
6965
6966 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6967
6968         * message.el (message-mail): Just pass yank-action on to message-setup.
6969         (message-setup): Handle (FUN . ARGS) form of yank-action.
6970         (message-with-reply-buffer, message-widen-reply)
6971         (message-yank-original): Handle non-buffer values of
6972         message-reply-buffer (Bug#4080).
6973         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6974
6975 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6976
6977         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6978         Fix typo in docstring.
6979
6980 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6981
6982         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6983         response.
6984
6985 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6988
6989         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6990
6991         * message.el (message-check-news-header-syntax): Protect against a
6992         string that `rfc822-addresses' returns when parsing fails.
6993
6994 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6997         (gnus-previous-char-property-change): New functions.
6998
6999         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7000
7001 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7002
7003         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7004         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7005
7006 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7007
7008         * message.el (message-exchange-point-and-mark): Rework last change to
7009         avoid using optional arg of exchange-point-and-mark, for backward
7010         compatibility.
7011
7012 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7013
7014         * message.el (message-exchange-point-and-mark):
7015         Call exchange-point-and-mark with an argument rather than setting
7016         mark-active by hand (Bug#5175).
7017
7018 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * nntp.el (nntp-service-to-port): Work for service expressed with
7021         numeric string; replace [:digit:] with [0-9] for XEmacs.
7022
7023 2009-12-17  Glenn Morris  <rgm@gnu.org>
7024
7025         * gnus-group.el (gnus-bug-group-download-format-alist):
7026         Change emacs entry to debbugs.gnu.org.  Bump :version.
7027
7028 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7031
7032 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * message.el (message-info): Explain why we use `Info-goto-node'.
7035
7036 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7039
7040 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7041
7042         * message.el (message-completion-in-region): New compatibility function.
7043         (message-expand-group): Use it.
7044
7045 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7048         with no unread article should be listed if the 2nd arg `predicate' is
7049         given.
7050
7051 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7054
7055 2009-11-29  Juri Linkov  <juri@jurta.org>
7056
7057         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7058         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7059         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7060
7061 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7062
7063         * sha1.el (sha1-string-external): default-directory "/" in case
7064         otherwise non-existent.  process-connection-type pipe for touch of
7065         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7066
7067 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7068
7069         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7070         it's comms related and sgml-mode.el has "comm" on that basis too.
7071
7072 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7075         containing tspecial characters if they have been already quoted.
7076
7077 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7078
7079         * dns-mode.el (auto-mode-alist): Purecopy string.
7080
7081 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7084
7085 2009-10-24  Glenn Morris  <rgm@gnu.org>
7086
7087         * gnus-art.el (help-xref-stack-item): Define for compiler.
7088
7089 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7090
7091         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7092
7093 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7096
7097 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7100         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7101
7102 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7105         (gnus-overlays-in): New alias to overlays-in.
7106
7107         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7108         gnus-overlay-get, and gnus-delete-overlay.
7109         (gnus-summary-show-thread): Make it work as well for systems in which
7110         next-single-char-property-change is not available.
7111         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7112
7113         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7114         (gnus-overlay-get): New alias to extent-property.
7115         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7116
7117         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7118         SXEmacs.
7119
7120         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7121         SXEmacs.
7122
7123 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7126
7127 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7128
7129         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7130         and XEmacs that don't have `remove-overlays'.
7131
7132 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7133
7134         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7135         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7136         selective display.  Use overlays instead.
7137
7138 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7139
7140         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7141
7142 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7143
7144         * spam-stat.el (spam-stat-load): Fix typo in message.
7145
7146 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7147
7148         * dig.el (dig-invoke): Fix typo in docstring.
7149         (query-dig): Reflow docstring.
7150
7151 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7152
7153         * gnus-art.el (gnus-article-encrypt-body):
7154         * message.el (message-check-recipients):
7155         * mm-util.el (mm-codepage-setup):
7156         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7157         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7158
7159 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7160
7161         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7162         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7163         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7164         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7165         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7166
7167 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7168
7169         * dig.el: Add "Keywords: comm", as per net-utils.el.
7170
7171 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7172
7173         * dig.el (dig-mode): Use define-derived-mode.
7174
7175 2009-09-19  Glenn Morris  <rgm@gnu.org>
7176
7177         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7178
7179 2009-09-18  Glenn Morris  <rgm@gnu.org>
7180
7181         * gnus-diary.el (gnus-diary-check-message):
7182         * message.el (message-insert-formatted-citation-line):
7183         * nnbabyl.el (top-level):
7184         * nndiary.el (nndiary-schedule):
7185         Fix typos in condition-case handlers.
7186
7187 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7190         configuration that provides the sole article window in a frame;
7191         position point correctly after deleting a part.
7192
7193 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7194
7195         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7196         (spam-resolve-registrations-routine): Use it to unregister articles
7197         that change status.
7198
7199 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7202         with XEmacs.
7203         (parse-time-string-chars): Use it.
7204
7205 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7206
7207         * imap.el (imap-interactive-login): Better messages.
7208         (imap-open): Fix bug with renamed buffer on reconnect.
7209         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7210         for easier debugging and cleaner code.  On successful (guessed based on
7211         server capabilities) secondary authentication, set imap-state
7212         correctly.
7213         (imap-last-authenticator): Define imap-last-authenticator as a variable
7214         to avoid warnings.
7215
7216 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * nnrss.el (nnrss-request-article): Remove binding of
7219         default-enable-multibyte-characters that has gotten needless by
7220         the 2007-07-13 change in rfc2047-encode-message-header.
7221
7222         * mml.el (mml-insert-multipart): Error on the message header.
7223         (mml-insert-part): Error on the message header; position point at
7224         the end of a MIME tag.
7225
7226 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * time-date.el (autoload): Expand define-obsolete-function-alias into
7229         defalias and make-obsolete for old Emacsen that Gnus supports.
7230         (with-no-warnings): Define it for old Emacsen.
7231         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7232         is available.
7233         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7234         float-time is available; suppress compile warning for time-to-seconds.
7235
7236         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7237         (gnus-float-time): Alias to float-time if it exists.
7238
7239         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7240         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7241         float-time is available; suppress compile warning for time-to-seconds.
7242
7243         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7244         XEmacs.
7245
7246 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7247
7248         * imap.el (imap-message-map): Docstring fix.
7249
7250 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7253         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7254         Add the optional argument `encoding' that overrides the default.
7255
7256         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7257         mm-encode-buffer.
7258
7259 2009-09-04  Glenn Morris  <rgm@gnu.org>
7260
7261         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7262         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7263         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7264         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7265         * mm-util.el (mm-with-unibyte-current-buffer)
7266         (mm-find-buffer-file-coding-system):
7267         * yenc.el (yenc-decode-region): Use default-value rather than
7268         default-enable-multibyte-characters.
7269
7270 2009-09-03  Glenn Morris  <rgm@gnu.org>
7271
7272         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7273         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7274         than default-enable-multibyte-characters.
7275
7276 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7277
7278         * gnus-art.el (gnus-article-read-summary-keys):
7279         Fix gnus-buffer-configuration's value temporarily used.
7280
7281 2009-09-02  Glenn Morris  <rgm@gnu.org>
7282
7283         * gnus-util.el (gnus-float-time): New function.
7284         * gnus-delay.el (gnus-delay-article):
7285         * gnus-sum.el (gnus-thread-latest-date):
7286         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7287         * nnspool.el (nnspool-request-newgroups):
7288         Use gnus-float-time rather than time-to-seconds.
7289         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7290
7291         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7292         (gnus-header-subject-face, gnus-header-newsgroups-face)
7293         (gnus-header-name-face, gnus-header-content-face):
7294         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7295         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7296         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7297         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7298         (gnus-cite-face-11):
7299         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7300         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7301         (gnus-server-closed-face, gnus-server-denied-face)
7302         (gnus-server-offline-face):
7303         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7304         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7305         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7306         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7307         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7308         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7309         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7310         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7311         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7312         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7313         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7314         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7315         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7316         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7317         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7318         (gnus-summary-high-undownloaded-face)
7319         (gnus-summary-low-undownloaded-face)
7320         (gnus-summary-normal-undownloaded-face)
7321         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7322         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7323         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7324         (gnus-splash-face):
7325         * message.el (message-header-to-face, message-header-cc-face)
7326         (message-header-subject-face, message-header-newsgroups-face)
7327         (message-header-other-face, message-header-name-face)
7328         (message-header-xheader-face, message-separator-face)
7329         (message-cited-text-face, message-mml-face):
7330         * sieve-mode.el (sieve-control-commands-face)
7331         (sieve-action-commands-face, sieve-test-commands-face)
7332         (sieve-tagged-arguments-face):
7333         * spam.el (spam-face):
7334         Mark face aliases with "-face" in the name as obsolete.
7335
7336 2009-09-01  Glenn Morris  <rgm@gnu.org>
7337
7338         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7339         than goto-line.
7340
7341 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7344         Don't move point if the command is invoked inside the message header.
7345
7346 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7347
7348         * imap.el (imap-send-command): Simplify.
7349         (imap-wait-for-tag): point-max -> buffer-size.
7350
7351 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7352
7353         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7354         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7355         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7356         * nnir.el (nnir-swish-e-index-file):
7357         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7358         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7359         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7360         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7361         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7362         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7363
7364 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7367         Don't save excursion.
7368
7369 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7370
7371         * nnheader.el (nnheader-find-file-noselect):
7372         * mm-util.el (mm-insert-file-contents):
7373         Use (default-value 'major-mode) instead of default-major-mode.
7374
7375 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7376
7377         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7378
7379 2009-08-26  Glenn Morris  <rgm@gnu.org>
7380
7381         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7382         than placing in files.el.
7383
7384 2009-08-25  Glenn Morris  <rgm@gnu.org>
7385
7386         * nnir.el (top-level): Don't require cl at run-time.
7387         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7388         Replace cl-function substitute with gnus-replace-in-string.
7389         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7390         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7391         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7392         simplified expansions.
7393
7394 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7395
7396         * dig.el (dig): Add autoload cookie.
7397
7398 2009-08-22  Glenn Morris  <rgm@gnu.org>
7399
7400         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7401         goto-line.
7402
7403 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7404
7405         * parse-time.el (parse-time-string-chars): Save match data.
7406
7407 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7408
7409         * parse-time.el (parse-time-string-chars): Compute using character
7410         classes, to handle non-ascii characters (Bug#3190).
7411
7412 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7415
7416         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7417         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7418         (gnus-mm-display-part, gnus-mime-display-single)
7419         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7420         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7421
7422         * gnus-sum.el
7423         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7424         (gnus-summary-move-article): Add expirable mark to articles copied or
7425         moved to group that has auto-expire turned on if the option is non-nil.
7426
7427 2009-07-24  Glenn Morris  <rgm@gnu.org>
7428
7429         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7430         Fix typo.  (Bug#3903)
7431
7432 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7435         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7436         that should not be used for draft articles.
7437         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7438         that has no concern in minor mode keys.
7439         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7440         Abolish.
7441
7442 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7445         article without making inquiry to a user for unknown encoding.
7446
7447         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7448         (nnmaildir--scan): Assume i-node and device number that file-attributes
7449         returns might be cons-cell.
7450
7451         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7452
7453         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7454
7455 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * auth-source.el: Remove docs now in auth.texi.  Don't use
7458         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7459         `auth-source-hide-passwords' and use them.
7460
7461 2009-07-15  Glenn Morris  <rgm@gnu.org>
7462
7463         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7464
7465 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7468         excessive whitespace from the default values of title and description.
7469
7470 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7473         mail-fetch-field to fetch Content-Description header in order to
7474         exclude newlines.
7475
7476 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7477
7478         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7479         format used by GnuPG 2.0.11.
7480
7481 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7484         to deleted part.
7485
7486 2009-05-30  David Engster  <dengste@eml.cc>
7487
7488         * nnmairix.el: Remove old documentation in the commentary block.
7489         (nnmairix-request-group): Do not update active file for nnml back ends.
7490         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7491         end so that overview files are ignored.
7492         (nnmairix-update-groups): Make updating the groups more robust by using
7493         marks.
7494         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7495         with dollar characters in message-id.
7496
7497 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7500         2008-12-25 in dns.el.
7501
7502 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7503
7504         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7505         could happen if the text is only composed of spaces and/or tabs.
7506
7507 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7508
7509         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7510         when sending a queued message to avoid extra mml tags.
7511
7512 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7515
7516 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7519         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7520         rmail-toggle-header for XEmacs;
7521         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7522
7523 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-dired.el: Remove autoload for gnus-setup-message.
7526         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7527         displaying Gnus logo; always use compose-mail.
7528
7529 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7532
7533 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7536         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7537         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7538         available.
7539         (gnus-nocem-epg-verify): New function.
7540
7541 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7544
7545 2009-02-15  Glenn Morris  <rgm@gnu.org>
7546
7547         * gnus-util.el (rmail-insert-rmail-file-header)
7548         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7549         autoloads.
7550         (rmail-default-rmail-file): Remove unnecessary declaration.
7551         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7552
7553 2009-02-14  Glenn Morris  <rgm@gnu.org>
7554
7555         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7556         variable (only used in gnus-util, which declares it anyway).
7557         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7558         which was only needed by gnus-art (changed to not use it any more).
7559         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7560         only used in gnus-util, which autoloads it itself.
7561         (rmail-update-summary): Fix autoload.
7562
7563         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7564         rather than rmail-output-to-rmail-file.
7565
7566 2009-02-07  Glenn Morris  <rgm@gnu.org>
7567
7568         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7569         autoload of function that no longer exists.
7570         (rmail-toggle-header): Declare.
7571         (message-forward-rmail-make-body): Handle mbox Rmail.
7572
7573 2009-01-31  Glenn Morris  <rgm@gnu.org>
7574
7575         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7576         2009-01-09 change.
7577
7578 2009-01-31  Dave Love  <fx@gnu.org>
7579
7580         * imap.el (imap-fetch-safe): Bind debug-on-error.
7581         (imap-debug): Add imap-fetch-safe.
7582
7583 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7584
7585         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7586         (auth-source-forget-all-cached): New convenience function.
7587         (auth-source-user-or-password): Accept list of modes or a single mode.
7588
7589         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7590         auth-source modes.
7591
7592         * netrc.el (netrc-machine-user-or-password): Use list of
7593         auth-source modes.
7594
7595         * nnimap.el (nnimap-open-connection): Use list of
7596         auth-source modes.
7597
7598         * nntp.el (nntp-send-authinfo): Use list of
7599         auth-source modes.
7600
7601 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7602
7603         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7604         now.
7605
7606 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7609         coding system in XEmacs; add a workaround for XEmacs.
7610
7611         * lpath.el: Fbind coding-system-aliasee.
7612
7613 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7616         of current-language-environment.
7617
7618 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7621         available at runtime.
7622
7623 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7626
7627 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7628
7629         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7630         the greatest positive fixnum value doesn't work under an XEmacs with
7631         bignum support; use the most-positive-fixnum constant instead,
7632         available since Emacs 21.1 with cl and XEmacs 21.1.
7633
7634 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7637         XEmacs gets not to work.
7638
7639 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * mm-util.el (mm-coding-system-priorities): Allow the value like
7642         "Japanese (UTF-8)" of current-language-environment.
7643
7644 2009-01-09  Glenn Morris  <rgm@gnu.org>
7645
7646         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7647         with last-command-event.
7648
7649 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7652         in the doc string.
7653
7654         * message.el (message-fix-before-sending): Amend comment.
7655
7656 2009-01-08  Dave Love  <fx@gnu.org>
7657
7658         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7659
7660 2009-01-07  David Engster  <dengste@eml.cc>
7661
7662         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7663         simplified server definitions by converting it via
7664         gnus-server-to-method.
7665
7666 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7669         parameter's operands.
7670
7671 2009-01-06  David Engster  <dengste@eml.cc>
7672
7673         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7674         primary select method (for gnus-group-mark-article-as-read).
7675
7676 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7677
7678         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7679         `(gnus)Face', not `(gnus)X-Face'.
7680
7681 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * mm-util.el (mm-ucs-to-char): New function.
7684
7685         * mm-url.el (mm-url-decode-entities): Use it.
7686
7687         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7688         unicode-to-char.
7689
7690 2009-01-05  Dave Love  <fx@gnu.org>
7691
7692         * time-date.el: Require cl for `declare'.
7693
7694 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7697         Dave Love.
7698
7699 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * message.el (message-fix-before-sending): Add `eight-bit' to
7702         illegible-text check.
7703
7704 2009-01-03  Michael Olson  <mwolson@gnu.org>
7705
7706         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7707         `headers' is nil.  This can occur if the IMAP server does not have
7708         permissions to read messages from a folder, but can write new messages
7709         to the folder.
7710         (nnimap-request-article-part): Do not insert `data' if it is nil.
7711
7712         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7713         characters which will confuse `read', so skip past them.
7714
7715 2009-01-01  Dave Love  <fx@gnu.org>
7716
7717         * imap.el (imap-string-to-integer): Fix typo.
7718         (imap-fetch-safe): New function.
7719         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7720
7721         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7722
7723         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7724         (imap-parse-greeting): Fix doc strings.
7725         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7726         (imap-parse-flag-list): Make messages unique.
7727         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7728
7729         * nnimap.el: Fix author email.
7730         (nnimap-split-rule): Add FIXME comment.
7731         (nnimap-debug): Fix doc string.
7732
7733 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7736
7737 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7740         nslookup if resolv.conf isn't available.
7741         (dns-query): Rename from query-dns.
7742         (dns-query-cached): Rename from query-dns-cached.
7743
7744 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7747         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7748         to check if those variables exist (first appeared in Emacs 18.50).
7749
7750 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mm-util.el (mm-line-number-at-pos): New function.
7753
7754         * spam-report.el (spam-report-process-queue): Use it.
7755
7756 2008-12-24  David Engster  <dengste@eml.cc>
7757
7758         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7759         parameters that haven't existed as variables as buffer-local variables.
7760
7761 2008-12-23  Dave Love  <fx@gnu.org>
7762
7763         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7764         cadar.
7765
7766         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7767         imap-starttls-p.
7768         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7769
7770 2008-12-22  Dave Love  <fx@gnu.org>
7771
7772         * imap.el: Fix author email.  Doc fixes.
7773         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7774         reply.
7775
7776 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * spam-report.el (spam-report-gmane-max-requests): New constant.
7779         (spam-report-gmane-wait): New variable.
7780         (spam-report-gmane-ham, spam-report-gmane-spam)
7781         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7782         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7783         the server.
7784
7785         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7786         Add explanations.
7787
7788         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7789         nnheader-accept-process-output and nnheader-read-timeout if available.
7790         (pop3-movemail): Use it.
7791
7792         * message.el (message-check-news-body-syntax): Fix signature check if
7793         there's an attachment.
7794
7795 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * mm-util.el: Add comments to the mm- emulating functions.
7798
7799 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7802         Reported by Stephen Berman <stephen.berman@gmx.net>.
7803
7804 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * mm-util.el (mm-substring-no-properties): New function.
7807         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7808         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7809         (mm-string-to-multibyte): Doc fix.
7810
7811         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7812
7813 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * mml.el (mml-attach-file): Strip text properties from file name.
7816         (Bug#1574)
7817
7818 2008-12-16  Glenn Morris  <rgm@gnu.org>
7819
7820         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7821
7822 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7825         knows since the charset specified might be a bogus alias that
7826         mm-charset-synonym-alist provides.
7827
7828 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7831         "ISO_8859-1".
7832
7833         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7834
7835 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * mm-util.el (mm-charset-eval-alist):
7838         Define it before mm-charset-to-coding-system.
7839         (mm-charset-to-coding-system): Add optional argument `silent';
7840         define it before mm-charset-override-alist.
7841         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7842         default value if it can be used in Emacs currently running;
7843         silence mm-charset-to-coding-system.
7844
7845 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7848         `allow-override' which says whether to use `mm-charset-override-alist'.
7849         (rfc2047-decode-encoded-words): Use it.
7850
7851         * mm-util.el (mm-charset-override-alist): Fix custom type;
7852         add `(gb2312 . gbk)' to choices.
7853
7854 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7857         fast.
7858
7859         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7860
7861         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7862
7863 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7864
7865         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7866         on links.
7867
7868         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7869
7870 2008-12-03  Lute Kamstra  <lute@gnu.org>
7871
7872         * sha1.el: Remove leading * from docstrings of defcustoms,
7873         deffaces, defconsts and defuns.
7874
7875 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7878         users' addresses that don't have domain parts.
7879         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7880         rather than message-narrow-to-head since there will be the message
7881         header separator.
7882
7883 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7884
7885         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7886         since the result is inserted in a unibyte buffer anyway.
7887         (nnimap-demule-use-string-to-multibyte): Remove.
7888         (nnimap-demule): Alias it to mm-string-to-multibyte.
7889
7890 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7893         variable for debugging bug#464 and bug#1174.
7894         (nnimap-demule): Use it.
7895
7896 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7899         score calculation correctly.
7900
7901 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7902
7903         * message.el (message-send-mail): Just set the buffer to unibyte
7904         rather than use mm-with-unibyte-current-buffer which does a lot more.
7905         (message-send-mail-partially): Don't bother with
7906         mm-with-unibyte-current-buffer since it's already been made unibyte by
7907         message-send-mail.
7908
7909 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7910
7911         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7912
7913 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7914
7915         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7916
7917 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7920         require itself and to remove `with-no-warnings'.
7921
7922 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7923
7924         * starttls.el (starttls-any-program-available): Get the name of the
7925         available TLS layer program.
7926         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7927         well as the host name in the "opening" message.
7928
7929         * auth-source.el (auth-source-cache, auth-source-do-cache)
7930         (auth-source-user-or-password): Cache passwords and logins by default,
7931         allow override with `auth-source-do-cache'.
7932         (auth-source-forget-user-or-password): Allow users to remove cache
7933         entries if needed.
7934
7935 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7936
7937         * md4.el (md4-buffer): Fix typo in docstring.
7938         (md4, md4-64): Doc fixes.
7939         (md4-pack-int32): Reflow docstring.
7940
7941 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7942
7943         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7944         condition-case to only the forward-sexp call.
7945
7946 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7947
7948         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7949         quotes contained.  Make it more robust regardless by an extra
7950         condition-case wrapper.
7951
7952 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7955
7956 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * nnml.el (nnml-request-expire-articles): Check if the function set to
7959         `nnmail-expiry-target' returns the symbol `delete'.
7960
7961         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7962
7963         * nnmail.el (nnmail-expiry-target): Fix custom type.
7964
7965 2008-10-02  Glenn Morris  <rgm@gnu.org>
7966
7967         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7968         Silence compiler warning.
7969
7970 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7971
7972         * tls.el (open-tls-stream): Show the actual command being
7973         executed, instead of the format string.
7974
7975 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * lpath.el: Fbind codepage-setup for Emacs 23.
7978
7979 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7980
7981         * mml.el (mml-menu): Don't assume mml2015 is bound.
7982
7983 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7986         exists.
7987
7988 2008-09-27  Glenn Morris  <rgm@gnu.org>
7989
7990         * gnus-util.el (mail-header-remove-comments): Autoload it.
7991
7992 2008-09-27  Andreas Schwab  <schwab@suse.de>
7993
7994         * gnus-util.el (gnus-split-references): Strip comments.
7995         (gnus-parent-id): Likewise.
7996
7997 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * message.el (message-confirm-send): Fix version.
8000
8001 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * message.el (message-idna-to-ascii-rhs-1): Use
8004         mail-extract-address-components rather than mail-header-parse-addresses
8005         that is an alias by default to ietf-drums-parse-addresses that does not
8006         support non-ASCII names in headers' contents.
8007
8008 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         * message.el (message-confirm-send): Fix variable documentation to
8011         avoid the "y/n" wording.
8012
8013 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8014
8015         * message.el (message-set-auto-save-file-name): Save to a different
8016         filename so multiple messages (especially drafts) can be recovered.
8017
8018 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8019
8020         * message.el (message-confirm-send): Add appropriate version.
8021
8022 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8025         defvar.
8026
8027 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8028
8029         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8030         (mm-pkcs7-enveloped-magic): Ditto.
8031
8032 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8033
8034         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8035         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8036
8037 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8038
8039         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8040         default, it's better.
8041
8042 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8043
8044         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8045         summary line gnus-number property and ignore them (with a warning
8046         message).
8047
8048 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8051         macro caddr in the interactive form since it won't be expanded.
8052
8053 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8056         `charset'; fix name of function called recursively.
8057         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8058
8059 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8062         (gnus-mime-set-charset-parameters): New function.
8063         (gnus-mime-view-part-as-charset): Use it to correctly display part
8064         specifying wrong charset.
8065
8066 2008-09-08  David Engster  <dengste@eml.cc>
8067
8068         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8069         in completing-read for back end server.
8070
8071 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8072
8073         * message.el (message-confirm-send): New variable to confirm sending a
8074         message.
8075         (message-send): Use it.
8076
8077 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8078
8079         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8080
8081 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8084
8085 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8086
8087         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8088         prevent tracking too many groups.
8089         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8090         Use it.
8091
8092 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8093
8094         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8095         moving point to the bottom of the window in order to avoid recentering.
8096
8097 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8100
8101         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8102         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8103         (gnus-article-beginning-of-window): Fix calculation.
8104
8105 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * gnus-msg.el (gnus-summary-supersede-article)
8108         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8109         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8110         message header.
8111
8112 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8113
8114         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8115         pending output coming after the status change.
8116
8117 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8118
8119         * message.el:
8120         * gnus-start.el:
8121         * gnus-registry.el: Remove VMS support.
8122
8123 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8126         macro.
8127         (rfc2104-hash): Use it.
8128
8129 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8132         (gnus-summary-sort-by-most-recent-date): New commands.
8133         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8134         and menu entries.
8135
8136 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8139         don't redisplay article for raw contents; remove plural articles stuff.
8140
8141         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8142         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8143         on gnus-summary-save-article; display results properly.
8144
8145 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * lpath.el: No need to fbind ns-focus-frame.
8148
8149 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8152
8153 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-art.el (gnus-summary-save-in-pipe):
8156         Consider gnus-save-all-headers.
8157
8158 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8159
8160         * gnus-util.el (ns-focus-frame): Remove declaration.
8161         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8162         like x.
8163
8164 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8165
8166         * rfc2104.el (rfc2104-zero): Delete defconst.
8167         (rfc2104-hex-alist): Likewise.
8168         (rfc2104-hex-to-int): Delete func.
8169         (rfc2104-hexstring-to-bitstring): Likewise.
8170         (rfc2104-nybbles): New defconst.
8171         (rfc2104-hash): Rewrite for speed.
8172
8173 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * tls.el (open-tls-stream): Make it work with the 2nd argument
8176         BUFFER that is a string but does not exist as a buffer object, as
8177         mentioned in the doc-string.
8178
8179 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8182         SXEmacs.
8183
8184 2008-07-16  Glenn Morris  <rgm@gnu.org>
8185
8186         * gnus-util.el (ns-focus-frame): Declare for compiler.
8187
8188 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8191         set as a group parameter.
8192         (gnus-summary-save-in-pipe): Work when it is called independently.
8193         (gnus-summary-pipe-to-muttprint): Don't modify
8194         gnus-summary-pipe-output-default-command.
8195
8196 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8197
8198         * message.el (message-send-mail-with-sendmail):
8199         Display the error message.
8200
8201 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * gnus-art.el (gnus-default-article-saver):
8204         Add gnus-summary-save-in-pipe to choices.
8205         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8206         gnus-summary-pipe-output-default-command as the default command.
8207         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8208         instead of gnus-last-shell-command.
8209
8210         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8211         New user option.
8212         (gnus-summary-muttprint-program): Mention the value will be changed.
8213         (gnus-summary-save-article): Force showing of all headers.
8214         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8215
8216 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8217
8218         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8219
8220 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8221
8222         * nnimap.el (nnimap-id):
8223         * sieve-manage.el (sieve-manage-open): Doc fixes.
8224
8225 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8226
8227         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8228         if available.
8229
8230 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8231
8232         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8233
8234         * nnkiboze.el (nnkiboze-generate-group):
8235         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8236
8237         * nnmairix.el: Require CL.
8238
8239 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * dgnushack.el: Autoload get-display-table and put-display-table for
8242         XEmacs 21.5.
8243
8244         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8245         21.4 and SXEmacs.
8246
8247 2008-06-15  David Engster  <dengste@eml.cc>
8248
8249         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8250
8251 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8252
8253         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8254         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8255         runtime choice under XEmacs.
8256
8257         * gnus-sum.el (gnus-summary-set-display-table):
8258         Use `gnus-put-display-table', `gnus-get-display-table',
8259         `gnus-set-display-table' for the display table, instead of `aset'.
8260
8261         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8262         Use `gnus-put-display-table', `gnus-get-display-table',
8263         `gnus-set-display-table' for the display table.
8264
8265 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * nnmairix.el: Add autoloads.
8268
8269 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * nnmairix.el (nnmairix-delete-recreate-group)
8272         (nnmairix-update-and-clear-marks): Fix error messages.
8273
8274 2008-06-14  David Engster  <dengste@eml.cc>
8275
8276         * nnmairix.el: Upgrade to version 0.6.
8277         (nnmairix-group-toggle-propmarks-this-group)
8278         (nnmairix-group-toggle-readmarks-this-group)
8279         (nnmairix-group-delete-recreate-this-group)
8280         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8281         (nnmairix-remove-tick-mark-original-article): New commands.
8282         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8283         (nnmairix-propagate-marks-to-nnmairix-groups)
8284         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8285         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8286         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8287         functions needed for marks propagation and manipulation of read marks.
8288         (nnmairix-update-groups): New function.
8289         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8290         (nnmairix-determine-original-group-from-registry)
8291         (nnmairix-determine-original-group-from-path)
8292         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8293         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8294         New helper functions.
8295         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8296         keystrokes for new commands.
8297         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8298         (nnmairix-request-group): Check allow-fast group parameter.
8299         (nnmairix-request-create-group): Set allow-fast group parameter if
8300         nnmairix-allowfast-default is set.
8301         (nnmairix-close-group): Propagate marks upon closing if needed.
8302         (nnmairix-group-toggle-threads-this-group): Use new.
8303         nnmairix-group-toggle-parameter helper function.
8304         (nnmairix-search): Better check for empty search result.
8305         (nnmairix-goto-original-article): Use new helper functions for
8306         determining original article.
8307         (nnmairix-show-original-article): Make sure message-id is in brackets.
8308         (nnmairix-call-mairix-binary): Change variable name.
8309         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8310         helper function.
8311         (nnmairix-widget-toggle-activate): Fix doc string.
8312
8313 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * nnir.el: Require edmacro when compiling with XEmacs.
8316         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8317         available in Emacs 21.
8318
8319 2008-06-11  Glenn Morris  <rgm@gnu.org>
8320
8321         * gnus-util.el (x-focus-frame):
8322         * gnus.el (image-size):
8323         * mm-decode.el (image-size): Declare.
8324
8325         * gnus-picon.el (declare-function): Add compat definition.
8326         (image-size): Declare.
8327
8328         * gnus-group.el (tool-bar-map):
8329         * gnus-sum.el (tool-bar-map): Define for compiler.
8330
8331         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8332
8333         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8334
8335         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8336         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8337         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8338         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8339         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8340         * sieve-manage.el, spam-report.el, spam.el:
8341         Remove unnecessary eval-and-compile of autoloads.
8342
8343 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8344
8345         * auth-source.el: Precise Tramp doc.
8346
8347 2008-06-07  Glenn Morris  <rgm@gnu.org>
8348
8349         * nnmairix.el: Remove unnecessary eval-when-compile.
8350
8351 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * lpath.el: Fbind propertize for XEmacs 21.4.
8354
8355 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * nnir.el: Move here from ../contrib.
8358
8359 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8360
8361         * gnus-util.el (gnus-read-shell-command): New function.
8362         * mm-decode.el (mm-pipe-part):
8363         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8364
8365 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8368
8369 2008-06-03  Glenn Morris  <rgm@gnu.org>
8370
8371         * pop3.el (nnheader-accept-process-output): Autoload it.
8372
8373 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8376         are not 2-digit hexadecimal characters that follow `%'s.
8377
8378 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * message.el (message-bogus-recipient-p): Fix type in doc string.
8381         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8382         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8383         Improve custom options.
8384         (message-bogus-recipient-p): Adjust accordingly.
8385
8386 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8387
8388         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8389         long-form month and day names.
8390
8391 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * dgnushack.el: Autoload debug, eudc-expand-inline and
8394         pgg-snarf-keys-region for XEmacs.
8395
8396         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8397
8398         * nnmairix.el: Require edmacro when compiling with XEmacs.
8399
8400 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8403         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8404
8405 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8406
8407         * auth-source.el: Add more docs.
8408
8409         * netrc.el (netrc-machine): Always match if the port is not given.
8410
8411 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8414         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8415         retrieval faster in some cases, but might make CPU usage larger.
8416         If this has any bad side effects, we might revert this change.
8417
8418         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8419         seems to make mail retrieval much, much faster.
8420         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8421         unconditionally.
8422
8423         * gnus-draft.el (gnus-group-send-queue):
8424         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8425
8426 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8429
8430         * message.el (message-bogus-address-regexp): Fix and improve custom
8431         type.
8432         (message-setup-hook): Add message-check-recipients as custom option.
8433
8434 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * message.el (message-cite-function): Remove bogus autoload which crept
8437         in during merge from v5-10.
8438
8439 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8440
8441         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8442
8443         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8444
8445         * auth-source.el: Preliminary Tramp docs.
8446         (auth-sources): Change the default auth-sources to use
8447         EPA .gpg files.
8448
8449 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8450
8451         * nntp.el: Autoload `auth-source-user-or-password'.
8452         (nntp-send-authinfo): Use it.
8453
8454         * nnimap.el: Autoload `auth-source-user-or-password'.
8455         (nnimap-open-connection): Use it.
8456
8457         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8458         for the gnus-message function.
8459         (auth-source-user-or-password): Use it.
8460
8461 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8462
8463         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8464         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8465         (rfc2104-hash): Use it.
8466
8467 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8468
8469         * gnus-art.el (gnus-article-toggle-truncate-lines):
8470         Don't use `iff' in docstring.
8471
8472 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8473
8474         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8475
8476         * gnus-util.el (gnus-extract-address-component-name)
8477         (gnus-extract-address-component-email): Convenience functions around
8478         `gnus-extract-address-components'.
8479
8480         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8481         Use `gnus-extract-address-component-email' to fix bug of comparing full
8482         sender name to `user-mail-address'.
8483
8484 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8485
8486         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8487         catch/throw to optimize.
8488         (gnus-registry-find-keywords): Just use member to find a keyword.
8489
8490 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8491
8492         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8493         is current before calling gnus-server-prepare.
8494         (gnus-server-setup-buffer, gnus-server-update-server)
8495         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8496
8497 2008-05-04  Juri Linkov  <juri@jurta.org>
8498
8499         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8500         (mailcap-file-default-commands): Use mailcap-replace-in-string
8501         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8502         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8503
8504 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8505
8506         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8507
8508 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8509
8510         * gnus.el: Bump version to 0.11.
8511
8512 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8513
8514         * gnus.el: No Gnus v0.10 is released.
8515
8516 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8519         hooks.
8520         (gnus-update-read-articles): Speed up non-marks-using users.
8521         (gnus-use-marks): Define gnus-use-marks.
8522         (gnus-propagate-marks): Rename variable to something more sensible.
8523
8524 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8525
8526         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8527         (gmm-image-load-path-for-library): Fix typos in docstrings.
8528         (gmm-message): Reflow docstring.
8529
8530 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8531
8532         * mail-source.el (mail-source-set-1, mail-source-bind):
8533         Move auth-source code out of the macro to clean it up and fix bugs.
8534
8535 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8538         by sender if it's equal to user-mail-address, it's likely to be
8539         useless.
8540
8541         * mail-source.el (mail-source-bind): Don't use user or password if they
8542         are not bound.  Unintern them if they are nil.  Don't use server unless
8543         it's bound, and default it to empty string otherwise.
8544
8545 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8546
8547         * mail-source.el: Load auth-source.el.
8548         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8549         get user name or password, if auth-sources is set up.
8550
8551         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8552         strategy of splitting with parent.
8553         (gnus-registry-split-fancy-with-parent)
8554         (gnus-registry-post-process-groups): Use it and fix prior
8555         bug (returning a list as the split result).
8556
8557         * auth-source.el (auth-sources): Remove server parameter.
8558         (auth-source-pick, auth-source-user-or-password)
8559         (auth-source-user-or-password-imap)
8560         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8561         (auth-source-user-or-password-sftp)
8562         (auth-source-user-or-password-smtp): Remove server parameter.
8563
8564 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8565
8566         * smime.el (smime-sign-region, smime-encrypt-region)
8567         (smime-decrypt-region):
8568         Remove redundant calls to `generate-new-buffer-name'.
8569
8570 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8571
8572         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8573         Don't use QP for message/rfc822.
8574         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8575
8576 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8577
8578         * sieve-manage.el (sieve-string-bytes): Remove.
8579         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8580         correct byte-length only if the process's coding-system is the same as
8581         the one used internally by Emacs to represent strings.
8582
8583 2008-04-22  Juri Linkov  <juri@jurta.org>
8584
8585         * mailcap.el (mailcap-file-default-commands): New function.
8586
8587 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * message.el (message-signature-separator, message-cite-function):
8590         Change custom version.
8591
8592 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8593
8594         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8595         commands.
8596         (tls-checktrust): Ditto.
8597
8598 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * mm-decode.el (mm-display-external): Make temp file read-only.
8601
8602 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8605         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8606         `C-c C-f d'.
8607
8608 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8609
8610         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8611
8612 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * gnus.el: Bump version to 0.9.
8615
8616 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * gnus.el: No Gnus v0.8 is released.
8619
8620 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8621
8622         * mail-source.el (mail-source-value):
8623         Prefer fboundp to functionp so it works with macros as well.
8624
8625 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8626
8627         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8628         Fix last change in case the element is not even a symbol.
8629
8630 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8631
8632         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8633         Prefer fboundp to functionp so it works with macros as well.
8634
8635 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8636
8637         * auth-source.el: Add docs.
8638         (auth-sources): Modify format to support server.
8639         (auth-source-pick, auth-source-user-or-password)
8640         (auth-source-user-or-password-imap)
8641         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8642         (auth-source-user-or-password-sftp)
8643         (auth-source-user-or-password-smtp): Add server parameter.
8644
8645 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8646
8647         * gnus-registry.el: Initialize the registry when gnus-registry-install
8648         is t.
8649
8650 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * compface.el (uncompface): Make buffer unibyte.
8653
8654 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8655
8656         * mail-source.el (mail-source-value):
8657         Prefer fboundp to functionp so it works with macros as well.
8658
8659 2008-04-05  Glenn Morris  <rgm@gnu.org>
8660
8661         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8662
8663 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8664
8665         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8666         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8667
8668         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8669         multibyteness after rather than before erasing it.
8670
8671         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8672         mm-with-multibyte.
8673         (gnus-request-article-this-buffer): Make sure the proper decoding is
8674         used if gnus-original-article-buffer happens to be unibyte.
8675
8676         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8677         default-enable-multibyte-characters.
8678
8679         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8680         default-enable-multibyte-characters.
8681
8682         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8683
8684         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8685
8686 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8687
8688         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8689         Fix last change in case the element is not even a symbol.
8690
8691 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8692
8693         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8694         (imap-message-copyuid-1): Use it.
8695         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8696         J. Williams in
8697         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8698
8699         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8700         imap-enable-exchange-bug-workaround.
8701         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8702
8703 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8704
8705         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8706         a 100 byte status-checks into a 2-3MB transfer for each group.
8707         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8708         to enable bug workaround or not.
8709         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8710
8711 2008-03-31  Glenn Morris  <rgm@gnu.org>
8712
8713         * message.el (mml2015-use): Declare for compiler.
8714         (message-info): Require mml2015 when appropriate.
8715
8716 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8719         whitespace.
8720
8721 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8722
8723         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8724         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8725         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8726         (nntp-service-to-port): New function.
8727         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8728         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8729         (nntp-open-netcat-stream): New function.
8730         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8731
8732 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8733
8734         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8735
8736 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8737
8738         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8739
8740 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8741
8742         * dns.el (dns-write): Use set-buffer-multibyte.
8743
8744 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8745
8746         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8747
8748 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * message.el (message-signature-separator): Change default.
8751         Improve custom type.
8752         (message-cite-function): Change default to
8753         message-cite-original-without-signature.
8754
8755         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8756         toggle.
8757
8758         * message.el (message-check-news-body-syntax): Fix signature check.
8759         (message-setup-1): Mark buffer as unmodified _after_ running
8760         message-setup-hook and handling message-alternative-emails.
8761         (message-shorten-references): Be more strict when building list of
8762         valid references to comply with GNKSA.
8763
8764         * gnus-group.el (gnus-read-ephemeral-bug-group)
8765         (gnus-read-ephemeral-debian-bug-group)
8766         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8767
8768         * message.el (message-info): Don't use booleanp which isn't supported
8769         in Emacs 21 and XEmacs.
8770
8771 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8772
8773         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8774         gnus-group-gmane-group-download-format.
8775         (gnus-group-read-ephemeral-gmane-group): Rename from
8776         gnus-group-read-ephemeral-gmane-group.
8777         (gnus-read-ephemeral-gmane-group-url): Rename from
8778         gnus-group-read-ephemeral-gmane-group-url.
8779         (gnus-bug-group-download-format-alist): New variable.
8780         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8781         (gnus-read-ephemeral-emacs-bug-group): New commands.
8782
8783 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8786         (gnus-visible-headers): Improve custom type.
8787
8788 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * mml.el (mml-menu): Add workarounds for XEmacs.
8791
8792         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8793         X-Boundary header.
8794
8795         * message.el (message-simplify-recipients): Fix previous commit.
8796
8797 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8798
8799         * mm-util.el (mm-set-buffer-multibyte): New function.
8800         * mm-decode.el (mm-copy-to-buffer): Use it.
8801
8802         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8803         Prefer fboundp to functionp so it works with macros as well.
8804
8805 2008-03-19  Glenn Morris  <rgm@gnu.org>
8806
8807         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8808         Accidentally removed in the sync process with Emacs.
8809
8810 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * message.el (message-alter-recipients-discard-bogus-full-name):
8813         New function.
8814         (message-alter-recipients-function): New variable.
8815         (message-get-reply-headers): Use it.
8816         (message-replace-header): New helper function.
8817         (message-recipients-without-full-name): New variable.
8818         (message-simplify-recipients): New command.
8819
8820         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8821
8822         * message.el (message-info): Handle EasyPG manual.
8823
8824         * mml.el (mml-menu): Add entry for EasyPG.
8825
8826 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8827
8828         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8829         parameter.
8830
8831         * message.el (message-disassociate-draft): Specify drafts group name
8832         fully.
8833
8834 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8835
8836         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8837         Eliminate unnecessary duplicates from the match list.
8838
8839 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8842
8843         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8844
8845         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8846         args of `how-many' of which the XEmacs version doesn't take; declare
8847         Info-index-next as function.
8848
8849 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * gnus-score.el (gnus-score-headers): Fix handling of
8852         gnus-inhibit-slow-scoring.
8853
8854         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8855         string.
8856         (gnus-button-url-regexp): Improve handling of parenthesis.
8857         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8858         (gnus-button-handle-info-keystrokes): Handle index entries.
8859
8860 2008-03-15  Glenn Morris  <rgm@gnu.org>
8861
8862         * parse-time.el (parse-time-string): Simplify.
8863
8864 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8867         Incoming* files.
8868
8869 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8870
8871         * auth-source.el (auth-sources): Rename from auth-source-choices.
8872         (auth-source-pick): Use it.
8873
8874 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8875
8876         * binhex.el (binhex-decode-region-internal):
8877         * uudecode.el (uudecode-decode-region-internal):
8878         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8879         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8880         setting default-enable-multibyte-characters.
8881
8882 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8883
8884         * auth-source.el (auth-source-protocols)
8885         (auth-source-protocols-customize, auth-source-choices): Add and
8886         modified variable customizations and defaults.
8887         (auth-source-pick, auth-source-user-or-password)
8888         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8889         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8890         (auth-source-user-or-password-sftp)
8891         (auth-source-user-or-password-smtp): Use new variables and provide an
8892         interface to netrc.el.
8893
8894 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8897         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8898         Make sure the nntp port to specify is a string.
8899
8900 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8901
8902         * nntp.el: Use with-current-buffer.
8903         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8904         dubious mm-with-unibyte-current-buffer.
8905         (nntp-with-open-group-function): New function extracted from
8906         nntp-with-open-group macro.
8907         (nntp-with-open-group): Use the function, so it's easier to debug.
8908         Add indentation and debugging info.
8909         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8910         Recommend the use of the netcat alternatives.
8911
8912         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8913         Avoid mm-string-as-multibyte as well.
8914
8915         * nnweb.el (nnweb-insert-html):
8916         Remove use of nnheader-string-as-multibyte.
8917
8918         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8919         (nnheader-string-as-multibyte): Remove.
8920
8921         * mm-view.el: Use inhibit-read-only.
8922         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8923         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8924         or unibyte-string.
8925
8926         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8927         (mm-uu-yenc-extract): Use with-current-buffer.
8928
8929         * gnus-soup.el (gnus-soup-send-packet): Don't use
8930         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8931
8932         * nnmh.el: Use with-current-buffer.
8933         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8934         mm-string-as-multibyte on the output of mm-encode-coding-string.
8935
8936         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8937         (nnimap-request-move-article): Use with-current-buffer.
8938
8939         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8940         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8941         conversion uses string-make-unibyte rather than string-as-unibyte.
8942
8943         * gnus-msg.el: Use with-current-buffer.
8944
8945         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8946
8947 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8948
8949         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8950         string for caching if it is 'PIN.
8951
8952 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * lpath.el: Consider the case without Emacs/W3.
8955
8956 2008-03-08  Glenn Morris  <rgm@gnu.org>
8957
8958         * time-date.el (date-to-time, time-subtract, time-add)
8959         (safe-date-to-time): Doc fixes.
8960
8961 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * mail-source.el (mail-source-delete-old-incoming-confirm):
8964         Change default to nil.
8965         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8966
8967 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * lpath.el: Rearrange.
8970
8971         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8972         (gnus-article-goto-prev-page): Work for articles having ^L's.
8973
8974         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8975
8976         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8977
8978 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8979
8980         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8981         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8982         (gnus-bookmark-jump): Adjust some variable names.
8983
8984 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8985
8986         * auth-source.el: New package.
8987         (auth-source-choices): Add customization entry point variable.
8988
8989         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8990         bug.
8991
8992 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8993
8994         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8995         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8996         (gnus-registry-install-shortcuts): Rename from
8997         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8998         the `gnus-registry-mark-map' keymap dynamically from
8999         `gnus-registry-marks'.  The generated functions update the summary line
9000         when a registry mark is added or deleted, and will call
9001         `gnus-registry-install-p' (see the comments in the code).
9002         (gnus-registry-user-format-function-M): Use concat intelligently.
9003
9004         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9005         the registry mark functions.
9006
9007 2008-03-05  Glenn Morris  <rgm@gnu.org>
9008
9009         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9010         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9011         gnus-art.
9012         (top-level): No need to load own source when compiling.
9013
9014 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9017         Suggested by <chris.anderton@zetnet.co.uk>.
9018
9019 2008-03-04  Glenn Morris  <rgm@gnu.org>
9020
9021         * gnus-sum.el (top-level): No need to require gnus when compiling,
9022         since unconditionally required near start of file.
9023         (gnus-summary-display-while-building): Move definition before use.
9024
9025 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9026
9027         * gnus-registry.el (gnus-registry-user-format-function-M):
9028         Add formatting function.
9029
9030 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9031
9032         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9033         with plists.
9034         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9035         Use new format.
9036
9037 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9040         `where-is-internal' that returns a range of key sequences.
9041
9042 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9043
9044         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9045
9046         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9047         (gnus-summary-jump-to-group): Consider windows on other displayed
9048         frames as well.  Similar changes might be needed elsewhere, but that's
9049         the one I've bumped into during my use.
9050
9051         * nndoc.el (nndoc-oe-dbx-type-p):
9052         * gnus-msg.el (gnus-debug):
9053         * gnus-group.el (gnus-update-group-mark-positions):
9054         Use mm-string-to-multibyte.
9055
9056 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9059         doesn't handle NotDashEscaped.
9060
9061         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9062         (mml-dnd-attach-options): Fix typo in custom choice.
9063
9064         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9065         Change nndoc-article-type to mbox.
9066         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9067
9068         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9069         to nil, instead of html2text.
9070
9071         * imap.el (imap-debug): Add `imap-ping-server'.
9072
9073         * gnus-bookmark.el: Add FIXMEs.
9074
9075         * message.el (message-form-letter-separator)
9076         (message-send-form-letter-delay): New variables.
9077         (message-send-form-letter): Use them.  New command to send form
9078         letters.  Requested by Uwe Siart.
9079         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9080
9081 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * Update copyright years.
9084
9085 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         Sync from EMACS_22_BASE.
9088
9089         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9090
9091 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9092
9093         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9094         empty author.
9095
9096 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9097
9098         * gnus-registry.el (gnus-registry-marks): Add variable for
9099         customization of marks and their appearance.
9100         (gnus-registry-read-mark): Use it.
9101         (gnus-registry-do-marks): Add utility function to loop through
9102         `gnus-registry-marks'.
9103         (gnus-registry-install-shortcuts-and-menus): Add function to install
9104         shortcuts and menus.
9105         (gnus-registry-initialize): Use it.
9106         (gnus-registry-default-mark): Clarify documentation.
9107
9108 2008-02-29  Glenn Morris  <rgm@gnu.org>
9109
9110         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9111         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9112         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9113         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9114         Change defcustom :version from 23.0 to 23.1.
9115
9116 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9117
9118         * gnus-registry.el (gnus-registry-follow-group-p)
9119         (gnus-registry-post-process-groups): Add functions to aid registry
9120         splitting and improve logging.  Clarify behavior in function
9121         documentation.
9122         (gnus-registry-split-fancy-with-parent): Use them.
9123
9124 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9125
9126         * gnus-art.el: Use with-current-buffer.
9127
9128 2008-02-27  David Engster  <dengste@eml.cc>
9129
9130         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9131         Express real group name in the response.
9132
9133 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9136         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9137         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9138         autoload gnus-registry-fetch-group when compiling.
9139         (nnmairix-request-group-with-article-number-correction):
9140         Remove unreferenced argument passed to nnmairix-call-backend.
9141
9142 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9145         (mm-uu-extract): Improve face for low color ttys.
9146         Reported by Sascha Wilde.
9147
9148 2008-02-27  Glenn Morris  <rgm@gnu.org>
9149
9150         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9151         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9152         variables to defconsts.  Convert comments to doc-strings.
9153         (nnmairix-last-server, nnmairix-current-server): Convert from free
9154         variables to defvars.  Convert comments to doc-strings.
9155         (gnus-registry-fetch-group): Autoload.
9156         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9157         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9158         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9159         caddr.
9160         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9161         nnmairix-request-group-with-article-number-correction call.
9162         (nnmairix-fast, nnmairix-group): New, less general names, for free
9163         variables passed from nnmairix-request-group to
9164         nnmairix-request-group-with-article-number-correction.  Declare.
9165         (nnmairix-request-group-with-article-number-correction):
9166         Use nnmairix-fast, nnmairix-group rather than fast, group.
9167
9168 2008-02-26  David Engster  <dengste@eml.cc>
9169
9170         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9171         version 0.5.
9172
9173 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9174
9175         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9176         instead of making an extra function call.  Don't add the current group
9177         to articles only when they have the group.  Use
9178         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9179         Reported by David <de_bb@arcor.de>.
9180
9181 2008-02-24  Miles Bader  <miles@gnu.org>
9182
9183         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9184         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9185         (mm-find-mime-charset-region):
9186         * mm-bodies.el (mm-encode-body):
9187         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9188
9189 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9192         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9193
9194 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * mail-source.el (mail-source-delete-incoming): Change default.
9197         Supplement doc string.
9198
9199         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9200
9201 2008-02-14  Glenn Morris  <rgm@gnu.org>
9202
9203         * time-date.el (format-seconds): New function.
9204
9205 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * nnmail.el (nnmail-message-id-cache-file): Derive from
9208         `gnus-home-directory'.
9209
9210 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9213         Document negative prefix.
9214
9215         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9216
9217 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * message.el (message-unsent-separator): Add the Exim bounce
9220         separator.
9221
9222 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9223
9224         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9225         list.
9226         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9227         recipient/signer list.
9228
9229 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * Makefile.in (datarootdir): Define.
9232         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9233         name that might contain whitespace.
9234
9235 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9238         fbound (Emacs 23 unicode), signal an error.
9239
9240 2008-02-08  Glenn Morris  <rgm@gnu.org>
9241
9242         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9243
9244 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9245
9246         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9247         ports to the calls to `netrc-machine-user-or-password' in addition to
9248         "imap" and "imaps".
9249
9250 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9251
9252         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9253
9254         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9255
9256 2008-02-01  Kenichi Handa  <handa@m17n.org>
9257
9258         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9259         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9260         (rfc2104-hash): Convert the result of concat to unibyte string.
9261
9262 2008-02-01  Dave Love  <fx@gnu.org>
9263
9264         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9265         coding-system-for-read.
9266         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9267
9268 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9271         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9272         <hanche@math.ntnu.no>.
9273
9274 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9277
9278         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9279
9280 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9281
9282         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9283         * message.el (message-beginning-of-line): Use featurep instead of bound
9284         tests in order to resolve conditionals at compile time.
9285
9286 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9287
9288         * mail-source.el (mail-sources): Add `group' choice.
9289
9290         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9291         parameter `in-group' to control into which group the articles go.
9292         Add treatment of `group' mail-source.
9293
9294 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9297
9298         * mm-decode.el (mm-dissect-buffer): Decode description.
9299
9300         * mml.el (mml-to-mime): Encode message header first.
9301
9302 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9305         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9306
9307         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9308         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9309
9310 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9311
9312         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9313
9314 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9317         prefix keys.
9318         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9319         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9320         gnus-xmas.el.
9321
9322         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9323         (gnus-xmas-article-describe-bindings): New function.
9324         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9325         gnus-xmas-article-describe-bindings.
9326
9327         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9328
9329 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9330
9331         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9332         Add new variables for article mark management.
9333         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9334         list of extra data entries which, when present, will indicate that the
9335         article ID should not be trimmed from the registry.
9336         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9337         functions.
9338         (gnus-registry-read-mark): New function to read a mark name from the
9339         user.
9340         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9341         (gnus-registry-set-article-mark-internal): New functions to add and
9342         remove marks.
9343         (gnus-registry-get-article-marks): New function to show the marks for
9344         an article, or retrieve them for further use.
9345
9346 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9349         keys when no argument is given.
9350
9351 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * imap.el (imap-ping-server): New variable.
9354         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9355         (imap-ping-server): Minor doc string fixes.
9356
9357 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9358
9359         * imap.el (imap-ping-server): New function.
9360         (imap-opened): Call imap-ping-server.
9361
9362 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus-sum.el (gnus-article-sort-by-random)
9365         (gnus-thread-sort-by-random): Fix doc strings.
9366         Reported by jidanni@jidanni.org.
9367
9368 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-art.el (gnus-article-describe-bindings): New function.
9371         (gnus-article-read-summary-keys): Use it.
9372         (gnus-article-mode-map): Bind `C-h b' to it.
9373
9374 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9377         XEmacs.
9378         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9379         Protect against non-character events.
9380
9381         * lpath.el: Fbind map-keymap for Emacs 21.
9382
9383 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9386         New command.
9387         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9388         instead of END.  Change name of the temp file.
9389         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9390         customizable.
9391
9392 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9395         bind `S W' to gnus-article-wide-reply-with-original; set default
9396         binding to gnus-article-read-summary-send-keys.
9397         (gnus-article-read-summary-keys): Fix the order of keys; display
9398         continuation keys correctly in the echo area; describe bindings
9399         correctly when keys end with `C-h'.
9400         (gnus-article-read-summary-send-keys): New function.
9401         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9402         Work for gnus-article-read-summary-send-keys; display continuation keys
9403         correctly in the echo area.
9404         (gnus-article-reply-with-original): Ignore prefix argument.
9405         (gnus-article-wide-reply-with-original): New function.
9406
9407         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9408         Emacs 21.
9409
9410 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9413         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9414
9415 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9418         (gnus-group-read-ephemeral-gmane-group): New command.
9419
9420 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9421
9422         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9423
9424 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * message.el (message-send-mail-function): Increase custom version.
9427
9428         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9429         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9430
9431 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9432
9433         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9434         for the cases where imap-authenticate is called with a nil buffer
9435         parameter.
9436
9437 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9440         html parts correctly; support forwarded messages.
9441         (gnus-article-browse-html-article): Remove work buffers.
9442
9443         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9444         compiling.
9445         (netrc-bound-and-true-p): New macro.
9446         (netrc-parse): Use it instead of bound-and-true-p that is not available
9447         in XEmacs 21.4.
9448
9449 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9450
9451         * gnus-registry.el (gnus-registry-mark-article)
9452         (gnus-registry-article-marks): Add functionality to mark articles
9453         through the Gnus registry.
9454
9455         * encrypt.el: Clarify documentation for the new pgg method.
9456         (encrypt-file-alist): Add PGG option.
9457         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9458         functionality.  Abstract password key and messaging to external
9459         functions.
9460         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9461         (encrypt-message-method-and-cipher): Add new convenience external
9462         functions.
9463         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9464         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9465
9466         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9467         (netrc-parse): Use encrypt-file-alist to determine if
9468         encrypt-find-model or encrypt-insert-file-contents should be used.
9469
9470         * encrypt.el: Clarify documentation.  Load password-cache or
9471         password, whichever one is found first, instead of autoloading.
9472
9473 2007-12-19  Glenn Morris  <rgm@gnu.org>
9474
9475         * mml.el (message-options-set, message-narrow-to-head)
9476         (message-in-body-p, message-mail-p, message-encode-message-body):
9477         Autoload.
9478         (message-remove-header, message-narrow-to-headers-or-head)
9479         (message-subscribed-p, message-make-mail-followup-to)
9480         (message-position-on-field, message-news-p)
9481         (message-options-set-recipient, message-generate-headers)
9482         (message-sort-headers): Declare as functions.
9483
9484 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9487         convention in doc string.
9488
9489 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9492         title to html parts.
9493         (gnus-article-browse-html-article): Pass message header to it.
9494
9495         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9496
9497 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9500         or password compatible with XEmacs.
9501
9502 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9505         format document.
9506         (gnus-mime-delete-part): Don't write description line if empty.
9507         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9508
9509 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9510
9511         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9512         (gnus-summary-mark-read-and-unread-as-read)
9513         (gnus-summary-mark-current-read-and-unread-as-read)
9514         (gnus-summary-mark-unread-as-ticked): Doc fix.
9515         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9516
9517 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9520         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9521
9522 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9525         yes-or-no-p.
9526
9527 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * mm-decode.el (mm-add-meta-html-tag): New function.
9530         (mm-save-part-to-file, mm-pipe-part): Use it.
9531
9532         * gnus-art.el (gnus-article-browse-delete-temp-files):
9533         Use gnus-y-or-n-p instead of y-or-n-p.
9534         (gnus-article-browse-html-parts): Work with message/external-body; use
9535         mm-add-meta-html-tag.
9536
9537 2007-12-11  Glenn Morris  <rgm@gnu.org>
9538
9539         * gnus-cache.el: Require gnus-sum not just when compiling.
9540
9541         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9542
9543         * gnus-int.el (gnus-server-opened, gnus-status-message):
9544         Move definitions before use.
9545
9546         * mm-decode.el: Require gnus-util.
9547         (mm-remove-part): Only call delete-annotation on XEmacs.
9548
9549         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9550
9551         * nnmail.el: Require gnus-int.
9552
9553         * spam.el: Move `require's before `eval-when-compile's.
9554
9555         * gnus-ems.el (gnus-alive-p):
9556         * gnus-fun.el (message-goto-eoh):
9557         * gnus-util.el (gnus-group-name-decode):
9558         * mail-source.el (gnus-compress-sequence):
9559         * message.el (Info-goto-node, format-spec):
9560         * mm-bodies.el (message-options-get):
9561         * mm-decode.el (mm-view-pkcs7):
9562         * mm-util.el (gmm-write-region):
9563         * mml-smime.el (mml-compute-boundary)
9564         (gnus-completing-read-with-default):
9565         * mml.el (widget-button-press, gnus-make-hashtable):
9566         * mml1991.el (mm-decode-content-transfer-encoding)
9567         (mm-encode-content-transfer-encoding)
9568         (message-options-get, message-options-set):
9569         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9570         * nnfolder.el (gnus-request-group):
9571         * nnheader.el (ietf-drums-unfold-fws):
9572         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9573         * smime.el (gnus-run-mode-hooks):
9574         * spam-stat.el (gnus-message): Autoload.
9575
9576         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9577         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9578         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9579         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9580         Add declare-function compatibility definition.
9581
9582         * gnus-cache.el (nnvirtual-find-group-art):
9583         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9584         (gnus-add-image, gnus-add-wash-type):
9585         * gnus-group.el (nnkiboze-score-file):
9586         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9587         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9588         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9589         (message-tokenize-header, gnus-get-buffer-create)
9590         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9591         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9592         * gnus.el (gnus-group-decoded-name):
9593         * mail-source.el (imap-capability):
9594         * mm-bodies.el (message-options-set):
9595         * mm-decode.el (gnus-configure-windows):
9596         * mm-extern.el (message-goto-body):
9597         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9598         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9599         (epg-sub-key-validity, message-options-set):
9600         * mml.el (widget-event-point, gnus-configure-windows):
9601         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9602         * mml2015.el (epg-check-configuration, epg-configuration)
9603         (message-options-set):
9604         * nndb.el (nndb-request-article):
9605         * nnfolder.el (gnus-request-create-group):
9606         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9607         * nnmaildir.el (gnus-group-mark-article-read):
9608         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9609         * rfc1843.el (message-fetch-field):
9610         * spam.el (gnus-extract-address-components):
9611         Declare as functions.
9612
9613 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9616
9617         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9618
9619         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9620         bind show-trailing-whitespace for XEmacs.
9621
9622 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9625         new no-op macro for backward compatibility.
9626
9627         * imap.el (imap-string-to-integer): New function.
9628
9629 2007-12-09  Glenn Morris  <rgm@gnu.org>
9630
9631         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9632
9633         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9634         * message.el, mm-view.el, sieve-manage.el, smime.el:
9635         Add declare-function compatibility definition.
9636
9637         * gnus-art.el (w3-region, w3m-region, Info-menu):
9638         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9639         * gnus-sum.el (gnus-get-predicate):
9640         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9641         * message.el (mail-abbrev-in-expansion-header-p):
9642         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9643         (w3m-detect-meta-charset, w3m-region):
9644         * sieve-manage.el (password-read, password-cache-add)
9645         (password-cache-remove):
9646         * smime.el (password-read-and-add): Declare as functions.
9647
9648 2007-12-08  David Kastrup  <dak@gnu.org>
9649
9650         * gnus-sum.el (gnus-summary-simplify-subject-query):
9651         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9652         `message'.
9653
9654 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9657         it to bind idna-program, installation-directory, defined-colors, and
9658         face-attribute for XEmacs of the version that compiles defcustom forms.
9659
9660 2007-12-07  Glenn Morris  <rgm@gnu.org>
9661
9662         * gnus-art.el (article-make-date-line): Revert previous change.
9663
9664 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9667
9668 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9669
9670         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9671         Call gnus-add-to-range ranges only once with a prepared article-list.
9672
9673 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9674
9675         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9676         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9677         group names with backslashes.
9678         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9679
9680 2007-12-06  Deepak Goel  <deego3@gmail.com>
9681
9682         * gnus-art.el (article-make-date-line):
9683         * gnus-start.el (gnus-load):
9684         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9685
9686 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-art.el (gnus-use-idna)
9689         * gnus-start.el (gnus-site-init-file)
9690         * message.el (message-use-idna)
9691         * mm-uu.el (mm-uu-hide-markers)
9692         * smiley.el (smiley-style): Revert changes that suppress warnings.
9693
9694 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9697         specify charset to html source.
9698         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9699
9700 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9703         idna-program in order to suppress byte compile warning issued by XEmacs
9704         that came to byte compile the default value section of defcustom forms
9705         recently.
9706
9707         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9708         value of installation-directory.
9709
9710         * message.el (message-use-idna): Don't directly refer to the value of
9711         idna-program.
9712
9713         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9714
9715         * smiley.el (smiley-style): Don't directly call face-attribute.
9716
9717 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9720
9721         * gnus-dired.el: Reduce Gnus dependencies.
9722         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9723         Don't require.  Use autoloads instead.
9724         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9725         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9726         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9727         (gnus-dired-mode): Adjust doc string.
9728         (gnus-dired-mail-mode): New variable.
9729         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9730         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9731         (gnus-dired-mail-buffers): New function.  Return mail or message
9732         composition buffers.
9733         (gnus-dired-attach): Use it.
9734         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9735         NO-DECODE.
9736         (gnus-dired-print): Use `gnus-print-buffer' depending on
9737         `gnus-dired-mail-mode'.
9738
9739 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * rfc2047.el (rfc2047-encoded-word-regexp)
9742         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9743         explaining what regexp patterns are for.
9744
9745 2007-12-04  Glenn Morris  <rgm@gnu.org>
9746
9747         * password.el: Move to password-cache.el.
9748
9749         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9750         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9751         * mml-smime.el (password-read, password-cache-add)
9752         (password-cache-remove):
9753         No need to autoload, since mml-sec requires password.
9754
9755         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9756         * message.el (gnus-extract-address-components):
9757         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9758
9759         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9760         password.
9761
9762 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * mailcap.el: Reduce dependencies.
9765         (mail-header-parse-content-type): Autoload.
9766         (mailcap-delete-duplicates): New alias.
9767         (mailcap-mime-info): Add optional argument NO-DECODE.
9768         (mailcap-mime-types): Use mailcap-delete-duplicates.
9769
9770         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9771
9772 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9773
9774         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9775         (imap-parse-status): Upcase status-att for servers that sends them
9776         lower-case (e.g., MS Exchange 2007).
9777
9778 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9779
9780         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9781         function.
9782
9783         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9784         (gnus-uu-yenc-article): New function.
9785
9786         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9787
9788         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9789
9790 2007-12-02  Glenn Morris  <rgm@gnu.org>
9791
9792         * binhex.el (binhex): New custom group.
9793         (binhex-decoder-program, binhex-decoder-switches)
9794         (binhex-use-external): Move to the binhex custom group.
9795
9796         * uudecode.el (uudecode): New custom group.
9797         (uudecode-decoder-program, uudecode-decoder-switches)
9798         (uudecode-use-external): Move to the uudecode custom group.
9799
9800         * netrc.el (top-level): Don't load `encrypt' features.
9801         (netrc-parse): Don't use encrypt.
9802         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9803
9804         * encrypt.el: Remove file.
9805
9806 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9809         matches on patches.
9810
9811         * gnus-art.el (gnus-article-browse-html-article):
9812         Mention `mm-text-html-renderer' in the doc string.
9813
9814         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9815         string.  Add comments.
9816
9817         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9818         if rhs is ASCII.
9819
9820 2007-12-01  Glenn Morris  <rgm@gnu.org>
9821
9822         * mail-source.el (top-level): Require format-spec before
9823         eval-when-compile.
9824
9825 2007-11-30  Glenn Morris  <rgm@gnu.org>
9826
9827         * encrypt.el: Require password, rather than autoloading password-read.
9828
9829 2007-11-29  Glenn Morris  <rgm@gnu.org>
9830
9831         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9832         (sasl-make-client, sasl-next-step, sasl-step-data)
9833         (sasl-step-set-data): Declare as functions.
9834
9835 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9838
9839 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9840
9841         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9842         certs should be verified and what is to be done in the event of a
9843         verification failure.
9844
9845         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9846         caller can indicate whether the cache should be disregarded for this
9847         call.  This way the result of the call is reproducible at all times and
9848         can be considered a canonical server name for the supplied method.
9849         (gnus-agent-method-p): Canonicalize server names by pushing their
9850         method through `gnus-method-to-server' using the no-cache argument.
9851
9852         * gnus-srvr.el (gnus-server-insert-server-line):
9853         Call `gnus-method-to-server' with `no-cache' argument.
9854
9855         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9856         gnus-agent-possibly-synchronize-flags as this should be called when the
9857         server is actually being opened.
9858         (gnus-agent-possibly-synchronize-flags)
9859         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9860         flags file of an agentized server to the latter function.
9861
9862         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9863         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9864         after a connection has been established successfully.
9865
9866 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-art.el (article-display-face): Force to display face if called
9869         interactively; check if gnus-article-x-face-too-ugly matches author.
9870         (article-display-x-face): Display face even if From header is missing
9871         as article-display-face does.
9872
9873 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9874
9875         * hashcash.el (message-narrow-to-headers-or-head)
9876         (message-fetch-field, message-goto-eoh)
9877         (message-narrow-to-headers): Declare as functions.
9878
9879 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * mail-source.el (mail-sources): Default to fetch from file for
9882         compatibility with default of nnmail-spool-file.
9883
9884 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9887         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9888         to look for encoded word that should be encoded again.
9889         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9890         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9891         encoding pattern.
9892         (rfc2047-decode-region): Switch strict regexp and loose one according
9893         to rfc2047-allow-irregular-q-encoded-words.
9894
9895 2007-11-25  Romain Francoise  <romain@orebokech.com>
9896
9897         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9898
9899 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * tls.el (tls-program): Provide more custom choices from
9902         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9903         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9904
9905 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9908         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9909
9910         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9911         `nnmail-spool-file'.
9912
9913         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9914         `nnmail-spool-file'.
9915
9916         * gnus-move.el (gnus-change-server): Ditto.
9917
9918         * gnus-kill.el (gnus-batch-score): Ditto.
9919
9920         * gnus-cache.el (gnus-jog-cache): Ditto.
9921
9922         * gnus-msg.el (gnus-summary-reply):
9923         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9924
9925 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9928         version.  Minor improvement to doc strings.
9929         (tls-program): Add comment.
9930
9931 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9932
9933         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9934         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9935         mismatch between the hostname provided in the certificate and the name
9936         of the host connnecting to.
9937         (open-tls-stream): Use them.  Check certificates against trusted root
9938         certificates.
9939
9940 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * gnus-cache.el (gnus-cache-generate-nov-databases):
9943         Use nnml-generate-nov-databases-directory instead of
9944         nnml-generate-nov-databases-1.
9945
9946 2007-11-24  Glenn Morris  <rgm@gnu.org>
9947
9948         * message.el (message-tool-bar-retro): Update for rename
9949         mail_send.xpm->mail-send.xpm.
9950
9951 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9954         `smime-ldap-search' for Emacs 22 and up.
9955
9956 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9957
9958         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9959
9960         * message.el (message-send-mail-function): Fix error convention.
9961         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9962         (message-widen-reply, message-send-mail, message-talkative-question)
9963         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9964         (message-clone-locals, message-send-news): Use with-current-buffer.
9965         (message-insert-or-toggle-importance): Remove unused var `valid'.
9966         (message-make-references): Remove unused var `new-references'.
9967         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9968
9969 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9970
9971         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9972         (spam-split-symbolic-return-positive): Reflow docstring.
9973         (spam-backends, spam-summary-exit-behavior)
9974         (spam-mark-ham-unread-before-move-from-spam-group)
9975         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9976         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9977         (spam-clear-cache, spam-backend-check, spam-install-backend)
9978         (spam-install-statistical-backend, spam-list-of-processors)
9979         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9980         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9981         (spam-check-crm114, spam-initialize, spam-unload-hook):
9982         Fix typos in docstrings.
9983
9984 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9987         been checked if they have never been read and those group levels are
9988         higher than the one that a user specified.
9989
9990 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9993         foreign groups unless a group level is specified by a user.
9994         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9995
9996 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * message.el (message-send-mail-function): Require sendmail.
9999
10000 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * message.el (message-send-mail-function): Check for smtpmail too.
10003
10004         * utf7.el (utf7-encode, utf7-decode): Use coding system
10005         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10006
10007         * message.el (message-send-mail-function): New function.
10008         (message-send-mail-function): Set default using
10009         message-send-mail-function.  Adjust doc string.
10010         (message-send-mail-with-mailclient): New function.
10011
10012 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10013
10014         * smime.el (from):
10015         * rfc2047.el (message-posting-charset):
10016         * qp.el (mm-use-ultra-safe-encoding):
10017         * pop3.el (parse-time-months):
10018         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10019         * nnml.el (files):
10020         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10021         (jka-compr-compression-info-list, ange-ftp-path-format)
10022         (efs-path-regexp):
10023         * nndiary.el (files):
10024         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10025         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10026         (epg-digest-algorithm-alist, inhibit-redisplay)
10027         (password-cache-expiry):
10028         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10029         (pgg-output-buffer, password-cache-expiry):
10030         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10031         (efs-path-regexp):
10032         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10033         (inhibit-redisplay):
10034         * mm-uu.el (file-name, start-point, end-point, entry)
10035         (gnus-newsgroup-name, gnus-newsgroup-charset):
10036         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10037         (latin-unity-ucs-list):
10038         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10039         (mm-uu-binhex-decode-function):
10040         * message.el (gnus-message-group-art, gnus-list-identifiers)
10041         (rmail-enable-mime-composing, gnus-local-organization)
10042         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10043         (gnus-read-active-file, facemenu-add-face-function)
10044         (facemenu-remove-face-function, gnus-article-decoded-p)
10045         (tool-bar-mode):
10046         * mail-source.el (display-time-mail-function):
10047         * gnus-util.el (nnmail-pathname-coding-system)
10048         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10049         (gnus-original-article-buffer, gnus-user-agent)
10050         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10051         (xemacs-codename, sxemacs-codename, emacs-program-version):
10052         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10053         * gnus-start.el (gnus-agent-covered-methods)
10054         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10055         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10056         (gnus-newsgroup-headers, gnus-group-list-mode)
10057         (gnus-group-mark-positions, gnus-newsgroup-data)
10058         (gnus-newsgroup-unreads, nnoo-state-alist)
10059         (gnus-current-select-method, mail-sources)
10060         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10061         (nnmail-spool-file, gnus-cache-active-hashtb):
10062         * gnus-mh.el (mh-lib-progs):
10063         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10064         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10065         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10066         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10067         (gnus-group-buffer):
10068         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10069         (font-lock-set-defaults):
10070         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10071         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10072         (gnus-summary-post-menu, total-parts, type, condition, length):
10073         * gnus-agent.el (gnus-agent-read-agentview):
10074         * flow-fill.el (show-trailing-whitespace):
10075         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10076         eval-and-compile wrappers for byte compiler pacifiers.
10077
10078         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10079         (mm-display-inline-fontify): Check for featurep 'xemacs not
10080         extent-list.
10081
10082         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10083         itimer-list.
10084         (mm-create-image-xemacs): Only do something for XEmacs.
10085         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10086
10087         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10088
10089         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10090         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10091
10092 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10093
10094         * nnimap.el (nnimap-split-download-body):
10095         * gnus-demon.el (gnus-demon):
10096         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10097
10098 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10101         New macros.
10102         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10103         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10104         copy data from unibyte buffer to multibyte current buffer.
10105         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10106         to copy data from unibyte current buffer to multibyte buffer.
10107         (nntp-make-process-buffer): Make process buffer unibyte.
10108
10109         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10110
10111 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10112
10113         * pop3.el (pop3-open-server): Accept and process data more robustly at
10114         connexion start to avoid spurious "POP SSL connexion failed" errors.
10115
10116 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10119         read group names.
10120
10121 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10124
10125 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10128         (nnmail-save-active): Use a unibyte buffer when saving active file,
10129         which may contain non-ASCII group names.
10130
10131         * nnml.el (nnml-request-group): Decode group names in messages.
10132
10133 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * message.el (message-citation-line-function)
10136         (message-insert-formatted-citation-line): Fix spelling of
10137         `message-insert-formated-citation-line'.
10138
10139 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10142
10143 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10146         nnmail-pathname-coding-system.
10147
10148         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10149         that a user enters; decode group names in messages.
10150
10151         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10152
10153 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10156
10157         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10158
10159         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10160         risky local variable.
10161
10162         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10163
10164 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10165
10166         * encrypt.el: Improve documentation to fix function name typo.
10167         Reported by Daiki Ueno <ueno@unixuser.org>.
10168
10169 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10172         even if the point is not in the last page of an article.
10173         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10174         back to the previous page.
10175
10176 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10179
10180 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10183
10184 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10185
10186         * message.el (message-check-news-body-syntax):
10187         Avoid mm-string-as-multibyte.
10188         (message-hide-headers): Don't assume (point-min)==1.
10189
10190 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * message.el (message-remove-blank-cited-lines): Fix if remove is
10193         given.
10194         (message-bogus-address-regexp): New variable.
10195         (message-bogus-recipient-p): New function.
10196         (message-check-recipients): New command.
10197         (message-syntax-checks): Add `bogus-recipient'.
10198         (message-fix-before-sending): Add `bogus-recipient'.
10199
10200         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10201         (gnus-treat-body-boundary): Don't test window-system.
10202
10203 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10204
10205         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10206
10207 2007-10-28  Miles Bader  <miles@gnu.org>
10208
10209         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10210         at compile-time too.
10211
10212 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-msg.el (gnus-message-setup-hook):
10215         Add `message-remove-blank-cited-lines' to options.
10216
10217 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * message.el (message-remove-blank-cited-lines): New function.
10220         Suggested by Karl Plästerer.
10221
10222 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10225         mapc.
10226
10227         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10228         (top-level): Use mapc to set functions to be traced for debugging.
10229
10230         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10231         called for effect with while loop.
10232
10233         * message.el (message-talkative-question): Replace mapcar called for
10234         effect with mapc.
10235
10236         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10237         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10238         called for effect with dolist.
10239
10240         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10241
10242         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10243         gnus-extra-headers and nnmail-extra-headers.
10244
10245         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10246         called for effect with dolist.
10247         (top-level): Use mapc to set functions to be traced for debugging.
10248
10249         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10250         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10251         dolist.
10252
10253         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10254         Replace mapcar called for effect with mapc.
10255         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10256         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10257         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10258         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10259
10260         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10261         remove-if that's a cl function.
10262
10263         * webmail.el (webmail-debug): Replace mapcar called for effect with
10264         dolist.
10265
10266         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10267         with mapc.
10268
10269 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10272         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10273         with while loop.
10274
10275         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10276         functions from article-* functions.
10277         (gnus-multi-decode-header): Replace mapcar called for effect with
10278         dolist.
10279
10280         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10281         (gnus-bookmark-show-details): Replace mapcar called for effect with
10282         while loop.
10283
10284         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10285         called for effect with while loop.
10286
10287         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10288         with dolist.
10289
10290         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10291         Replace mapcar called for effect with dolist.
10292
10293         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10294
10295         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10296         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10297         Replace mapcar called for effect with dolist.
10298         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10299         mapc.
10300
10301         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10302         Replace mapcar called for effect with dolist.
10303         (gnus-topic-list): Replace mapcar called for effect with mapc.
10304
10305         * gnus.el: Use mapc instead of mapcar to add autoloads.
10306
10307 2007-10-23  Richard Stallman  <rms@gnu.org>
10308
10309         * gnus-group.el (gnus-group-highlight): Mark as risky.
10310
10311 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus.el (gnus-server-to-method): Return method found first in
10314         gnus-newsrc-alist.
10315
10316         * gnus-art.el (gnus-article-highlight-signature)
10317         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10318         button overlay without the front stickiness.
10319
10320 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10321
10322         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10323         overview buffer needed a catch to receive its throw.
10324         (gnus-agent-flush-cache): Declare as interactive to make this function
10325         easier to use.
10326
10327 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10330         `next-line'.
10331
10332 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10335         exclude address matching message-dont-reply-to-names.
10336
10337 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-util.el (gnus-string<): New function.
10340
10341         * gnus-sum.el (gnus-article-sort-by-author)
10342         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10343
10344 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10347         the frame-focus tag is set in gnus-buffer-configuration.
10348
10349 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10352         the front stickiness.
10353
10354 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10357         url pattern; remove duplicate one.
10358         (gnus-article-extend-url-button): New function.
10359         (gnus-article-add-buttons): Use it.
10360         (gnus-button-push): Use concatenated url that it makes.
10361
10362 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10363
10364         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10365
10366 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10367
10368         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10369         Don't hardcode point-min==1.
10370
10371 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10374         Fix comment about "iso8859-1".
10375
10376 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10377
10378         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10379         ones returned from the verify-function.
10380
10381         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10382         Call mml2015-extract-cleartext-signature if extraction failed.
10383
10384 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10385
10386         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10387         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10388         failed.
10389
10390 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10393
10394 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10397         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10398         recommends to use EasyPG instead of PGG.
10399
10400         * pgg.el: Revert to revision 6.23.2.16.
10401
10402         * pgg-def.el: Revert to revision 6.6.2.14.
10403
10404         * pgg-gpg.el: Revert to revision 6.23.2.34.
10405
10406 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10407
10408         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10409         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10410         thread for both the null and zero (kill/expire thread) universal prefix
10411         cases.
10412         (gnus-summary-expire-thread): Add new function to expire a thread,
10413         using gnus-summary-kill-thread.
10414         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10415         shortcuts for gnus-summary-expire-thread.
10416         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10417         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10418
10419 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10420
10421         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10422         extras value, so an extras entry can be deleted.
10423         (gnus-registry-delete-extra-entry): Use it.
10424         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10425         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10426         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10427         storage through the gnus-registry, and provide an appropriate API for
10428         it.
10429
10430 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10433         Suggested by Leo <sdl.web@gmail.com>.
10434
10435         * gnus.el: Do.
10436
10437 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10440         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10441
10442         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10443
10444         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10445         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10446
10447 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10450         newline.
10451         (nnmbox-request-accept-article): Don't change article in source buffer;
10452         narrow to header to use message-fetch-field rather than
10453         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10454         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10455         as delimiters; make sure article ends with newline.
10456         (nnmbox-delete-mail): Correct last position of article to be deleted;
10457         ignore X-Gnus-Newsgroup header in article body.
10458         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10459         positions; make sure article ends with newline.
10460
10461         * message.el (message-display-abbrev): Don't infloop when a user
10462         inserts SPC in the beginning of header.
10463
10464         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10465         coding-system-for-read and coding-system-for-write for XEmacs having no
10466         file-coding feature.
10467
10468         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10469
10470 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10471
10472         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10473         list of groups not followed by default.  Fix type to be regexp.
10474         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10475
10476 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10477
10478         * hmac-def.el (define-hmac-function): Switch from old-style to
10479         new-style backquotes.
10480
10481         * md4.el (md4-make-step): Likewise.
10482
10483 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10486         raw-text coding system when saving .newsrc file, which may contain
10487         non-ASCII group names.
10488
10489 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-cus.el (gnus-score-extra): New widget.
10492         (gnus-score-extra-convert): New function.
10493         (gnus-score-customize): Use it for Extra.
10494
10495 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10496
10497         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10498         (mml2015-mailcrypt-clear-verify): Use it.
10499         (mml2015-gpg-clear-verify): Use it.
10500         (mml2015-pgg-clear-verify): Use it.
10501         (mml2015-epg-clear-verify): Replace the current part with the output
10502         from GnuPG; don't extract the plaintext by itself.
10503
10504         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10505         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10506         mml2015-clear-verify-function; don't touch the armor headers or
10507         dash-escaped text here.
10508
10509 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10512         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10513         parts, or application/octet-stream as a last resort.
10514         (gnus-mime-view-part-as-type): Don't toggle display.
10515         (gnus-mime-view-part-as-charset): Don't turn off display before
10516         querying charset.
10517
10518         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10519         stuff to undisplayer function in Emacs.
10520         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10521
10522         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10523         text/calendar parts.
10524
10525 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10528         decoding text/calendar parts.
10529
10530         * message.el (message-forward-make-body-mime): Always mark body as
10531         having no illegible text; remove signed-or-encrypted argument.
10532         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10533
10534         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10535         (mml-generate-mime-1): Don't encode body if it is specified to be in
10536         raw form; don't make buffer be unibyte when inserting multibyte string.
10537
10538 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10539
10540         * sha1.el: Fix up comment style.
10541         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10542         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10543
10544         * hex-util.el: Fix up comment style.
10545         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10546
10547         * gnus-salt.el: Use with-current-buffer.
10548         (gnus-pick-setup-message): Fix long-standing typo.
10549
10550 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * imap.el (imap-logout-timeout): New variable.
10553         (imap-logout, imap-logout-wait): New functions.
10554         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10555
10556         * nnimap.el (nnimap-logout-timeout): New server variable.
10557         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10558         nnimap-logout-timeout.
10559
10560         * gnus-art.el (gnus-article-summary-command-nosave)
10561         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10562
10563 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus.el (gnus-maximum-newsgroup): New variable.
10566
10567         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10568         according to gnus-maximum-newsgroup.
10569
10570         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10571         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10572         Limit the range of articles according to gnus-maximum-newsgroup.
10573
10574 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10575
10576         * gnus-art.el (gnus-sticky-article): Fix problems described in
10577         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10578         Don't perform gnus-configure-windows here; reuse existing sticky
10579         article buffer.
10580
10581         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10582         it doesn't exist in gnus-article-mode.
10583
10584 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10587         (gnus-agent-decoded-group-name): New function.
10588         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10589         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10590
10591 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10592
10593         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10594         Add binding for gnus-sticky-article.
10595         (gnus-summary-exit): Don't kill sticky article buffers.
10596
10597         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10598         article buffer.
10599         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10600         (gnus-kill-sticky-article-buffers): New commands.
10601
10602 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * nntp.el (nntp-xref-number-is-evil): New server variable.
10605         (nntp-find-group-and-number): If it is non-nil, don't trust article
10606         numbers in the Xref header.
10607
10608 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus-agent.el (gnus-agent-read-group): New function.
10611         (gnus-agent-flush-group, gnus-agent-expire-group)
10612         (gnus-agent-regenerate-group): Use it.
10613         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10614         nnmail-pathname-coding-system.
10615
10616 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10619
10620         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10621         that are unread as unread, and also as selected so that information of
10622         marks having been changed by a user may be updated when exiting group.
10623
10624 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10627
10628 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10631         calculated ignoring signature parts to gnus-treat-article.
10632
10633 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10636         a point here in order to keep the window start.
10637         (gnus-insert-mime-security-button): Make a button overlay without the
10638         front stickiness.
10639         (gnus-mime-display-security): Goto the end of a button.
10640
10641         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10642
10643 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10646         group-name-at-point.
10647         (gnus-group-completing-read): New function that offers decoded
10648         non-ASCII group names for completion.
10649         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10650         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10651         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10652         (gnus-group-fetch-control): Use it.
10653         (gnus-fetch-group): Use group-name-at-point for the initial value
10654         rather than the default value; use gnus-alive-p.
10655
10656         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10657         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10658         (gnus-summary-post-news): Use gnus-group-completing-read.
10659
10660         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10661         (gnus-read-move-group-name): Decode group name for completion.
10662
10663 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10664
10665         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10666         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10667         Yamaoka slightly modified the code).
10668
10669 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10672         (nnmail-split-incoming): Bind it.
10673
10674         * nnml.el (nnml-group-name-charset): New function.
10675         (nnml-decoded-group-name): Use it; don't decode group name if
10676         nnmail-group-names-not-encoded-p is non-nil.
10677         (nnml-encoded-group-name): New function.
10678         (nnml-group-pathname): Inline nnml-decoded-group-name.
10679         (nnml-request-expire-articles): Decode group name in message.
10680         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10681         nnmail-pathname-coding-system.
10682         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10683         not decoded ones according to nnmail-group-names-not-encoded-p.
10684         (nnml-generate-active-info): Use nnml-encoded-group-name.
10685
10686 2007-08-08  Glenn Morris  <rgm@gnu.org>
10687
10688         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10689         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10690         doc-strings and comments.
10691
10692 2007-07-25  Glenn Morris  <rgm@gnu.org>
10693
10694         * Relicense all FSF files to GPLv3 or later.
10695
10696 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-sum.el (gnus-summary-move-article):
10699         Make gnus-summary-respool-article work.
10700
10701 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10704         string.
10705
10706 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10707
10708         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10709         that should be ignored when comparing distant RSS articles with local
10710         ones.
10711         (nnrss-make-hash-index): New function.  Create a hash index according
10712         to the ignored fields.
10713         (nnrss-check-group): Use it.
10714
10715 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10718
10719         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10720
10721         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10722         the new optional argument ENCODED is non-nil.
10723         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10724         coding system for encoding group name.
10725         (gnus-group-make-rss-group): Pass un-encoded group name to
10726         gnus-group-make-group.
10727         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10728         encoded.
10729
10730         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10731         Encode group name to which articles are moved or copied.
10732         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10733         coding system for encoding Newsgroup, Followup-To and Xref headers.
10734
10735         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10736         marks; use nnheader-file-coding-system to write a file.
10737         (nnagent-retrieve-headers): Bind file-name-coding-system to
10738         nnmail-pathname-coding-system.
10739
10740         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10741
10742         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10743         (nnml-request-article, nnml-request-create-group)
10744         (nnml-request-rename-group, nnml-find-id)
10745         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10746         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10747         (nnml-save-marks): Use nnml-group-pathname instead of
10748         nnmail-group-pathname.
10749
10750         (nnml-request-create-group, nnml-request-expire-articles)
10751         (nnml-request-move-article, nnml-request-delete-group)
10752         (nnml-deletable-article-p, nnml-possibly-create-directory)
10753         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10754         (nnml-open-marks): Bind file-name-coding-system to
10755         nnmail-pathname-coding-system.
10756
10757         (nnml-request-article): Pass server argument to nnml-find-group-number.
10758         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10759         Pass server argument to nnml-possibly-create-directory.
10760         (nnml-request-accept-article): Pass server argument to
10761         nnml-active-number and nnml-save-mail.
10762         (nnml-find-group-number): Pass server argument to nnml-find-id.
10763         (nnml-request-update-info): Pass server argument to
10764         nnml-marks-changed-p.
10765
10766         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10767         (nnml-save-mail, nnml-active-number): Add server argument.
10768
10769         (nnml-request-delete-group): Warn if group is missing.
10770         (nnml-get-nov-buffer): Decode group name.
10771         (nnml-generate-active-info): Encode group name.
10772         (nnml-open-marks): Decode group name in messages.
10773
10774 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10777         if it is not specified.
10778         (gnus-article-pipe-part, gnus-article-save-part)
10779         (gnus-article-interactively-view-part, gnus-article-copy-part)
10780         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10781         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10782         (gnus-article-replace-part, gnus-article-delete-part)
10783         (gnus-article-view-part-as-type): Pass raw prefix argument to
10784         gnus-article-part-wrapper.
10785
10786 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-agent.el (gnus-agent-save-active):
10789         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10790
10791         * gnus-cache.el (gnus-cache-save-buffers)
10792         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10793         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10794         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10795         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10796         (gnus-cache-generate-active, gnus-cache-rename-group)
10797         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10798         (gnus-cache-update-overview-total-fetched-for):
10799         Bind file-name-coding-system to nnmail-pathname-coding-system.
10800         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10801         New variables.
10802         (gnus-cache-decoded-group-name): New function.
10803         (gnus-cache-file-name): Use it.
10804         (gnus-cache-generate-active): Use non-decoded group name for active.
10805
10806         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10807         right place.
10808         (gnus-write-active-file): Don't break non-ASCII group names.
10809
10810         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10811         nnmail-pathname-coding-system.
10812
10813         * lpath.el: Bind default-file-name-coding-system,
10814         file-name-coding-system and language-info-alist for XEmacs.
10815
10816         * gnus-uu.el (gnus-uu-decode-save): Typo.
10817
10818 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10821
10822 2007-07-14  David Kastrup  <dak@gnu.org>
10823
10824         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10825         finishing actions if we did not edit the article.
10826
10827 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10830         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10831         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10832         (gnus-agent-flush-group, gnus-agent-flush-cache)
10833         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10834         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10835         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10836         (gnus-agent-regenerate-group)
10837         (gnus-agent-update-files-total-fetched-for)
10838         (gnus-agent-update-view-total-fetched-for):
10839         Bind file-name-coding-system to nnmail-pathname-coding-system.
10840         (gnus-agent-group-pathname): Don't encode file names by
10841         nnmail-pathname-coding-system.
10842         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10843         coding-system-for-write instead of buffer-file-coding-system to
10844         gnus-agent-file-coding-system.
10845
10846         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10847         Decode group name.
10848
10849         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10850
10851         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10852         (gnus-read-newsrc-el-file): Make group names unibyte.
10853
10854         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10855         nnmail-pathname-coding-system.
10856
10857         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10858         (nnrss-request-delete-group): Bind file-name-coding-system to
10859         nnmail-pathname-coding-system.
10860         (nnrss-read-server-data, nnrss-read-group-data):
10861         Bind file-name-coding-system correctly.
10862         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10863
10864         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10865         (nntp-server-to-method-cache): New variable.
10866         (nntp-group-pathname): New function that decodes non-ASCII group names.
10867         (nntp-possibly-create-directory, nntp-marks-changed-p)
10868         (nntp-save-marks, nntp-open-marks): Use it.
10869         (nntp-possibly-create-directory, nntp-open-marks):
10870         Bind file-name-coding-system to nnmail-pathname-coding-system.
10871         (nntp-open-marks): Decode group names when bootstrapping marks.
10872
10873         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10874         Newsgroups and Folowup-To headers.
10875
10876 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10879         (gnus-server-closed-face, gnus-server-denied-face)
10880         (gnus-server-offline-face): Remove variable.
10881         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10882
10883         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10884         of modifying message-stack directly for XEmacs.
10885
10886         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10887         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10888         if the coding-system argument is nil for XEmacs.
10889
10890         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10891         mm-charset-override-alist.
10892
10893         * rfc2047.el: Don't require base64; require rfc2045 for the function
10894         rfc2045-encode-string.
10895         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10896         to quote the parameter value.
10897
10898 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10901         form in gnus-group-name-charset-method-alist.
10902
10903         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10904         overrides the default layout edit-form.
10905
10906         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10907
10908         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10909
10910 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10913         as unfetched articles.
10914
10915 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10918
10919 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10922         original back end that keeps marks in the local system.
10923
10924 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10927         arg of pop-to-buffer for XEmacs.
10928         (gnus-article-read-summary-keys): Ditto; don't restore window
10929         configuration if summary command ends up with neither article buffer
10930         nor summary buffer; describe bindings if summary keys end with C-h.
10931
10932 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * message.el (message-fix-before-sending): Skip raw message part to be
10935         forwarded while checking illegible text.
10936         (message-forward-make-body-mime, message-forward-make-body):
10937         Mark signed or encrypted raw message as having no illegible text.
10938
10939 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10942         (gnus-message-with-timestamp-1): New macro.
10943         (gnus-message-with-timestamp): New function.
10944         (gnus-message): Use them.
10945
10946         * nnheader.el (nnheader-message): Use them.
10947
10948 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10951         .newsrc.eld file.
10952
10953 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-agent.el (gnus-agent-fetch-headers)
10956         (gnus-agent-retrieve-headers):
10957         Bind gnus-decode-encoded-address-function to identity.
10958
10959         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10960         available also when the server returns simply a dot.
10961
10962         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10963
10964 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10967
10968 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-ems.el (gnus-x-splash): Make it work.
10971
10972         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10973         from being used.
10974
10975         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10976
10977 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10980         4th and the 5th arguments.
10981
10982         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10983         the front stickiness.
10984         (gnus-article-summary-command-nosave): Correct the order of the
10985         arguments passed to pop-to-buffer.
10986         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10987         summary command ends up with the article buffer.
10988
10989         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10990         the same faces.
10991
10992 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10993
10994         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10995
10996 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10997
10998         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10999         * gnus-sum.el (gnus-summary-highlight):
11000         * pgg.el (pgg-sign-region, pgg-sign):
11001         * mail-source.el (mail-source-delete-old-incoming-confirm):
11002         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11003
11004 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-art.el (gnus-mime-view-part-externally)
11007         (gnus-mime-view-part-internally): Fix predicate function passed to
11008         completing-read.
11009
11010         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11011
11012         * gnus.el (gnus-update-message-archive-method): Add :version.
11013
11014 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus.el (gnus-update-message-archive-method): New variable.
11017
11018         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11019         according to gnus-message-archive-method if
11020         gnus-update-message-archive-method is non-nil.
11021
11022 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11025         Suggested by Loic Dachary <loic@dachary.org>.
11026         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11027
11028 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * message.el (message-pop-to-buffer): Add switch-function argument.
11031         (message-mail): Pass switch-function argument to it.
11032
11033 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11036         Improve doc string.
11037
11038 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11041         (gnus-header-content)
11042         * gnus-cite.el (gnus-cite-10)
11043         * gnus-srvr.el (gnus-server-closed)
11044         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11045         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11046         (gnus-group-mail-3-empty, gnus-group-mail-low)
11047         (gnus-group-mail-low-empty, gnus-splash)
11048         * message.el (message-header-to, message-header-cc)
11049         (message-header-subject, message-header-other, message-header-name)
11050         (message-header-xheader, message-separator, message-cited-text)
11051         (message-mml): Lighten colors of faces used for dark background.
11052
11053 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11054
11055         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11056         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11057
11058 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * message.el (message-narrow-to-headers-or-head):
11061         Ignore mail-header-separator in the body.
11062
11063 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11066         same as window size.
11067
11068 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11069
11070         * message.el (message-font-lock-keywords): Use message-header-xheader
11071         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11072         ahead of the anything pattern, to get it recognised.
11073
11074 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11077         spam.el loads uses it in the compiled defadvice form.
11078
11079 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11080
11081         * gnus-sum.el (gnus-articles-to-read)
11082         (gnus-summary-insert-old-articles): Don't truncate group name for
11083         `read-string'.
11084
11085         * gnus-util.el (gnus-limit-string): Delete this function.
11086
11087         * gnus-sum.el (gnus-simplify-subject-fully):
11088         Use `truncate-string-to-width' instead.
11089
11090 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11091
11092         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11093         Tell if, on summary exit, the next group has to be selected.
11094         (gnus-summary-exit): Use it.
11095
11096 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11099         non-break space.
11100
11101 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11104         Check if group is not a directory.
11105         (nnfolder-request-expire-articles): Don't delete articles if the target
11106         group is not available.
11107
11108         * nnml.el (nnml-request-create-group): Properly check if group is not a
11109         file.
11110         (nnml-request-expire-articles): Don't delete articles if the target
11111         group is not available.
11112
11113         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11114         Don't quote characters that are within parentheses.
11115
11116 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11119         (gnus-handle-ephemeral-exit): Select article according to it.
11120
11121 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11122
11123         * message.el (message-insert-formated-citation-line): Remove newline.
11124         (message-citation-line-format): Add final \n here so that the user can
11125         avoid a blank line.
11126
11127 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11128
11129         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11130         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11131         Update lanl/arXiv support.
11132
11133 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus.el: Bump version number.
11136
11137 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11138
11139         * gnus.el (gnus-version-number): Bump version.
11140
11141 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11142
11143         * gnus.el: No Gnus v0.6 is released.
11144
11145 2007-04-27  Didier Verna  <didier@xemacs.org>
11146
11147         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11148         * gmm-utils.el (gmm-regexp-concat): ... here.
11149         * message.el: Don't require 'gnus-util.
11150         (message-dont-reply-to-names): Handle name change above.
11151         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11152
11153 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11156         since the initial value varies according to the system.
11157
11158 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11161
11162 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11163
11164         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11165
11166 2007-04-24  Didier Verna  <didier@xemacs.org>
11167
11168         Improve the type of gnus-ignored-from-addresses.
11169         * gnus-util.el (gnus-orify-regexp): New function.
11170         * message.el (gnus-util): Require it.
11171         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11172         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11173         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11174
11175 2007-04-24  Didier Verna  <didier@xemacs.org>
11176
11177         * gnus-sum.el:
11178         * gnus-utils.el: Fix some trailing whitespaces.
11179
11180 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11183         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11184         article's Message-ID; refer parent article in summary buffer.
11185
11186         * message.el (message-bounce): Call mime-to-mml.
11187
11188         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11189         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11190         optimize and/or forms properly.
11191
11192 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11195         URL.
11196
11197 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11200
11201 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11204         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11205         displayed of multipart/alternative part if it is invoked from summary
11206         buffer.
11207
11208         * mm-view.el (mm-inline-text-html-render-with-w3m)
11209         (mm-inline-text-html-render-with-w3m-standalone)
11210         (mm-inline-render-with-function): Use mail-parse-charset by default.
11211
11212 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11213
11214         * parse-time.el (parse-time-string-chars): Check if CHAR
11215         is less than the length of parse-time-syntax.
11216
11217 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11220         from gnus-newsgroup-processable.
11221
11222 2007-04-16  Didier Verna  <didier@xemacs.org>
11223
11224         * gnus-msg.el (gnus-configure-posting-styles):
11225         Handle message-signature-directory properly with :file syntax.
11226         Reported by "Leo".
11227
11228 2007-04-11  Didier Verna  <didier@xemacs.org>
11229
11230         New user option: message-signature-directory.
11231         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11232         * message.el (message-insert-signature): Ditto.
11233         * message.el (message-signature-file): Doc update.
11234         * message.el (message-signature-directory): New.
11235
11236 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-msg.el (gnus-inews-yank-articles):
11239         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11240
11241 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * message.el (message-yank-original): Make sure cited text ends with
11244         newline; don't exchange point and mark.
11245
11246 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11247
11248         * tls.el (open-tls-stream): Properly handle case where there
11249         is no associated buffer.
11250
11251 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11252
11253         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11254         message-yank-original, make sure (< mark TEXT point).
11255
11256 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * message.el (message-fill-column): New variable.
11259         (message-mode): Use it.  Add comment on a possible new hook.
11260
11261         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11262         (nnmail-get-new-mail): Reformat.
11263
11264         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11265
11266         * gmm-utils.el: Fix Commentary.
11267         (gmm-tool-bar-from-list): Fix typo in doc string.
11268
11269 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11270
11271         * message.el (message-yank-original): Don't switch point and mark
11272         unnecessarily to put point and mark as documented.
11273
11274 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11277         from the message heads.
11278
11279 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11280
11281         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11282         article buffer does not have a window.  This may not be the best
11283         solution but is certainly better than setting the start of the null,
11284         that is the current, window.
11285
11286 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11289         (gnus-draft-setup): Run it.
11290
11291         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11292         gnus-score-fast-scoring.  Allow regexp.
11293         (gnus-score-headers): Use it.
11294
11295         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11296         XEmacs.
11297
11298         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11299         string.
11300         (gnus-button-alist): Also catch `<f1> k ...'.
11301         (gnus-treat-display-x-face): Fix doc string.
11302
11303 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11304
11305         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11306         evaluation of gnus-extended-version to ensure correct generation of the
11307         User-Agent header when message-generate-headers-first is used.
11308
11309 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11310
11311         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11312         hashcash-path is nil.  Don't call callback with incorrect number of
11313         parameters if val is 0.
11314
11315 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11316
11317         * message.el (message-required-news-headers):
11318         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11319
11320 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11321
11322         * tls.el (open-tls-stream): In handshake-waiting loop,
11323         don't wait more if there is output available to process.
11324
11325 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11326
11327         * tls.el (tls-program): Doc fix.
11328
11329 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * message.el (message-generate-new-buffers): Change the meaning of the
11332         nil value; add `standard' to the choices; treat t as `unique'; improve
11333         doc string.
11334         (gnus-select-frame-set-input-focus): Autoload.
11335         (message-buffer-name): Search for the existing message buffer if
11336         message-generate-new-buffers is nil or `standard'; treat the value t of
11337         message-generate-new-buffers as `unique'.
11338         (message-pop-to-buffer): Raise the frame already displaying the message
11339         buffer; clear the echo area after querying.
11340         (message-setup): Pass the `continue' argument to compose-mail.
11341         (message-mail): Prefer `switch-function' if it is given; search for the
11342         existing message buffer if the `continue' argument is non-nil; pass
11343         continue and switch-function arguments to compose-mail by way of
11344         message-setup.
11345         (message-mail-other-window): Adjust argument of message-setup.
11346         (message-mail-other-frame): Ditto.
11347
11348 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11351         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11352         to turn font-lock on when turning gnus-message-citation-mode on.
11353
11354 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11355
11356         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11357         (mml-smime-function-alist): New variable; add epg as the backend.
11358         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11359         mml-smime- functions instead.
11360         * mm-view.el: Require smime.
11361
11362 2007-03-05  Didier Verna  <didier@xemacs.org>
11363
11364         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11365         instead of just inheritance for posting styles.
11366         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11367
11368 2007-02-24  Chris Moore  <dooglus@gmail.com>
11369
11370         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11371         * pgg-pgp.el (pgg-pgp-encrypt-region):
11372         * pgg-gpg.el (pgg-gpg-encrypt-region):
11373         Check pgg-encrypt-for-me if no other recipients.
11374
11375 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11376
11377         * tls.el (tls-certtool-program): Fix custom type.
11378
11379 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11382         and point-at-eol instead of line-(beginning|end)-position.
11383
11384         * assistant.el (assistant-parse-buffer): Ditto.
11385
11386         * netrc.el (netrc-parse-services): Ditto.
11387
11388 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11389
11390         * mml2015.el (mml2015-epg-find-usable-key): New function.
11391         (mml2015-epg-sign): Use it.
11392         (mml2015-epg-encrypt): Use it.
11393
11394 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * message.el (message-make-in-reply-to): Quote name containing
11397         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11398         if there are special characters.  Reported by NAKAJI Hiroyuki
11399         <nakaji@jp.freebsd.org>.
11400
11401 2007-02-27  Didier Verna  <didier@xemacs.org>
11402
11403         Include the group parameters as well as the topic ones in the
11404         inheritance filter process.
11405         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11406         argument GROUP-PARAMS-LIST.
11407         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11408
11409 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * nntp.el (nntp-never-echoes-commands)
11412         (nntp-open-connection-functions-never-echo-commands): New variables.
11413         (nntp-send-command): Use them.
11414
11415 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11416
11417         * mml2015.el (mml2015-epg-verify): Simplify.
11418
11419 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * mml.el (mml-content-disposition-alist): New user option.
11422         (mml-content-disposition): New function.
11423         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11424         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11425
11426 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11427
11428         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11429         verification.
11430
11431 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11432
11433         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11434         articles posted in the last 24 hours.
11435
11436 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11437
11438         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11439
11440 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11441
11442         * nntp.el (nntp-send-command): Don't wait for echoes when
11443         nntp-open-ssl-stream is used.
11444
11445 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11448         (gnus-message-add-citation-keywords)
11449         (gnus-message-remove-citation-keywords): Remove.
11450         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11451         directly, make the variables in font-lock-defaults buffer-local, add
11452         gnus-message-citation-keywords to them and then update the value of
11453         font-lock-keywords.
11454
11455 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * message.el (message-cite-original-1): Don't call
11458         gnus-article-highlight-citation.
11459
11460         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11461         citations; fix line count.
11462
11463 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11466         (gnus-message-add-citation-keywords)
11467         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11468         versions of font-lock-add-keywords and font-lock-remove-keywords to
11469         work with XEmacs correctly.
11470
11471 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-cite.el (gnus-cite-face-list): Set the values of
11474         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11475         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11476         (gnus-message-cite-prefix-regexp): New variable.
11477         (gnus-message-search-citation-line): Use it; protect against long
11478         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11479         the 0th match data for Emacs.
11480         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11481         (gnus-message-add-citation-keywords): Append keywords rather than
11482         prepending; emulate font-lock-add-keywords if it is not available.
11483         (gnus-message-remove-citation-keywords):
11484         Emulate font-lock-remove-keywords if it is not available.
11485
11486         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11487
11488         * message.el (message-cite-prefix-regexp): Set the value of
11489         gnus-message-cite-prefix-regexp.
11490
11491 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11492
11493         * nnweb.el (nnweb-google-parse-1): Update parser.
11494
11495 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11496
11497         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11498
11499 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11500
11501         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11502         regexp.
11503
11504 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11507         string-to-multibyte.
11508         (uudecode-decode-region-internal): Use it.
11509
11510         * lpath.el: Fbind string-as-multibyte for XEmacs.
11511
11512 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11515         Fix custom choice.
11516
11517         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11518
11519 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11520
11521         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11522
11523         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11524         `write-region' to respect `mm-inhibit-file-name-handlers'.
11525
11526 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11529         Use gnus-home-directory instead of "~/" or "$HOME".
11530
11531 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11532
11533         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11534         to mention filename.
11535         Add comments at beginning regarding usage.
11536         (encrypt-write-file-contents): Change interactive so a string is
11537         acceptable.  If the file has no associated model, show an error instead
11538         of a nonsense prompt.
11539
11540 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11541
11542         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11543         Thanks to Yoshihiko Yamada for kind notification of this typo.
11544
11545 2007-01-12  Kenichi Handa  <handa@m17n.org>
11546
11547         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11548         multibyte buffer.
11549
11550 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * gnus-score.el (gnus-score-fast-scoring): New variable.
11553         (gnus-score-headers): Use it.
11554
11555         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11556
11557         * message.el (message-cite-original-1):
11558         Call gnus-article-highlight-citation if requested.
11559         (message-make-from): Allow name and address as optional arguments.
11560
11561         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11562
11563         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11564         bugs to doc string.
11565         (gnus-button-alist): Add mid\\|message-id.
11566         (gnus-button-fetch-group): Extend for use in
11567         `browse-url-browser-function'.
11568         (gnus-button-url-regexp): Try to catch paired parentheses like in
11569         Wikipedia URLs.
11570
11571         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11572         Suggested by Simon Krahnke <overlord@gmx.li>.
11573
11574 2007-01-13  Romain Francoise  <romain@orebokech.com>
11575
11576         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11577         Update copyright.
11578
11579 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11580
11581         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11582
11583 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11584
11585         * gnus-registry.el (gnus-registry-unfollowed-groups)
11586         (gnus-registry-split-fancy-with-parent): Fix documentation.
11587
11588 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11589
11590         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11591         from nnweb groups.
11592
11593 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11594
11595         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11596         Xref urls.  Erase buffer before requesting head.
11597
11598         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11599
11600 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11603         customizable.
11604
11605 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11606
11607         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11608         no signing key is found.
11609         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11610         no encrypting and/or signing key is found.
11611
11612 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11615
11616 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11617
11618         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11619         headers read from disk with the ones newly found in the current search.
11620         This should no longer cause problems, because the article numbers in
11621         Gmane's `nov.php' output are ignored since the previous change.
11622
11623 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11624
11625         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11626
11627 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11630         replace-regexp-in-string; bind url-version; fbind display-images-p and
11631         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11632         find-face and set-itimer-function for Emacs; bind itimer-list for
11633         Emacs.
11634
11635         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11636
11637 2007-01-01  Romain Francoise  <romain@orebokech.com>
11638
11639         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11640
11641 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11642
11643         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11644         `define-minor-mode' macro definition expanded properly.
11645         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11646         exclude it there.
11647
11648         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11649         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11650         `fboundp' test.
11651         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11652         This is OK to autoload in (S)XEmacs now.
11653
11654 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11657         keystroke.
11658         (gnus-summary-limit-to-singletons): Fix typo.
11659
11660         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11661         else fails.
11662
11663 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11664
11665         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11666         docstring.
11667
11668         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11669         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11670         (gnus-summary-insert-dormant-articles): Fix typo in message.
11671
11672 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11675         nil for XEmacs.
11676         (gnus-message-citation-mode): Don't autoload in XEmacs.
11677
11678         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11679
11680 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11681
11682         * nnimap.el (nnimap-expunge-search-string):
11683         Mention nnimap-search-uids-not-since-is-evil in docstring.
11684
11685 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * spam.el: Revert to make-obsolete-variable because
11688         define-obsolete-variable-alias is not supported in Emacs 21.
11689
11690         * spam.el (spam-ifile-path, spam-ifile-database-path)
11691         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11692         make-obsolete-variable.
11693         (spam-bsfilter-path, spam-bsfilter-program)
11694         (spam-spamassassin-path, spam-spamassassin-program)
11695         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11696         Don't use "path" inappropriately.
11697         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11698         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11699         variable names.
11700
11701 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11702
11703         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11704         summary buffer.
11705
11706         * password.el (password-cache-remove): Use clear-string to burn
11707         password, if available.
11708
11709 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11712
11713         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11714
11715         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11716         (gnus-message-highlight-citation): Move defcustom here from
11717         gnus-cite.el.
11718         (gnus-message-citation-mode): Autoload.
11719
11720         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11721         checks to make it compile with XEmacs.
11722         (gnus-message-citation-mode): New minor mode.
11723         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11724         (gnus-message-highlight-citation): New variables.
11725         (gnus-message-search-citation-line)
11726         (gnus-message-add-citation-keywords)
11727         (gnus-message-remove-citation-keywords)
11728         (turn-on-gnus-message-citation-mode)
11729         (turn-off-gnus-message-citation-mode): New functions.
11730
11731 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11732
11733         * gnus-cite.el: Enable highlighting of different citation levels in
11734         message-mode.
11735
11736 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * message.el (message-make-fqdn): Fix comment.
11739         (message-bogus-system-names): Add ".local".
11740
11741         * spam.el (spam-ifile-path, spam-ifile-program)
11742         (spam-ifile-database-path, spam-ifile-database)
11743         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11744         Don't use "path" inappropriately.
11745         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11746         strings.
11747         (spam-check-ifile, spam-ifile-register-with-ifile)
11748         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11749         Use new variable names.
11750
11751         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11752         (gnus-treat-display-smileys): Simplify using
11753         gnus-image-type-available-p.
11754
11755         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11756         available.
11757
11758         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11759         Use `display-images-p' if available.
11760
11761 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11764         one after turning on the buffer's multibyteness instead of decoding
11765         them directly in the unibyte buffer that causes unexpected conversion
11766         in Emacs 23 (unicode).
11767
11768 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11769
11770         * message.el (message-generate-hashcash): Fix custom type.
11771
11772 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11775
11776 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11779         disconnect icons.  Add help text.
11780
11781 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11782
11783         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11784         negated to be consistent with the others we handle.
11785
11786 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11789         version of gnus-summary-buffer to something, so that we can use two
11790         article buffers at the same time.
11791
11792 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11793
11794         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11795         trigger all the extra headers.
11796         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11797         sorting.
11798
11799 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11800
11801         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11802         solid groups.
11803
11804 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11805
11806         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11807
11808 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * legacy-gnus-agent.el: Add Copyright notice.
11811
11812 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11813
11814         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11815
11816 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817
11818         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11819
11820         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11821         to make it work reliably in CVS Emacs.
11822         (gnus-summary-limit-strange-charsets-predicate)
11823         (gnus-summary-limit-to-predicate): New functions.
11824
11825 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11826
11827         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11828         specifying array size.
11829         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11830         array if it is too small.
11831         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11832         (gnus-sort-threads-loop): New function.
11833
11834 2006-12-06  Chris Moore  <dooglus@gmail.com>
11835
11836         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11837         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11838
11839 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11840
11841         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11842         options.
11843
11844 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11845
11846         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11847         DOS-ing the recipient.
11848
11849         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11850         the headers when creating the mapping to avoid mismappings.
11851         (nnweb-gmane-create-mapping): Always nix out old mapping.
11852
11853 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11856         and mm-verify-option to never.
11857
11858 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * message.el (message-signed-or-encrypted-p): New function.
11861         (message-forward-make-body): Use it.
11862
11863         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11864         Replace encode-coding-string with mm-encode-coding-string.
11865
11866 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * nneething.el (nneething-decode-file-name):
11869         Replace decode-coding-string with mm-decode-coding-string.
11870
11871         * gnus-int.el (gnus-open-server): Say failed server's name.
11872
11873 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11874
11875         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11876         strings to a single string.  Quote `errors-file-name'.
11877         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11878         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11879         Adjust calls.  Use `shell-quote-argument'.
11880
11881 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11882
11883         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11884         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11885
11886         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11887         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11888         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11889         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11890         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11891         (gnus-subscribe-newsgroup, gnus-1):
11892         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11893         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11894         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11895         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11896
11897 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11900         keystroke.
11901         (gnus-summary-limit-to-bodies): Implement headersp.
11902
11903 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11906
11907 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11910
11911 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11912
11913         * message.el (message-generate-hashcash): Expand range of values to
11914         include `opportunistic'.
11915         (message-send-mail): Use it.
11916
11917 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11918
11919         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11920         and comment it.
11921
11922         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11923
11924 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-util.el (gnus-extract-address-components): Improve comment.
11927
11928 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-util.el (gnus-extract-address-components): Work with address in
11931         which the name portion contains @.
11932
11933         * lpath.el: Fbind custom-autoload.
11934
11935 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus.el (gnus-start): Move custom group up.
11938         (gnus-select-method): Don't autoload, but make it available for
11939         `customize-variable'.
11940         (gnus-getenv-nntpserver): Don't autoload.
11941
11942 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11943
11944         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11945
11946 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * message.el (message-sendmail-extra-arguments): New variable.
11949         (message-send-mail-with-sendmail): Use it.
11950
11951 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11954         mm-with-unibyte-current-buffer to make string unibyte.
11955
11956         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11957         mm-string-as-multibyte.
11958
11959 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11960
11961         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11962         Reported by Werner Koch <wk@gnupg.org>.
11963
11964 2006-11-14  Daiki Ueno  <ueno@p360>
11965
11966         * mml2015.el: Autoload epa-select-keys when compiling.
11967
11968 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11969
11970         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11971         message-options.
11972         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11973
11974 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11975
11976         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11977         EasyPG (< 0.0.6).
11978         (mml2015-always-trust): New user option.
11979         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11980         prompt.
11981
11982 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * nntp.el (nntp-authinfo-force): New variable.
11985         (nntp-send-authinfo): Use it.
11986
11987 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11990         decode encoded words.  Improve prompt.  Add comment about forwarding.
11991         (message-replacement-char): Move up.
11992
11993 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11994
11995         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11996         instead of gnus-intersection because arguments of gnus-sorted-nunion
11997         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11998
11999 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12002         (message-simplify-subject-functions):
12003         Enable message-strip-subject-encoded-words by default.
12004
12005 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * message.el (message-strip-subject-encoded-words): New function.
12008         (message-simplify-subject-functions): New variable.
12009         (message-simplify-subject): Use it.  Fix typo in doc string.
12010         Support message-strip-subject-encoded-words.
12011
12012 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12013
12014         * gnus-diary.el (gnus-diary-delay-format-function):
12015         * nndiary.el (nndiary-reminders):
12016         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12017
12018 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * gnus-art.el (article-hide-boring-headers): Fetch date from
12021         gnus-original-article-buffer to avoid problems with localized date
12022         strings.
12023
12024 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12027
12028 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12029
12030         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12031         New variables.
12032         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12033         (mm-charset-synonym-alist): Move some entries to
12034         mm-codepage-iso-8859-list.
12035         (mm-charset-synonym-alist, mm-charset-override-alist):
12036         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12037
12038 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12041
12042 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12045         with Emacs 21 and XEmacs.
12046
12047 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12048
12049         * spam.el (spam-parse-address): New function for better parsing,
12050         catching errors, etc.
12051         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12052
12053 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * mm-view.el: Add interactive arg to html2text autoload.
12056
12057 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12060
12061 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12062
12063         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12064         New variables.
12065         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12066         (mm-charset-synonym-alist): Move some entries to
12067         mm-codepage-iso-8859-list.
12068
12069         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12070
12071 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * message.el (message-citation-line-format)
12074         (message-insert-formated-citation-line): Fix implementation of %E, %N
12075         and %n according to the doc string.
12076
12077 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12078
12079         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12080         Use car-safe to avoid bad parses.
12081
12082 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12085         names.
12086
12087         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12088
12089 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12092         header.
12093
12094         * message.el (message-draft-headers): Add Date.
12095         (message-headers-to-generate): Fix typo in docstring.
12096
12097         * nndraft.el (nndraft-required-headers): New variable.
12098         (nndraft-generate-headers): Use it.
12099
12100         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12101
12102 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12103
12104         * gnus-registry.el (gnus-registry-wash-for-keywords)
12105         (gnus-registry-find-keywords): New functions to allow easy searching of
12106         articles that are in the registry.
12107
12108 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12109
12110         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12111         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12112         Reported by Damien Elmes <damien@repose.cx>.
12113
12114 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * gnus.el (gnus-mime): Remove unused custom group.
12117
12118 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12119
12120         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12121         "blank line" when searching for end of armor headers.
12122
12123 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * gmm-utils.el (gmm-write-region): Fix variable name.
12126
12127 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * gmm-utils.el (gmm-write-region): New function based on compatibility
12130         code from `mm-make-temp-file'.
12131
12132         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12133
12134         * nnmaildir.el (nnmaildir--update-nov)
12135         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12136         Use `gmm-write-region'.
12137
12138 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12141         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12142
12143         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12144
12145         * message.el (message-replacement-char): New variable.
12146         (message-fix-before-sending): Use it.
12147         (message-simplify-subject): New function to remove duplicate code.
12148         (message-reply, message-followup): Use it.
12149
12150         * gnus-sum.el (gnus-summary-make-menu-bar):
12151         Clarify gnus-summary-limit-to-articles.
12152
12153 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-util.el (gnus-with-local-quit): New macro.
12156
12157         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12158
12159 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12160
12161         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12162         ignore non-string data.
12163
12164 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12165
12166         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12167         non-string data (needs to be done in the registry too).
12168
12169 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12170
12171         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12172         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12173         (gnus-registry-split-fancy-with-parent)
12174         (gnus-registry-fetch-simplified-message-subject-fast)
12175         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12176         Remove text properties on ingress into the registry and when it's saved.
12177         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12178         registry from entries with no groups.
12179
12180 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12181
12182         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12183         function to remove string properties.
12184
12185 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gmm-utils.el (gmm): Adjust custom version.
12188
12189         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12190         Adjust custom version.
12191
12192         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12193
12194 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * gnus-art.el (gnus-insert-prev-page-button)
12197         (gnus-insert-next-page-button): Simplify.  Reformat.
12198
12199 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12200
12201         * gnus-art.el (gnus-insert-prev-page-button)
12202         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12203
12204 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12205
12206         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12207
12208 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12209
12210         * gnus-art.el (gnus-insert-mime-button)
12211         (gnus-insert-mime-security-button):
12212         Apply gnus-article-button-face to MIME and security buttons.
12213
12214 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12217         readable.
12218
12219 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12222
12223 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12224
12225         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12226         `browse-url-of-file' instead of `browse-url'.
12227
12228 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12229
12230         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12231         regexp.  Articles containing quotation were cut prematurely.
12232
12233 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * message.el (message-cite-original-1): Use nobody by default for the
12236         value of From header.
12237         (message-reply): Ditto.
12238
12239 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12240
12241         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12242         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12243         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12244
12245 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12248         mails in the doc string.  Add some URLs in comment.
12249         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12250
12251 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12254         backslashes handling and the way to find boundaries of quoted strings.
12255
12256 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12257
12258         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12259         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12260         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12261         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12262
12263 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12266         doc string.
12267         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12268
12269 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * lpath.el: Fbind epg-check-configuration.
12272
12273 2006-09-06  Simon Josefsson  <jas@extundo.com>
12274
12275         * mml2015.el (mml2015-use): Doc fix, mention epg.
12276
12277 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12278
12279         * mml2015.el (mml2015-use): Default to epg, if available.
12280
12281 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12282
12283         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12284         message-sender.
12285         (mml1991-epg-encrypt): Ditto.
12286         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12287         message-sender.
12288         (mml2015-epg-encrypt): Ditto.
12289
12290 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12291
12292         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12293         several common directories.
12294
12295 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12296
12297         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12298         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12299
12300 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-art.el (article-decode-encoded-words): Make it fast.
12303
12304 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12307
12308         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12309         in quoted string into `\'.
12310
12311 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12314         Use standard-syntax-table.
12315
12316 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * gnus-art.el (gnus-decode-address-function): New variable.
12319         (article-decode-encoded-words): Use it to decode headers which are
12320         assumed to contain addresses.
12321         (gnus-mime-delete-part): Remove useless `or'.
12322
12323         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12324         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12325         (gnus-nov-parse-line): Use it to decode From header.
12326         (gnus-get-newsgroup-headers): Ditto.
12327         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12328
12329         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12330         (mail-decode-encoded-address-string): New alias.
12331
12332         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12333         New function.
12334         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12335         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12336         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12337         (rfc2047-decode-string): Ditto.
12338         (rfc2047-decode-address-region): New function.
12339         (rfc2047-decode-address-string): New function.
12340
12341 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * message.el (message-caesar-buffer-body): Allow rotating headers.
12344
12345         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12346
12347         * message.el (message-insert-formated-citation-line): Fix %f.
12348         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12349
12350 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12353         (gnus-bookmark-mouse-available-p): New macro.
12354         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12355         (gnus-bookmark-bmenu-show-infos): Use it.
12356         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12357         (gnus-bookmark-bmenu-hide-infos): Ditto.
12358         (gnus-bookmark-remove-properties): New function.
12359         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12360         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12361         (gnus-bookmark-write-file): Bind coding-system-for-write.
12362         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12363         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12364         group before selecting it.
12365         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12366         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12367         quit-window if it is not available; use gnus-mouse-2 and bind it to
12368         gnus-bookmark-bmenu-select-by-mouse.
12369         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12370         (gnus-bookmark-bmenu-select-by-mouse): New function.
12371
12372 2006-08-13  Romain Francoise  <romain@orebokech.com>
12373
12374         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12375         space.
12376
12377 2006-08-10  Romain Francoise  <romain@orebokech.com>
12378
12379         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12380         (dns-mode-soa-auto-increment-serial): New user option.
12381         (dns-mode-soa-maybe-increment-serial): New function.
12382         (dns-mode): Add the latter to `write-contents-functions'.
12383
12384 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * compface.el (uncompface): Use binary rather than raw-text-unix.
12387
12388 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * compface.el (uncompface): Make sure the eol conversion doesn't take
12391         place when communicating with the external programs.
12392         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12393
12394 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12397
12398 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12399
12400         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12401         Make it more robust by parsing author and date independently.
12402
12403 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12406
12407 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12408
12409         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12410         first matching secret key.
12411         (mml2015-epg-encrypt): Ditto.
12412
12413         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12414         first matching secret key.
12415         (mml1991-epg-encrypt): Ditto.
12416
12417         * mml2015.el (mml2015-encrypt-to-self): New user option.
12418         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12419         mml2015-epg-encrypt-to-self is set.
12420
12421         * mml1991.el (mml1991-encrypt-to-self): New variable.
12422         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12423         mml1991-epg-encrypt-to-self is set.
12424
12425         * mml2015.el (mml2015-signers): New user option.
12426         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12427         (mml2015-epg-encrypt): Allow to select signing keys.
12428
12429         * mml1991.el (mml1991-signers): New variable.
12430         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12431         (mml1991-epg-encrypt): Allow to select signing keys.
12432
12433 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * nnheader.el (nnheader-insert-head): Make it work even if the file
12436         uses CRLF for the line-break code.
12437
12438 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12439
12440         * mml2015.el: Require mml-sec instead of password.
12441         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12442         (mml2015-cache-passphrase): Inherit the default value from
12443         mml-secure-cache-passphrase.
12444         (mml2015-passphrase-cache-expiry): Inherit the default value from
12445         mml-secure-passphrase-cache-expiry.
12446
12447         * mml1991.el: Require mml-sec instead of password.
12448         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12449         (mml1991-cache-passphrase): Inherit the default value from
12450         mml-secure-cache-passphrase.
12451         (mml1991-passphrase-cache-expiry): Inherit the default value from
12452         mml-secure-passphrase-cache-expiry.
12453
12454         * mml-sec.el: Require password.
12455         (mml-secure-verbose): New user option.
12456         (mml-secure-cache-passphrase): New user option.
12457         (mml-secure-passphrase-cache-expiry): New user option.
12458
12459 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12460
12461         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12462         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12463         andreas@altroot.de (Andreas Vögele).
12464
12465         FIXME: Use `tiny change'?
12466
12467 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12468
12469         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12470         workaround for the url package included with Emacs.
12471
12472         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12473
12474 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12477         correctly.  This fixes a bug caused by the 2006-05-12 change.
12478
12479 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12480
12481         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12482         some information about the error when saying that the `bogus' mail
12483         group will be used.
12484
12485 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12488         string.
12489
12490 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12491
12492         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12493
12494 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12495
12496         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12497
12498 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12499
12500         * mml1991.el (mml1991-function-alist): Add epg.
12501         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12502         (mml1991-epg-encrypt): New functions.
12503
12504 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12505
12506         * mml2015.el (mml2015-verbose): New variable.
12507         (mml2015-cache-passphrase): Ditto.
12508         (mml2015-passphrase-cache-expiry): Ditto.
12509         (mml2015-function-alist): Add epg.
12510         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12511         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12512         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12513         New functions.
12514
12515 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12516
12517         * message.el (message-cite-original-1): Preserve region when removing
12518         quoted text due to X-No-Archive in order to avoid bogus attribution
12519         when citing multiple messages.
12520
12521 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12522
12523         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12524         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12525
12526 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-diary.el (gnus-user-format-function-d)
12529         (gnus-user-format-function-D): Autoload.
12530
12531         * imap.el (Commentary): Fix typo.
12532
12533         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12534         2006-04-22 contribution.
12535
12536 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12537
12538         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12539         It didn't really fix the bogosity I'm seeing with solid web groups.
12540
12541 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12542
12543         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12544         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12545         created using server names.  If we use the feature without declaring
12546         it, Gnus does not properly manage server and group state.
12547
12548         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12549         bound.
12550
12551 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12552
12553         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12554         looking up the method using GROUP's prefix before inventing a new one.
12555         It is used on killed/unknown groups in various places where returning
12556         an all-new method isn't expected by the caller.
12557
12558         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12559         and match semantics of gnus-group-real-prefix.
12560
12561 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * nnmail.el (nnmail-broken-references-mailers): New variable.
12564         (nnmail-ignore-broken-references): New function generalizing
12565         nnmail-fix-eudora-headers.
12566         (nnmail-fix-eudora-headers): Now obsolete.
12567
12568         * gnus-art.el (gnus-button-handle-custom):
12569         Support `customize-apropos*'.
12570
12571 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12572
12573         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12574
12575         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12576         articles.
12577
12578 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * message.el (message-cite-reply-above): New variable.
12581         (message-yank-original): Use it.
12582
12583 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12586
12587 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12590         as read.
12591
12592         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12593
12594 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12597         (gnus-bookmark-default-file): Use gnus-directory.
12598         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12599         Remove "*" in doc string.
12600         (gnus-bookmark-write-file): Simplify.
12601         (gnus-bookmark-maybe-sort-alist): Use `when'.
12602         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12603         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12604         Add FIXME about Emacs 21 and XEmacs compatibility.
12605         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12606         compatibility.
12607         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12608         compatibility.
12609         (gnus-bookmark-menu-heading): Fix version.
12610
12611 2006-06-19  Bastien Guerry  <bzg@altern.org>
12612
12613         * gnus-bookmark.el: New file.
12614
12615 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * message.el (message-syntax-checks): Doc fix.
12618
12619 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12620
12621         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12622         unsubscribed groups as if they were killed ones.  It causes duplicate
12623         entries in gnus-newsrc-alist.
12624
12625 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * message.el (message-syntax-checks): Doc fix.
12628         (message-send-mail): Add check for continuation headers.
12629         (message-check-news-header-syntax): Fix regexp used to check for
12630         continuation headers.
12631
12632 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12635
12636 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12639
12640 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12643         default-truncate-lines.
12644
12645 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12648         to fill the utf-8 entry.
12649
12650         * lpath.el: Fbind unicode-precedence-list.
12651
12652 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12653
12654         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12655
12656 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12657
12658         * gnus-agent.el (directory-files-and-attributes): Move all the way
12659         forward (the third and final move).
12660         (gnus-agent-read-agentview): Trap reconstruction errors due to
12661         nonexistent directory.  Handle by returning nil.
12662
12663 2006-05-30  Didier Verna  <didier@xemacs.org>
12664
12665         * message.el (message-dont-reply-to-names): Update the custom type.
12666         * message.el (message-dont-reply-to-names): New defsubst: potentially
12667         convert a list of regexps into a single one.
12668         * message.el (message-get-reply-headers): Use it.
12669         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12670
12671 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-agent.el (directory-files-and-attributes): Move forward.
12674
12675 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * gnus-ml.el (gnus-mailing-list-subscribe)
12678         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12679         (gnus-mailing-list-message): Fix doc strings.
12680
12681 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12682
12683         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12684         of doing it manually.
12685
12686 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12689         comment.
12690
12691 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12692
12693         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12694         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12695         (gnus-agent-read-local): All symbols allocated in my-obarray.
12696         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12697         (gnus-agent-regenerate-group): Check numeric names to see if they are
12698         messages or groups.
12699         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12700         better way of do this...)
12701
12702         * gnus-cache.el (gnus-agent-total-fetched-for):
12703         Ignore 'dummy.group' (there should be a better way of do this...)
12704
12705 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12708         (gnus-saved-headers): Ditto.
12709         (gnus-default-article-saver): Mention functions may have properties.
12710         (gnus-article-save): Override gnus-save-all-headers and
12711         gnus-saved-headers by :headers property which saver function may have.
12712         (gnus-summary-save-in-file): Add :headers property.
12713         (gnus-summary-write-to-file): Ditto.
12714
12715         * gnus-sum.el (gnus-summary-save-article): Bind
12716         gnus-prompt-before-saving to t when saving many articles in a file;
12717         always show all headers.
12718
12719         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12720
12721 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12724         marks.
12725
12726         * message.el (message-indent-citation): Add optional arguments to allow
12727         using it outside of message buffers.
12728
12729         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12730         (gnus-article-treat-unfold-headers): Use it.
12731         (gnus-article-truncate-lines): New variable.
12732         (gnus-article-mode): Use it.
12733         (gnus-article-toggle-truncate-lines): New function.
12734
12735         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12736         Add gnus-article-toggle-truncate-lines.
12737
12738         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12739         coding system in XEmacs, use binary.
12740
12741 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12744         after-load-alist.
12745
12746         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12747         this function should save decoded articles.
12748         (gnus-summary-write-to-file): Use property to specify this function
12749         should save decoded articles and specify gnus-summary-save-in-file
12750         should be used to save articles other than the first one when saving
12751         many articles.
12752         (gnus-summary-save-body-in-file): Use property to specify this
12753         function should save decoded articles.
12754         (gnus-summary-write-body-to-file): Use property to specify this
12755         function should save decoded articles and specify
12756         gnus-summary-save-body-in-file should be used to save articles other
12757         than the first one when saving many articles.
12758
12759         * gnus-sum.el (gnus-summary-save-article): Simplify.
12760
12761 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-art.el (gnus-default-article-saver):
12764         Add gnus-summary-write-body-to-file.
12765         (gnus-article-save-coding-system): Don't use coding system object
12766         in XEmacs.
12767         (gnus-read-save-file-name): Add optional `dir-var' argument which
12768         specifies directory in which files are saved; work even if optional
12769         `variable' argument is not specified.
12770         (gnus-summary-write-to-file): Read file name.
12771         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12772         (gnus-summary-write-body-to-file): New function.
12773
12774         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12775         (gnus-summary-local-variables): Add it.
12776         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12777         (gnus-summary-save-article): Remove optional `decode' argument;
12778         determine whether to decode articles by the value of
12779         gnus-default-article-saver; when saving many files using
12780         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12781         it first and use gnus-summary-save-in-file or
12782         gnus-summary-save-body-in-file thereafter unless
12783         gnus-prompt-before-saving is always; move point to article which
12784         will be saved.
12785         (gnus-summary-save-article-file): Revert.
12786         (gnus-summary-write-article-file): Revert.
12787         (gnus-summary-save-article-body-file): Revert.
12788         (gnus-summary-write-article-body-file): New function.
12789
12790 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-art.el (gnus-default-article-saver): Doc fix.
12793         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12794         from gnus-summary-save-article-coding-system, and default to a
12795         certain coding system.
12796         (gnus-output-to-file): Add coding cookie and encode text according
12797         to gnus-article-save-coding-system; don't use mm-append-to-file.
12798
12799         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12800         gnus-art.el and rename to gnus-article-save-coding-system.
12801         (gnus-summary-save-article): Require gnus-art; don't show all
12802         headers if it decodes articles; don't add coding cookie here;
12803         don't bind mm-text-coding-system-for-write.
12804         (gnus-summary-save-article-file): Save decoded articles.
12805         (gnus-summary-write-article-file): When saving many files, use
12806         gnus-summary-write-to-file first and gnus-summary-save-in-file
12807         thereafter unless gnus-prompt-before-saving is always.
12808         (gnus-summary-save-article-body-file): Save decoded articles.
12809
12810         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12811
12812 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * nnrss.el (nnrss-check-group): Bind hash-index.
12815
12816 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12817
12818         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12819         its hash index.  Store this hash in `nnrss-group-data'.
12820         (nnrss-read-group-data): Update accordingly.
12821
12822 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12825         entry.
12826
12827         * gnus-sum.el (gnus-summary-make-menu-bar):
12828         Add gnus-article-browse-html-article.
12829
12830 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12831
12832         * gnus-sum.el (gnus-summary-mime-map):
12833         Add gnus-article-browse-html-article.
12834
12835         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12836
12837 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12840         suitable coding systems in customize.
12841
12842 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * mail-source.el (mail-sources): Fix custom type.
12845
12846 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12847
12848         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12849         (gnus-summary-expire-articles-now): Shorten prompt.
12850
12851         * gmm-utils.el (wid-edit): Require.
12852         (defun-gmm): Rename from `gmm-defun-compat'.
12853         (gmm-image-search-load-path): Use it.
12854         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12855
12856 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * gnus-sum.el (gnus-summary-save-article-coding-system):
12859         New variable.
12860         (gnus-summary-save-article): Add optional `decode' argument.
12861         If it is set and gnus-summary-save-article-coding-system is non-nil,
12862         save decoded article.
12863         (gnus-summary-write-article-file): Save decoded article if
12864         gnus-summary-save-article-coding-system is non-nil.
12865
12866         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12867         type.
12868
12869 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12872
12873 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12876         first to test gnus-single-article-buffer which may be buffer-local.
12877
12878         * gnus-sum.el (gnus-summary-setup-buffer):
12879         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12880         group; make gnus-article-buffer, gnus-article-current, and
12881         gnus-original-article-buffer always buffer-local.
12882         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12883         group.
12884         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12885
12886 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * nnml.el (nnml-request-compact-group): Compressed files might not
12889         have .gz extension.
12890
12891 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12892
12893         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12894         (mm-copy-to-buffer): Use with-current-buffer.
12895         (mm-display-part): Simplify.
12896         (mm-inlinable-p): Add optional arg `type'.
12897
12898 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12899
12900         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12901         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12902         Try harder to show the attachment internally or externally using
12903         gnus-mime-view-part-as-type.
12904
12905 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * message.el (message-from-style, message-signature-separator)
12908         (message-user-organization-file, message-send-mail-function)
12909         (message-citation-line-function, message-yank-prefix)
12910         (message-indent-citation-function, message-signature)
12911         (message-signature-file, message-signature-insert-empty-line):
12912         Remove autoloads.
12913
12914         * gnus-art.el (gnus-buttonized-mime-types):
12915         Remove "multipart/signed".  Revert 2006-04-26 change.
12916
12917 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12918
12919         * gnus.el (gnus-version-number): Bump version.
12920
12921 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12922
12923         * gnus.el: No Gnus v0.5 is released.
12924
12925 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12926
12927         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12928         fetching articles by message-id.
12929
12930 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12931
12932         * message.el (hashcash): Require hashcash as normal.
12933
12934         * ecomplete.el (ecomplete-highlight-match-line):
12935         Use point-at-eol.
12936         (ecomplete-highlight-match-line): Use `highlight', because that
12937         face exists in both Emacs and XEmacs.
12938
12939         * message.el (message-display-abbrev): Use point-at-bol.
12940
12941         * mail-source.el: Don't require timer/timer-funcs.
12942
12943         * gnus-async.el: Ditto.
12944
12945         * password.el: Ditto.
12946
12947         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12948
12949         * mm-url.el: Ditto.
12950
12951         * gnus-xmas.el: Don't require timer-funcs.
12952
12953         * mm-util.el: Require timer/timer-funcs.
12954
12955 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12956
12957         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12958         Close.
12959
12960 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12963         unibyte after clear-decrypt function runs.
12964
12965         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12966         returns as a unibyte string.
12967
12968 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * lpath.el: Revert.
12971
12972         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12973         (pgg-gpg-process-sentinel): Revert.
12974
12975         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12976         (pgg-pgp-lookup-key): Revert.
12977
12978         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12979         (pgg-pgp5-lookup-key): Revert.
12980
12981         * pgg.el (pgg-fetch-key): Revert.
12982
12983 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * lpath.el: Fbind string-as-multibyte for XEmacs.
12986
12987         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12988         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12989         (mml1991-pgg-encrypt): Ditto.
12990
12991         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12992         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12993         a multibyte buffer.
12994
12995         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12996         (pgg-pgp-lookup-key): Ditto.
12997
12998         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12999         (pgg-pgp5-lookup-key): Ditto.
13000
13001         * pgg.el (pgg-fetch-key): Ditto.
13002
13003 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * message.el (message-user-organization-file): Check several
13006         locations of the organization file.
13007
13008         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13009         Add gnus-article-view-part-as-type.
13010
13011         * gnus-art.el (gnus-article-view-part-as-type): New function.
13012
13013         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13014         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13015
13016         * mml.el: Simplify autoload.
13017         (mml-mode): defvar dnd-protocol-alist instead of using
13018         symbol-value.
13019         (mml-default-directory): New variable.
13020         (mml-minibuffer-read-file): Use it.
13021         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13022
13023         * message.el (message-citation-line-format): New variable.
13024         (message-insert-formated-citation-line): New function.
13025         (message-citation-line-function):
13026         Add `message-insert-formated-citation-line' to custom type.
13027
13028         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13029         to doc string.
13030
13031         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13032         depending on mm-verify-option.
13033
13034 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13037         binding pgg-* variables; reimplement the section which prevents
13038         MIME header from being signed.
13039         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13040         pgg-text-mode; remove a blank line at the top of body.
13041
13042         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13043         lines at the top of body; use gnus-newsgroup-charset if there's no
13044         Charset header.
13045
13046 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * message.el (message-self-insert-commands): Doc fix.
13049
13050         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13051         (mm-uu-pgp-encrypted-test): Ditto.
13052         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13053         between header and body; return application/pgp-encrypted handle
13054         if decryption failed; decode decrypted body by charset.
13055
13056         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13057         element match to application/pgp-*.
13058
13059 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13060
13061         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13062         HTML.
13063
13064 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065
13066         * mail-source.el (mail-source-call-script): Message the error
13067         string.
13068
13069 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13070
13071         * gnus-util.el (gnus-byte-compile): Use it.
13072
13073 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13074
13075         * gnus-util.el (kill-empty-logs): New function.
13076
13077 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13078
13079         * message.el (message-mail-alias-type): Doc fix.
13080         (message-mail-alias-type-p): New function.
13081         (message-send): Use it.
13082         (message-mode): Ditto.
13083         (message-strip-forbidden-properties): Ditto.
13084
13085         * ecomplete.el (ecomplete-database-file-coding-system):
13086         New variable.
13087         (ecomplete-save): Use it.
13088         (ecomplete-setup): Use it.
13089
13090 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * message.el (message-self-insert-commands): New variable.
13093         (message-strip-forbidden-properties): Use it.
13094
13095 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13098         that doesn't make XEmacs choke.
13099
13100 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-util.el (gnus-replace-in-string):
13103         Prefer replace-regexp-in-string over of replace-in-string.
13104
13105 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-util.el (gnus-select-frame-set-input-focus):
13108         Use select-frame-set-input-focus if it is available in XEmacs; use
13109         definition defined in Emacs 22 for old Emacsen.
13110
13111         * dgnushack.el: Autoload unmorse-region for XEmacs.
13112
13113         * lpath.el: Bind cursor-in-non-selected-windows and
13114         select-frame-set-input-focus for XEmacs.
13115
13116 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13119
13120 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * gnus-registry.el (gnus-registry-cache-save): Remove text
13123         properties when saving via the temp buffer.
13124
13125 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * message.el (message-generate-hashcash): Honor custom type.
13128
13129 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * message.el (message-generate-hashcash): Default to non-nil when
13132         hashcash is found.
13133
13134         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13135         (gnus-refer-thread-limit): Increase default to 500.
13136
13137         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13138
13139         * flow-fill.el (fill-flowed): Allow delete-space.
13140
13141 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13144         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13145         Remove autoloads.
13146
13147 2006-04-18  Simon Josefsson  <jas@extundo.com>
13148
13149         * message.el (message-generate-hashcash): Default to.
13150
13151 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13154         concatenating segments rather than before concatenating them.
13155
13156 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13159
13160 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13161
13162         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13163
13164         * message.el (message-forward-make-body-plain):
13165         Allow message-forward-ignored-headers to be a list.
13166         (message-remove-ignored-headers): Factor out into function.
13167         (message-forward-make-body-mml): Use it.
13168
13169         * imap.el (imap-quote-specials): New function.
13170         (imap-login-auth): Quote specials.
13171
13172         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13173         (rfc2231-parse-string): Allow concatanation of parameters that
13174         aren't contiguous.  The test case is
13175           (mail-header-parse-content-type "message/external-body;
13176             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13177             access-type=LOCAL-FILE;
13178             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13179
13180 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13181
13182         * nntp.el (nntp-accept-process-output): Return the value of
13183         `nnheader-accept-process-output'.
13184
13185 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13186
13187         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13188         (gnus-button-alist): Recognize more diff formats.
13189         (gnus-button-patch): Strip directory.
13190
13191 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13194         Emacs 22 when setting focus.
13195
13196 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13197
13198         * gnus-art.el (gnus-article-treat-types): Do treatment of
13199         text/x-verbatim parts.
13200         (gnus-button-patch): New command.
13201
13202         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13203         addresses that contain invalid characters.
13204
13205 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * message.el (message-put-addresses-in-ecomplete):
13208         Use gnus-replace-in-string.
13209         (message-is-yours-p): Use the more correct
13210         mail-header-parse-address instead of
13211         mail-extract-address-components.
13212         (message-put-addresses-in-ecomplete): Fix typo.
13213
13214         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13215         keystroke.
13216
13217         * gnus-art.el (gnus-treatment-function-alist): Change order of
13218         newsgroups/generic header folding to avoid double-folding.
13219
13220         * message.el (message-hidden-headers): Add X-Draft-From.
13221
13222         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13223         New command.
13224         (gnus-summary-repeat-search-article-backward): New command.
13225
13226         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13227         groups in the parent topic.
13228
13229 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13230
13231         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13232         (spam-extra-header-to-number): Return the CRM114 number as a
13233         number instead of a string.
13234
13235 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13236
13237         * gnus-art.el (gnus-face-properties-alist): Move here from
13238         gnus-fun.
13239
13240         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13241
13242 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243
13244         * message.el (message-strip-forbidden-properties): Only display on
13245         self-insert-command.
13246
13247         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13248         reindent.
13249         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13250
13251 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13252
13253         * smiley.el (smiley-style): Fix typo.
13254
13255 2006-03-23  Kenichi Handa  <handa@m17n.org>
13256
13257         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13258         instead of set-buffer-multibyte.
13259
13260 2006-03-23  Kenichi Handa  <handa@m17n.org>
13261
13262         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13263         buffer and then decode the buffer text if necessary.
13264         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13265         first, and after mm-encode-body, change the buffer to unibyte.
13266
13267 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13268
13269         * hashcash.el (hashcash-insert-payment-async-2):
13270         Use message-goto-eoh instead of doing it manually.
13271         (mail-add-payment): Use message-narrow-to-header instead of trying
13272         to do the same itself.
13273
13274         * message.el (message-hidden-headers): Add Face.
13275
13276         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13277         reparenting code.
13278         (gnus-summary-reparent-children): Refactored out code.
13279         (gnus-summary-thread-map): New keystroke.
13280         (gnus-summary-reparent-children): Make into command.
13281
13282         * smiley.el (smiley-style): Default to `medium' if using a large
13283         font.
13284
13285         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13286         does it itself.
13287
13288         * message.el (message-point-in-header-p): Simplify definition.
13289
13290 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13291
13292         * nnagent.el (nnagent-request-set-mark): Silence log file
13293         writing.
13294         (nnagent-request-set-mark): Use write-region instead of
13295         append-to-file.
13296
13297         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13298         strange select method.
13299
13300         * ecomplete.el (ecomplete-display-matches): Get highlightling
13301         right.
13302         (ecomplete-display-matches): Use literals.
13303         (ecomplete-display-matches): Disable message logging.
13304
13305         * message.el (message-display-abbrev): Small optimization.
13306
13307         * ecomplete.el (ecomplete-display-matches): Allow automatic
13308         display.
13309
13310         * message.el (message-strip-forbidden-properties):
13311         Display abbrevs.
13312         (message-display-abbrev): Get automatic display right.
13313
13314         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13315         keystrokes.
13316
13317 2006-04-13  Romain Francoise  <romain@orebokech.com>
13318
13319         TODO: Backport to v5-10!
13320
13321         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13322         Move here (and rename) from gnus-registry.el.
13323
13324         * gnus-registry.el: Require gnus-util.
13325         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13326
13327 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13328
13329         * gnus-group.el (gnus-group-catchup-current):
13330         Change if-then-else-if-then-else into cond.
13331         (gnus-group-catchup): Indent.
13332         (group-name-at-point): New function.
13333         (gnus-fetch-group): Provide default from thing at point.
13334
13335 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336
13337         * message.el (message-display-abbrev): Fix regexp.
13338
13339         * ecomplete.el (ecomplete-highlight-match-line):
13340         Reimplement choosing.
13341         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13342         dead variables.
13343
13344         * message.el (message-newline-and-indent): Remove debugging.
13345         (message-display-abbrev): Use new implementation.
13346
13347 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * gnus-art.el (gnus-article-mode):
13350         Set cursor-in-non-selected-windows to nil.
13351
13352         * smiley.el: Revert previous change.
13353         (smiley-data-directory): defvar it before using it in the
13354         defcustom of `smiley-style'.
13355
13356 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13357
13358         * message.el (message-newline-and-indent): New function.
13359
13360         * ecomplete.el: Implement more bits.
13361
13362         * message.el (message-put-addresses-in-ecomplete): Clean up the
13363         string.
13364
13365         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13366
13367         * gnus-sum.el (gnus-summary-save-parts):
13368         Bind gnus-summary-save-parts-counter and use it to make unique file
13369         names.
13370
13371         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13372
13373         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13374         parameter to say whether to actually parse the individual
13375         addresses.
13376
13377         * message.el (message-put-addresses-in-ecomplete): New function.
13378         (ecomplete): Require.
13379         (message-mail-alias-type): Add ecomplete as an option.
13380
13381 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13382
13383         * flow-fill.el (fill-flowed): Remove trailing space from blank
13384         quoted lines.
13385
13386 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13387
13388         * smiley.el (smiley-style): Move definition later to avoid a
13389         compilation warning.
13390
13391 2006-04-12  Kenichi Handa  <handa@m17n.org>
13392
13393         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13394         buffer and then decode the buffer text if necessary.
13395         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13396         first, and after mm-encode-body, change the buffer to unibyte.
13397         Use mm-disable-multibyte instead of set-buffer-multibyte.
13398
13399 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13402         Content-Type header instead of Content-Disposition header.
13403         (gnus-mime-inline-part): Ditto.
13404         (gnus-mime-view-part-as-charset): Ignore charset that the part
13405         specifies.
13406
13407         * mm-decode.el (mm-display-part): Work with external parts and
13408         usual parts similarly.
13409
13410         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13411         instead of gnus-display-mime.
13412
13413         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13414         instead of with-temp-buffer.
13415
13416         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13417         tag to summarized topics part in order to encode non-ASCII text.
13418
13419 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * smiley.el (smiley-style): New variable.
13422         (smiley-directory): New function.
13423         (smiley-data-directory): Derive from `smiley-style' using
13424         `smiley-directory'.
13425         (smiley-regexp-alist): Add new entries.
13426
13427         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13428         (gnus-article-browse-delete-temp): Add :version.
13429
13430 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13431
13432         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13433         the sieve region.
13434
13435 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13436
13437         * gnus.el (gnus-version-number): Bump version.
13438
13439 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * gnus.el: No Gnus v0.4 is released.
13442
13443 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13444
13445         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13446         layout.
13447
13448         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13449         unknown charset.
13450
13451         * message.el (message-header-synonyms): Add Original-To to the
13452         default.
13453
13454         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13455         optional parameter.
13456
13457 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * gnus-fun.el (gnus): Require it for gnus-directory.
13460
13461 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13464
13465 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13466
13467         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13468
13469 2006-04-05  Simon Josefsson  <jas@extundo.com>
13470
13471         * password.el (password-reset): New function.
13472
13473 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13474
13475         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13476         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13477
13478 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13479
13480         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13481         Some whitespace was matched into the url, which broke browsing hits
13482         > 100 when mm-url-use-external was nil.
13483
13484 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13487         Check gnus-extra-headers for 'Newsgroups.
13488
13489         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13490         bound.
13491
13492 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13493
13494         * pgg-gpg.el: Clean up process buffers every time gpg processes
13495         complete.
13496
13497 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13500         doc string.
13501
13502 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13503
13504         * pgg-gpg.el (pgg-gpg-process-filter)
13505         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13506
13507         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13508         lines, temporary fix.
13509
13510 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13513
13514 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13515
13516         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13517         default-enable-multibyte-characters.  This reverts the change from
13518         revision 6.17 which is no longer necessary because the passphrase
13519         is sent separately now.  GnuPG messages are unreadable under
13520         multibyte locales with default-enable-multibyte-characters set to
13521         nil.
13522
13523 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * message.el (message-tool-bar-gnome): Move "spell".
13526
13527 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13530         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13531         instead.
13532
13533 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13534
13535         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13536         Improve newsgroups handling for NNTP overviews which don't include
13537         Newsgroups.
13538
13539 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13540
13541         * message.el (message-resend): Bind message-generate-hashcash to nil.
13542
13543 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13544
13545         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13546         when searching for already-paid recipients.
13547
13548 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13549
13550         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13551         passphrases when it is not needed.
13552         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13553         passphrase stuff from gpg, should only be necessary when you use
13554         gpg with a smartcard.
13555
13556 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * mml.el (mml-insert-mime): Ignore cached contents of
13559         message/external-body part.
13560
13561         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13562         (mm-insert-part): Ditto.
13563
13564 2006-03-23  Simon Josefsson  <jas@extundo.com>
13565
13566         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13567         Reiner.
13568         (pgg-gpg-use-agent-p): Use it again.
13569
13570 2006-03-23  Simon Josefsson  <jas@extundo.com>
13571
13572         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13573         older emacsen.
13574         (pgg-gpg-use-agent-p): Don't use it.
13575
13576 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13579         if we can.
13580
13581 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13582
13583         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13584         (pgg-gpg-update-agent): New function.
13585         (pgg-gpg-use-agent-p): New function.
13586         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13587         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13588         (pgg-gpg-sign-region): Use it.
13589
13590 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13593         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13594
13595 2006-03-21  Simon Josefsson  <jas@extundo.com>
13596
13597         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13598         <wilde@sha-bang.de>.
13599         (pgg-gpg-use-agent): New variable.
13600         (pgg-gpg-process-region): Use it.
13601         (pgg-gpg-encrypt-region): Likewise.
13602         (pgg-gpg-encrypt-symmetric-region): Likewise.
13603         (pgg-gpg-decrypt-region): Likewise.
13604         (pgg-gpg-sign-region): Likewise.
13605         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13606
13607 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13610
13611         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13612         Add comment on version.
13613
13614 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * smiley.el: Add missing test smiley.
13617
13618 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * mm-decode.el (mm-with-part): New macro.
13621         (mm-get-part): Use it; work with message/external-body as well.
13622         (mm-save-part): Treat name and filename equally.
13623
13624         * mm-extern.el (mm-extern-cache-contents): New function.
13625         (mm-inline-external-body): Use it; force the part to be displayed;
13626         move undisplayer added to the cached handle to the parent.
13627
13628         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13629         (gnus-mime-view-part-as-type): Work with message/external-body.
13630
13631         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13632
13633 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13636         images in image-load-path.  [Sync with image.el, revision 1.60, in
13637         Emacs.]
13638
13639 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13642         path rather than symbol.  Always return list of directories.
13643         Guarantee that image directory comes first.  [Sync with image.el,
13644         revision 1.59, in Emacs.]
13645
13646         * message.el (message-make-tool-bar): Adjust to new API of
13647         `gmm-image-load-path-for-library'.
13648
13649         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13650
13651         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13652
13653 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13654
13655         * gnus-art.el (gnus-article-only-boring-p):
13656         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13657         intangible text.
13658         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13659
13660 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13661
13662         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13663         Use `defun' instead of `gmm-defun-compat'.
13664
13665 2006-03-14  Simon Josefsson  <jas@extundo.com>
13666
13667         * message.el (message-unique-id): Don't use message-number-base36
13668         if (user-uid) is a float.
13669         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13670
13671 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13674
13675         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13676         empty line between a part and a message part.
13677
13678 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * smiley.el: Add more test smileys.
13681         (smiley-data-directory, smiley-regexp-alist)
13682         (gnus-smiley-file-types): Fix doc strings.
13683         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13684         adding new elements.
13685         (smiley-mouse-map): Unused code.  Make it a comment.
13686
13687 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13690         scan latest NoCeM messages instead of old ones.
13691         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13692         delimiters that are recently used.
13693         (gnus-nocem-load-cache): Add autoload cookie.
13694
13695         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13696
13697         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13698         level which is larger than gnus-use-nocem is specified.
13699
13700         * gnus-group.el (gnus-group-get-new-news): Ditto.
13701
13702 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * gnus-util.el (gnus-tool-bar-update): New function.
13705
13706         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13707         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13708
13709         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13710
13711         * gnus-group.el (gnus-group-redraw-when-idle)
13712         (gnus-group-redraw-check): Remove.
13713         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13714
13715 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13718         if optional last element is specified in splits (FIELD VALUE...).
13719
13720 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13723         to gmm-image-load-path-for-library.  Call with no-error argument.
13724         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13725
13726         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13727
13728         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13729
13730         * gmm-utils.el (gmm-image-load-path): Remove alias.
13731
13732 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * gmm-utils.el (gmm-image-load-path): Add alias.
13735
13736         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13737         nnml-generate-nov-databases-1.
13738         (nnml-generate-nov-databases): Use it.
13739         (nnml-generate-nov-databases-directory): Document no-active
13740         argument.
13741
13742         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13743         directory if path is t.  Add no-error.
13744
13745         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13746         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13747
13748         * gnus-art.el (gnus-article-browse-delete-temp-files):
13749         Simplify resetting gnus-article-browse-html-temp-list.
13750
13751         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13752         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13753         Add example to docstring.  Rename local variables.  Move error
13754         checks to default case in cond and simplify.
13755
13756 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13759         handle is multipart when calling it recursively.
13760         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13761
13762 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13763
13764         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13765         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13766
13767 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13770         is loaded.
13771
13772         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13773         loaded.
13774
13775 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13778         to "Emacs 23 (unicode)" in doc string.
13779
13780         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13781         "Emacs 23 (unicode)" in comment.
13782
13783 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13786
13787         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13788         characters 160 through 255 in Emacs 23.
13789
13790 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13793         gnus-article-browse-html-temp.
13794         (gnus-article-browse-delete-temp): Make it customizable.
13795         Add `file'.  Adjust doc string.
13796         (gnus-article-browse-delete-temp-files): Add argument.
13797         Allow query for each file.  Adjust doc string.
13798         (gnus-article-browse-html-parts):
13799         Add `gnus-article-browse-delete-temp-files' to
13800         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13801
13802 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13803
13804         * gnus-art.el (gnus-article-browse-html-temp)
13805         (gnus-article-browse-delete-temp): New variables.
13806         (gnus-article-browse-delete-temp-files): New function.
13807         (gnus-article-browse-html-parts): Use it.
13808
13809 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13812
13813         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13814         string.
13815
13816         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13817         gnus-summary-insert-new-articles when unplugged.
13818         Remove gnus-summary-search-article-forward.
13819
13820         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13821         display-visual-class instead of display-color-cells.
13822
13823 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * dgnushack.el: Autoload customize-group for XEmacs.
13826
13827         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13828         message/* containing non-ASCII text properly.
13829
13830 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * message.el: Require gmm-utils, remove autoloads.
13833         (message-tool-bar): Set default based on
13834         gmm-tool-bar-style.
13835         (message-tool-bar-gnome): Add gmm-customize-mode.
13836
13837         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13838         gmm-tool-bar-style.
13839         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13840
13841         * gnus-group.el (gnus-group-tool-bar): Set default based on
13842         gmm-tool-bar-style.
13843         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13844
13845         * gmm-utils.el (gmm-image-directory): Rename variable from
13846         gmm-image-load-path.
13847         (gmm-image-load-path): Use gmm-image-directory.
13848         (gmm-customize-mode): New function.
13849         (gmm-tool-bar-style): New variable.
13850
13851         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13852         gnus-group-redraw-line-number.
13853         (gnus-group-redraw-check): Simplify.
13854         (gnus-group-tool-bar-update): Remove redraw check.
13855         (gnus-group-make-tool-bar): Add redraw check.
13856
13857 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13858
13859         * gnus-art.el (gnus-button): Add missing parentheses.
13860
13861 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * lpath.el: Fbind line-number-at-pos.
13864
13865 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13868
13869 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * gnus-art.el (gnus-button): New face.
13872         (gnus-article-button-face): Use it.
13873
13874         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13875         Add gnus-summary-next-page.  Re-order.
13876
13877         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13878         next-node are now included.
13879         (gnus-group-redraw-line-number): New internal variable.
13880         (gnus-group-redraw-check): Helper function for updating the tool
13881         bar.
13882         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13883
13884         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13885
13886         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13887         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13888         Use it to match format of Spamassassin 3.0 and later.
13889         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13890         (spam-check-bogofilter)
13891         (spam-bogofilter-register-with-bogofilter): Fix args of
13892         `gnus-error' calls.
13893
13894 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13897         unnecessary interaction when sending queued mails.
13898         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13899
13900 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13903         first or last are nil.
13904
13905 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13906
13907         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13908
13909 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13910
13911         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13912
13913 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13914
13915         * dns.el (query-dns): Protect more against buggy tcp output.
13916
13917 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13920         nov.php.
13921
13922 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13923
13924         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13925         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13926         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13927         output on the server side.
13928         (nnweb-google-create-mapping): Update regexps and add some
13929         progress indication.
13930
13931 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-group.el (gnus-group-tool-bar-gnome):
13934         Fix gnus-agent-toggle-plugged.  Re-order icons.
13935         (gnus-group-tool-bar-gnome):
13936         Add gnus-group-{prev,next}-unread-group.
13937         (gnus-group-tool-bar-gnome): Re-order icons.
13938
13939         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13940         Move gnus-summary-insert-new-articles.
13941
13942         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13943         Fix comments.
13944
13945         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13946         also available in Emacs 21.3.
13947
13948         * message.el (message-fix-before-sending): Change "Emacs 22" to
13949         "Emacs 23 (unicode)" in comment.
13950
13951         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13952         "Emacs 23 (unicode)" in comment.
13953
13954         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13955         comment.
13956         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13957
13958         * mm-view.el (mm-fill-flowed): Add :version.
13959
13960 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13963         and load-path.
13964
13965 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13966
13967         * message.el: Autoload gmm-image-load-path.
13968         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13969         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13970         consitency.
13971
13972         * gmm-utils.el (gmm-image-load-path): Also search in
13973         "../etc/images".  Don't set gmm-image-load-path if we don't find
13974         the image.
13975
13976 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gmm-utils.el (gmm-image-load-path): Don't make
13979         `gmm-image-load-path' include subdirectories which the second arg
13980         `image' might specify.
13981
13982         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13983         subdirectory to icon file names.
13984
13985         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13986
13987 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13988
13989         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13990         gmm-image-load-path calls.
13991
13992         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13993
13994         * message.el (message-make-tool-bar): Ditto.
13995
13996         * mml.el (mml-preview): Add comment concerning tool bar icons.
13997
13998         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13999         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14000
14001         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14002         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14003
14004         * message.el (message-tool-bar-gnome): Use new icon names.
14005         (message-make-tool-bar): Use `gmm-image-load-path'.
14006
14007         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14008         New functions from MH-E.
14009         (gmm-image-load-path): New variable from MH-E.
14010         (gmm-image-load-path): New function from MH-E.  Add arguments
14011         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14012         *-image-load-path-called-flag.
14013
14014 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14015
14016         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14017
14018 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14019
14020         * nnimap.el (nnimap-request-move-article): Change folder back to
14021         source group before deleting.
14022
14023 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14026
14027         * gnus-art.el (mm-url-insert-file-contents-external):
14028         Autoload mm-url.
14029
14030         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14031
14032 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14035         coding system which mm-charset-to-coding-system returns for a
14036         given charset is valid.
14037
14038 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14039
14040         * html2text.el (html2text-remove-tag-list):
14041         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14042
14043 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14044
14045         * gnus-cus.el: Revert 2005-10-17 change.
14046
14047 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-art.el (article-strip-banner):
14050         Call article-really-strip-banner only when the regexp match is made.
14051
14052 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * gnus-art.el (article-strip-banner):
14055         Use gnus-extract-address-components instead of
14056         mail-header-parse-addresses to make it work with non-ASCII text;
14057         remove mail-encode-encoded-word-string.
14058
14059         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14060         values which are surrounded with \"...\"; make it never cause a
14061         Lisp error; give up parsing of parameters if it failed in
14062         extracting type.
14063
14064 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14065
14066         * smime.el (smime-cert-by-ldap-1): Fix bug where
14067         `smime-ldap-search' returns results without userCertificates.
14068
14069 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14072
14073 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * spam.el (spam-check-spamassassin-headers): Adapt format for
14076         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14077         <ari@mbf.ocn.ne.jp>.
14078         (spam-list-of-processors): Add spam-use-gmane.
14079
14080 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14083         make-temp-file; make it work with XEmacs as well.
14084
14085         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14086         mm-make-temp-file.
14087
14088         * mm-decode.el (mm-display-external): Use the 3rd arg of
14089         mm-make-temp-file.
14090         (mm-create-image-xemacs): Ditto.
14091
14092 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14095         with message-narrow-to-headers.
14096         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14097         (gnus-draft-check-draft-articles): New function.
14098         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14099
14100 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-art.el (gnus-article-browse-html-parts):
14103         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14104         Don't use suffix argument for mm-make-temp-file for Emacs 21
14105         compatibility.  Remove useless `format'.
14106
14107 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14108
14109         * nnweb.el (nnweb-google-wash-article): Update regexps.
14110         (nnweb-group-alist): Use defvoo instead of defvar.
14111
14112 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14115         re-loading nn* modules.
14116
14117 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14120         for `tool-bar-mode' and don't check it's default-value.
14121
14122         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14123
14124         * message.el (message-make-tool-bar): Ditto.
14125
14126         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14127         `substring'.  Shorten tmp-file name.
14128
14129         * gnus.el: Remove bogus comment.
14130
14131 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14132
14133         * gnus-art.el (gnus-article-browse-html-parts): New function.
14134         (gnus-article-browse-html-article): New function for viewing html
14135         articles with a browser.
14136
14137 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14138
14139         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14140         in elisp.
14141         (pgg-gpg-encrypt-symmetric-region): Ditto.
14142         (pgg-gpg-sign-region): Ditto.
14143
14144         * pgg-def.el (pgg-text-mode): New variable.
14145
14146         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14147         (mml2015-pgg-encrypt): Ditto.
14148
14149         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14150         (mml1991-pgg-encrypt): Ditto.
14151
14152 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * nnfolder.el (nnfolder-insert-newsgroup-line):
14155         Use message-make-date instead of current-time-string.
14156
14157         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14158         to gnus-decoded which mm-uu might set.
14159
14160 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14163         don't decode quoted parameters; remove misimported Emacs code.
14164         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14165         (rfc2231-decode-encoded-string): Don't use split-string which
14166         behaves differently according to Emacs version; use
14167         mm-decode-coding-region to convert charset to coding-system.
14168         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14169         (rfc2231-encode-string): Remove misimported Emacs code.
14170
14171 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14174         when calling mail-header-parse-content-type.
14175         (article-de-quoted-unreadable): Ditto.
14176         (article-de-base64-unreadable): Ditto.
14177         (article-wash-html): Ditto.
14178
14179         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14180         calling mail-header-parse-content-type and
14181         mail-header-parse-content-disposition.
14182         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14183         mail-header-parse-content-type.
14184
14185         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14186         insert charset and format parameters; encode description after
14187         inserting it to buffer.
14188         (mml-insert-parameter): Fold lines properly even if a parameter is
14189         segmented into two or more lines; change the max column to 76.
14190
14191         * rfc1843.el (rfc1843-decode-article-body): Don't use
14192         ignore-errors when calling mail-header-parse-content-type.
14193
14194         * rfc2231.el (rfc2231-parse-string): Return at least type if
14195         possible; don't cause an error even if it fails in parsing of
14196         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14197         (rfc2231-encode-string): Don't break lines at the beginning, leave
14198         it to mml-insert-parameter.
14199
14200         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14201         calling mail-header-parse-content-type.
14202
14203 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * spam-report.el (spam-report-gmane-use-article-number):
14206         Improve doc string.
14207         (spam-report-gmane-internal): Check if a suitable header was found
14208         in the article.
14209
14210 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14213         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14214
14215 2006-02-05  Romain Francoise  <romain@orebokech.com>
14216
14217         Update copyright notices of all files in the gnus directory.
14218
14219 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14220
14221         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14222
14223 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14226         segmented lines of parameter value to cope with Thunderbird 1.5
14227         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14228         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14229         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14230
14231 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14232
14233         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14234         parts.
14235
14236 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14237
14238         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14239         there's only one active file for all servers.
14240         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14241         solid groups.  Gnus might have used a FAST request to select the group.
14242         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14243         and nnweb-search redundantly in the active file.
14244         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14245         (nnweb-request-create-group): Don't use ARGS.
14246         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14247         initialisations.  Let nnoo do the work.
14248
14249 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14252         Say the part has been decoded.
14253
14254         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14255
14256 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14257
14258         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14259         mailcap-viewer-test-cache when there's no 'test clause, since that
14260         will invert the meaning of a "nil" test previously determined by
14261         mailcap-mailcap-entry-passes-test.
14262
14263 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14266         compiling.
14267
14268         * gnus-sum.el: Ditto.
14269
14270         * message.el: Don't bind tool-bar-map when compiling.
14271
14272 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14275
14276 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14277
14278         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14279         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14280         current Google Groups.
14281
14282 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14285         and tool-bar-mode.
14286
14287         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14288         and tool-bar-mode.
14289
14290         * message.el (message-tool-bar-update): Simplify.
14291         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14292
14293         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14294         gnus-summary-buffer.
14295         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14296         gnus-summary-reply.
14297
14298         * gmm-utils.el (gmm): Add :version.
14299
14300 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * Makefile.in (clean): New rule.
14303         (distclean): Use it.
14304
14305 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14306
14307         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14308         Don't autoload.
14309
14310 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * gmm-utils.el (gmm-verbose): Add :group.
14313
14314 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * message.el: Change some comments WRT tool-bars.
14317
14318         * gnus-sum.el (gnus-summary-tool-bar)
14319         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14320         (gnus-summary-tool-bar-zap-list): New variables.
14321         (gnus-summary-make-tool-bar): Complete rewrite using
14322         `gmm-tool-bar-from-list'.
14323
14324         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14325         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14326         New variables.
14327         (gnus-group-make-tool-bar): Complete rewrite using
14328         `gmm-tool-bar-from-list'.
14329         (gnus-group-tool-bar-update): New function.
14330
14331         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14332
14333 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14336         is dissected into a single part of which the type is the same as
14337         the given one; decode charset.
14338
14339 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14340
14341         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14342         into alists as symbol not string, since that's what
14343         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14344         look for.
14345
14346 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14349         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14350
14351         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14352
14353 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14356         (gnus-xmas-mime-security-button-menu): New function.
14357
14358         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14359         (gnus-mime-security-button-menu): New definition.
14360         (gnus-mime-security-button-map): Use them.
14361         (gnus-mime-security-button-menu): New function.
14362         (gnus-insert-mime-security-button): Addition to help echo.
14363         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14364         (gnus-mime-security-pipe-part): New functions.
14365
14366         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14367         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14368
14369         * mm-decode.el (mm-handle-set-disposition): Remove.
14370         (mm-handle-set-description): Remove.
14371
14372 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14375         (mm-w3m-standalone-supports-m17n-p): New function.
14376         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14377         w3m usage.
14378
14379         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14380         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14381
14382 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * message.el (message-tool-bar-zap-list):
14385         Use gmm-tool-bar-zap-list as custom type.
14386         (message-tool-bar-update): New function.
14387         (message-tool-bar, message-tool-bar-gnome)
14388         (message-tool-bar-retro): Add message-tool-bar-update.
14389         (message-tool-bar-gnome): Add flyspell-buffer.
14390
14391         * gnus-util.el (gnus-error): Describe `args'.
14392
14393         * gmm-utils.el (gmm-error): Describe `args'.
14394         (gmm-tool-bar-zap-list): New widget.
14395         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14396
14397 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14400         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14401         the number of recursive calls.
14402
14403         * mm-decode.el (mm-handle-set-disposition): New macro.
14404         (mm-handle-set-description): New macro.
14405
14406 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14409         encoding.
14410
14411 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * message.el (message-tool-bar-zap-list, message-tool-bar)
14414         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14415         (message-tool-bar-local-item-from-menu): Remove.
14416         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14417         (message-make-tool-bar): New function.
14418         (message-mode): Use `message-make-tool-bar'.
14419
14420         * gmm-utils.el: New file.
14421         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14422         (gmm-lazy): New widget copied from `nnmail.el'.
14423         (gmm-tool-bar-from-list): New function for creating customizable
14424         tool bars.
14425         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14426         output.
14427         (gmm): Add :prefix to defgroup.
14428
14429 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14430
14431         * gmm-utils.el (gmm-widget-p): New function.
14432
14433 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * mml.el (mml-attach-file): Describe `description' in doc string.
14436         (mml-menu): Add Emacs MIME manual and PGG manual.
14437
14438 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14439
14440         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14441
14442 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14443
14444         * nntp.el (nntp-end-of-line): Doc fix.
14445
14446 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14447
14448         * imap.el (imap-open): Handle case where buffer is a buffer
14449         object.
14450
14451 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14452
14453         * gnus-delay.el (gnus-delay): Don't autoload.
14454         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14455         to be re-loaded when customizing the `gnus-delay' group.
14456
14457 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14458
14459         * message.el (message-insert-citation-line): Use newlines.
14460
14461 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14462
14463         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14464         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14465         these routines, so the passphrase can be managed externally and
14466         passed in to the system.
14467         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14468         pgg-add-passphrase-to-cache function.
14469
14470         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14471         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14472         these routines, so the passphrase can be managed externally and
14473         passed in to the system.
14474         (pgg-pgp5-sign-region): Use new name of
14475         pgg-add-passphrase-to-cache function.
14476
14477 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14478
14479         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14480         part of the decoded armor to find the key-identifier.
14481         (pgg-gpg-lookup-key-owner): New function to return the
14482         human-readable identifier of a key owner.
14483         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14484         itself.
14485         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14486         the key value) if we have a key and can match it against a secret
14487         key.  Also, added a note pointing out fact that the prompt only
14488         indicates the first matching key.
14489
14490         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14491         pgg-decrypt-region.
14492         (pgg-add-passphrase-to-cache): Rename from
14493         `pgg-add-passphrase-cache' to reduce confusion (all callers
14494         changed).
14495         (pgg-remove-passphrase-from-cache): Rename from
14496         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14497         changed).
14498         (pgg-read-passphrase, pgg-add-passphrase-cache)
14499         (pgg-remove-passphrase-cache): Add informative docstrings.
14500         (pgg-decrypt): Convey provided passphrase in subordinate call to
14501         pgg-decrypt-region.
14502
14503 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14504
14505         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14506         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14507         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14508         'passphrase' argument, so the passphrase can be managed externally
14509         and then passed in to the system.
14510
14511         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14512         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14513         so the passphrase cache can be used reliably with identifiers
14514         besides a pgp packet's key id.
14515
14516         * pgg-gpg.el (pgg-gpg-encrypt-region)
14517         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14518         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14519         these routines, so the passphrase can be managed externally and
14520         passed in to the system.
14521
14522         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14523         'notruncate' argument, so the passphrase cache can be used
14524         reliably with identifiers besides a pgp packet's key id.
14525
14526 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14527
14528         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14529         symmetric encryption.
14530         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14531         encrypted session key.
14532         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14533         message ask for the passphrase in a proper way.
14534
14535         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14536         New user commands for symmetric encryption.
14537
14538 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14541
14542         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14543
14544 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14545
14546         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14547
14548 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * mm-decode.el (mm-inlined-types): Add application/pgp.
14551         (mm-automatic-display): Ditto.
14552
14553         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14554         part as text.
14555
14556 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * nnrss.el: Update copyright.
14559         (nnrss-opml-import): Query whether to subscribe to each entry.
14560
14561         * gnus-art.el:
14562         * gnus-sum.el:
14563         * gnus-xmas.el:
14564         * messagexmas.el:
14565         * mm-uu.el:
14566         * mm-view.el: Update copyright.
14567
14568 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * message.el (message-info): New function.
14571         (message-mode-menu): Add it.
14572         Update copyright.
14573
14574         * ChangeLog: Fix and update copyright.
14575
14576 2006-01-13  Romain Francoise  <romain@orebokech.com>
14577
14578         * message.el (message-forward-subject-name-subject): Prefer the
14579         address to 'nowhere' if the sender has no name.
14580         Fix typo.  Update copyright year.
14581
14582 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-art.el (article-wash-html):
14585         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14586         (gnus-article-wash-html-with-w3m-standalone): New function.
14587
14588         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14589         mm-inline-text-html-render-with-w3m-standalone.
14590         (mm-text-html-washer-alist): Map w3m-standalone to
14591         gnus-article-wash-html-with-w3m-standalone.
14592         (mm-inline-text-html-render-with-w3m-standalone): New function.
14593
14594 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14595
14596         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14597         Improve LaTeX.
14598
14599 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14602         (nnrss-request-article): Render text/plain parts as HTML.
14603
14604         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14605         the buffer.
14606
14607 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14610         custom definition of `gnus-posting-styles'.
14611
14612         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14613         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14614
14615 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14618         Use nntp for bug archive.
14619
14620 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14623         parts.
14624         (nnrss-normalize-date): New function converts ISO 8601 date into
14625         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14626         (nnrss-check-group): Use it.
14627
14628 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14631
14632         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14633         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14634         (nnrss-insert-w3): Ditto.
14635
14636 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14639         the articles to be forwarded including the case where neither a
14640         number of articles nor a region is specified.
14641
14642 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * nnrss.el (nnrss-request-article): Fix last change; fill
14645         text/plain parts.
14646
14647 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14650         in text/plain part.
14651         (nnrss-check-group): Don't add excessive newline to dc:subject.
14652
14653 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14654
14655         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14656         article.
14657
14658 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14661         (nnml-use-compressed-files, nnml-save-mail): Support other
14662         comression programs such as bzip2.
14663
14664 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14665
14666         * dns.el (query-dns): Make sure we check the buffer size before
14667         removing tcp headers.
14668
14669 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14672         remove MIME buttons associated with multipart/alternative parts.
14673         (gnus-mime-display-alternative): Tag buttons using `article-type'
14674         text property.
14675
14676         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14677         associated with multipart/alternative parts.
14678
14679         * gnus-art.el (gnus-signature-separator): Fix custom type.
14680
14681         * mm-decode.el (mm-inlined-types): Fix custom type.
14682         (mm-keep-viewer-alive-types): Ditto.
14683         (mm-automatic-display): Ditto.
14684         (mm-attachment-override-types): Ditto.
14685         (mm-inline-override-types): Ditto.
14686         (mm-automatic-external-display): Ditto.
14687
14688 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * spam-report.el (spam-report-user-mail-address)
14691         (spam-report-user-agent): New variables.
14692         (spam-report-url-ping-plain): Use spam-report-user-agent.
14693
14694 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14695
14696         * gnus-art.el (gnus-button-handle-custom): Do not just use
14697         `customize-apropos' for any "M-x customize-*" button but the
14698         function called for.  Accept both the function name and its
14699         argument in order to achieve this.
14700         (gnus-button-alist): Remove support for "custom:" URL's.
14701         Pass function name to `gnus-button-handle-custom' in case of "M-x
14702         customize-*" buttons.
14703
14704 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14707         multipart/alternative and add xref to mm-discouraged-alternatives
14708         in doc string.
14709
14710         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14711         gnus-buttonized-mime-types in doc string.
14712
14713 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14716         Suggest image/.* in the doc string.
14717
14718 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14721         message-marks (Debian bug #342521).
14722
14723 2005-12-12  Simon Josefsson  <jas@extundo.com>
14724
14725         * password.el (password-read-from-cache): Add.
14726         (password-read): Use it.
14727
14728 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * rfc2047.el (rfc2047-charset-to-coding-system):
14731         Recognize us-ascii as a MIME charset.
14732
14733         * mm-bodies.el (mm-decode-content-transfer-encoding):
14734         Protect against the case where the 2nd arg TYPE is nil.
14735
14736 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * pop3.el (pop3-stream-type): Fix custom version.
14739
14740         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14741
14742 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14743
14744         * mm-decode.el (mm-display-external): Add missing cdr.
14745
14746 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14749         RFC1524) if it is in mailcap or add a suffix according to
14750         mailcap-mime-extensions when generating a temp filename; postpone
14751         deleting a temp file for 2 seconds for some wrappers, shell
14752         scripts, and so on, which might exit right after having started a
14753         viewer command as a background job.
14754
14755 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * nntp.el (nntp-marks-directory): Fix custom group.
14758
14759         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14760         steps when < 10.
14761
14762         * gnus-start.el (gnus-no-server-1):
14763         Mention `gnus-level-default-subscribed' in doc string.
14764
14765 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14766
14767         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14768         parens.
14769
14770 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-xmas.el (gnus-use-toolbar): Revert.
14773         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14774         gnus-use-toolbar is default.
14775
14776         * messagexmas.el (message-use-toolbar): Revert.
14777         (message-setup-toolbar): Use global default-toolbar if
14778         message-use-toolbar is default.
14779
14780 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14783         according to default-toolbar-visible-p.
14784
14785         * messagexmas.el (message-use-toolbar): Ditto.
14786
14787 2005-11-26  Dave Love  <fx@gnu.org>
14788
14789         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14790         (tls-program, tls-success): Provide openssl alternative.
14791
14792         * starttls.el: Doc fixes.
14793         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14794         SERVICE to PORT.
14795
14796         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14797         port null or service name.
14798         (starttls-negotiate): Autoload.
14799
14800 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * message.el (message-kill-to-signature): Fix interactive spec.
14803
14804 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * pop3.el (pop3-open-server): Recognize a string as a service name.
14807
14808 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14809
14810         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14811
14812 2005-11-23  Dave Love  <fx@gnu.org>
14813
14814         Add pop3s, pop3/starttls.
14815
14816         * pop3.el (pop3-authentication-scheme): Clarify doc.
14817         (open-tls-stream, starttls-open-stream): Autoload.
14818         (pop3-stream-type): New.
14819         (pop3-open-server): Use it.
14820
14821         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14822         for POP.
14823         (mail-source-keyword-map): Add :stream for POP.
14824         (mail-source-fetch-pop): Use pop3-stream-type.
14825
14826 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14829         of current-time-string.
14830
14831 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14832
14833         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14834         date header.
14835
14836 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14837
14838         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14839         it can seriously impact performance as it bypasses the agent's
14840         local caches.
14841
14842 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14843
14844         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14845         must be explicitly online rather than "not explicitly offline" for
14846         its flags to be synchronized.
14847
14848         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14849         that gnus-uu-unmark-thread will function correctly.
14850
14851         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14852         1024K is instead displayed as 1M.
14853
14854 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14855
14856         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14857
14858 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14859
14860         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14861
14862 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14863
14864         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14865         error message to display actual error condition.
14866         (gnus-agent-save-local): Avoid saving symbols that are bound to
14867         nil as they simply result in a warning message in
14868         gnus-agent-read-local.
14869
14870 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14873         rather than make-variable-buffer-local for file-precious-flag.
14874
14875 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14876
14877         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14878         for duplicates which are removed.  The invalid sort check then
14879         triggers a rescan after the sort as sorting may have moved
14880         duplicate entries such that they can be cheaply detected.
14881
14882 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14885
14886 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14887
14888         * gnus-agent.el (gnus-agent-article-alist-save-format):
14889         Change internal variable to a custom variable.  Change default value
14890         from compressed(2) to uncompressed(1).
14891         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14892         support for uncompressed agentview files.  Taken together, reading
14893         the agentview file should now be 6-7 times faster.
14894
14895 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14896
14897         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14898         as a buffer-local variable.  This avoids creating truncated
14899         dribble files as a result of a hang up, eg.
14900
14901 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14902
14903         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14904         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14905         XEmacs.
14906
14907 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * gnus-start.el (gnus-start-draft-setup):
14910         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14911
14912         * gnus.el (gnus-splash): Change custom group.
14913         (gnus-group-get-parameter, gnus-group-parameter-value):
14914         Describe allow-list argument.
14915
14916         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14917         string.
14918
14919 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * gnus-art.el (gnus-default-article-saver): Add user-defined
14922         `function' to custom type.
14923
14924 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14925
14926         * imap.el (imap-open): Handle case where buffer is a buffer
14927         object.
14928
14929 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14932         long lines.
14933         (gnus-cache-delete-group): Wrap doc strings.
14934
14935         * gnus-agent.el (gnus-agent-rename-group)
14936         (gnus-agent-delete-group): Wrap doc strings.
14937
14938 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * messagexmas.el (message-use-toolbar): Change the valid values
14941         into default, top, bottom, left, and right.
14942         (message-toolbar-thickness): New variable.
14943         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14944         well.
14945         (message-setup-toolbar): Make it work.
14946
14947         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14948         (gnus-use-toolbar): Change the valid values into default, top,
14949         bottom, left, and right.
14950         (gnus-toolbar-thickness): New variable.
14951         (gnus-xmas-setup-toolbar): New function.
14952         (gnus-xmas-setup-group-toolbar): Use it.
14953         (gnus-xmas-setup-summary-toolbar): Use it.
14954
14955 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14956
14957         * gnus-start.el (gnus-1): Add "native" to
14958         gnus-predefined-server-alist.
14959
14960         * gnus.el (gnus-method-to-server): Don't add "native" to the
14961         lists here, because that leads to problems when
14962         gnus-select-method is bound.
14963
14964 2005-11-09  Simon Josefsson  <jas@extundo.com>
14965
14966         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14967         use (not sort-by-date) instead.
14968
14969 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14970
14971         * gnus-delay.el (gnus-delay-group): Don't autoload.
14972         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14973         to be re-loaded when customizing the `gnus-delay' group.
14974
14975 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14976
14977         * message.el: Revert last changes.
14978         (message-insert-citation-line): Use newlines.
14979
14980 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14981
14982         * message.el (message-courtesy-message)
14983         (message-mark-insert-begin, message-mark-insert-end)
14984         (message-elide-ellipsis, message-cancel-message)
14985         (message-add-header, message-change-subject)
14986         (message-cross-post-followup-to-header)
14987         (message-cross-post-insert-note, message-reduce-to-to-cc)
14988         (message-widen-reply, message-delete-not-region)
14989         (message-kill-to-signature, message-insert-signature)
14990         (message-insert-importance-high, message-insert-importance-low)
14991         (message-insert-or-toggle-importance)
14992         (message-insert-disposition-notification-to)
14993         (message-indent-citation, message-yank-original)
14994         (message-cite-original-without-signature, message-cite-original)
14995         (message-insert-citation-line, message-position-on-field)
14996         (message-fix-before-sending, message-send-mail-partially)
14997         (message-send-mail, message-send-mail-with-sendmail)
14998         (message-send-mail-with-qmail, message-send-news)
14999         (message-check-news-header-syntax, message-generate-headers)
15000         (message-insert-courtesy-copy, message-fill-address)
15001         (message-fill-header, message-shorten-references)
15002         (message-setup-1, message-cancel-news)
15003         (message-forward-make-body-plain, message-forward-make-body-mime)
15004         (message-forward-make-body-mml, message-encode-message-body)
15005         (message-forward-make-body-digest-plain)
15006         (message-forward-make-body-digest-mime)
15007         (message-use-alternative-email-as-from): Insert `hard-newline'
15008         instead of ordinary newlines.
15009
15010 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * message.el (message-generate-headers): Downcase the argument
15013         given to message-check-element.
15014
15015 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15016
15017         * nntp.el (nntp-authinfo-rejected): New error condition.
15018         (nntp-wait-for): Use new error condition to signal authentication
15019         error.
15020         (nntp-retrieve-data): Rethrow new error condition to break out of
15021         recursive call to nntp-send-authinfo.
15022
15023 2005-11-08  Romain Francoise  <romain@orebokech.com>
15024
15025         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15026         (gnus-summary-exit-map): Bind to `Z p'.
15027         (gnus-summary-make-menu-bar): Add menu item.
15028
15029 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15032         (gnus-treat-*): Add `first' in all doc strings.
15033
15034         * gnus-group.el (gnus-group-compact-group): Fix typo.
15035
15036 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus.el (gnus-parameters-case-fold-search): New variable.
15039         (gnus-parameters-get-parameter): Use it.
15040
15041         * gnus-score.el (gnus-home-score-file): Doc fix.
15042
15043 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15044
15045         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15046
15047 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * mm-util.el (mm-special-display-p): New function.
15050
15051         * mml.el (mml-preview): Use it; doc fix.
15052
15053 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15054
15055         * imap.el (imap-open): Handle case where buffer is a buffer object.
15056
15057 2005-10-29  Romain Francoise  <romain@orebokech.com>
15058
15059         * message.el (message-fix-before-sending): Fix comment.
15060
15061 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15062
15063         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15064
15065 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15066
15067         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15068         Used in gnus-score.el.
15069
15070 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15073
15074 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15077         whitespace removed in revision 7.8.  Use concatenated string to
15078         protect trailing whitespace.
15079
15080 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15081
15082         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15083         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15084         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15085         Courier IMAP ("some version from 2004").  Mostly based on similar
15086         code in the same function.
15087
15088 2005-10-26  Didier Verna  <didier@xemacs.org>
15089
15090         * gnus-group.el (gnus-group-compact-group): Invalidate original
15091         article buffer.
15092         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15093         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15094         NOV database and in article itself.
15095         Invalidate article backlog.
15096
15097 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15100
15101 2005-10-26  Simon Josefsson  <jas@extundo.com>
15102
15103         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15104         part of 2004-07-25 change.
15105
15106 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * message.el (message-display-completion-list): New function.
15109         (message-expand-group): Use it; make sure the Completions buffer
15110         is modifiable.
15111 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15112
15113         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15114         user-mail-name is an empty string.
15115
15116 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15119         depending on gnus-score-decay-constant.
15120
15121         * encrypt.el (encrypt-insert-file-contents)
15122         (encrypt-write-file-contents): Don't use `gnus-message'.
15123
15124         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15125         arguments.
15126         (mm-uu-type-alist): Add message-marks and insert-marks.
15127         Pass arguments to mm-uu-verbatim-marks-extract.
15128         (mm-uu-hide-markers): New variable.
15129         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15130
15131         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15132         (gnus-convert-image-to-face-command): Use "convert" by default to
15133         allow other input image formats.
15134         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15135         accordingly.
15136
15137 2005-10-23  Simon Josefsson  <jas@extundo.com>
15138
15139         * imap.el (imap-gssapi-program): Align command line parameters
15140         with latest GNU SASL.
15141         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15142
15143 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15144
15145         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15146         HTML.
15147         (nnslashdot-request-article): Ditto.
15148
15149         * lpath.el (featurep): Add nobreak-char-display.
15150
15151 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15152
15153         * mail-source.el (mail-source-fetch-pop): Require pop3.
15154         (mail-source-check-pop): Ditto.
15155
15156 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15159         errors.
15160
15161 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15164         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15165
15166         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15167
15168         * mm-bodies.el (mm-decode-string):
15169         Call `mm-charset-to-coding-system' with allow-override argument.
15170
15171 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15174         (rfc2047-charset-to-coding-system): New function.
15175         (rfc2047-decode-encoded-words): New function.
15176         (rfc2047-decode-region): Use them.
15177         (rfc2047-decode-cte): Remove.
15178         (rfc2047-parse-and-decode): Remove.
15179         (rfc2047-decode): Remove.
15180
15181 2005-10-15  Kenichi Handa  <handa@m17n.org>
15182
15183         * rfc2047.el (rfc2047-decode-cte): New function.
15184         (rfc2047-decode-region): Change the way to decode successive
15185         encoded-words: decode B- or Q-encoding in each encoded-word,
15186         concatenate them, and decode it as charset.
15187
15188 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * lpath.el: Fbind codepage-setup for XEmacs.
15191
15192 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15193
15194         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15195         widget-move-and-invoke.
15196         (gnus-custom-mode): Use gnus-custom-map.
15197
15198 2005-10-15  Bill Wohler  <wohler@newt.com>
15199
15200         * message.el (message-tool-bar-map): Rename image file from
15201         mail_send to mail/send.
15202
15203 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15204
15205         * message.el (message-expand-group): Pass the common
15206         prefix substring of completion to `display-completion-list'.
15207
15208 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * mml-sec.el (mml-secure-method): New internal variable.
15211         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15212         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15213         New functions using mml-secure-method.
15214
15215         * mml.el (mml-mode-map): Add key bindings for those functions.
15216         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15217         Harder <harder@myrealbox.com>.
15218         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15219         Goto end of message if point is the headers of the message.
15220
15221         * message.el (message-in-body-p): New function.
15222
15223         * assistant.el: Autoload gnus-util and netrc.
15224
15225         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15226         Use `mm-charset-override-alist' only when decoding.
15227
15228         * mm-bodies.el (mm-decode-body):
15229         Call `mm-charset-to-coding-system' with allow-override argument.
15230
15231         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15232         `filename' from Content-Disposition if Content-Type doesn't
15233         provide `name'.
15234         (gnus-mime-view-part-as-type): Set default instead of
15235         initial-input.
15236
15237 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15238
15239         * format-spec.el (format-spec): Propagate text properties of % spec.
15240
15241 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * gnus-art.el (gnus-treat-predicate): Add `first'.
15244
15245 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15248         (mm-charset-override-alist): New variable.
15249         (mm-charset-to-coding-system): Use it.
15250         (mm-codepage-setup): New helper function.
15251         (mm-charset-eval-alist): New variable.
15252         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15253         Warn about unknown charsets.
15254
15255         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15256
15257 2005-10-04  David Hansen  <david.hansen@gmx.net>
15258
15259         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15260         (nnrss-check-group): Ditto.
15261
15262 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15265         Rename x-gnus-verbatim to x-verbatim.
15266         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15267
15268         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15269         x-verbatim.
15270
15271         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15272
15273         * gnus-util.el (gnus-remove-duplicates): Remove.
15274
15275         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15276         instead of gnus-remove-duplicates.
15277
15278         * message.el (message-remove-duplicates): Remove.
15279         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15280         message-remove-duplicates.
15281
15282         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15283         available, else use implementation from `delete-dups'.
15284
15285         * message.el (message-insert-expires): New function.
15286         (message-mode-map): Add key binding.
15287         (message-mode-field-menu): Add menu entry.
15288         (message-mode): Document it.
15289         (message-make-expires-date): Use `message-make-date'.
15290
15291 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15292
15293         * message.el (message-make-expires-date): New function.
15294
15295 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * Makefile.in (list-installed-shadows): New entry.
15298         (install): Use it.
15299         (remove-installed-shadows): New entry.
15300
15301         * dgnushack.el (dgnushack-default-load-path): New variable.
15302         (dgnushack-find-lisp-shadows): New function.
15303         (dgnushack-remove-lisp-shadows): New function.
15304
15305 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * Makefile.in (install-el-elc): New entry.
15308         (install): Use it so that .el files are necessarily installed.
15309
15310 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15313
15314 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15315
15316         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15317         function rather than the diff-mode.el package.
15318         (mm-display-external): Use with-current-buffer.
15319         (mm-viewer-completion-map, mm-viewer-completion-map):
15320         Move initialization inside declaration.
15321
15322 2005-09-29  Simon Josefsson  <jas@extundo.com>
15323
15324         * spam.el: Load hashcash when compiling, to avoid warnings.
15325         Don't autoload mail-check-payment.
15326         (spam-check-hashcash): Define unconditionally, since hashcash.el
15327         is part of Gnus now.  Ignore errors from payment checking.
15328
15329 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * message.el (message-bold-region, message-unbold-region):
15332         Rename from `bold-region' and `unbold-region'.
15333
15334         * message.el: Remove useless autoloads.
15335
15336 2005-09-28  Simon Josefsson  <jas@extundo.com>
15337
15338         * message.el (message-use-idna): Default to t.
15339         (message-use-idna): Test whether encoding works too.  Doc fix.
15340
15341 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * nntp.el (nntp-warn-about-losing-connection): Remove.
15344
15345 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15348         customizable.  Change default value.
15349         (mm-uu-diff-groups-regexp): Change default value.
15350         (mm-uu-type-alist): Add doc string.
15351         (mm-uu-configure): Add doc string.  Make it interactive.
15352         (mm-uu-tex-groups-regexp): New variable.
15353         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15354         (mm-uu-type-alist): Add LaTeX documents.
15355         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15356         of "text/verbatim".
15357         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15358
15359         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15360         instead of "text/verbatim".
15361
15362         * message.el (message-mark-inserted-region)
15363         (message-mark-insert-file): Use slrn style marks when called with
15364         prefix argument.
15365
15366 2005-09-27  Simon Josefsson  <jas@extundo.com>
15367
15368         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15369
15370 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15371
15372         * message.el (message-remove-duplicates): New function.
15373         Implementation borrowed from `gnus-remove-duplicates'.
15374         (message-idna-to-ascii-rhs): Also encode idna addresses in
15375         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15376         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15377         only ask about the same idna domain once per header and also tell
15378         in what header to replace the idna domain.
15379
15380         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15381         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15382         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15383         a header is decoded and not just the last one.
15384
15385 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15388         has been decoded.
15389
15390         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15391         (mm-insert-part): Don't modify text if it has been decoded.
15392
15393         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15394         decoded.
15395
15396         * mm-view.el (mm-inline-text): Don't strip text props unless
15397         decoding enriched or richtext parts.
15398
15399 2005-09-25  Romain Francoise  <romain@orebokech.com>
15400
15401         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15402         * gnus-start.el (gnus-subscribe-interactively):
15403         * gnus-uu.el (gnus-uu-grab-articles):
15404         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15405         space.
15406
15407 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15408
15409         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15410         * mm-view.el (mm-view-pkcs7-decrypt):
15411         * gnus-sum.el (gnus-summary-limit-to-extra)
15412         (gnus-summary-respool-article, gnus-read-move-group-name):
15413         * gnus-score.el (gnus-summary-increase-score):
15414         * gnus-util.el (gnus-completing-read-with-default):
15415         * gnus-art.el (gnus-read-save-file-name)
15416         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15417         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15418         * message.el (message-check-news-header-syntax):
15419         Follow convention for reading with the minibuffer.
15420
15421 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * spam-report.el (spam-report-url-ping-plain):
15424         Use gnus-extended-version as User-Agent.
15425
15426         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15427         default value is nil.
15428
15429         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15430         (mm-uu-verbatim-marks-extract): New function.
15431         (mm-uu-extract): New face.
15432         (mm-uu-copy-to-buffer): Use it.
15433
15434         * spam-report.el (spam-report-gmane-ham): Rename from
15435         `spam-report-gmane-unspam'.
15436         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15437         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15438
15439         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15440         Autoload.
15441         (spam-report-gmane-unregister-routine):
15442         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15443
15444 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15445
15446         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15447         (spam-report-gmane-unregister-routine): Add support for gmane
15448         unregistration.
15449
15450         * spam-report.el (spam-report-gmane-unspam)
15451         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15452         (spam-report-gmane): Change to take a single article and do unspam
15453         registration.
15454
15455 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * mm-url.el (mm-url-decode-entities): Fix regexp.
15458
15459 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460
15461         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15462         default to nil, to be able to use Gnus at all.  If the default
15463         switches to something else, then the function should be fixed not
15464         be exceedingly slow.
15465
15466 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15467
15468         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15469         fail hard.
15470
15471         * spam-report.el: Add better Keywords line.
15472
15473         * spam.el: Add Maintainer and better Keywords line.
15474
15475 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15476
15477         * gnus-art.el (gnus-article-replace-part)
15478         (gnus-mime-replace-part): New functions.
15479         (gnus-mime-action-alist, gnus-mime-button-commands)
15480         (gnus-mime-save-part-and-strip): Add file argument.
15481         (gnus-article-part-wrapper): Add interactive argument.
15482
15483         * gnus-sum.el (gnus-summary-mime-map):
15484         Add `gnus-article-replace-part'.
15485
15486 2005-09-19  Didier Verna  <didier@xemacs.org>
15487
15488         The nnml compaction feature:
15489         * nnml.el (nnml-request-compact-group): New function.
15490         * nnml.el (nnml-request-compact): New function.
15491         * gnus-int.el (gnus-request-compact-group): New function.
15492         * gnus-int.el (gnus-request-compact): New function.
15493         * gnus-group.el (gnus-group-compact-group): New function.
15494         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15495         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15496         * gnus-srvr.el (gnus-server-compact-server): New function.
15497         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15498         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15499
15500 2005-09-18  Deepak Goel  <deego@gnufans.org>
15501
15502         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15503         format spec.
15504
15505 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15508
15509 2005-09-15  Romain Francoise  <romain@orebokech.com>
15510
15511         * message.el (message-fill-paragraph): Clarify docstring.
15512
15513 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-art.el (gnus-mime-display-part): Protect against broken
15516         MIME messages.
15517
15518 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15521         before parsing header.
15522
15523 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15524
15525         * html2text.el (html2text-replace-list): Add new entities.
15526
15527 2005-09-11  Romain Francoise  <romain@orebokech.com>
15528
15529         * message.el (message-alternative-emails): Improve docstring.
15530         (message-setup-1): Call `message-use-alternative-email-as-from'
15531         after `message-setup-hook' to give it precedence over posting
15532         styles, etc.
15533         (message-use-alternative-email-as-from): Add docstring.
15534         Remove the original From header if present.
15535
15536         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15537         (nnml-save-mail): Use it.
15538
15539         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15540         articles.  Add new argument `silent'.
15541         (gnus-uu-mark-all): Report the total number of marked articles.
15542
15543 2005-09-10  Romain Francoise  <romain@orebokech.com>
15544
15545         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15546         (gnus-uu-mark-series): Likewise.
15547
15548 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * spam-report.el (spam-report-gmane): Fix generation of spam
15551         report URL.
15552
15553 2005-09-10  Simon Josefsson  <jas@extundo.com>
15554
15555         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15556         t, based on discussion on the ding list with Robert Epprecht
15557         <epprecht@solnet.ch>.
15558
15559 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * spam-report.el (spam-report-gmane): Make it work without
15562         X-Report-Spam header.  Gmane now only provides Archived-At.
15563         This is only used if `spam-report-gmane-use-article-number' is nil.
15564         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15565
15566         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15567         make `gnus-summary-sort-by-recipient' work with threading.
15568
15569         * nnweb.el (nnweb-google-wash-article): Print a message if article
15570         is not available.
15571
15572 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15573
15574         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15575         change.  Decode text/* parts content before displaying.
15576
15577 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15580
15581 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15584
15585         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15586         url-package-name, url-package-version,
15587         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15588         w3m-display-inline-images, and w3m-minor-mode-map.
15589
15590 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15591
15592         * message.el (message-tab-body-function): Fix mismatched custom type.
15593
15594         * gnus.el (gnus-group-change-level-function): Ditto.
15595
15596         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15597
15598         * gnus-art.el (gnus-signature-limit)
15599         (gnus-article-mime-part-function): Ditto.
15600
15601 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * mml.el (mml-mode): Silence the byte compiler.
15604
15605         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15606         using `(sit-for 0)' before moving the point to the specified part;
15607         skip unbuttonized parts.
15608         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15609         return to the summary window if gnus-auto-select-part is non-nil.
15610
15611 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15612
15613         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15614         New variables.
15615         (mml-dnd-attach-file, mml-mode): Use them.
15616
15617         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15618         Make fetching article by MID work again for Google Groups.
15619         Add FIXME concerning gnus-group-make-web-group.
15620
15621         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15622         Don't depend on Gnus by using mail-extract-address-components if
15623         gnus-extract-address-components is not bound.
15624
15625 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15626
15627         * gnus-art.el (gnus-mime-display-security): Don't display the
15628         signature, but only the signed part.
15629
15630 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15633
15634         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15635         list, not listp.
15636
15637 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15638
15639         * mm-encode.el (mm-encode-content-transfer-encoding):
15640         Likewise when encoding.
15641
15642         * mm-bodies.el (mm-decode-content-transfer-encoding):
15643         De-canonicalize CRLF for all text content types, not just
15644         text/plain.
15645
15646 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15649         valid article; point arrow and cursor at the MIME button.
15650
15651 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15654         Suggested by Dan Christensen <jdc@uwo.ca>.
15655
15656         * mm-decode.el (mm-save-part): Enable change of prompt.
15657
15658 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15659
15660         * gnus-msg.el (gnus-inews-add-send-actions):
15661         Make `message-post-method' lambda parameter ARG `&optional'.
15662
15663 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * gnus-sum.el (gnus-summary-mime-map):
15666         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15667         gnus-article-jump-to-part.
15668
15669         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15670         (gnus-article-edit-part): Use it.
15671         (gnus-article-part-wrapper): Add no-handle argument.
15672         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15673         New functions.
15674
15675 2005-08-29  Romain Francoise  <romain@orebokech.com>
15676
15677         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15678         docstring.
15679         (gnus-face-from-file): Likewise.
15680
15681 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15684         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15685         non-nil.
15686         (gnus-auto-select-part): New variable.
15687         (gnus-article-jump-to-part): New function.
15688         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15689         (gnus-mime-delete-part): Allow selecting specified part after
15690         deleting or stripping parts.
15691         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15692         part if argument is bogus.
15693
15694 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15695
15696         * gnus-art.el (w3m-minor-mode-map):
15697         * gnus-spec.el (gnus-newsrc-file-version):
15698         * gnus-util.el (nnmail-active-file-coding-system)
15699         (gnus-original-article-buffer, gnus-user-agent):
15700         * gnus.el (gnus-ham-process-destinations)
15701         (gnus-parameter-ham-marks-alist)
15702         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15703         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15704         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15705         * mm-decode.el (gnus-current-window-configuration):
15706         * mm-extern.el (gnus-article-mime-handles):
15707         * mm-url.el (url-current-object, url-package-name)
15708         (url-package-version):
15709         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15710         (smime-keys, w3m-cid-retrieve-function-alist)
15711         (w3m-current-buffer, w3m-display-inline-images)
15712         (w3m-minor-mode-map):
15713         * mml-smime.el (gnus-extract-address-components):
15714         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15715         (gnus-newsrc-hashtb, message-default-charset)
15716         (message-deletable-headers, message-options)
15717         (message-posting-charset, message-required-mail-headers)
15718         (message-required-news-headers):
15719         * mml1991.el (mc-pgp-always-sign):
15720         * mml2015.el (mc-pgp-always-sign):
15721         * nnheader.el (nnmail-extra-headers):
15722         * rfc1843.el (gnus-decode-encoded-word-function)
15723         (gnus-decode-header-function, gnus-newsgroup-name):
15724         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15725
15726 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15727
15728         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15729         the end of the date treatments.
15730
15731 2005-08-15  Simon Josefsson  <jas@extundo.com>
15732
15733         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15734         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15735         Capello and Romain Francoise.
15736         (pgg-fetch-key-function): Remove, not used?
15737         (pgg-insert-url-with-w3): Require url, to get
15738         url-insert-file-contents regardless of where it is defined.
15739
15740 2005-08-13  Romain Francoise  <romain@orebokech.com>
15741
15742         * message.el (message-cite-original-1): New function.
15743         (message-cite-original): Use it.
15744         (message-cite-original-without-signature): Ditto.
15745
15746 2005-08-08  Romain Francoise  <romain@orebokech.com>
15747
15748         * message.el (message-yank-empty-prefix): New variable.
15749         (message-indent-citation): Use it.
15750         (message-cite-original-without-signature): Respect X-No-Archive.
15751
15752 2005-08-08  Simon Josefsson  <jas@extundo.com>
15753
15754         * pgg.el: Autoload url-insert-file-contents instead of loading
15755         w3/url.
15756         (pgg-insert-url-with-w3): Don't load url here.
15757
15758 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15759
15760         * message.el (message-kill-to-signature): Don't insert newline at
15761         bol.
15762         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15763
15764 2005-08-06  Romain Francoise  <romain@orebokech.com>
15765
15766         * message.el (message-user-fqdn): Fix typo in docstring.
15767
15768 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15769
15770         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15771
15772         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15773
15774 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * mm-bodies.el (mm-encode-body): Use coding system rather than
15777         charset to encode text.
15778
15779         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15780         number of charsets if utf-8 is available (XEmacs).
15781
15782 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15783
15784         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15785         taken from `gnus-button-mid-or-mail-regexp'.
15786         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15787         (gnus-button-alist): Improve regexp for domain part of the MIDs
15788         for news:localpart@domain buttons.
15789         (gnus-button-ctan-directory-regexp): Update.
15790
15791 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * sieve-manage.el (sieve-manage-interactive-login):
15794         Use make-local-variable rather than make-variable-buffer-local.
15795         (sieve-manage-open): Ditto.
15796         (sieve-manage-authenticate): Ditto.
15797
15798         * mml.el (mml-generate-mime-1): Make the content type default to
15799         text/plain if the filename is not specified.
15800
15801 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15804         instead of insert-buffer.
15805
15806         * message.el (message-yank-original): Ditto; set the mark at the
15807         end of the yanked message.
15808
15809 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15812         lines to scroll rather than to stop it.
15813
15814         * mml.el (mml-generate-default-type): Add doc string.
15815         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15816         default to application/octet-stream when determining the content
15817         type if it is not specified for the part or the mml contents; add
15818         a comment about mml-generate-default-type.
15819
15820 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15823         make it default to application/octet-stream when determining the
15824         content type if it is not specified for the external contents.
15825
15826 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15829         segmented parameter but also other parameters might be there.
15830
15831 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * mm-decode.el (mm-display-external): Delete temp file, directory
15834         and buffer immediately if the external process is exited.
15835
15836 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15839         fewer lines than that of scroll-margin.
15840         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15841
15842 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-art.el (gnus-article-next-page): Revert.
15845         (gnus-article-beginning-of-window): New macro.
15846         (gnus-article-next-page-1): Use it.
15847         (gnus-article-prev-page): Ditto.
15848         (gnus-article-edit-part): Use insert-buffer-substring instead of
15849         insert-buffer.
15850         (gnus-article-edit-exit): Ditto.
15851
15852         * gnus-util.el (gnus-beginning-of-window): Remove.
15853         (gnus-end-of-window): Remove.
15854
15855         * lpath.el: Don't bind header-line-format and scroll-margin.
15856
15857 2005-07-25  Simon Josefsson  <jas@extundo.com>
15858
15859         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15860         to have the url package without w3.  Reported by Daiki Ueno
15861         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15862
15863 2005-07-20  Didier Verna  <didier@xemacs.org>
15864
15865         * gnus-diary.el: Remove the description comment (nndiary is now
15866         properly documented in the Gnus manual).
15867         Fix the spelling of "Back End".
15868         * nndiary.el: Ditto.
15869         Fix the copyright notice.
15870
15871 2005-07-18  Romain Francoise  <romain@orebokech.com>
15872
15873         * gnus-sum.el (gnus-summary-to-prefix)
15874         (gnus-summary-newsgroup-prefix): New variables.
15875         (gnus-summary-from-or-to-or-newsgroups): Use them.
15876
15877 2005-07-17  Romain Francoise  <romain@orebokech.com>
15878
15879         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15880         space as it's generally not especially interesting to the user.
15881
15882 2005-07-16  Romain Francoise  <romain@orebokech.com>
15883
15884         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15885         nil to avoid prompting and file modification if one of the
15886         messages at the top of the nnfolder file contains a copyright
15887         notice.
15888         Update copyright notice.
15889
15890         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15891         instead of `current-time-string' as the latter creates a time
15892         string that is not RFC 2822 compliant (it lacks the zone).
15893         Update copyright notice.
15894
15895 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15896
15897         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15898         for text/rtf.  Display default in prompt.  Pass default for M-n.
15899
15900         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15901
15902 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15903
15904         * gnus-msg.el (gnus-button-mailto):
15905         Remove save-selected-window-window hackery because it relies on
15906         save-selected-window internals.
15907
15908 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15911         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15912         (gnus-article-prev-page): Ditto.
15913
15914         * gnus-util.el (gnus-beginning-of-window): New function.
15915         (gnus-end-of-window): New function.
15916
15917         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15918
15919 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15920
15921         * gnus-score.el (gnus-score-edit-all-score):
15922         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15923         gnus-message.
15924
15925 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15926
15927         * gnus-msg.el (gnus-button-mailto):
15928         Remove save-selected-window-window hackery because it relies on
15929         save-selected-window internals.
15930
15931 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15934         add-minor-mode.
15935         (gnus-binary-mode): Ditto.
15936
15937         * gnus-topic.el (gnus-topic-mode): Ditto.
15938
15939 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15940
15941         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15942         (gnus-article-prev-page): Take scroll-margin into consideration.
15943
15944 2005-07-04  Lute Kamstra  <lute@gnu.org>
15945
15946         Update FSF's address in GPL notices.
15947
15948 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15949
15950         * gnus.el (gnus-exit):
15951         * gnus-group.el (gnus-group-icons):
15952         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15953
15954         * gnus-nocem.el (gnus-nocem):
15955         * message.el (message-various, message-buffers, message-sending)
15956         (message-interface, message-forwarding, message-insertion)
15957         (message-headers, message-news, message-mail):
15958         * pgg-gpg.el (pgg-gpg):
15959         * pgg-parse.el (pgg-parse):
15960         * pgg-pgp.el (pgg-pgp):
15961         * pgg-pgp5.el (pgg-pgp5):
15962         * pop3.el (pop3): Finish `defgroup' description with period.
15963
15964 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * gnus-art.el (article-display-face): Improve the efficiency.
15967         (article-display-x-face): Ditto; remove grey x-face stuff.
15968
15969 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (article-display-face): Correct the position in
15972         which Faces are inserted.
15973
15974 2005-06-29  Didier Verna  <didier@xemacs.org>
15975
15976         * gnus-art.el (article-display-face): Display faces in correct
15977         order.
15978
15979 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15982         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15983         (gnus-nocem-check-article): Fetch the Type header.
15984         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15985         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15986         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15987         make sure gnus-nocem-hashtb is initialized.
15988         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15989         (gnus-nocem-unwanted-article-p): Ditto.
15990
15991         * pgg.el (pgg-verify): Return the verification result.
15992
15993 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15996         is ascii.
15997
15998 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15999
16000         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16001         `show-nonbreak-escape'.
16002
16003 2005-06-23  Lute Kamstra  <lute@gnu.org>
16004
16005         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16006
16007         * dig.el (dig-mode):
16008         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16009
16010 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16011
16012         * nnimap.el (nnimap-split-download-body): Fix spellings.
16013
16014 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16015
16016         * gnus-art.el (gnus-article-encrypt-body):
16017         * gnus-cus.el (gnus-score-customize):
16018         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16019         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16020
16021 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16022
16023         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16024         header by looking for magic "MII" at the beginnig.
16025
16026 2005-06-16  Miles Bader  <miles@gnu.org>
16027
16028         * gnus-xmas.el (gnus-xmas-group-startup-message):
16029         Use renamed gnus-splash face.
16030
16031         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16032         (assistant-field-face): New backward-compatibility alias for renamed
16033         face.
16034         (assistant-render-text): Use renamed assistant-field face.
16035
16036         * spam.el (spam): Remove "-face" suffix from face name.
16037         (spam-face): New backward-compatibility alias for renamed face.
16038         (spam-face, spam-initialize): Use renamed spam face.
16039
16040         * message.el (message-header-to, message-header-cc)
16041         (message-header-subject, message-header-newsgroups)
16042         (message-header-other, message-header-name)
16043         (message-header-xheader, message-separator, message-cited-text)
16044         (message-mml): Remove "-face" suffix from face names.
16045         (message-header-to-face, message-header-cc-face)
16046         (message-header-subject-face, message-header-newsgroups-face)
16047         (message-header-other-face, message-header-name-face)
16048         (message-header-xheader-face, message-separator-face)
16049         (message-cited-text-face, message-mml-face):
16050         New backward-compatibility aliases for renamed faces.
16051         (message-font-lock-keywords): Use renamed message faces.
16052
16053         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16054         (sieve-test-commands, sieve-tagged-arguments):
16055         Remove "-face" suffix from face names.
16056         (sieve-control-commands-face, sieve-action-commands-face)
16057         (sieve-test-commands-face, sieve-tagged-arguments-face):
16058         New backward-compatibility aliases for renamed faces.
16059         (sieve-control-commands-face, sieve-action-commands-face)
16060         (sieve-test-commands-face, sieve-tagged-arguments-face):
16061         Use renamed sieve faces.
16062
16063         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16064         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16065         (gnus-group-news-3-empty, gnus-group-news-4)
16066         (gnus-group-news-4-empty, gnus-group-news-5)
16067         (gnus-group-news-5-empty, gnus-group-news-6)
16068         (gnus-group-news-6-empty, gnus-group-news-low)
16069         (gnus-group-news-low-empty, gnus-group-mail-1)
16070         (gnus-group-mail-1-empty, gnus-group-mail-2)
16071         (gnus-group-mail-2-empty, gnus-group-mail-3)
16072         (gnus-group-mail-3-empty, gnus-group-mail-low)
16073         (gnus-group-mail-low-empty, gnus-summary-selected)
16074         (gnus-summary-cancelled, gnus-summary-high-ticked)
16075         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16076         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16077         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16078         (gnus-summary-low-undownloaded)
16079         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16080         (gnus-summary-low-unread, gnus-summary-normal-unread)
16081         (gnus-summary-high-read, gnus-summary-low-read)
16082         (gnus-summary-normal-read, gnus-splash):
16083         Remove "-face" suffix from face names.
16084         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16085         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16086         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16087         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16088         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16089         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16090         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16091         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16092         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16093         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16094         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16095         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16096         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16097         (gnus-summary-normal-ticked-face)
16098         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16099         (gnus-summary-normal-ancient-face)
16100         (gnus-summary-high-undownloaded-face)
16101         (gnus-summary-low-undownloaded-face)
16102         (gnus-summary-normal-undownloaded-face)
16103         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16104         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16105         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16106         (gnus-splash-face):
16107         New backward-compatibility aliases for renamed faces.
16108         (gnus-group-startup-message): Use renamed gnus faces.
16109
16110         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16111         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16112         (gnus-server-agent): Remove "-face" suffix from face names.
16113         (gnus-server-agent-face, gnus-server-opened-face)
16114         (gnus-server-closed-face, gnus-server-denied-face)
16115         (gnus-server-offline-face):
16116         New backward-compatibility aliases for renamed faces.
16117         (gnus-server-agent-face, gnus-server-opened-face)
16118         (gnus-server-closed-face, gnus-server-denied-face)
16119         (gnus-server-offline-face): Use renamed gnus faces.
16120
16121         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16122         Remove "-face" suffix from face names.
16123         (gnus-picon-xbm-face, gnus-picon-face):
16124         New backward-compatibility aliases for renamed faces.
16125
16126         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16127         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16128         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16129         (gnus-cite-11): Remove "-face" suffix from face names.
16130         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16131         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16132         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16133         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16134         New backward-compatibility aliases for renamed faces.
16135         (gnus-cite-attribution-face, gnus-cite-face-list)
16136         (gnus-article-boring-faces): Use renamed gnus faces.
16137
16138         * gnus-art.el (gnus-signature, gnus-header-from)
16139         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16140         (gnus-header-content): Remove "-face" suffix from face names.
16141         (gnus-signature-face, gnus-header-from-face)
16142         (gnus-header-subject-face, gnus-header-newsgroups-face)
16143         (gnus-header-name-face, gnus-header-content-face):
16144         New backward-compatibility aliases for renamed faces.
16145         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16146
16147         * gnus-sum.el (gnus-summary-selected-face)
16148         (gnus-summary-highlight): Use renamed gnus faces.
16149         * gnus-group.el (gnus-group-highlight): Likewise.
16150
16151 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16152
16153         * gnus-sieve.el (gnus-sieve-article-add-rule):
16154         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16155         * spam-stat.el (spam-stat-buffer-change-to-spam)
16156         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16157
16158         * message.el (message-is-yours-p):
16159         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16160
16161 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * mm-view.el (mm-inline-text): Withdraw the last change.
16164
16165 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16168         executing enriched-decode.
16169
16170 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16173         charset of tar files.
16174
16175 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16176
16177         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16178
16179 2005-06-04  Lute Kamstra  <lute@gnu.org>
16180
16181         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16182         information is never recorded.
16183
16184 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16185
16186         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16187
16188 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * pop3.el (pop3-apop): Run md5 in the binary mode.
16191
16192         * starttls.el (starttls-set-process-query-on-exit-flag):
16193         Use eval-and-compile.
16194
16195 2005-05-31  Simon Josefsson  <jas@extundo.com>
16196
16197         * smime.el (smime-replace-in-string): Define.
16198         (smime-cert-by-ldap-1): Use it.
16199
16200 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-art.el (article-display-x-face): Replace
16203         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16204
16205         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16206         set-process-query-on-exit-flag or process-kill-without-query.
16207
16208         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16209         loop instead of replace-regexp.
16210
16211         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16212         instead of process-kill-without-query if it is available.
16213
16214         * lpath.el: Fbind ldap-search-entries.
16215
16216         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16217         instead of find-file-hooks if it is available.
16218
16219         * mml1991.el: Bind pgg-default-user-id when compiling.
16220
16221         * mml2015.el: Bind pgg-default-user-id when compiling.
16222
16223         * nndraft.el (nndraft-request-associate-buffer):
16224         Use write-contents-functions instead of write-contents-hooks if it is
16225         available.
16226
16227         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16228         instead of find-file-hooks if it is available.
16229
16230         * nntp.el (nntp-open-connection): Replace
16231         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16232         (nntp-open-ssl-stream): Ditto.
16233         (nntp-open-tls-stream): Ditto.
16234
16235         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16236         set-process-query-on-exit-flag or process-kill-without-query.
16237         (starttls-open-stream-gnutls): Use it instead of
16238         process-kill-without-query.
16239         (starttls-open-stream): Ditto.
16240
16241 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16242
16243         * smime.el (smime-cert-by-ldap-1): Don't use
16244         replace-regexp-in-string.
16245
16246 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16247
16248         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16249
16250         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16251         in PEM format.  Adjust to the XEmacs compability.
16252
16253 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16256         by `string-to-number'.
16257         * gnus-agent.el (gnus-agent-regenerate-group)
16258         (gnus-agent-fetch-articles): Ditto.
16259         * gnus-art.el (gnus-button-fetch-group): Ditto.
16260         * gnus-cache.el (gnus-cache-generate-active)
16261         (gnus-cache-articles-in-group): Ditto.
16262         * gnus-group.el (gnus-group-set-current-level)
16263         (gnus-group-insert-group-line): Ditto.
16264         * gnus-score.el (gnus-score-set-expunge-below)
16265         (gnus-score-set-mark-below, gnus-summary-score-effect)
16266         (gnus-summary-score-entry): Ditto.
16267         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16268         (gnus-soup-pack): Ditto.
16269         * gnus-spec.el (gnus-xmas-format): Ditto.
16270         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16271         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16272         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16273         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16274         * nndb.el (nndb-get-remote-expire-response): Ditto.
16275         * nndiary.el (nndiary-parse-schedule-value)
16276         (nndiary-string-to-number, nndiary-request-replace-article)
16277         (nndiary-request-article): Ditto.
16278         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16279         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16280         * nneething.el (nneething-make-head): Ditto.
16281         * nnfolder.el (nnfolder-request-article)
16282         (nnfolder-retrieve-headers): Ditto.
16283         * nnheader.el (nnheader-file-to-number): Ditto.
16284         * nnkiboze.el (nnkiboze-request-article): Ditto.
16285         * nnmail.el (nnmail-process-unix-mail-format)
16286         (nnmail-process-babyl-mail-format): Ditto.
16287         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16288         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16289         (nnmh-request-create-group, nnmh-request-list-1)
16290         (nnmh-request-group, nnmh-request-article): Ditto.
16291         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16292         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16293         * nnsoup.el (nnsoup-make-active): Ditto.
16294         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16295         * nntp.el (nntp-find-group-and-number)
16296         (nntp-retrieve-headers-with-xover): Ditto.
16297         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16298         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16299         (pgg-format-key-identifier): Ditto.
16300         * pop3.el (pop3-last, pop3-stat): Ditto.
16301         * qp.el (quoted-printable-decode-region): Ditto.
16302
16303         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16304         of concat.
16305
16306 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16309
16310         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16311
16312         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16313
16314         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16315
16316         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16317
16318         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16319
16320         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16321         (gnus-carpal-mode): Ditto.
16322
16323         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16324         (gnus-browse-mode): Ditto.
16325
16326         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16327
16328         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16329
16330 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16331
16332         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16333
16334 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-util.el (gnus-run-mode-hooks): New function.
16337
16338         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16339
16340         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16341         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16342
16343 2005-05-27  Lute Kamstra  <lute@gnu.org>
16344
16345         * dns-mode.el (dns-mode): Specify customization group.
16346
16347 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16348
16349         * gnus-agent.el (gnus-agent-make-mode-line-string):
16350         Use mode-line-highlight as mouse-face.
16351
16352 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * canlock.el (canlock): Change the parent group to news.
16355
16356         * deuglify.el (gnus-outlook-deuglify): Add :group.
16357
16358         * dig.el (dig): Add :group.
16359
16360         * dns-mode.el (dns-mode): Add :group.
16361
16362         * encrypt.el (encrypt): Add :group.
16363
16364         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16365         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16366         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16367         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16368         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16369
16370         * gnus-diary.el (gnus-diary): Add :group.
16371
16372         * gnus.el (gnus-group-news-1-face): Add :group.
16373         (gnus-group-news-1-empty-face): Ditto.
16374         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16375         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16376         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16377         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16378         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16379         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16380         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16381         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16382         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16383         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16384         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16385         (gnus-summary-high-ticked-face): Ditto.
16386         (gnus-summary-low-ticked-face): Ditto.
16387         (gnus-summary-normal-ticked-face): Ditto.
16388         (gnus-summary-high-ancient-face): Ditto.
16389         (gnus-summary-low-ancient-face): Ditto.
16390         (gnus-summary-normal-ancient-face): Ditto.
16391         (gnus-summary-high-undownloaded-face): Ditto.
16392         (gnus-summary-low-undownloaded-face): Ditto.
16393         (gnus-summary-normal-undownloaded-face): Ditto.
16394         (gnus-summary-high-unread-face): Ditto.
16395         (gnus-summary-low-unread-face): Ditto.
16396         (gnus-summary-normal-unread-face): Ditto.
16397         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16398         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16399
16400         * hashcash.el (hashcash): New custom group.
16401         (hashcash-default-payment): Add :group.
16402         (hashcash-payment-alist): Ditto.
16403         (hashcash-default-accept-payment): Ditto.
16404         (hashcash-accept-resources): Ditto.
16405         (hashcash-path): Ditto.
16406         (hashcash-extra-generate-parameters): Ditto.
16407         (hashcash-double-spend-database): Ditto.
16408         (hashcash-in-news): Ditto.
16409
16410         * message.el (message-minibuffer-local-map): Add :group.
16411
16412         * netrc.el (netrc): Add :group.
16413
16414         * sieve-manage.el (sieve-manage-log): Add :group.
16415         (sieve-manage-default-user): Diito.
16416         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16417         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16418         (sieve-manage-authenticators): Ditto.
16419         (sieve-manage-authenticator-alist): Ditto.
16420         (sieve-manage-default-port): Ditto.
16421
16422         * sieve-mode.el (sieve-control-commands-face): Add :group.
16423         (sieve-action-commands-face): Ditto.
16424         (sieve-test-commands-face): Ditto.
16425         (sieve-tagged-arguments-face): Ditto.
16426
16427         * smime.el (smime): Add :group.
16428
16429         * spam-report.el (spam-report): Add :group.
16430
16431         * spam.el (spam, spam-face): Add :group.
16432
16433 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16434
16435         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16436         return \n.\n.\n at the end of articles.  Protect against that.
16437         (nntp-with-open-group): Allow debugging.
16438
16439         * nnheader.el (mail-header-set-extra): Make into a function
16440         because I just could't understand how to quote the list properly.
16441
16442         * dns.el (query-dns-cached): New function.
16443
16444 2005-05-26  Lute Kamstra  <lute@gnu.org>
16445
16446         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16447
16448 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16451
16452         * gnus-art.el: Don't autoload mail-extract-address-components.
16453
16454         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16455         eval-and-compile to evaluate it.
16456
16457         * hashcash.el: Don't autoload executable-find.
16458
16459         * nndb.el: Don't declare the nndb back end two or more times; don't
16460         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16461
16462         * nntp.el: Autoload format-spec instead of format; use
16463         eval-and-compile to evaluate autoload forms.
16464
16465 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16466
16467         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16468
16469 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16470
16471         * gnus.el (gnus-version-number): Bump version.
16472
16473 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16474
16475         * gnus.el: No Gnus v0.3 is released.
16476
16477 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * lpath.el (featurep): Bind show-nonbreak-escape.
16480
16481 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * gnus-art.el (gnus-article-edit-part): Disable undo.
16484
16485 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16488         gnus-article-date-lapsed-new-header is t if date timer is active;
16489         skip headers in which the original date value is empty.
16490         (gnus-article-save-original-date): Redefine it as a macro.
16491         (gnus-display-mime): Use it.
16492
16493 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-art.el (article-date-ut): Support converting date in
16496         forwarded parts as well.
16497         (gnus-article-save-original-date): New function.
16498         (gnus-display-mime): Use it.
16499
16500 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16501
16502         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16503         enclosure element of <item>.
16504
16505 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16506
16507         * message.el (message-kill-buffer-query): Rename from
16508         `message-kill-buffer-query-if-modified'.  Add :version.
16509
16510 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16513         window layout.
16514
16515 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * mml.el: Autoload dnd when compiling.
16518
16519 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16522         x-dnd-*.
16523
16524 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * qp.el (quoted-printable-encode-region): Save excursion.
16527
16528 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16529
16530         * message.el (message-kill-buffer-query-if-modified): Add new variable
16531         so the user can kill a modified message buffer quickly.
16532         (message-kill-buffer): Use it.
16533
16534 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * lpath.el: Fbind display-time-event-handler; don't fbind
16537         string-to-multibyte.
16538
16539         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16540
16541 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16544         contained in text because xml.el decodes entities) with LFs.
16545
16546 2005-04-11  Lute Kamstra  <lute@gnu.org>
16547
16548         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16549         differently.
16550
16551 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16552
16553         * mm-util.el (mm-detect-coding-region): Typo.
16554
16555 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16558
16559 2005-04-06  Deepak Goel  <deego@gnufans.org>
16560
16561         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16562         user-function allow user modifications of the scores.
16563         (spam-stat-score-buffer-user): New function, to allow
16564         user-computed modifications to the score.
16565         (spam-stat-score-buffer-user-functions): List of additional
16566         scoring functions.
16567         (spam-stat-error-holder): Global temporary error holder.
16568         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16569         variable.
16570
16571 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16572
16573         * gnus-registry.el (gnus-registry-clean-empty-function)
16574         (gnus-registry-trim, gnus-registry-fetch-groups)
16575         (gnus-registry-delete-group): Groups that match
16576         `gnus-registry-ignored-groups' are removed from the registry
16577         entries, not just ignored for splitting.  This helps clean up the
16578         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16579         to get all the groups a message ID is in.
16580
16581         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16582         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16583         (spam-stat-score-buffer-user-functions): Add :number custom type.
16584
16585 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16588         argument in XEmacs.
16589
16590         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16591         (nnrss-request-group): Decode group name first.
16592         (nnrss-request-article): Make a text/plain article if mml-to-mime
16593         failed.
16594         (nnrss-get-encoding): Return a compatible encoding according to
16595         nnrss-compatible-encoding-alist.
16596         (nnrss-find-el): Use consp instead of listp.
16597         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16598
16599 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16602         which Emacs 20 doesn't support.
16603         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16604
16605 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16608         silence the byte compiler inside the defun.
16609
16610         * gnus-demon.el (parse-time-string): Add autoload.
16611
16612         * gnus-delay.el (parse-time-string): Add autoload.
16613
16614         * gnus-art.el (parse-time-string): Add autoload.
16615
16616         * nnultimate.el (parse-time): Require for `parse-time-string'.
16617
16618 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16621
16622         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16623
16624         * smime.el (smime-ldap-host-list): Add :version.
16625
16626 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16627
16628         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16629         pass it to `gnus-browse-read-group'.
16630         (gnus-browse-read-group): Add NUMBER argument and pass it to
16631         `gnus-group-read-ephemeral-group'.
16632
16633         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16634         argument and pass it to `gnus-group-read-group'.
16635
16636 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16637
16638         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16639         mm-xemacs-find-mime-charset-1 if we have the mule feature
16640         available at runtime.
16641
16642 2005-03-25  Werner Lemberg  <wl@gnu.org>
16643
16644         * nnmaildir.el: Replace `illegal' with `invalid'.
16645
16646 2005-03-23  Lute Kamstra  <lute@gnu.org>
16647
16648         * time-date.el: Add comment on time value formats.
16649         Don't require parse-time.
16650         (with-decoded-time-value): New macro.
16651         (encode-time-value): New function.
16652         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16653         (days-to-time): Return a valid time value when arg is huge.
16654         (time-since): Use time-subtract.
16655         (time-to-number-of-days): Use time-to-seconds.
16656
16657 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16658
16659         * gnus-start.el (gnus-display-time-event-handler):
16660         Check display-time-timer at runtime rather than only at load time
16661         in case display-time-mode is turned off in the mean time.
16662
16663 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16666         used.
16667
16668         * nneething.el (nneething-map-file-directory): Derive from
16669         `gnus-directory'.
16670
16671         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16672         the To/Cc button.
16673
16674 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * nnmaildir.el (nnmaildir-request-accept-article):
16677         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16678
16679 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16680
16681         * gnus-async.el: Require timer-funcs at compile time when in
16682         XEmacs for `run-with-idle-timer'.
16683
16684 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16685
16686         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16687         autoloaded function.
16688
16689 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16690
16691         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16692
16693 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16694
16695         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16696
16697 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16698
16699         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16700         Add gnus-expert-user to default.
16701
16702 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16703
16704         * nnimap.el (nnimap-open-server): Ditto.
16705
16706         * imap.el (imap-authenticate): Fix typo.
16707
16708 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16709
16710         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16711         buffer (since IMAP server might return FETCH response out of
16712         order, and the nntp buffer must be sorted).
16713
16714 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16715
16716         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16717         comparison on string.
16718
16719         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16720         (gnus-agent-score): Rename category keywords to match gnus-cus.
16721         (gnus-agent-summary-fetch-series): Modify to protect against
16722         gnus-agent-summary-fetch-group clearing processable flags.
16723         (gnus-agent-synchronize-group-flags): Update live group buffer as
16724         synchronization may occur due to the user toggle the plugged
16725         status.
16726         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16727         successfully downloaded.
16728         (gnus-agent-expire-group-1): Avoid using markers when the overview
16729         is in ascending order; greatly improves performance.
16730         (gnus-agent-regenerate-group):
16731         Use gnus-agent-synchronize-group-flags to reset read status in both
16732         gnus and server.
16733         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16734
16735 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16736
16737         * message.el: Don't autoload former message-utils variables.
16738         (message-strip-subject-trailing-was): Change doc string.
16739
16740         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16741         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16742         (nnweb-google-search): Add "hl=en" here.
16743         (nnweb-google-parse-1, nnweb-google-create-mapping):
16744         Don't hardcode URL.
16745
16746 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * message.el (message-get-reply-headers, message-followup):
16749         Mention related variables `message-use-followup-to' and
16750         `message-use-mail-followup-to', in the information buffer.
16751
16752         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16753         of broken groups(-beta).google.com.
16754
16755 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16756
16757         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16758         parameter to invoked gnus-request-move-article; remove the
16759         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16760         all at once instead of once per article.
16761         (gnus-summary-remove-process-mark): Accept a list of articles as
16762         well as a single article for processing.
16763
16764         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16765         parameter.
16766
16767         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16768
16769         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16770
16771         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16772         parameter.
16773
16774         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16775         parameter.
16776
16777         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16778         parameter and remove the gnus-sum-hint-move-is-internal variable.
16779
16780         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16781         parameter.
16782
16783         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16784         parameter.
16785
16786         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16787         parameter.
16788
16789         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16790
16791         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16792         parameter.
16793
16794         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16795         parameter.
16796
16797 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16798
16799         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16800         a more conservative way.
16801
16802 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16803
16804         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16805         buffer, so it moves the window's cursor.
16806
16807 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16808
16809         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16810         `mm-dissect-multipart' and receive the from field as an (optional)
16811         argument from `mm-dissect-multipart'.
16812         (mm-dissect-multipart): Receive the from field as an argument and
16813         pass it on when we call `mm-dissect-buffer' on MIME parts.
16814         Fixes verification/decryption of signed/encrypted MIME parts.
16815
16816 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16817
16818         * gnus-sum.el (gnus-summary-move-article):
16819         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16820         whatever it calls (right now, only nnimap-request-move article
16821         respects it).
16822
16823         * nnimap.el (nnimap-request-move-article):
16824         When gnus-sum-hint-move-is-internal is set, don't do the extra
16825         nnimap-request-article.
16826
16827 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16828
16829         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16830
16831         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16832         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16833
16834         * gnus-sum.el (gnus-summary-caesar-message):
16835         Apply `gnus-treat-article' after rotation.
16836
16837         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16838         doc string.
16839
16840 2005-02-22  Simon Josefsson  <jas@extundo.com>
16841
16842         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16843         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16844         <arne@arnested.dk>.
16845         (encrypt): Add password-cache and password-cache-expiry as group
16846         members.
16847
16848 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16849
16850         * smime.el (smime-ldap-host-list): Doc fix.
16851         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16852         cache) password.
16853         (smime-sign-region): Use it.
16854         (smime-decrypt-region): Use it.
16855         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16856         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16857         fails.
16858         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16859         certificate from DER to PEM format rather than calling openssl.
16860
16861         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16862
16863         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16864         for signing/encryption.
16865
16866         * mml.el (mml-parse-1): Use them.
16867
16868 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16869
16870         * nnrss.el (nnrss-verbose): Remove.
16871         (nnrss-request-group): Use `nnheader-message' instead.
16872
16873 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16874
16875         * nnrss.el (nnrss-verbose): New variable.
16876         (nnrss-request-group): Make it say nnrss is requesting a group.
16877
16878 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16881         Handle news URL with given port correctly.
16882
16883 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16886         containing special characters.
16887
16888         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16889
16890         * mml.el (mime-to-mml): Ditto.
16891
16892         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16893         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16894         (rfc2047-decode-region): Quote decoded words containing special
16895         characters when rfc2047-quote-decoded-words-containing-tspecials
16896         is non-nil.
16897
16898 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16901
16902         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16903
16904 2005-02-15  Simon Josefsson  <jas@extundo.com>
16905
16906         * nnimap.el (nnimap-debug): Doc fix.
16907
16908         * imap.el (imap-debug): Doc fix.
16909
16910 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16913
16914 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16915
16916         * gnus.el (spam-contents): Improve docs for spam-contents
16917         parameter in its variable incarnation.
16918
16919 2005-02-14  Simon Josefsson  <jas@extundo.com>
16920
16921         * smime-ldap.el: Use require instead of load-library for ldap.
16922         (smime-ldap-search): Indent.
16923         (smime-ldap-search-internal): Shorten line.
16924
16925         * smime.el (smime-cert-by-dns): Add doc-string.
16926         (smime-cert-by-ldap-1): Indent.
16927
16928         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16929         mml-smime-get-dns-ldap.
16930         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16931
16932 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16933
16934         * smime.el: Require smime-ldap.
16935         (smime-ldap-host-list): New variable.
16936         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16937
16938         * mml-smime.el (mml-smime-encrypt-query): New function.
16939         (mml-smime-encrypt-query): Use it.
16940
16941         * smime-ldap.el: New file.
16942
16943 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16946
16947 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16950         argument in doc string.  Make query for type more clear.
16951
16952 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus.el (gnus-group-startup-message): Search for gnus images in
16955         etc/images/gnus.
16956         * mm-util.el (mm-image-load-path): Likewise.
16957         * smiley.el (smiley-data-directory): Search for smilies in
16958         etc/images/smilies.
16959
16960 2005-02-09  Kim F. Storm  <storm@cua.dk>
16961
16962         Change Emacs release version from 21.4 to 22.1 throughout.
16963         Change Emacs development version from 21.3.50 to 22.0.50.
16964
16965 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16968
16969         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16970         non-Mule XEmacs as well.
16971         (mm-decompress-buffer): Signal an error intentionally if it does
16972         not decompress compressed data because auto-compression-mode is
16973         disabled.
16974
16975 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16978         an ID in the registry even if it has no groups.
16979
16980 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16983         merge it into mm-decompress-buffer.
16984         (gnus-mime-copy-part): Use the MIME part charset, the value which
16985         a user specified or gnus-newsgroup-charset for decoding, like
16986         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16987         save-buffer what was used.  Suggested by Kevin Ryde
16988         <user42@zip.com.au>.
16989         (gnus-mime-inline-part): Allow the name parameter as well as the
16990         filename parameter; force decompressing of compressed data; always
16991         display contents being not decoded as unibyte.
16992
16993         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16994         as well as the filename parameter.
16995
16996         * mm-util.el (mm-decompress-buffer):
16997         Merge gnus-mime-jka-compr-maybe-uncompress.
16998         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16999         of compressed data.
17000
17001 2005-02-08  Simon Josefsson  <jas@extundo.com>
17002
17003         * imap.el (imap-log): Doc fix.
17004
17005 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17008         the coding cookies; decompress compressed parts.
17009
17010         * mml.el (mml-generate-mime-1): Add the charset parameter according
17011         to the value which a user specified manually or the coding cookie.
17012
17013         * mm-util.el (mm-string-to-multibyte): New function.
17014         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17015         (mm-coding-system-to-mime-charset): New function.
17016         (mm-decompress-buffer): New function.
17017         (mm-find-buffer-file-coding-system): New function.
17018
17019         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17020         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17021         parts.
17022
17023 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17024
17025         * mm-view.el (mm-display-inline-fontify): Decode a part according
17026         to the charset parameter.
17027
17028 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17031         prefix arg is neither nil nor a number, as info specifies.
17032
17033 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17036         timestamps.
17037
17038 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17039
17040         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17041         groups error checking and notify user.
17042
17043 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17044
17045         * message.el (message-send-mail-function): Check existence of
17046         sendmail-program first before using default value
17047         `message-send-mail-with-sendmail'.  Otherwise use more generic
17048         `smtpmail-send-it'.
17049
17050 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * nntp.el (nntp-request-update-info): Always return nil.
17053
17054 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17055
17056         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17057
17058 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17059
17060         * message.el (message-beginning-of-line): Change the behavior when
17061         invoked between BOL and : so that it first moves backward.
17062
17063 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17066         article buffer when editing of the article is discarded.
17067         (gnus-article-prepare): Revert.
17068
17069 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * gnus-art.el (gnus-article-prepare):
17072         Remove message-strip-forbidden-properties from the local hook.
17073
17074 2005-01-27  Simon Josefsson  <jas@extundo.com>
17075
17076         * password.el (password-cache-add): Only start one timer per key.
17077         Reported by Derek Atkins <warlord@MIT.EDU>.
17078
17079 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17080
17081         * run-at-time.el: Remove.  It is no longer needed as
17082         timer-funcs.el in the xemacs-base package has a working version of
17083         `run-at-time'.
17084
17085         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17086
17087         * password.el: Require timer-funcs instead of run-at-time in
17088         XEmacs.
17089         Remove `password-run-at-time' macro.
17090         (password-cache-add): Use `run-at-time' instead of
17091         `password-run-at-time'.
17092
17093         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17094         Remove `nnheader-cancel-function-timers' alias,
17095         `cancel-function-timers' exists in XEmacs in timer-funcs.
17096
17097         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17098         for `run-with-idle-timer'.
17099
17100         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17101         for `run-at-time'.
17102
17103         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17104         for `with-timeout'.
17105
17106         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17107         the same as for XEmacs 21.4.
17108         No need to ignore `run-with-idle-timer', this function exists in
17109         XEmacs now in timer-funcs.el in the xemacs-base package.
17110         (dgnushack-compile): No need to delete
17111         run-at-time.el from the list of files to compile because it
17112         doesn't exist anymore.
17113
17114 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17117         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17118
17119 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17120
17121         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17122         sensitively.
17123
17124 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17125
17126         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17127
17128 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17131         which will be inserted according to the multibyteness of a buffer
17132         rather than the type of contents.  Suggested by ARISAWA Akihiro
17133         <ari@mbf.ocn.ne.jp>.
17134
17135         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17136         of string which old xml.el may return rather than a string.
17137
17138 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17141
17142 2005-01-16  Simon Josefsson  <jas@extundo.com>
17143
17144         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17145         idn/idna.el isn't available.
17146         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17147         <michael@waxrat.com>.
17148
17149         * hashcash.el: Remove non-FSF copyright header.
17150
17151         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17152         (hashcash-generate-payment): Use it.
17153         (hashcash-generate-payment-async): Use it.
17154
17155 2005-01-15  Simon Josefsson  <jas@extundo.com>
17156
17157         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17158         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17159
17160         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17161         gnus-summary-idna-message.
17162         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17163         (gnus-summary-idna-message): New function.
17164
17165 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17166
17167         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17168         gnus-novice-user.
17169
17170 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * nnrss.el (nnrss-request-delete-group): Delete entries in
17173         nnrss-group-alist as well.
17174         (nnrss-save-server-data): Insert newline.
17175
17176 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17177
17178         * gnus.el (gnus-user-agent): Use list of symbols instead of
17179         symbols.  Display full version number for (S)XEmacs.
17180         Optionally display (S)XEmacs codename.
17181
17182         * gnus-util.el (gnus-emacs-version): Update for new
17183         `gnus-user-agent'.
17184
17185         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17186         Gnus version.
17187
17188 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17191         which is unreadable in some setups.
17192
17193 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * gnus-spec.el (gnus-update-format-specifications): Flush the
17196         group format spec cache if it doesn't support decoded group names.
17197
17198 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17199
17200         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17201         Allow to apply decay on score files matching a regexp.
17202
17203 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17206         compatibility in %g and %c.
17207
17208 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17211         name for only %g and %c.
17212         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17213         of gnus-tmp-group to decoded group name.
17214         (gnus-group-make-rss-group): Exclude `/'s from group names.
17215
17216 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * nnrss.el (nnrss-get-encoding): Fix regexp.
17219
17220 2004-12-27  Simon Josefsson  <jas@extundo.com>
17221
17222         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17223         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17224         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17225
17226 2004-12-17  Kim F. Storm  <storm@cua.dk>
17227
17228         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17229
17230         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17231
17232 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17233
17234         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17235
17236 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * nnrss.el: Require rfc2047 and mml.
17239         (nnrss-file-coding-system): New variable.
17240         (nnrss-format-string): Redefine it as an inline function.
17241         (nnrss-decode-group-name): New function.
17242         (nnrss-string-as-multibyte): Remove.
17243         (nnrss-retrieve-headers): Decode group name; don't use
17244         nnrss-format-string.
17245         (nnrss-request-group): Decode group name.
17246         (nnrss-request-article): Decode group name; allow a Message-ID as
17247         well as an article number; don't use nnrss-format-string; encode a
17248         Message-ID string which may contain non-ASCII characters; use
17249         mml-to-mime to compose a MIME article.
17250         (nnrss-request-expire-articles): Decode group name.
17251         (nnrss-request-delete-group): Decode group name.
17252         (nnrss-fetch): Clarify error message.
17253         (nnrss-read-server-data): Use insert-file-contents instead of load;
17254         bind file-name-coding-system; use multibyte buffer.
17255         (nnrss-save-server-data): Bind coding-system-for-write to the
17256         value of nnrss-file-coding-system; bind file-name-coding-system;
17257         add coding cookie.
17258         (nnrss-read-group-data): Use insert-file-contents instead of load;
17259         bind file-name-coding-system; use multibyte buffer.
17260         (nnrss-save-group-data): Bind coding-system-for-write to the
17261         value of nnrss-file-coding-system; bind file-name-coding-system.
17262         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17263         make it work with non-ASCII text.
17264         (nnrss-find-el): Make it work with old xml.el as well.
17265
17266 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17267
17268         * nnrss.el (nnrss-get-encoding): New function.
17269         (nnrss-fetch): Use unibyte buffer initially; bind
17270         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17271         decode contents according to the encoding attribute.
17272         (nnrss-save-group-data): Add coding cookie.
17273         (nnrss-mime-encode-string): New function.
17274         (nnrss-check-group): Use it to encode subject and author.
17275
17276 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17277
17278         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17279         imaginary variable.
17280
17281 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17284         correctly even if there are wide characters.
17285
17286 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17287
17288         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17289         downcased symbol names; make a new cache instead of reusing
17290         bbdb-hashtable.
17291
17292 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17295         concatenating segments rather than before concatenating them.
17296         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17297
17298         * message.el (message-get-reply-headers): Bind `extra'.
17299
17300 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301
17302         * message.el (message-extra-wide-headers): New variable.
17303         (message-get-reply-headers): Use it.
17304
17305 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17308         (gnus-agent-group-pathname): Ditto.
17309
17310         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17311
17312         * gnus-group.el (gnus-group-make-group): Decode group name.
17313         (gnus-group-make-rss-group): Register the group data after opening
17314         the nnrss group.
17315
17316 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17317
17318         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17319         by expiry now get marked as read.
17320
17321 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17324
17325 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17326
17327         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17328         unify Latin characters in XEmacs.
17329         (mm-find-mime-charset-region): Use it.
17330
17331 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-util.el (gnus-delete-directory): New function.
17334
17335         * gnus-agent.el (gnus-agent-delete-group): Use it.
17336
17337         * gnus-cache.el (gnus-cache-delete-group): Use it.
17338
17339 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17342         names.
17343
17344 2004-12-16  Simon Josefsson  <jas@extundo.com>
17345
17346         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17347
17348 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17351
17352         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17353         (gnus-group-set-current-level): Decode group name.
17354
17355 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17356
17357         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17358         failed.
17359
17360 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * gnus-group.el (gnus-group-delete-group): Decode group name.
17363         (gnus-group-make-rss-group): Encode group name.
17364         (gnus-group-catchup-current): Decode group name.
17365         (gnus-group-kill-group): Decode group name.
17366
17367 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17368
17369         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17370
17371 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * gnus-group.el (gnus-group-make-rss-group):
17374         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17375
17376         * gnus-start.el (gnus-setup-news): Honor user's setting to
17377         gnus-message-archive-method.  Suggested by Lute Kamstra
17378         <lute@gnu.org>.
17379
17380 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17381
17382         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17383         global counterparts of the buffer-local variables.
17384
17385 2004-11-16  Romain Francoise  <romain@orebokech.com>
17386
17387         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17388         counterparts of the buffer-local variables.
17389
17390 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * message.el (message-forbidden-properties): Fix typo in doc
17393         string.
17394
17395 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * gnus-util.el (gnus-replace-in-string): Add doc string.
17398
17399         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17400         to avoid problems when splitting mails with many recipients.
17401
17402 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17403
17404         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17405         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17406
17407 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17408
17409         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17410         if there is no hashtable in memory or file modification time is
17411         newer than cached timestamp.
17412
17413 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * gnus-sum.el (gnus-summary-limit-to-recipient):
17416         Implement not-matching option.
17417
17418 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17421         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17422         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17423         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17424         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17425         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17426
17427 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * message.el (message-forward-make-body-mml): Remove headers
17430         according to message-forward-ignored-headers if a message is decoded.
17431
17432 2004-12-02  Romain Francoise  <romain@orebokech.com>
17433
17434         * message.el (message-forward-make-body-plain): Always remove
17435         headers according to message-forward-ignored-headers.
17436
17437 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17438
17439         * spam.el (spam-summary-prepare-exit): Remove the
17440         gnus-summary-limit pop for now, it has problems with ham marks for
17441         me.
17442
17443 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17444
17445         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17446         correctly.
17447
17448 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17449
17450         * format-spec.el (format-spec): Message the char.
17451
17452 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17453
17454         * gnus-art.el (gnus-split-methods): Reformat comments.
17455
17456         * spam.el (spam-summary-prepare-exit): Remove article limits
17457         before exiting the summary buffer.
17458
17459 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17462         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17463
17464         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17465         order to silence the byte compiler.
17466
17467         * spam.el: Fix the way to silence the byte compiler, which
17468         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17469         bbdb-search-simple, spam-BBDB-register-routine,
17470         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17471         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17472         spam-stat-buffer-is-spam, spam-stat-load,
17473         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17474         spam-stat-save and spam-stat-split-fancy.
17475
17476 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17479         which may confuse users.
17480         (canlock-password-for-verify): Ditto.
17481
17482         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17483
17484         * gnus-art.el (gnus-emphasis-alist): Ditto.
17485
17486         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17487
17488         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17489
17490         * gnus-start.el (gnus-save-killed-list): Ditto.
17491
17492         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17493         (gnus-sum-thread-tree-root): Ditto.
17494         (gnus-sum-thread-tree-false-root): Ditto.
17495         (gnus-sum-thread-tree-single-indent): Ditto.
17496
17497         * message.el (message-courtesy-message): Ditto.
17498         (message-archive-note): Ditto.
17499         (message-subscribed-address-file): Ditto.
17500         (message-user-fqdn): Ditto.
17501
17502         * spam-report.el (spam-report-gmane-regex): Ditto.
17503
17504         * spam.el (spam-blackhole-good-server-regex): Ditto.
17505
17506 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17507
17508         * mml.el (mml-preview): Widen the message buffer before copying
17509         the contents to the preview buffer; sort headers before previewing.
17510
17511         * message.el (message-hidden-headers): Fix the way to avoid a bug
17512         in the `repeat' widget in Emacs 21.3 or earlier.
17513
17514 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * message.el (message-hidden-headers): Default to "^References:".
17517         Improve customization type.  Suggested by Reiner Steib
17518         <Reiner.Steib@gmx.de>.
17519
17520 2004-11-25  Romain Francoise  <romain@orebokech.com>
17521
17522         * message.el (message-strip-forbidden-properties): Remove check for
17523         obsolete `message-hidden' text property, hidden headers are not
17524         accessible in the buffer anymore.
17525
17526 2004-11-22  Romain Francoise  <romain@orebokech.com>
17527
17528         * message.el (message-header-format-alist): Add `From' in list
17529         so that it can be sorted.
17530         (message-fix-before-sending): Widen and sort headers before
17531         sending.
17532         (message-hide-headers): Use narrowing to hide headers by moving
17533         them to the top of the buffer and narrowing to the region
17534         underneath.
17535
17536 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17537
17538         * message.el (message-strip-forbidden-properties):
17539         Bind buffer-read-only (etc) to nil.
17540
17541 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17544         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17545
17546 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17547
17548         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17549
17550 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17551
17552         * dns.el (query-dns): Use sit-for to time instead of
17553         accept-process-output, since that doesn't seem to work on udp
17554         sockets.
17555
17556 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17559
17560 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17561
17562         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17563         doc string.  Improve doc string.
17564
17565 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * nntp.el (nntp-request-update-info): Return nil if
17568         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17569         may not call gnus-activate-group which uselessly issues the GROUP
17570         commands for all nntp groups and wastes time.  Reported by Romain
17571         Francoise <romain@orebokech.com>.
17572
17573         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17574
17575 2004-11-15  Simon Josefsson  <jas@extundo.com>
17576
17577         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17578         headers separately.
17579         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17580         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17581
17582 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17583
17584         * gnus-start.el (gnus-convert-old-newsrc):
17585         Assign legacy-gnus-agent to 5.10.7.
17586
17587 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17588
17589         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17590         start of the lines.
17591
17592 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17593
17594         * hashcash.el (hashcash-default-payment): Change default to 20.
17595         (hashcash-default-accept-payment): Change default to 20.
17596         (hashcash-process-alist): New variable.
17597         (hashcash-generate-payment-async): Add.
17598         (hashcash-already-paid-p): Add.
17599         (hashcash-insert-payment): Don't generate payments twice.
17600         (hashcash-insert-payment-async): Add.
17601         (hashcash-insert-payment-async-2): Add.
17602         (hashcash-cancel-async): Add.
17603         (hashcash-wait-async): Add.
17604         (hashcash-processes-running-p): Add.
17605         (hashcash-wait-or-cancel): Add.
17606         (mail-add-payment): New optional argument.  Conditionally start
17607         asynchronous calculation.
17608         (mail-add-payment-async): Add.
17609
17610         * message.el (message-send-mail): Wait for asynchronous hashcash
17611         results.  Don't clobber existing X-Hashcash headers.
17612         (message-setup-1): Call mail-add-payment-async when
17613         message-generate-hashcash is non-nil.
17614
17615 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17616
17617         * message.el (message-use-alternative-email-as-from): Examine the
17618         From header as well; use message-make-from in order to include a
17619         user's full name.
17620
17621 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17624         default; improve customization type.
17625         (gnus-emphasis-custom-with-format): New macro.
17626         (gnus-emphasis-custom-value-to-external): New function.
17627         (gnus-emphasis-custom-value-to-internal): New function.
17628
17629 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17630
17631         * dns.el (query-dns): Resolve reverse addresses.
17632
17633 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634
17635         * gnus-group.el (gnus-group-get-new-news): Use it.
17636
17637         * gnus-start.el (gnus-check-reasonable-setup): New function.
17638
17639 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17642         "Args out of range" error.  Reported by Arnaud Giersch
17643         <arnaud.giersch@free.fr>.
17644
17645 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17646
17647         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17648
17649 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17650
17651         * spam.el (spam group): Add :version.
17652
17653         * pgg-def.el (pgg group): Add :version.
17654
17655 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * gnus-art.el (gnus-article-edit-article): Don't associate the
17658         article buffer with a draft file.  This is a temporary measure
17659         against the 2004-08-22 change to gnus-article-edit-mode.
17660
17661 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17664         (html2text-format-tags): Remove unused variable `attr'.
17665
17666 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17667
17668         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17669
17670         * tls.el (tls-process-connection-type, tls-success)
17671         (tls-certtool-program): Add :version.
17672
17673         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17674         (starttls-extra-arguments, starttls-process-connection-type)
17675         (starttls-connect, starttls-failure, starttls-success): Add :version.
17676
17677         * spam-stat.el (spam-stat): Add :version.
17678
17679         * sieve.el (sieve): Add :version.
17680
17681         * sha1.el (sha1): Add :version.
17682         (sha1-use-external): Remove redundant version.
17683
17684         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17685         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17686         (nnmail-split-fancy-match-partial-words)
17687         (nnmail-split-lowercase-expanded): Add :version.
17688
17689         * nndiary.el (nndiary): Add :version.
17690
17691         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17692
17693         * mml-sec.el (mml-default-sign-method)
17694         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17695         Add :version.
17696
17697         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17698
17699         * mm-url.el (mm-url-use-external, mm-url-program)
17700         (mm-url-arguments): Add :version.
17701
17702         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17703         (mm-attachment-file-modes, mm-decrypt-option)
17704         (mm-w3m-safe-url-regexp): Add :version.
17705
17706         * message.el (message-cite-prefix-regexp)
17707         (message-sendmail-envelope-from, message-minibuffer-local-map)
17708         (message-user-fqdn, message-completion-alist): Add :version.
17709
17710         * gnus-win.el (gnus-configure-windows-hook)
17711         (gnus-use-frames-on-any-display): Add :version.
17712
17713         * gnus-art.el (gnus-article-address-banner-alist)
17714         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17715         (gnus-treat-from-picon, gnus-treat-mail-picon)
17716         (gnus-treat-x-pgp-sig): Add :version.
17717
17718         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17719         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17720         (gnus-summary-article-delete-hook)
17721         (gnus-summary-display-while-building): Add :version.
17722
17723         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17724         (gnus-get-top-new-news-hook): Add :version.
17725
17726         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17727         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17728
17729         * gnus-registry.el (gnus-registry): Add :version.
17730
17731         * gnus-spec.el (gnus-use-correct-string-widths)
17732         (gnus-make-format-preserve-properties): Add :version.
17733
17734         * gnus.el (gnus-group-charter-alist)
17735         (gnus-group-fetch-control-use-browse-url)
17736         (gnus-install-group-spam-parameters): Add :version.
17737
17738         * gnus-diary.el (gnus-diary): Add :version.
17739
17740         * gnus-delay.el (gnus-delay): Add :version.
17741
17742         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17743         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17744         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17745         Add :version.
17746
17747         * gnus-agent.el (gnus-agent-max-fetch-size)
17748         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17749         (gnus-agent-prompt-send-queue): Add :version.
17750
17751         * deuglify.el (gnus-outlook-deuglify): Add :version.
17752
17753         * html2text.el: Beautify code.  Improve doc strings.
17754         Some checkdoc cleanup.
17755         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17756
17757 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17758
17759         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17760
17761 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17762
17763         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17764         when package is loaded.
17765
17766         * spam.el (spam-summary-score-preferred-header): Add global preference
17767         for people who want to override the default SpamAssassin over
17768         Bogofilter preference (when both are set).
17769         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17770         (spam-user-format-function-S):
17771         Check spam-summary-score-preferred-header.
17772         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17773         (spam-user-format-function-S): Format the score correctly.
17774
17775 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17778         signature file.  Suggested by Manoj Srivastava
17779         <srivasta@golden-gryphon.com>.
17780
17781         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17782         iso-2022-jp even in the Japanese language environment.
17783         Suggested by Jason Rumney <jasonr@gnu.org>.
17784
17785 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17788         use the same characters as the dummy marks; make it free from
17789         getting affected by the language environment.
17790         (gnus-summary-read-group-1): Update mark positions only when the
17791         format spec is updated.
17792
17793         * gnus-spec.el (gnus-update-format-specifications): Return a list
17794         of updated types.
17795
17796 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17799         of boundp to check if display-warning is available.
17800
17801 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17802
17803         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17804
17805 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * nnspool.el (nnspool-spool-directory): Use news-path if the
17808         news-directory variable is not bound.
17809
17810         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17811         function instead of display-warning if it is not available.
17812
17813 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17816         v5-10: Use `point-at-bol'.
17817
17818 2004-10-26  Simon Josefsson  <jas@extundo.com>
17819
17820         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17821         <chenggao@gmail.com>.
17822
17823 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17824
17825         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17826         instead.
17827
17828 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17831         to remove a server from the nnimap-server-buffer-alist.
17832         (nnimap-open-connection, nnimap-close-server): Use it.
17833
17834         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17835
17836 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17839         running the major-mode function.
17840
17841 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17844         dummy marks in the right way.
17845
17846 2004-10-18  David Edmondson  <dme@dme.org>
17847
17848         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17849         excessively.
17850
17851 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17852
17853         * gnus-util.el (gnus-split-references): Accept a nil references
17854         string and go on blissfully.
17855
17856         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17857         cases where the references string is non-nil but has no references.
17858
17859         * encrypt.el: Add autoload tags.
17860
17861         * spam.el (spam-resolve-registrations-routine): Remove article
17862         from unregistration list too.  Reported by David Hanak
17863         <dhanak@isis.vanderbilt.edu>
17864
17865 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17866
17867         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17868         nil.  Change custom type.
17869
17870 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17871
17872         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17873
17874         * gnus-sum.el (gnus-summary-move-article): Use it.
17875
17876 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * encrypt.el: Add autoload cookies.
17879
17880         * spam.el (spam-backend-article-list-property)
17881         (spam-backend-get-article-todo-list)
17882         (spam-backend-put-article-todo-list)
17883         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17884         Resolve registrations separately.
17885         (spam-register-routine): Format comments.
17886         (spam-unregister-routine, spam-register-routine): Always call with
17887         specific-articles, no default list.
17888         (spam-summary-prepare-exit): Use the spam-classifications function.
17889
17890         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17891         gnus-encrypt.el.
17892
17893         * encrypt.el: Copied from gnus-encrypt.el.
17894
17895         * gnus-encrypt.el: Commented that it's obsolete.
17896
17897 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17900         (gnus-score-save): Use it.
17901
17902         * message.el (message-bury): Use `window-dedicated-p'.
17903
17904 2004-10-15  Simon Josefsson  <jas@extundo.com>
17905
17906         * pop3.el (top-level): Don't require nnheader.
17907         (pop3-read-timeout): Add.
17908         (pop3-accept-process-output): Add.
17909         (pop3-read-response, pop3-retr): Use it.
17910
17911 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17912
17913         * spam.el (spam-register-routine): Move comment.
17914         (spam-verify-bogofilter): Use 'unknown for the initial
17915         spam-bogofilter-valid state, not 'never.
17916
17917         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17918         for netrc-machine.
17919
17920         * nnimap.el (nnimap-open-connection):
17921         Use netrc-machine-user-or-password.
17922
17923 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17924
17925         * gnus-registry.el (gnus-registry-unload-hook):
17926         Set as a variable with add-hook.
17927
17928         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17929         of news-path.
17930
17931         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17932
17933         * spam.el: Delete duplicate `provide'.
17934         (spam-unload-hook): Set as a variable with add-hook.
17935
17936 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17937
17938         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17939         in the doc string.
17940
17941         * message.el (message-ignored-news-headers)
17942         (message-ignored-supersedes-headers)
17943         (message-ignored-resent-headers)
17944         (message-forward-ignored-headers): Improve custom type.
17945
17946 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * message.el (message-tokenize-header): Fix 2004-09-06 change
17949         which used point-min in the wrong place.
17950
17951 2004-10-12  Simon Josefsson  <jas@extundo.com>
17952
17953         * tls.el (tls-certtool-program): New variable.
17954         (tls-certificate-information): New function, based on
17955         ssl-certificate-information.
17956
17957 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * compface.el: Move the version of ELisp-based uncompface program
17960         to the contrib directory because of the copyright problem.
17961
17962 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17963
17964         * message.el (message-kill-buffer): Raise the current frame.
17965
17966 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17969
17970         * gnus.el (message-y-or-n-p): Autoload.
17971
17972         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17973         (pop3-password-required, pop3-authentication-scheme)
17974         (pop3-leave-mail-on-server): Make customizable.
17975         (pop3): New custom group.
17976         (pop3-retr): Remove `sleep-for' statements.
17977         Suggested by Dave Love <fx@gnu.org>.
17978
17979         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17980         Windows/DOS.
17981
17982         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17983         (imap-parse-body): Fix incorrect use of `assert'.
17984         Suggested by Dave Love <fx@gnu.org>.
17985
17986         * mml.el (mml-minibuffer-read-disposition): Require match.
17987         Suggested by Dave Love <fx@gnu.org>.
17988
17989 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17992         doc string.
17993
17994 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17997
17998 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17999
18000         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18001         instead of calling `mm-insert-inline', to decode text/* parts
18002         before displaying them.
18003
18004 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * mm-uu.el (mm-uu-text-plain-type): New variable.
18007         (mm-uu-pgp-signed-extract-1): Use it.
18008         (mm-uu-pgp-encrypted-extract-1): Use it.
18009         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18010         bind mm-uu-text-plain-type with that value.
18011         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18012         mm-uu-dissect.
18013
18014 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * gnus-group.el (gnus-update-group-mark-positions):
18017         * gnus-sum.el (gnus-update-summary-mark-positions):
18018         * message.el (message-check-news-body-syntax):
18019         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18020         of string-as-multibyte.
18021
18022 2004-10-05  Juri Linkov  <juri@jurta.org>
18023
18024         * gnus-group.el (gnus-update-group-mark-positions):
18025         * gnus-sum.el (gnus-update-summary-mark-positions):
18026         * message.el (message-check-news-body-syntax):
18027         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18028         8-bit unibyte values to a multibyte string for search functions.
18029
18030 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18033         (mm-uu-dissect-text-parts): New function.
18034
18035         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18036         dissect text parts.
18037
18038         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18039         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18040
18041         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18042
18043         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18044         Use gnus-current-topics instead of gnus-current-topic.
18045
18046 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18047
18048         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18049
18050 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18051
18052         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18053         where approriate.
18054
18055         * nnml.el (nnml-generate-active-info): do.
18056
18057         * nndiary.el (nndiary-generate-active-info): do.
18058
18059         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18060         (gnus-topic-move): do.
18061
18062         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18063         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18064
18065         * gnus-srvr.el (gnus-server-prepare)
18066         (gnus-server-open-all-servers): do.
18067
18068         * gnus-msg.el (gnus-summary-cancel-article)
18069         (gnus-summary-resend-message)
18070         (gnus-summary-mail-crosspost-complaint): do.
18071
18072         * gnus-move.el (gnus-change-server): do.
18073
18074         * gnus-group.el (gnus-group-unmark-all-groups)
18075         (gnus-group-set-current-level): do.
18076
18077 2004-10-04  Simon Josefsson  <jas@extundo.com>
18078
18079         * message.el (message-generate-hashcash): Doc fix.
18080
18081 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18082
18083         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18084         avoid infinite recursion via gnus-get-function.
18085
18086 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18087
18088         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18089
18090         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18091
18092         * nnmail.el (nnmail-split-history): do.
18093
18094         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18095         (nnml-request-delete-group): do.
18096
18097         * nnslashdot.el (nnslashdot-read-groups): do.
18098
18099         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18100         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18101
18102         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18103         (nnspool-sift-nov-with-sed): Use last.
18104         (nnspool-retrieve-headers-with-nov): Use mapc.
18105         (nnspool-request-newgroups): Use dolist.
18106         (nnspool-request-group): Use last.
18107
18108         * nntp.el (nntp-read-server-type): Use dolist.
18109
18110         * nnvirtual.el (nnvirtual-create-mapping)
18111         (nnvirtual-update-read-and-marked): Use dolist.
18112         (nnvirtual-convert-headers): Simplify.
18113
18114 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18115
18116         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18117         Add support for sync'ing tick marks.
18118
18119 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18122         there's no visible header.
18123
18124 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18125
18126         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18127         When necessary, pass full group name to gnus-request-set-marks.
18128
18129 2004-10-01  Simon Josefsson  <jas@extundo.com>
18130
18131         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18132         acroread.
18133
18134 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18135
18136         * spam-report.el (spam-report-gmane): Fix interactive.
18137
18138         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18139
18140         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18141         when writing file.
18142         (gnus-agent-synchronize-flags): Don't default to being
18143         interactive.
18144
18145 2004-09-30  Simon Josefsson  <jas@extundo.com>
18146
18147         * message.el (message-generate-hashcash): Add.
18148         (message-send-mail): Use it, call mail-add-payment.
18149
18150 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18151
18152         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18153
18154 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18155
18156         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18157         gnus-requst-update-info with explicit code to sync the in-memory
18158         info read flags with the marks being sync'd to the backend.
18159
18160         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18161
18162 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18163
18164         * spam.el (spam-verify-bogofilter): Add new function.
18165         (spam-check-bogofilter)
18166         (spam-bogofilter-register-with-bogofilter): Use it.
18167         (spam-verify-bogofilter): Add small fixes.
18168
18169 2004-09-28  Simon Josefsson  <jas@extundo.com>
18170
18171         * hashcash.el (hashcash-generate-payment): Revert.
18172
18173 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18174
18175         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18176         Use gnus-extract-references instead of gnus-split-references.
18177
18178         * gnus-util.el (gnus-extract-references): Add new function, analogous
18179         to gnus-split-references but extracts only the message-ID without
18180         anything extra.
18181
18182         * hashcash.el (hashcash-generate-payment)
18183         (hashcash-check-payment): Do the right thing if hashcash-path is
18184         nil (because the hashcash program could not be found).
18185
18186         * spam.el (spam-use-hashcash): Remove comment.
18187
18188 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18189
18190         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18191         (gnus-cache-enter-article, gnus-cache-remove-article)
18192         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18193
18194         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18195
18196         * gnus-art.el (article-hide-boring-headers)
18197         (article-translate-strings, article-display-face)
18198         (gnus-article-mime-match-handle-first)
18199         (gnus-article-highlight-headers)
18200         (gnus-article-add-buttons-to-head): do.
18201
18202 2004-09-27  Simon Josefsson  <jas@extundo.com>
18203
18204         * hashcash.el: New version, from
18205         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18206         ../contrib/.
18207
18208 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18211
18212 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18213
18214         * gnus-dup.el (gnus-dup-open): Use mapc.
18215         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18216
18217         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18218         Reported by Stefan Wiens <s.wi@gmx.net>.
18219
18220         * gnus.el (gnus-shutdown): Use dolist.
18221
18222         * gnus-undo.el (gnus-undo): Use mapc.
18223
18224         * nnrss.el (nnrss-generate-active): do.
18225
18226         * message.el (message-cite-original-without-signature)
18227         (message-cite-original): Use mapc.
18228         (message-do-actions, message-make-forward-subject): Use dolist.
18229
18230 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18231
18232         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18233         deletion to remove entire duplicate line.  Fixes merged article
18234         number bug.
18235
18236 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18237
18238         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18239         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18240         first ask if you want to open a server and then, even when you
18241         responded with no, asking if you want to synchronize the server's
18242         flags.
18243         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18244         multi-line expressions.
18245         (gnus-agent-synchronize-group-flags): New internal function.
18246         Updates marks in memory (in the info structure) AND in the
18247         backend.
18248
18249         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18250
18251         * nnagent.el (nnagent-request-set-mark):
18252         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18253         method, to ensure that synchronization updates marks in the
18254         backend and in the info (in memory) structure.
18255
18256 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18259         convention fully; don't miss the root article of a thread; make
18260         the X-Draft-From header with correct article numbers.
18261
18262 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18263
18264         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18265         unless plugged.  Disable the agent so that an open failure causes
18266         an error.
18267
18268         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18269         Revert 2004-09-21 change.  The backend must be opened while
18270         synchronizing flags even when the backend stores the flags
18271         locally.
18272
18273 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18276         in `header' match.  Reported by Svend Tollak Munkejord.
18277
18278         * message.el (message-cite-original): Fix use of
18279         `message-cite-articles-with-x-no-archive'.
18280
18281 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18284         (gnus-window-to-buffer): Ditto.
18285
18286         * mml.el (mml-preview-buffer): New variable.
18287         (mml-preview): Manage window layout with gnus-buffer-configuration.
18288
18289         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18290         X-Draft-From header even if those articles aren't quoted.
18291
18292 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18293
18294         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18295         (gnus-request-set-mark, gnus-request-update-mark): Use new
18296         g-s-t-u-l-m to decide to use backend even when unplugged.
18297
18298 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18301         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18302
18303 2004-09-20  Simon Josefsson  <jas@extundo.com>
18304
18305         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18306         "utf-16-le".
18307
18308 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18309
18310         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18311
18312 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18313
18314         * uudecode.el (uudecode-use-external): Add :version.
18315
18316         * smime.el (smime-CA-file, smime-encrypt-cipher)
18317         (smime-dns-server): Add :version.
18318
18319         * smiley.el (gnus-smiley-file-types): Add :version.
18320
18321         * sha1.el (sha1-use-external): Add :version.
18322
18323         * pgg-def.el (pgg-query-keyserver): Add :version.
18324
18325         * nnmail.el (nnmail-fancy-expiry-targets)
18326         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18327         Add :version.
18328
18329         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18330         (nnimap-retrieve-groups-asynchronous): Add :version.
18331         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18332
18333         * mml.el (mml-content-disposition-parameters)
18334         (mml-insert-mime-headers-always): Add :version.
18335
18336         * mm-util.el (mm-coding-system-priorities): Add :version.
18337
18338         * mm-decode.el (mm-inline-text-html-with-images)
18339         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18340         (mm-verify-option): Add :version.
18341         (mm-text-html-renderer): Change :version.
18342
18343         * message.el (message-fcc-externalize-attachments)
18344         (message-required-headers, message-draft-headers)
18345         (message-subject-trailing-was-query)
18346         (message-subject-trailing-was-ask-regexp)
18347         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18348         (message-mark-insert-end, message-archive-header)
18349         (message-archive-note, message-cross-post-default)
18350         (message-cross-post-note, message-followup-to-note)
18351         (message-cross-post-note-function, message-use-mail-followup-to)
18352         (message-subscribed-address-functions)
18353         (message-subscribed-address-file, message-subscribed-addresses)
18354         (message-subscribed-regexps, message-allow-no-recipients)
18355         (message-yank-cited-prefix, message-signature-insert-empty-line)
18356         (message-hidden-headers, message-hierarchical-addresses)
18357         (message-mail-user-agent, message-use-idna)
18358         (message-valid-fqdn-regexp)
18359         (message-strip-special-text-properties, message-header-synonyms)
18360         (message-beginning-of-line, message-tab-body-function): Add :version.
18361         (message-insert-canlock, message-wide-reply-confirm-recipients):
18362         Change :version.
18363
18364         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18365         and :version.
18366         (mail-source-delete-old-incoming-confirm)
18367         (mail-source-movemail-program): Add :version.
18368
18369         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18370         (gnus-agent-cache, gnus-agent): Change :version.
18371
18372         * gnus-util.el (gnus-use-byte-compile): Change :version.
18373
18374         * gnus-sum.el (gnus-summary-make-false-root-always)
18375         (gnus-summary-default-high-score)
18376         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18377         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18378         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18379         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18380         (gnus-sum-thread-tree-single-indent)
18381         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18382         (gnus-sum-thread-tree-leaf-with-other)
18383         (gnus-sum-thread-tree-single-leaf): Add :version.
18384         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18385         (gnus-article-loose-mime): Change :version.
18386
18387         * gnus-start.el (gnus-backup-startup-file)
18388         (gnus-save-startup-file-via-temp-buffer): Add :version.
18389
18390         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18391         (gnus-server-offline-face): Add :version.
18392
18393         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18394
18395         * gnus-msg.el (gnus-gcc-externalize-attachments)
18396         (gnus-debug-files, gnus-debug-exclude-variables)
18397         (gnus-discouraged-post-methods): Change :version.
18398         (gnus-confirm-mail-reply-to-news)
18399         (gnus-confirm-treat-mail-like-news): Add :version.
18400
18401         * gnus-int.el (gnus-server-unopen-status): Add :version.
18402
18403         * gnus-group.el (gnus-group-jump-to-group-prompt)
18404         (gnus-large-ephemeral-newsgroup)
18405         (gnus-fetch-old-ephemeral-headers): Add :version.
18406
18407         * gnus-fun.el (gnus-x-face-directory)
18408         (gnus-convert-pbm-to-x-face-command)
18409         (gnus-convert-image-to-x-face-command)
18410         (gnus-convert-image-to-face-command): Add :version.
18411
18412         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18413
18414         * gnus-cite.el (gnus-cite-blank-line-after-header)
18415         (gnus-article-boring-faces): Add :version.
18416
18417         * gnus-art.el (gnus-buttonized-mime-types)
18418         (gnus-inhibit-mime-unbuttonizing)
18419         (gnus-treat-display-face)
18420         (gnus-treat-body-boundary): Change :version.
18421         (gnus-body-boundary-delimiter, gnus-picon-databases)
18422         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18423         (gnus-treat-date-english, gnus-treat-fold-headers)
18424         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18425         (gnus-treat-mail-picon, gnus-treat-wash-html)
18426         (gnus-article-encrypt-protocol)
18427         (gnus-use-idna, gnus-article-over-scroll)
18428         (gnus-mime-display-multipart-alternative-as-mixed)
18429         (gnus-mime-display-multipart-related-as-mixed)
18430         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18431         (gnus-ctan-url, gnus-button-ctan-handler)
18432         (gnus-button-handle-ctan-bogus-regexp)
18433         (gnus-button-ctan-directory-regexp)
18434         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18435         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18436         (gnus-button-man-level, gnus-button-emacs-level)
18437         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18438
18439         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18440         (gnus-agent-go-online): Change :version.
18441         (gnus-agent-expire-unagentized-dirs)
18442         (gnus-agent-auto-agentize-methods): Add :version.
18443
18444         * flow-fill.el (fill-flowed-display-column)
18445         (fill-flowed-encode-column): Add :version.
18446
18447         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18448         (gnus-outlook-deuglify-unwrap-max)
18449         (gnus-outlook-deuglify-cite-marks)
18450         (gnus-outlook-deuglify-unwrap-stop-chars)
18451         (gnus-outlook-deuglify-no-wrap-chars)
18452         (gnus-outlook-deuglify-attrib-cut-regexp)
18453         (gnus-outlook-deuglify-attrib-verb-regexp)
18454         (gnus-outlook-deuglify-attrib-end-regexp)
18455         (gnus-outlook-display-hook): Add :version.
18456
18457         * binhex.el (binhex-use-external): Add :version.
18458
18459 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18462         and `invisible'.
18463
18464 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18465
18466         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18467         in gnus-registry-trim.
18468
18469 2004-09-13  Simon Josefsson  <jas@extundo.com>
18470
18471         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18472
18473         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18474
18475         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18476         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18477         <yamaoka@jpl.org>.
18478         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18479         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18480         <yamaoka@jpl.org>.
18481
18482         * sieve.el (sieve-manage-mode): Ditto.
18483
18484 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18487
18488 2004-09-11  Simon Josefsson  <jas@extundo.com>
18489
18490         * dns-mode.el: Add.
18491
18492         * mm-view.el (mm-display-dns-inline): Add.
18493
18494         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18495         (mm-automatic-display): Ditto.
18496
18497         * mailcap.el (mailcap-mime-data): Add text/dns.
18498         (mailcap-mime-extensions): Map .soa to text/dns.
18499
18500 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18501
18502         * gnus-art.el (article-decode-mime-words, article-babel)
18503         (gnus-article-highlight-signature, gnus-article-add-buttons)
18504         (gnus-signature-toggle): Remove unnecessary bindings of
18505         `inhibit-read-only' inherited from v5.10 merge.
18506
18507 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * nntp.el (nntp): New customization group.
18510         (nntp-authinfo-file): Add customization group.
18511
18512         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18513
18514         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18515
18516         * gnus.el (to-address, to-list, subscribed)
18517         (large-newsgroup-initial): Ditto.
18518
18519         * flow-fill.el (fill-flowed-display-column)
18520         (fill-flowed-encode-column): Ditto.
18521
18522 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18523
18524         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18525         Use point-min rather than 1.
18526         (message-send-mail): Use buffer-size rather than point-max.
18527
18528         * gnus-sum.el (gnus-summary-search-article-forward):
18529         Signal a specific `search-failed' rather than a generic `error'.
18530
18531         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18532         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18533         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18534
18535 2004-09-10  Simon Josefsson  <jas@extundo.com>
18536
18537         * nndb.el (require): Remove tcp and duplicate cl.
18538
18539 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * gnus-agent.el (directory-files-and-attributes): Move forward.
18542
18543 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18544
18545         * gnus-agent.el (directory-files-and-attributes):
18546         Optionally defined to support XEmacs.
18547
18548 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18549
18550         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18551         to avoid run-time CL dependencies.
18552         (gnus-agent-unfetch-articles): New function.
18553         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18554         article numbers even when local .overview file is missing.
18555         (gnus-agent-read-article-number): New function.  Only accepts
18556         27-bit article numbers.
18557         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18558         Use gnus-agent-read-article-number.
18559         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18560         from backend while recognizing that article numbers in .overview
18561         must be valid.
18562         (gnus-agent-update-files-total-fetched-for):
18563         Use directory-files-and-attributes to improve performance.
18564         * gnus-int.el (gnus-request-move-article):
18565         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18566         improve performance.
18567
18568         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18569         some users confused by references to .newsrc when they only have a
18570         .newsrc.eld file.
18571         (gnus-convert-mark-converter-prompt)
18572         (gnus-convert-converter-needs-prompt): Fix use of property list.
18573         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18574         New function.  Used internally to only display 'gnus converting
18575         files' message when actually necessary.
18576
18577         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18578         methods now autoloaded.
18579
18580 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18583         identifiers.
18584
18585 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * gnus-picon.el: Fix indentation and closing parenthesis.
18588
18589 2004-09-01  Simon Josefsson  <jas@extundo.com>
18590
18591         * message.el (message-canlock-generate): Require sha1, not
18592         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18593         to require within a function.  Sadly, if sha1.el isn't loaded, the
18594         let binding in m-c-g will hide the defcustom definition, which is
18595         bad.)
18596
18597         * canlock.el: Require sha1, not sha1-el.
18598
18599         * message.el: Don't autoload sha1 (there is a autoload cookie in
18600         sha1.el).
18601
18602         * sha1-el.el: Rename to sha1.el.
18603
18604 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18605
18606         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18607
18608 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18609
18610         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18611
18612 2004-08-30  Kim F. Storm  <storm@cua.dk>
18613
18614         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18615
18616         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18617         Add :group 'nnimap.
18618
18619 2004-08-30  Andreas Schwab  <schwab@suse.de>
18620
18621         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18622         ?* and ?\;.
18623
18624         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18625         and ?\' to symbol instead of whitespace.
18626
18627 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18630
18631         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18632         instead of re-search-forward.
18633
18634         * gnus-uu.el (gnus-uu-save-article): Ditto.
18635         (gnus-uu-post-encode-uuencode): Ditto.
18636
18637         * html2text.el (html2text-clean-list-items): Ditto.
18638         (html2text-clean-dtdd): Ditto.
18639         (html2text-format-tags): Ditto.
18640
18641         * message.el (message-send-mail-with-sendmail): Fix regexp.
18642         (message-fill-field-general): Use search-forward instead of
18643         re-search-forward.
18644         (unbold-region): Ditto.
18645
18646         * nnrss.el (nnrss-request-article): Ditto.
18647
18648         * nnslashdot.el (nnslashdot-request-article): Ditto.
18649
18650         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18651
18652         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18653         "Unrecognized menu descriptor" error in XEmacs.
18654
18655 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18656
18657         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18658         parent article of a sparse article in the thread hashtb.
18659
18660 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18661
18662         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18663         (nnmail-expand-newtext): Lowercase expanded entries if
18664         nnmail-split-lowercase-expanded is non-nil.
18665
18666 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18669
18670         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18671         of gnus-tmp-news-method into string under XEmacs.  It will be
18672         passed to gnus-correct-length which takes only a string argument.
18673
18674 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-util.el (gnus-bind-print-variables): New macro.
18677         (gnus-prin1): Use it.
18678         (gnus-prin1-to-string): Use it.
18679         (gnus-pp): New function.
18680         (gnus-pp-to-string): New function.
18681
18682         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18683         Replace pp-to-string with gnus-pp-to-string.
18684         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18685         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18686         * gnus-msg.el (gnus-debug): Ditto.
18687         * gnus-score.el (gnus-score-save): Ditto.
18688         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18689         gnus-pp-to-string.
18690         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18691         with gnus-pp.
18692         * score-mode.el (gnus-score-pretty-print): Ditto.
18693         * webmail.el (webmail-debug): Ditto.
18694
18695 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * gnus-art.el (article-display-face, article-display-x-face):
18698         Use buffer-read-only.
18699
18700 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * gnus-art.el (article-hide-list-identifiers):
18703         Bind inhibit-read-only as t.
18704
18705 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18708
18709 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18710
18711         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18712         (gnus-narrow-to-page): Don't assume point-min == 1.
18713         (gnus-article-edit-mode): Derive from message-mode.
18714
18715         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18716         point-min == 1.
18717
18718         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18719         Disable incorrect use of `assert'.
18720
18721         * message.el (message-mode): Set comment-start-skip.
18722
18723
18724 2004-08-22  Sam Steingold  <sds@gnu.org>
18725
18726         * pop3.el (pop3-leave-mail-on-server): New user variable.
18727         (pop3-movemail): Delete mail only when it is nil.
18728
18729 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18732
18733         * mml.el (mml-preview): Use `pop-to-buffer'.
18734
18735         * message.el (message-goto-mail-followup-to): Insert after "To".
18736         (message-carefully-insert-headers): Add comment.
18737
18738         * gnus.el: Remove unused variable `gnus-article-check-size'.
18739
18740         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18741
18742         * gnus-art.el (gnus-button-alist):
18743         Improve `gnus-button-handle-library' entry.
18744
18745 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18746
18747         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18748         Use downcase, since XEmacs capitalizes error messages differently.
18749
18750 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18751
18752         * nntp.el: Add (require 'gnus) due to reference to
18753         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18754
18755 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18756
18757         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18758         Bind `mm-fill-flowed'.
18759
18760         * mm-decode.el (mm-dissect-singlepart): Check it.
18761
18762 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18763
18764         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18765         'imap' for netrc parsing.
18766
18767 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * mailcap.el (mailcap-mime-data): Mark as risky.
18770
18771 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18774         may be included in the encoded word.
18775         (rfc2047-encode): Don't append a space if the encoded word
18776         includes close parenthesis.
18777
18778 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18781         of text within parentheses.
18782
18783 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18784
18785         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18786         (gnus-encrypt-write-file-contents): Make the password key the file
18787         name PLUS the cipher, not just the cipher.  Also remove failed
18788         passwords from the cache.
18789
18790 2004-08-06  Simon Josefsson  <jas@extundo.com>
18791
18792         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18793         Doc fix.
18794
18795 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18798         LWSP.
18799
18800 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18801
18802         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18803         Try to append in-reply-to: data to the references: header.
18804
18805         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18806         (netrc-parse): Use gnus-encrypt.el functions.
18807
18808         * gnus-encrypt.el: Add new file for encryption support; currently
18809         does only a few GPG ciphers and an internal XOR cipher.
18810
18811         * password.el: Add comments on using password-read-and-add.
18812         (password-read-and-add): Add function to read and add the
18813         password to the cache at once.
18814
18815 2004-07-28  Simon Josefsson  <jas@extundo.com>
18816
18817         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18818         parameter (but don't use it, for now).
18819
18820         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18821         instead of hard coding to nil.
18822
18823 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18826         as mm-inline-image-xemacs does.
18827
18828 2004-07-26  Simon Josefsson  <jas@extundo.com>
18829
18830         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18831         Revert part of 2004-07-17 change below.
18832
18833 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18836         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18837
18838 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18839
18840         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18841         quotes that actually start with ">" at the beginning of the
18842         lines.
18843
18844 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * rfc2047.el (rfc2047-encode-region): Fix last change.
18847         (rfc2047-encode-parameter): Remove useless concat.
18848
18849 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18850
18851         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18852         encode special characters; fix some kind of misconfigured headers;
18853         signal a real error if debug-on-quit or debug-on-error is non-nil.
18854         (rfc2047-encode-max-chars): New variable.
18855         (rfc2047-encode-1): Use it.
18856         (rfc2047-encode-parameter): New function.
18857
18858         * mml.el (mml-insert-parameter): Remove an excessive space.
18859
18860 2004-07-17  Simon Josefsson  <jas@extundo.com>
18861
18862         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18863         Kai Grossjohann <kai@emptydomain.de>.
18864         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18865         (gnus-group-make-menu-bar): Ditto.
18866
18867         * gnus-util.el (gnus-group-server): Add.
18868
18869 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18870
18871         * message.el (message-clone-locals): Clone sendmail and smtp
18872         variables.
18873
18874 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * rfc2047.el (rfc2047-encode-region): Fix last change.
18877
18878 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18881         characters as non-special.
18882
18883 2004-07-09  Simon Josefsson  <jas@extundo.com>
18884
18885         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18886         Users will lose all flag changes made while unplugged with
18887         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18888         good default.  See numerous reports on ding mailing list.
18889
18890 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18893         add generate-head-function and generate-article-function to the
18894         rfc822-forward entry.
18895         (nndoc-rfc822-forward-generate-article): New function.
18896         (nndoc-rfc822-forward-generate-head): New function.
18897
18898         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18899
18900 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18901
18902         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18903         respect display group parameter and gnus-summary-expunge-below.
18904         (gnus-articles-to-read): Remove unused reference to display group
18905         parameter.
18906
18907 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18908
18909         * nnheader.el (nnheader-uniquify-message-id): New experimental
18910         variable.
18911         (nnheader-nov-read-message-id): Use it.
18912
18913         * spam-report.el (spam-report-gmane): Add interactive.
18914
18915 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * mm-encode.el (mm-content-transfer-encoding-defaults):
18918         Use qp-or-base64 for the application/* types.
18919
18920 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18921
18922         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18923
18924 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18925
18926         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18927         trim value.
18928
18929 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18930
18931         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18932         New macro and function.
18933         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18934
18935 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18938         after-load-alist.
18939
18940 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18941
18942         * gnus-group.el (gnus-group-get-new-news-this-group):
18943         Don't update info that isn't there.
18944
18945 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18946
18947         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18948         entry.
18949
18950 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * mm-view.el (mm-inline-render-with-function): Use multibyte
18953         buffer; decode html source by charset.
18954
18955         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18956
18957         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18958         Mule-UCS is loaded under XEmacs.
18959         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18960
18961 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18962
18963         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18964
18965 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18966
18967         * mm-util.el (mm-coding-system-p): Return a coding-system.
18968         (mm-mime-mule-charset-alist): Use shift_jis instead of
18969         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18970         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18971         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18972         instead of japanese-shift-jis and iso-latin-1 respectively in
18973         order to share the default value with both Emacs and XEmacs-mule.
18974         (mm-mule-charset-to-mime-charset):
18975         Make mm-coding-system-priorities effective.
18976         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18977         while predicating of candidates upon the priorities.
18978
18979 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18980
18981         * gnus-sum.el (gnus-summary-make-menu-bar):
18982         Add gnus-uu-invert-processable.
18983
18984         * gnus.el: Autoload gnus-uu-invert-processable.
18985
18986 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18987
18988         * mm-util.el (mm-with-multibyte-buffer): New macro.
18989
18990         * rfc2047.el (rfc2047-encode-string): Use it.
18991         (rfc2047-encode-region): Move point to the end of the region after
18992         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18993
18994 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18997         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18998
18999 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19002         (gnus-cite-parse): Ignore quoted envelope From_.
19003         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19004
19005 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19006
19007         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19008         invalid addresses.
19009
19010 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19011
19012         * spam.el: Change section markers, revise TODO list.
19013         (spam-backends): Make new master list of all installed backends.
19014         (spam-summary-exit-behavior): Add new variable to determine how
19015         messages moves are done at summary exit.
19016         (spam-move-spam-nonspam-groups-only)
19017         (spam-process-ham-in-nonham-groups)
19018         (spam-process-ham-in-spam-groups): Remove variables, the
19019         spam-summary-exit-behavior variable should be used to manage this
19020         behavior.
19021         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19022         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19023         and spam-old-spam-articles.
19024         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19025         Add empty variables, placeholders for the backends they represent.
19026         (spam-set-difference): Move, unchanged.
19027         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19028         unless the user has a processor variable.
19029         (spam-classifications, spam-classification-valid-p)
19030         (spam-backend-properties, spam-backend-property-valid-p)
19031         (spam-backend-function-type-valid-p)
19032         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19033         (spam-report-articles-gmane, spam-report-articles-resend):
19034         Remove functions, they are not needed.
19035         (spam-install-backend-super, spam-backend-list)
19036         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19037         (spam-backend-function, spam-backend-ham-registration-function)
19038         (spam-backend-spam-registration-function)
19039         (spam-backend-ham-unregistration-function)
19040         (spam-backend-spam-unregistration-function)
19041         (spam-backend-statistical-p, spam-backend-mover-p)
19042         (spam-install-backend-alias, spam-install-checkonly-backend)
19043         (spam-install-mover-backend, spam-install-nocheck-backend)
19044         (spam-install-backend, spam-install-statistical-backend)
19045         (spam-install-statistical-checkonly-backend): Add backend installation
19046         support.
19047         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19048         (spam-group-processor-p): Use the new backend code and respect the
19049         summary exit behavior.
19050         (spam-mark-spam-as-expired-and-move-routine): Remove.
19051         (spam-summary-prepare): Change to use the new spam-old-articles
19052         variable.
19053         (spam-copy-or-move-routine, spam-copy-spam-routine)
19054         (spam-move-spam-routine, spam-copy-ham-routine)
19055         (spam-move-ham-routine): Add code to copy/move ham or spam.
19056         (spam-fetch-field-fast): Improve doc and code, plus allow the
19057         'number request.
19058         (spam-list-of-checks, spam-list-of-statistical-checks):
19059         Remove variables.
19060         (spam-split, spam-find-spam): Use the new backend code.
19061         (spam-registration-functions): Remove variable.
19062         (spam-unregister-routine): Add convenience wrapper.
19063         (spam-log-undo-registration, spam-register-routine)
19064         (spam-log-processing-to-registry)
19065         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19066         where possible.
19067         (spam-check-gmane-xref, spam-check-regex-headers)
19068         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19069         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19070         (spam-check-bogofilter-headers, spam-check-spamoracle)
19071         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19072         (spam-check-crm114-headers): Use the spam-split-group that
19073         spam-split prepares, no need to determine it every time.
19074
19075         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19076         to the nnheader-parse-naked-head call.
19077
19078         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19079
19080         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19081         the nnheader-nov-read-message-id call.
19082
19083 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19086         gnus-activate-group twice.  Suggested by Markus Peter
19087         <warp@spin.de>.
19088
19089 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * gnus-art.el (gnus-article-time-format): Exchange the order of
19092         day and month in the default value; fix customization type.
19093         (article-date-ut): Use add-text-properties.
19094         (article-make-date-line): Use message-make-date instead of
19095         current-time-string.
19096
19097         * message.el (message-fetch-field): Don't use set-text-properties.
19098         (message-make-date): Simplify.
19099
19100         * messagexmas.el (message-xmas-make-date): New function.
19101         (message-xmas-redefine): Defalias message-make-date to it.
19102
19103 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19104
19105         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19106         (rfc2047-encode-region): Treat text within parentheses as special;
19107         show the original text when error has occurred.
19108
19109         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19110         already-computed method to gnus-activate-group.
19111
19112         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19113         same select-methods identical Lisp objects.
19114
19115         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19116         object when modifying the info.
19117
19118 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19119
19120         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19121         gnus-opened-servers since it has never been opened with the new
19122         configuration yet.
19123
19124 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19127         arg to nnheader-generate-fake-message-id.
19128
19129 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19130
19131         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19132         number and build a fake message ID localized to a group and
19133         article number (so it's repeatable from that point on).
19134         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19135         ID format.
19136
19137         * gnus-sum.el (gnus-get-newsgroup-headers):
19138         Call nnheader-generate-fake-message-id with the article number.
19139
19140 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19141
19142         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19143         end-of-buffer.
19144
19145 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * message.el (message-ignored-supersedes-headers): Add Approved.
19148
19149 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19152         goto-char.
19153         (rfc2047-encode): Fold the line before encoding.
19154
19155 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19156
19157         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19158         folding -- not all headers can be folded, and this should be done
19159         by the message composition mode.  Probably.  I think.
19160
19161 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19164         fast.
19165
19166         * gnus-ems.el (gnus-remove-image): Don't use
19167         message-text-with-property; remove only the image found first.
19168
19169         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19170         found first.
19171
19172 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19173
19174         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19175
19176 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * message.el (message-text-with-property): Make it fast and accept
19179         optional arguments.
19180         (message-strip-forbidden-properties): Use it.
19181         (message-fix-before-sending): Follow the m-t-w-p change.
19182
19183         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19184
19185 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * gnus-art.el (article-hide-headers): Don't change the buffer
19188         mistakenly when performing mml-preview even if
19189         gnus-single-article-buffer is nil.
19190
19191 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19192
19193         * message.el (message-expand-name-databases): New user option.
19194         (message-expand-name): Use it.
19195
19196 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19197
19198         * spam.el (spam-report-articles-resend)
19199         (spam-report-resend-register-routine): Allow ham reporting.
19200         (spam-report-resend-register-ham-routine): Add wrapper.
19201         (spam-registration-functions): Add ham resending functions.
19202         (spam-list-of-processors): Add ham resend processor.
19203
19204         * gnus.el (ham-resend-to): Add new group parameter.
19205         (spam-process): Add ham resend option.
19206
19207         * spam-report.el (spam-report-resend): Allow reporting ham.
19208         (spam-report-resend-ham): Add wrapper.
19209
19210 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19211
19212         * message.el (message-cite-articles-with-x-no-archive):
19213         New variable.
19214         (message-cite-original): Use it.
19215
19216 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19217
19218         * message.el (message-cite-original): Respect X-No-Archive.
19219
19220 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * gnus-art.el (article-hide-headers): Refer to the values for
19223         gnus-ignored-headers and gnus-visible-headers in the summary
19224         buffer since a user may have set them as group parameters.
19225
19226 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19227
19228         * assistant.el (assistant-node-name): Add convenience function.
19229         (assistant-render-text, assistant-render-node): Add error handling,
19230         plus handle multiple next nodes.
19231         (assistant-find-next-node): Comment out for now.
19232         (assistant-find-next-nodes): Add function, returns list of next
19233         nodes.
19234
19235 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * mail-source.el (mail-source-directory): Fix doc-string.
19238
19239 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19240
19241         * assistant.el (assistant-render-text, assistant-eval): Add :set
19242         widget type, which is different because it takes and returns a
19243         list.  Much hilarity ensues.
19244
19245 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19248
19249         * gnus-group.el (gnus-group-get-new-news-this-group):
19250         Add doc-string.
19251
19252         * gnus-start.el (gnus-activate-group): Add doc-string.
19253
19254 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19255
19256         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19257
19258 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19259
19260         * assistant.el (assistant-render-text): Try to add a :set
19261         widget, more to come.
19262
19263         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19264         strings.
19265         (spam-report-articles-resend)
19266         (spam-register-routine): Do registration iff any articles warrant
19267         it.
19268         (spam-summary-prepare-exit): Change log message for nil group
19269         destinations.
19270
19271 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19272
19273         * spam.el (spam-report-resend-register-routine):
19274         Allow spam-report-resend-to to be a group parameter or a global value.
19275
19276 2004-05-26  Simon Josefsson  <jas@extundo.com>
19277
19278         * starttls.el: Merge with my GNUTLS based starttls.el.
19279         (starttls-gnutls-program, starttls-use-gnutls)
19280         (starttls-extra-arguments, starttls-process-connection-type)
19281         (starttls-connect, starttls-failure, starttls-success):
19282         New variables.
19283         (starttls-program, starttls-extra-args): Doc fix.
19284         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19285         New functions.
19286         (starttls-negotiate, starttls-open-stream):
19287         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19288         function if it is set.
19289
19290 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19293         structured fields.
19294
19295 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19298
19299 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19300
19301         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19302         Add variable.
19303         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19304         assigning the spam-mark to new messages.
19305
19306 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19307
19308         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19309
19310 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19313
19314         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19315         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19316         default.
19317
19318 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19319
19320         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19321         correct data.
19322
19323 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19324
19325         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19326         (spam-group-processor-p): Fix function.
19327         (spam-group-processor-multiple-p)
19328         (spam-group-spam-processor-report-gmane-p)
19329         (spam-group-spam-processor-report-resend-p)
19330         (spam-group-spam-processor-bogofilter-p)
19331         (spam-group-spam-processor-blacklist-p)
19332         (spam-group-spam-processor-ifile-p)
19333         (spam-group-ham-processor-ifile-p)
19334         (spam-group-spam-processor-spamoracle-p)
19335         (spam-group-spam-processor-crm114-p)
19336         (spam-group-ham-processor-bogofilter-p)
19337         (spam-group-spam-processor-stat-p)
19338         (spam-group-ham-processor-stat-p)
19339         (spam-group-ham-processor-whitelist-p)
19340         (spam-group-ham-processor-BBDB-p)
19341         (spam-group-ham-processor-spamoracle-p)
19342         (spam-group-ham-processor-copy-p): Remove functions with some
19343         prejudice against unneeded code.
19344         (spam-report-articles-resend)
19345         (spam-report-resend-register-routine): Allow the group/topic
19346         spam-resend-to value to override spam-report-resend-to.
19347         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19348         properly now.
19349
19350         * gnus.el (spam-resend-to): Add group/topic parameter.
19351         (spam-process): Move the OBSOLETE processors to the end of the
19352         choices.
19353
19354 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19355
19356         * spam-report.el (spam-report-resend-to, spam-report-resend):
19357         Start with resend-to set to nil, and then ask the user if necessary.
19358         (spam-report-resend): spam-report-resend takes a list of articles, not
19359         separate article numbers.
19360
19361 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19362
19363         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19364         addition to emacs-w3m.
19365
19366 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19367
19368         * assistant.el (assistant-authinfo-data): New function.
19369         (assistant-eval): Eval for entire assistant.
19370
19371         * netrc.el (netrc-services-file): New variable.
19372         (netrc-parse-services): New function.
19373         (netrc-find-service-name): New function.
19374         (netrc-find-service-number): New function.
19375         (netrc-port-equal): New function.
19376         (netrc-machine): Use it.
19377
19378         * nnimap.el (nnimap-open-connection): Use netrc.
19379
19380         * gnus-util.el (gnus-netrc-get): Remove aliases.
19381
19382         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19383
19384         * assistant.el (wid-edit): Fix compilation.
19385
19386         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19387
19388 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19389
19390         * gnus-util.el (gnus-set-file-modes): New function.  (small
19391         patch).
19392
19393 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19394
19395         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19396
19397         * assistant.el (assistant-render-node): Fix up rendering and
19398         read-only text.
19399         (assistant-render-node): Reset.
19400         (assistant-make-read-only): Not sticky.
19401
19402 2004-05-20  Danny Siu  <dsiu@adobe.com>
19403
19404         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19405         centered even when gnus-auto-center-summary is t.
19406
19407 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19408
19409         * dns.el (dns-get-txt-answer): New function.
19410         (dns-read-txt): Ditto.
19411         (query-dns): Use it.
19412
19413 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19416         active for foreign groups even if the group level is higher than
19417         the specified value.
19418
19419 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19420
19421         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19422         non-active groups.
19423
19424         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19425
19426 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19427
19428         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19429
19430 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19431
19432         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19433         (spam-crm114-header, spam-crm114-spam-switch)
19434         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19435         (spam-crm114-positive-spam-header)
19436         (spam-crm114-database-directory, spam-list-of-processors)
19437         (spam-group-spam-processor-crm114-p)
19438         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19439         (spam-generic-score, spam-list-of-checks)
19440         (spam-list-of-statistical-checks, spam-registration-functions)
19441         (spam-check-crm114-headers, spam-crm114-score)
19442         (spam-check-crm114, spam-crm114-register-with-crm114)
19443         (spam-crm114-register-spam-routine)
19444         (spam-crm114-unregister-spam-routine)
19445         (spam-crm114-register-ham-routine)
19446         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19447         From asjo@koldfront.dk (Adam Sjøgren).
19448
19449         * gnus.el: Add spam-use-crm114.
19450
19451         * spam.el (spam-list-of-processors, spam-registration-functions):
19452         Add spam-use-resend.
19453         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19454         (spam-report-articles-gmane): Add doc fix.
19455         (spam-report-articles-resend, spam-report-resend-register-routine):
19456         Add wrappers around spam-report-resend-to.
19457
19458         * spam-report.el (spam-report-resend-to, spam-report-resend):
19459         Add support for resending spam.
19460         (spam-report-gmane): Fix line length >80.
19461
19462         * gnus.el (spam-process): Add spam-use-resend.
19463
19464 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19465
19466         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19467         number of processed spam messages.
19468         (spam-ham-copy-or-move-routine): Return the number of processed
19469         ham messages.
19470         (spam-summary-prepare-exit): Use the above values to decide
19471         whether status messages shouled be displayed.
19472
19473 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19476         `rfc2047-encoding-function-alist' in order to avoid conflicting
19477         with the old version.
19478         (rfc2047-encode-region): Concatenate words containing non-ASCII
19479         characters in structured fields; don't encode space-delimited
19480         ASCII words even in unstructured fields; don't break words at
19481         char-category boundaries.
19482         (rfc2047-encode-1): New function.
19483         (rfc2047-encode): Use it; encode text so that it occupies the
19484         maximum width within 76-column; work correctly on Q encoding for
19485         iso-2022-* charsets.
19486         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19487         sure not to break a line just after the header name.
19488         (rfc2047-b-encode-region): Remove.
19489         (rfc2047-b-encode-string): New function.
19490         (rfc2047-q-encode-region): Remove.
19491         (rfc2047-q-encode-string): New function.
19492
19493         * mm-util.el (mm-replace-in-string): New function.
19494
19495 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19496
19497         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19498         Really get it right.
19499         (gnus-inews-make-draft): Really.
19500
19501 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19502
19503         * nnmh.el (nnmh-request-list-1): Don't check the link count
19504         before descending.  (small patch)
19505
19506 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19507
19508         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19509         stuff.
19510
19511         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19512         Match on real group name.
19513
19514         * gnus-art.el (gnus-signature-limit): Doc fix.
19515
19516         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19517
19518         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19519
19520 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19521
19522         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19523         isn't a string.
19524
19525 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19526
19527         * gnus-draft.el (gnus-draft-send):
19528         Bind rfc2047-encode-encoded-words.
19529
19530         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19531         (rfc2047-encodable-p): Say that =? needs encoding.
19532         (rfc2047-encode-encoded-words): New variable.
19533
19534         * gnus-group.el (gnus-group-select-group): Doc fix.
19535
19536         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19537
19538         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19539         to nil.
19540
19541         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19542
19543         * nnheader.el (nnheader-get-lines-and-char): New function.
19544
19545 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19546
19547         * gnus-msg.el (gnus-summary-followup-with-original):
19548         Document yanking of region when active.
19549
19550 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19553         groups if the group level is higher than the specified value.
19554
19555 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19556
19557         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19558         (gnus-group-jump-to-group): Add prefix argument using
19559         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19560         non-active group.
19561
19562         * compface.el (uncompface): Be verbose when changing
19563         `uncompface-use-external'.
19564
19565         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19566         handle manual section.
19567
19568 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19569
19570         * gnus-art.el (gnus-button-alist): Revert previous change.
19571
19572 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19573
19574         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19575
19576 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19577
19578         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19579         whether backend can accept message.
19580
19581         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19582
19583 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19584
19585         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19586         Avoid creating directory when nntp-marks-is-evil is true.
19587         Reported by Reiner Steib.
19588
19589 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19590
19591         * gnus-picon.el (gnus-picon-style): New variable.
19592         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19593         (gnus-picon-transform-address): Support `gnus-picon-style'.
19594         From Jesper Harder <harder@ifa.au.dk>.
19595
19596 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19597
19598         * message.el (message-fill-field): Return point.
19599         (message-generate-headers): Go to end of field.
19600
19601         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19602         stuff for non-living groups.
19603
19604 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19605
19606         * gnus-art.el (gnus-article-followup-with-original)
19607         (gnus-article-reply-with-original): gnus-mark-active-p ->
19608         gnus-region-active-p.
19609
19610 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19611
19612         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19613         only when there is spam or ham to be processed.
19614
19615 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19616
19617         * mail-source.el (mail-source-delete-crash-box): Refactor.
19618         (mail-source-fetch): Use it.
19619         (mail-source-fetch-file): Ditto.
19620         (mail-source-fetch-directory): Run postscript in loop.
19621         (mail-source-fetch-pop): Delete.
19622         (mail-source-fetch-maildir): Ditto.
19623         (mail-source-fetch-imap): Ditto.
19624
19625         * imap.el (imap-authenticators): Comment out sasl.
19626
19627         * message.el (message-skip-to-next-address): New function.
19628         (message-fill-header-address): Refactor.
19629         (message-fill-address): Use it.
19630         (message-delete-address): Use it.
19631         (message-fill-header-general): Refactor.
19632         (message-fill-field-address): Rename.
19633         (message-narrow-to-field): Find the start of the header.
19634         (message-header-format-alist): Don't pre-fill.
19635         (message-fill-header): Remove.
19636         (message-insert-header): New function.
19637         (message-shorten-references): Use it.
19638
19639         * rfc2047.el (rfc2047-field-value): Strip props.
19640
19641         * mail-parse.el (mail-header-make-address): New alias.
19642
19643         * ietf-drums.el (ietf-drums-make-address): New function.
19644
19645         * imap.el: Add compiler directives.
19646
19647         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19648
19649         * gnus-art.el (article-decode-idna-rhs): Don't use
19650         message-idna-inside-rhs-p.
19651
19652 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19653
19654         * message.el (message-idna-inside-rhs-p): Remove.
19655         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19656
19657         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19658         false positives.
19659
19660 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19661
19662         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19663
19664 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19665
19666         * nneething.el (nneething-file-name): Don't create spurious
19667         files.
19668
19669         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19670         (gnus-inews-do-gcc): Remove sleep.
19671
19672         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19673         part under point.
19674
19675         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19676         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19677
19678 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19679
19680         * spam.el (spam-summary-prepare-exit): Fix (length).
19681
19682 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19683
19684         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19685         as expired without moving it" message when there are spam
19686         messages left.
19687
19688 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19689
19690         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19691         header is not nil.
19692
19693 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19694
19695         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19696         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19697         (nntp-marks-changed-p): New arg SERVER.
19698         (nntp-request-update-info): Adjust caller.
19699
19700 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19701
19702         * nntp.el (nntp-save-marks): Pass missing arg.
19703
19704 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19705
19706         * nntp.el: Support marks.
19707         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19708         (nntp-marks-modtime, nntp-marks-directory): New variables.
19709         (nntp-request-set-mark, nntp-request-update-info)
19710         (nntp-possibly-create-directory, nntp-marks-changed-p)
19711         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19712         New functions.
19713
19714 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19715
19716         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19717         (gnus-xmas-redefine): Rename.
19718
19719         * gnus-score.el (gnus-score-insert-help):
19720         Use gnus-select-lowest-window.
19721
19722         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19723         appt-select-lowest-window and rename to gnus-select-lowest-window.
19724
19725         * gnus.el: do.
19726
19727 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19728
19729         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19730         encodings of MIME-encoded words, in order to improve
19731         interoperability with several broken MUAs.
19732
19733 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19734
19735         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19736         tags, only when charsets are not specified in headers.
19737         (mm-inline-text-html-render-with-w3m): Ditto.
19738
19739         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19740         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19741
19742 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19743
19744         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19745         instead of MIME-decoded from fields when checking
19746         `gnus-article-address-banner-alist'.
19747
19748 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19749
19750         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19751         description rather than subject.
19752
19753 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19754
19755         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19756
19757 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19758
19759         * gnus.el (gnus-version-number): Bump.
19760
19761 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19762
19763         * gnus.el: No Gnus v0.2 is released.
19764
19765 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19766
19767         * gnus-agent.el (gnus-agent-read-agentview):
19768         Inline gnus-uncompress-range.
19769
19770 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19771
19772         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19773         `exec-installed-p'.
19774
19775 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19776
19777         * gnus.el (spam-process, spam-autodetect-methods):
19778         Add bsfilter and bsfilter-headers.
19779
19780         * spam.el (spam-bsfilter): New customize group.
19781         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19782         (spam-bsfilter-header, spam-bsfilter-probability-header)
19783         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19784         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19785         (spam-bsfilter-database-directory): New options.
19786         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19787         (spam-list-of-statistical-checks, spam-registration-functions):
19788         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19789         (spam-bsfilter-score): New command.
19790         (spam-check-bsfilter-headers, spam-check-bsfilter)
19791         (spam-bsfilter-register-with-bsfilter)
19792         (spam-bsfilter-register-spam-routine)
19793         (spam-bsfilter-unregister-spam-routine)
19794         (spam-bsfilter-register-ham-routine)
19795         (spam-bsfilter-unregister-ham-routine): New functions.
19796         (spam-generic-score): Support bsfilter; Accept an optional argument
19797         to recalcurate spam score even if scoring header has already been
19798         added.
19799         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19800         optional argument to recalcurate spam score even if scoring header
19801         has already been added.
19802
19803 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19804
19805         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19806         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19807         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19808         link is missing.
19809
19810 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19811
19812         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19813         (html2text-get-attr): Rewrite.
19814
19815         * message.el (message-setup-1): Remove redundant put-text-property
19816         on mail-header-separator.
19817
19818 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19819
19820         * gnus-registry.el (gnus-registry-cache-whitespace)
19821         (gnus-registry-action, gnus-registry-spool-action)
19822         (gnus-registry-split-fancy-with-parent): Change message levels
19823         from 5 to 3 or 7, as needed.
19824
19825         * spam.el (spam-summary-prepare-exit)
19826         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19827         (spam-split, spam-find-spam, spam-log-undo-registration)
19828         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19829         level from 5 to 6.
19830
19831 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19834         2004-03-04 change).
19835
19836 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19837
19838         * sieve-manage.el (sieve-manage-open):
19839         * nnweb.el (nnweb-insert-html):
19840         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19841         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19842         * nnspool.el (nnspool-request-group):
19843         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19844         * nnml.el (nnml-request-update-info):
19845         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19846         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19847         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19848         (nnimap-request-set-mark):
19849         * nnfolder.el (nnfolder-request-update-info):
19850         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19851         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19852         * gnus-uu.el (gnus-uu-find-articles-matching):
19853         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19854         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19855         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19856         * gnus-nocem.el (gnus-nocem-scan-groups):
19857         * gnus-int.el (gnus-start-news-server):
19858         * gnus-group.el (gnus-group-make-kiboze-group)
19859         (gnus-group-browse-foreign-server):
19860         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19861         Use mapc when appropriate.
19862
19863 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19864
19865         FIXME: Make separate entries for each person.
19866
19867         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19868         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19869         <shields@msrl.com>:
19870
19871         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19872         may need for spam sorting and scoring.
19873         (spam-user-format-function-S): Add user format function suitable for
19874         general use.
19875         (spam-article-sort-by-spam-status): Add sorting function for summary
19876         sorting.
19877         (spam-extra-header-to-number): Add function to get a score from a
19878         header.
19879         (spam-summary-score): Add function to get a numeric score from the
19880         headers.
19881         (spam-generic-score): Fix function doc, was in wrong place.
19882         (spam-initialize): Take symbols when it's run, and install the
19883         extra headers that spam-necessary-extra-headers thinks we need.
19884
19885 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19886
19887         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19888         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19889
19890 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * gnus-sum.el (gnus-set-global-variables)
19893         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19894         (gnus-article-get-xrefs, gnus-summary-best-group)
19895         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19896         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19897         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19898         Use with-current-buffer.
19899
19900 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19901
19902         * spam.el (spam-summary-prepare-exit): Simplify logic.
19903         (spam-fetch-article-header): Read the article header if it's not
19904         available.
19905         (spam-list-articles): Simplify logic.
19906         (spam-filelist-register-routine): Fix bug with unregister-list.
19907
19908         * gnus-registry.el: Fix comments at beginning.
19909
19910 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19911
19912         * message.el (message-cater-to-broken-inn): Remove.
19913         (message-shorten-references): Make sure the total folded length of
19914         References is shorter than 998 characters to cater to a bug in INN
19915         2.3.  Also, don't pretend that references aren't folded -- this
19916         hasn't worked for a while.
19917
19918 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19919
19920         * gnus-agent.el (gnus-agentize):
19921         gnus-agent-send-mail-real-function no longer set to current value
19922         of message-send-mail-function but rather a lambda that calls
19923         message-send-mail-function.  The change makes the agent real-time
19924         responsive to user changes to message-send-mail-function.
19925
19926 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19927
19928         * legacy-gnus-agent.el
19929         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19930         help from Florian Weimer <fw@deneb.enyo.de>
19931
19932 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19933
19934         * nnmail.el (nnmail-cache-insert): Revert last change.
19935
19936 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * nnmail.el (nnmail-cache-insert): Always check whether
19939         nnmail-cache-ignore-groups matches a group name.
19940
19941 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19942
19943         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19944         (spam-find-spam, spam-log-processing-to-registry)
19945         (spam-log-registered-p, spam-log-unregistration-needed-p)
19946         (spam-log-undo-registration): Use gnus-message instead of
19947         gnus-error, none of these errors are fatal.
19948
19949         * gnus-registry.el (gnus-registry-clean-empty-function)
19950         (gnus-registry-clean-empty): Remove only empty entries without
19951         extra data.
19952
19953 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19954
19955         * spam-stat.el (spam-stat-buffer-change-to-spam)
19956         (spam-stat-buffer-change-to-non-spam): Change (error) to
19957         (gnus-message 8) invocation.
19958
19959 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * nntp.el (nntp-via-netcat-command): New variable.
19962         (nntp-via-netcat-switches): New variable.
19963         (nntp-open-via-rlogin-and-netcat): New function.
19964         (nntp-open-connection-function): Doc fix.
19965         (nntp-telnet-command): Doc fix.
19966         (nntp-end-of-line): Doc fix.
19967         (nntp-via-rlogin-command): Doc fix.
19968         (nntp-via-user-name): Doc fix.
19969         (nntp-via-address): Doc fix.
19970
19971 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19974         error in Emacs 21.1.
19975
19976 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19979
19980 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19981
19982         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19983         (gnus-agent-with-refreshed-group): New macro.
19984         (gnus-agent-rename-group): New function.
19985         (gnus-agent-delete-group): New function.
19986         (gnus-agent-save-group-info): Use gnus-command-method when
19987         `method' parameter is nil.  Don't write nil entries into the
19988         active file.
19989         (gnus-agent-get-group-info): New function.
19990         (gnus-agent-fetch-articles):
19991         Use gnus-agent-update-files-total-fetched-for to increment disk space
19992         used.
19993         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19994         Use gnus-agent-update-view-total-fetched-for to increment disk space
19995         used.
19996         (gnus-agent-get-local): Add optional parameters to avoid calling
19997         gnus-group-real-name and gnus-find-method-for-group.
19998         (gnus-agent-set-local): Delete stored entry if either min, or max,
19999         are nil.
20000         (gnus-agent-fetch-session): Reworded error/quit messages.
20001         On quit, use gnus-agent-regenerate-group to record existance of any
20002         articles fetched to disk before the quit occurred.
20003         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20004         gnus-agent-update-view-total-fetched-for, and
20005         gnus-agent-update-files-total-fetched-for to decrement disk space
20006         used.
20007         (gnus-agent-retrieve-headers):
20008         Use gnus-agent-update-view-total-fetched-for to increment disk space
20009         used.
20010         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20011         with gnus-agent-update-files-total-fetched-for to decrement disk
20012         space and fresh group buffer.
20013         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20014         (gnus-agent-need-update-total-fetched-for): New variable.
20015         (gnus-agent-update-files-total-fetched-for): New function.
20016         (gnus-agent-update-view-total-fetched-for): New function.
20017         (gnus-agent-total-fetched-for): New function.
20018
20019         * gnus-cache.el (gnus-cache-save-buffers):
20020         Use gnus-cache-update-overview-total-fetched-for to change disk space
20021         used by this group.
20022         (gnus-cache-possibly-enter-article):
20023         Use gnus-cache-update-file-total-fetched-for to increment disk space
20024         used by this group.
20025         (gnus-cache-possibly-remove-article):
20026         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20027         used by this group.
20028         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20029         (gnus-cache-rename-group): New function.
20030         (gnus-cache-delete-group): New function.
20031         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20032         (gnus-cache-need-update-total-fetched-for): New variable.
20033         (gnus-cache-with-refreshed-group): New macro.
20034         (gnus-cache-update-file-total-fetched-for): New function.
20035         (gnus-cache-update-overview-total-fetched-for): New function.
20036         (gnus-cache-rename-group-total-fetched-for): New function.
20037         (gnus-cache-delete-group-total-fetched-for): New function.
20038         (gnus-cache-total-fetched-for): New function.
20039
20040         * gnus-group.el: Require gnus-sum and autoload functions to
20041         resolve warnings when gnus-group.el compiled alone.
20042         (gnus-group-line-format): Documented new %F.
20043         (size of Fetched data) group line format; identifies disk space
20044         used by agent and cache.
20045         (gnus-group-line-format-alist): Defined new F format.
20046         (gnus-total-fetched-for): New function.
20047         (gnus-group-delete-group): No longer update
20048         gnus-cache-active-altered as gnus-request-delete-group now keeps
20049         the cache in sync.
20050         (gnus-group-list-active): Let the agent store a server's active
20051         list if currently plugged.
20052
20053         * gnus-int.el (gnus-request-delete-group):
20054         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20055         local disk in sync with the server.
20056         (gnus-request-rename-group):
20057         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20058         local disk in sync with the server.
20059
20060         * gnus-start.el (gnus-get-unread-articles):
20061         Cosmetic simplification to logic.
20062
20063         * gnus-util.el (gnus-rename-file): New function.
20064
20065 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20066
20067         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20068
20069 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20070
20071         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20072         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20073
20074 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20075
20076         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20077         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20078
20079 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20080
20081         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20082
20083 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20084
20085         * spam.el (spam-set-difference): Add function to replace
20086         gnus-set-difference in spam.el.
20087         (spam-summary-prepare-exit): Use spam-set-difference.
20088
20089 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20090
20091         * gnus-registry.el (gnus-registry-cache-file): Update to use
20092         gnus-dribble-directory OR gnus-home-directory OR ~.
20093         (gnus-registry-split-fancy-with-parent): Fix doc.
20094
20095 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * message.el (message-exchange-point-and-mark):
20098         Use message-mark-active-p.  Suggested by Jesper Harder
20099         <harder@ifa.au.dk>.
20100
20101 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * message.el (message-exchange-point-and-mark): Don't activate
20104         region if it was inactive.  Suggested by Hiroshi Fujishima
20105         <pooh@nature.tsukuba.ac.jp>.
20106
20107 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20108
20109         * gnus-art.el (article-display-face): Display Faces in the same
20110         order as X-Faces.
20111
20112 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20115
20116 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20117
20118         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20119         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20120         (gnus-article-mime-hierarchy): Remove.
20121         (gnus-article-mime-hierarchy-next): Remove.
20122         (gnus-article-mode): Revert 2004-03-19 change.
20123         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20124         (gnus-insert-mime-button): Revert 2004-03-19 change.
20125         (gnus-mime-accumulate-hierarchy): Remove.
20126         (gnus-mime-enter-multipart): Remove.
20127         (gnus-mime-leave-multipart): Remove.
20128         (gnus-mime-display-part): Revert 2004-03-19 change.
20129         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20130
20131         * mml.el (mml-preview): Revert 2004-03-19 change.
20132
20133 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20134
20135         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20136
20137 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20138
20139         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20140         t while entering a file name using the mm-with-multibyte macro.
20141         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20142
20143         * mm-util.el (mm-with-multibyte): New macro.
20144
20145 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20146
20147         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20148         New user option.
20149         (gnus-mime-multipart-functions): Doc and customization fix.
20150         (gnus-article-mime-hierarchy): New variable.
20151         (gnus-article-mime-hierarchy-next): New variable.
20152         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20153         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20154         gnus-article-mime-hierarchy-next to nil.
20155         (gnus-insert-mime-button): Show hierarchy numbers.
20156         (gnus-mime-accumulate-hierarchy): New function.
20157         (gnus-mime-enter-multipart): New function.
20158         (gnus-mime-leave-multipart): New function.
20159         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20160         (gnus-mime-display-alternative): Show hierarchy numbers.
20161
20162         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20163         gnus-article-mime-hierarchy-next to nil.
20164
20165 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20166
20167         * dns.el: Don't require gnus-xmas.
20168
20169 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20170
20171         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20172         inline PGP.
20173         (mml-menu): Disable mml-quote-region if mark is inactive.
20174
20175 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20178         when the group's active is not available.
20179
20180 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20183         error.
20184
20185 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20186
20187         * imap.el (imap-store-password): New variable.
20188         (imap-interactive-login): Use it.
20189         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20190
20191 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20194         window-start and hscroll to summary window.
20195
20196 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20197
20198         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20199         conversion message to newsrc-dribble when an actual conversion is
20200         performed.
20201
20202 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20203
20204         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20205
20206 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20207
20208         * mm-decode.el (mm-complicated-handles): New function reviving
20209         former definition of mm-multiple-handles.
20210
20211         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20212         (gnus-mime-delete-part): Use it.
20213
20214 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20215
20216         * gnus-agent.el (gnus-agent-read-local):
20217         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20218         avoid the implicit assumption that they will always be equal.
20219         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20220         coding-system-for-write, as the with-temp-file macro first prints
20221         to a buffer then saves the buffer.
20222
20223 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * gnus-art.el (gnus-article-edit-part): New function.
20226         (gnus-mime-save-part-and-strip): Use it; do query instead of
20227         signaling an error; don't use mm-multiple-handles.
20228         (gnus-mime-delete-part): Ditto.
20229
20230 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20231
20232         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20233         old file versions.
20234         (gnus-group-prepare-hook): Remove function that converted list
20235         form of gnus-agent-expire-days to group properties.
20236
20237         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20238         (gnus-request-accept-article): Re-indented.
20239
20240         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20241         converters to handle old agent file formats.  Add logic for a
20242         "backup before upgrading warning".
20243         (gnus-convert-mark-converter-prompt): Developers can mark
20244         functions as needing (default), or not needing,
20245         gnus-convert-old-newsrc's "backup before upgrading warning".
20246         (gnus-convert-converter-needs-prompt): Tests whether the user
20247         should be protected from potentially irreversable changes by the
20248         function.
20249
20250         * legacy-gnus-agent.el: New.  Provides converters that are only
20251         loaded when gnus-convert-old-newsrc needs to call them.
20252
20253 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20254
20255         * mail-source.el (mail-source-touch-pop): Doc fix.
20256
20257         * message.el (message-smtpmail-send-it): Doc fix.
20258
20259 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20260
20261         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20262
20263         * nnmail.el (nnmail-split-fancy): do.
20264
20265         * gnus-kill.el (gnus-kill, gnus-execute): do.
20266
20267 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20268
20269         * gnus-sum.el (gnus-widget-reversible-match)
20270         (gnus-widget-reversible-to-internal)
20271         (gnus-widget-reversible-to-external): New functions.
20272         (gnus-widget-reversible): New widget.
20273         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20274
20275 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20276
20277         * gnus-sum.el (gnus-thread-sort-functions)
20278         (gnus-article-sort-functions): Document `(not F)' items.
20279
20280 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20281
20282         * spam.el (spam-use-gmane-xref): Add new backend.
20283         (spam-gmane-xref-spam-group): Add variable to control the name of the
20284         Gmane spam group.
20285         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20286         (spam-regex-headers-spam, spam-regex-headers-ham)
20287         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20288         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20289         backends and checks.
20290         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20291
20292         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20293         an autodetect method.
20294
20295 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20296
20297         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20298         articles are being added to a group.
20299         (gnus-request-replace-article): Inform the agent that articles
20300         need to be uncached as the cached contents are no longer valid.
20301
20302 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20303
20304         * binhex.el: Don't autoload executable-find.
20305
20306         * canlock.el: Don't autoload mail-fetch-field.
20307
20308         * dgnushack.el: Autoload c-mode for XEmacs.
20309
20310         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20311
20312         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20313         rmail-dont-reply-to and rmail-output.
20314
20315         * gnus-score.el: Don't autoload ffap-string-at-point.
20316
20317         * gnus-setup.el: Don't autoload sc-cite-original.
20318
20319         * imap.el: Don't autoload base64-decode-string,
20320         base64-encode-string and md5.
20321
20322         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20323         and rmail-msg-restore-non-pruned-header.
20324
20325         * mm-decode.el: Don't autoload executable-find.
20326
20327         * mm-url.el: Don't autoload executable-find.
20328
20329         * mm-view.el: Don't autoload diff-mode.
20330
20331         * nndb.el: Don't autoload news-reply-mode, news-setup,
20332         cancel-timer and telnet.
20333
20334         * password.el: Don't autoload run-at-time for Emacs.
20335
20336         * sha1-el.el: Don't autoload executable-find.
20337
20338         * sieve-mode.el: Don't autoload c-mode.
20339
20340         * uudecode.el: Don't autoload executable-find.
20341
20342 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20343
20344         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20345         (gnus-agent-possibly-alter-active): Avoid null in numeric
20346         comparison.
20347         (gnus-agent-set-local): Refuse to save null in local object table.
20348         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20349         list of articles that will be marked as unread.
20350
20351 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20354
20355 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20356
20357         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20358         language tags.
20359
20360 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20361
20362         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20363         Don't bind "obarray".
20364
20365         * gnus-sum.el (gnus-thread-sort-functions):
20366         Add `gnus-thread-sort-by-most-recent-number' and
20367         `gnus-thread-sort-by-most-recent-date'.
20368         Reported by Kai Grossjohann <kai@emptydomain.de>.
20369
20370 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20373
20374 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20375
20376         * gnus-cus.el (gnus-agent-customize-category):
20377         Remove ignore-errors macro reference that required cl to be loaded at
20378         run-time.
20379
20380         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20381         single-interval range of the form (min . max).  Previously the
20382         range had to look like ((min . max)).  Likewise, return
20383         (min . max) rather than ((min . max)).
20384         (gnus-range-map): Use gnus-range-normalize to accept
20385         single-interval range.
20386
20387         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20388         the cache, but not the agent, now appear with their usual face.
20389
20390         * dgnushack.el (loaddir): New variable that is bound to the
20391         directory containing the dgnushack.el file. Use loaddir, rather
20392         than srcdir, to update load-path. Change lets dgnushack compile
20393         code in directories other than GNUS/lisp.
20394
20395 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * lpath.el: Don't bind w3m-safe-url-regexp.
20398
20399         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20400         w3m-safe-url-regexp variable buffer-local.
20401
20402         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20403
20404 2004-02-27  Simon Josefsson  <jas@extundo.com>
20405
20406         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20407         gnus-group-real-prefix.
20408         (gnus-summary-move-article): Use it, instead of
20409         gnus-group-real-prefix.
20410
20411 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20412
20413         * lpath.el: Bind w3m-safe-url-regexp.
20414
20415         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20416         w3m-safe-url-regexp variable buffer-local and set it as the value
20417         of mm-w3m-safe-url-regexp.
20418
20419         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20420
20421         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20422         parsing gnus-posting-styles when the message is not for replying.
20423
20424         * dgnushack.el: Autoload sgml-mode for XEmacs.
20425
20426         * nnrss.el (nnrss-opml-export):
20427         Use mm-set-buffer-file-coding-system instead of
20428         set-buffer-file-coding-system.
20429
20430 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20431
20432         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20433         of checkdoc.el).
20434         * nnrss.el: do.
20435         * gnus-mlspl.el: do.
20436         * gnus-ml.el: do.
20437         * gnus-srvr.el: do.
20438
20439         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20440
20441 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20442
20443         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20444         Corrections to custom-manual links.
20445
20446         * gnus-art.el (gnus-article): Ditto.
20447
20448         * mm-decode.el (mime-display, mime-security): Ditto.
20449
20450 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20451
20452         * flow-fill.el: Typo.
20453
20454 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20455
20456         * spam-wash.el: New file.
20457
20458 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20459
20460         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20461
20462 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20463
20464         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20465         to be run with new-articles as LIST1, not LIST2.
20466         (spam-registration-functions): Add spam-use-ham-copy as a nil
20467         registration backend.
20468
20469 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20470
20471         * spam-stat.el (spam-stat-washing-hook): New option.
20472         (spam-stat-buffer-words): Use it.
20473         (spam-stat-process-directory, spam-stat-test-directory):
20474         Use insert-file-contents-literally.
20475         (spam-stat-coding-system): New variable.
20476         (spam-stat-load, spam-stat-save): Use it.
20477
20478 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * spam-report.el (spam-report-plug-agent):
20481         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20482
20483 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20484
20485         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20486         Allow / in mailto URLs.
20487
20488 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20489
20490         * spam-report.el (spam-report-process-queue): Fix interactive use.
20491         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20492         (spam-report-unplug-agent): Doc fixes.
20493         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20494         (spam-report-agentize, spam-report-deagentize): Autoload.
20495
20496 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20499
20500         * message.el (message-setup-fill-variables): Add mml tags to
20501         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20502         <ajk@iu.edu>.
20503         (message-mode): Don't modify paragraph-separate there.
20504
20505 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20506
20507         * compface.el (uncompface-use-external): Default to undecided.
20508         (uncompface-use-external-threshold): New variable.
20509         (uncompface-float-time): New macro.
20510         (uncompface): Determine whether to use the external decoder if
20511         uncompface-use-external is undecided.
20512
20513 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20514
20515         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20516         after images.
20517
20518         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20519
20520 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20521
20522         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20523
20524         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20525
20526         * gnus-sum.el (gnus-summary-limit-to-age)
20527         (gnus-summary-limit-children): do.
20528
20529         * gnus-int.el (gnus-request-scan): do.
20530
20531         * gnus-group.el (gnus-group-suspend): do.
20532
20533         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20534
20535         * gnus-cite.el (gnus-cite-parse-attributions): do.
20536
20537         * gnus-agent.el (gnus-summary-set-agent-mark)
20538         (gnus-agent-regenerate-group): do.
20539
20540         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20541
20542         * binhex.el (binhex-decode-region-internal): do.
20543
20544 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * gnus-fun.el (gnus-face-properties-alist): New user option.
20547         (gnus-display-x-face-in-from): Use it.
20548
20549         * gnus-art.el (article-display-face): Ditto.
20550
20551         * compface.el (uncompface-use-external): Default to nil.
20552
20553 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20554
20555         * nntp.el (nntp-erase-buffer): New function.
20556         (nntp-retrieve-data, nntp-send-command)
20557         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20558         (nntp-possibly-change-group): Use it.
20559
20560         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20561         Use with-current-buffer.
20562
20563 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20564
20565         * compface.el: Merge the ELisp-based uncompface program.
20566         (compface): New customization group.
20567         (uncompface-use-external): New user option.
20568         (uncompface): Call uncompface-internal if uncompface-use-external
20569         is nil.
20570         (uncompface-internal): New function.  Note that there are also
20571         some other functions and variables added for this function.
20572
20573 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20574
20575         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20576         if necessary.
20577
20578 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20579
20580         * spam-report.el (spam-report-unplug-agent)
20581         (spam-report-plug-agent, spam-report-deagentize)
20582         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20583         Add support for the Agent in spam-report: when unplugged, report to a
20584         file; when plugged, submit all the requests.
20585
20586         * spam.el (spam-register-routine): Fix message about
20587         registration.
20588
20589 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20590
20591         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20592         dependencies.
20593         (rfc2047-encode): Use it.
20594
20595         * gnus-art.el (gnus-button-marker-list): Move before first
20596         reference.
20597
20598         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20599         (imap-parse-body): Fix format string mismatch.
20600
20601         * gnus-score.el (gnus-summary-increase-score): do.
20602
20603         * nnrss.el (nnrss-close): New function.
20604
20605 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20606
20607         * nnrss.el (nnrss-make-filename): New function.
20608         (nnrss-request-delete-group, nnrss-read-server-data)
20609         (nnrss-save-server-data, nnrss-read-group-data)
20610         (nnrss-save-group-data): Use it.
20611         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20612         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20613         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20614
20615 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20616
20617         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20618
20619 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20620
20621         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20622         files.
20623
20624         * message.el (message-generate-headers-first): Don't quote nil
20625         and t in docstrings.
20626
20627         * imap.el (imap-id): do.
20628
20629         * gnus-agent.el (gnus-agent-consider-all-articles)
20630         (gnus-agent-queue-mail): do.
20631
20632 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20633
20634         * spam-report.el (spam-report-process-queue): New function.
20635         Process requests from `spam-report-requests-file'.
20636         (spam-report-process-queue): Doc fix.
20637
20638 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20639
20640         * spam.el (spam-register-routine)
20641         (spam-log-processing-to-registry, spam-log-registered-p)
20642         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20643         Change "check" to "spam-check" for semi-clarity.
20644
20645 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20646
20647         * pop3.el: Require nnheader.
20648
20649         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20650
20651         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20652
20653         * gnus-picon.el: Require cl.
20654
20655         * gnus-fun.el: Require gnus-ems and gnus-util.
20656
20657         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20658
20659         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20660
20661         * gnus-art.el (gnus-article-edit-mode): Define before first
20662         reference.
20663
20664 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20665
20666         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20667         (gnus-uu-post-encoded): Use point-at-bol.
20668
20669         * gnus-topic.el (gnus-group-active-topic-p): do.
20670
20671         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20672
20673         * gnus-group.el (gnus-group-kill-region): do.
20674
20675         * gnus-art.el (article-date-ut): do.
20676
20677         * message.el (message-fetch-field): Remove redundant
20678         case-fold-search binding.
20679         (message-narrow-to-field): Simplify.
20680
20681 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20682
20683         * spam.el (spam-directory): Derive from `gnus-directory'.
20684
20685         * spam-report.el (spam-report-url-to-file)
20686         (spam-report-requests-file): New function and variable for offline
20687         reporting.
20688         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20689         and user defined function.
20690         (spam-report-url-ping-mm-url): Remove doubled slash.
20691
20692 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20693
20694         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20695
20696 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20697
20698         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20699         Fix format string mismatch.
20700
20701         * sieve.el (sieve-deactivate-all): do.
20702
20703         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20704
20705         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20706
20707         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20708
20709         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20710
20711 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20712
20713         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20714         the list of checks.
20715
20716 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20717
20718         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20719         padding.
20720
20721 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20722
20723         * mm-view.el (mm-fill-flowed): New variable.
20724         (mm-inline-text): Use it.
20725
20726 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20727
20728         * spam.el (spam-spamassassin-register-ham-routine)
20729         (spam-spamassassin-register-spam-routine): Fix function names.
20730
20731 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20732
20733         * gnus.el (gnus-tmp-grouplens): Remove.
20734         (gnus-summary-line-format): Remove grouplens.
20735
20736         * gnus-group.el (gnus-group-line-format): Ditto.
20737
20738         * gnus-spec.el (gnus-format-specs): Ditto.
20739         (gnus-update-format-specifications): Flush the group format spec
20740         cache if there's the grouplens stuff.
20741         (gnus-parse-simple-format): Replace %l with the empty string.
20742
20743 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20744
20745         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20746         omission.
20747
20748 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20749
20750         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20751         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20752
20753 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20754
20755         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20756         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20757         New macros and functions.
20758         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20759         Handle > NLINK_MAX messages.
20760         * nnmaildir.el (nnmaildir-request-set-mark):
20761         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20762
20763 2004-01-25  Alex Schroeder  <alex@gnu.org>
20764
20765         * spam-stat.el (spam-stat-process-directory-age): New option.
20766         (spam-stat-process-directory): Use it.
20767
20768 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20769
20770         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20771         (spam-stat-save): Accept prefix argument.
20772
20773 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20774
20775         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20776         links" error.
20777
20778 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20781         the rest of the and/or forms.
20782
20783 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20784
20785         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20786         compatibility with old .newsrc.eld files.
20787
20788         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20789
20790         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20791
20792         * gnus-start.el (gnus-1): do.
20793
20794         * gnus-group.el (gnus-group-line-format-alist): do.
20795
20796         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20797
20798         * gnus-gl.el: Remove.
20799
20800 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20801
20802         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20803         marks consisting of a single range {for example, (3 . 5)} rather
20804         than a list of a single range { ((3 . 5)) }.
20805
20806 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20807
20808         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20809         Use with-current-buffer.
20810         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20811         avoid consing a string.
20812
20813         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20814         Remove obsolete entries for big5 and gb2312.
20815
20816 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20817
20818         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20819         uncompressed list.
20820
20821 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20822
20823         * spam-stat.el (spam-stat-strip-xref): New function.
20824         (spam-stat-process-directory): Use it.
20825
20826         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20827         here -- it's done in message-fetch-field.
20828
20829 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20830
20831         * gnus-agent.el (gnus-agent-queue-mail)
20832         (gnus-agent-prompt-send-queue): New variables.
20833         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20834         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20835         "nndraft:queue" along to gnus-draft-send.
20836         Use gnus-agent-prompt-send-queue.
20837         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20838         is "nndraft:queue".  Suggested by Gaute Strokkenes
20839         <gs234@srcf.ucam.org>
20840
20841         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20842         (agent-enable-undownloaded-faces): Add.
20843         (gnus-agent-cat-groups): Use eval-and-compile, not
20844         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20845         method of gnus-agent-cat-groups even when the buffer has been
20846         evaled.
20847         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20848         delete gnus-agent-save-active-1.
20849         (gnus-agent-save-groups): Delete.  Identical to
20850         gnus-agent-save-active.
20851         (gnus-agent-write-active): No longer adjust agent's copy of active
20852         file as agent's adjustments are now stored in their own
20853         file.  Remove optional parameter.
20854         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20855         servers.  Add use of min/max range limits from server's local
20856         file.
20857         (gnus-agent-save-alist): Remove unused optional argument.
20858         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20859         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20860         (gnus-agent-set-local): A per-server file that keeps min/max range
20861         limits for articles known to the agent.  Provides a fast mechanism
20862         for altering many active ranges.
20863         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20864         active file (local makes it unnecessary).
20865         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20866
20867         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20868         (agent-enable-undownloaded-faces): Add.
20869
20870         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20871         disable it when sending to "nndraft:queue".
20872         (gnus-group-send-queue): Add safety check to avoid sending queue
20873         when unplugged.
20874
20875         * gnus-group.el (gnus-group-catchup): Use new
20876         gnus-sequence-of-unread-articles, not
20877         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20878         numbers of articles.  Use gnus-range-map to avoid having to
20879         uncompress the unread list.
20880         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20881         Fix invalid ange-ftp reference.
20882
20883         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20884         (gnus-sorted-range-intersection): Intersection of two ranges
20885         without requiring that they first be uncompressed.
20886
20887         * gnus-start.el (gnus-activate-group): Unless blocked by the
20888         caller, possibly expand the active range to include both cached
20889         and agentized articles.
20890         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20891         multiple version-dependent converters.
20892         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20893         gnus-agent-save-active.
20894         (gnus-save-newsrc-file): Save dirty agent range limits.
20895
20896         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20897         gnus-agent-possibly-alter-active.
20898         (gnus-adjust-marked-articles): Faster handling of simple lists.
20899
20900 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20901
20902         * spam-stat.el (spam-stat-test-directory): New optional argument
20903         displays a list of files detected.  Suggested by Andrew Cohen
20904         <cohen@andy.bu.edu>.
20905         (spam-stat-buffer-words-with-scores): Don't narrow and change
20906         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20907
20908 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20909
20910         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20911         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20912         (spam-spamassassin-arguments)
20913         (spam-spamassassin-spam-flag-header)
20914         (spam-spamassassin-positive-spam-flag-header)
20915         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20916         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20917         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20918         (spam-list-of-processors, spam-list-of-checks)
20919         (spam-list-of-statistical-checks, spam-registration-functions)
20920         (spam-check-spamassassin-headers, spam-check-spamassassin)
20921         (spam-spamassassin-score)
20922         (spam-spamassassin-register-with-sa-learn)
20923         (spam-spamassassin-register-spam-routine)
20924         (spam-spamassassin-register-ham-routine)
20925         (spam-assassin-register-spam-routine)
20926         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20927         (spam-bogofilter-score): Fix to show article before scoring.
20928
20929 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20930
20931         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20932         default scoring function.
20933         (spam-generic-score): Call spam-spamassassin-score if
20934         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20935         spam-bogofilter-score otherwise.
20936
20937         * gnus.el (spam-process, spam-autodetect-methods):
20938         Add spamassassin and spamassassin-headers.
20939
20940 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20941
20942         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20943         Suppress unnecessary messages.
20944
20945 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20946
20947         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20948         make-hash-table.
20949
20950 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20951
20952         * canlock.el (base64-encode-string): Don't autoload it.
20953
20954 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20955
20956         * run-at-time.el: Remove useless (require 'itimer),
20957         eval-and-compile and (featurep 'xemacs).
20958
20959 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20960
20961         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20962         GROUP is a virtual group.
20963
20964 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20965
20966         * gnus.el: Autoload `message-y-or-n-p'.
20967
20968 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20969
20970         * pgg-parse.el: Remove unnecessary (require 'custom).
20971
20972         * pgg-def.el: do.
20973
20974         * nnmail.el: do.
20975
20976         * gnus-undo.el: do.
20977
20978         * gnus-picon.el: do.
20979
20980         * gnus-util.el: do.
20981
20982 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20983
20984         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20985
20986 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20989         handle, as well as a list.
20990
20991         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20992         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20993         (mm-w3m-cid-retrieve): Simplify.
20994
20995 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20996
20997         * message.el (message-kill-to-signature): Allow prefix arg to
20998         specify number of lines to keep before signature.
20999
21000 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21001
21002         * message.el (message-kill-to-signature): Change docstring.
21003
21004 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * canlock.el: Always require sha1-el.
21007         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21008
21009         * message.el: Autoload sha1 only when compiling.
21010
21011         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21012         eudc-expand-inline for XEmacs.
21013
21014 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21015
21016         * message.el (message-canlock-generate): Require sha1-el.
21017
21018 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21019
21020         * message.el (message-expand-name): Silence the byte compiler.
21021
21022         * lpath.el: Add detect-coding-system.
21023
21024         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21025         cus-edit.
21026
21027 2004-01-13  Simon Josefsson  <jas@extundo.com>
21028
21029         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21030         Invoke gnus-score-mode.
21031         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21032
21033         * gnus-range.el (gnus-compress-sequence): Doc fix.
21034         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21035
21036 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21037
21038         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21039
21040 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21041
21042         * spam.el (spam-get-article-as-string): Update to use
21043         gnus-request-article-this-buffer, much simpler.
21044         (spam-get-article-as-buffer): Remove.
21045
21046 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21047
21048         * message.el (message-expand-name): Use EUDC if the user uses that.
21049
21050 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21051
21052         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21053         character for the encoding to avoid consing a string.
21054
21055         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21056         unnecessarily.
21057
21058         * mm-util.el (mm-replace-chars-in-string): Remove.
21059
21060         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21061         of mm-replace-chars-in-string.
21062
21063 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21064
21065         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21066
21067         * mm-util.el (mm-subst-char-in-string): Support inplace.
21068
21069         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21070         a new string in every iteration.  Use shy groups.
21071
21072 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21073
21074         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21075         * gnus-soup.el (gnus-soup-group-brew):
21076         * gnus-msg.el (gnus-put-message):
21077         * gnus-move.el (gnus-group-move-group-to-server):
21078         * gnus-kill.el (gnus-batch-score):
21079         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21080         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21081         (gnus-group-update-group, gnus-group-read-group)
21082         (gnus-group-make-group, gnus-group-make-help-group)
21083         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21084         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21085         (gnus-group-sort-by-unread, gnus-group-catchup)
21086         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21087         (gnus-group-yank-group, gnus-group-set-info)
21088         (gnus-group-list-groups):
21089         * gnus.el (gnus-generate-new-group-name):
21090         * gnus-delay.el (gnus-delay-send-queue):
21091         * nnvirtual.el (nnvirtual-catchup-group):
21092         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21093         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21094         (gnus-group-prepare-topics, gnus-topic-check-topology):
21095         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21096         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21097         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21098         (gnus-group-make-articles-read):
21099         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21100         (gnus-group-change-level, gnus-kill-newsgroup)
21101         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21102         (gnus-get-unread-articles, gnus-make-articles-unread)
21103         (gnus-make-ascending-articles-unread): Use accessor
21104         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21105         to get group information for improved readability.
21106
21107
21108 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21109
21110         * gnus-art.el (article-decode-mime-words, article-babel)
21111         (gnus-article-highlight-signature, gnus-article-add-buttons)
21112         (gnus-signature-toggle): Use gnus-with-article-buffer.
21113
21114         * gnus-art.el (gnus-article-highlight-headers)
21115         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21116
21117         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21118         (gnus-article-set-globals, gnus-request-article-this-buffer)
21119         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21120         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21121         (gnus-mime-display-alternative): Use with-current-buffer.
21122
21123 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21124
21125         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21126         also under 80 char limit, and call gnus-error if needed.
21127         (spam-fetch-article-header): Fix - it was a
21128         buffer-local variable (gnus-newsgroup-data).
21129         (spam-find-spam): Use spam-generate-fake-headers, forget about
21130         spam-insert-fake-headers.
21131         (spam-insert-fake-headers): Remove.
21132
21133 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21134
21135         * deuglify.el (gnus-article-outlook-unwrap-lines)
21136         (gnus-outlook-rearrange-article)
21137         (gnus-outlook-repair-attribution-outlook)
21138         (gnus-outlook-repair-attribution-block)
21139         (gnus-outlook-repair-attribution-other): Remove redundant
21140         save-excursion.
21141
21142 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21143
21144         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21145         (spam-fetch-field-subject-fast)
21146         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21147         (spam-fetch-article-header): Add functions to deal with Gnus
21148         internals for fast retrieval of article header data.
21149         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21150
21151 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21152
21153         * pop3.el (pop3-md5): Remove.
21154         (pop3-apop): Replace pop3-md5 with md5.
21155
21156         * mm-bodies.el: base64 is always built-in.
21157
21158         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21159         Use with-current-buffer.
21160
21161 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21162
21163         * canlock.el (canlock-insert-header): Remove excessive grouping in
21164         regexp.
21165
21166         * gnus-sum.el (gnus-summary-read-document): Ditto.
21167
21168         * gnus-uu.el (gnus-uu-part-number): Ditto.
21169
21170         * html2text.el (html2text-remove-tags): Ditto.
21171         (html2text-format-tags): Ditto.
21172         (html2text-format-single-elements): Ditto.
21173
21174         * mml.el (mml-parse-1): Ditto.
21175
21176 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21177
21178         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21179
21180         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21181
21182         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21183
21184         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21185
21186 2003-11-15  Simon Josefsson  <jas@extundo.com>
21187
21188         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21189         (pgg-gpg-lookup-key): Use regexp match instead of
21190         split-string (split-string is different between emacs 21.2 and
21191         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21192
21193 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21194
21195         * gnus-art.el (gnus-mime-view-all-parts)
21196         (gnus-article-part-wrapper, gnus-article-view-part):
21197         Use with-current-buffer.
21198
21199 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21200
21201         * spam.el (spam-disable-spam-split-during-ham-respool)
21202         (spam-spamoracle-database, spam-cache-lookups)
21203         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21204         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21205         (spam-group-ham-marks, spam-group-spam-marks)
21206         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21207         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21208         also add spam-use-blackholes to the statistical checks.
21209         (spam-fetch-field-fast): Add interface to fetching fields, may
21210         become a macro.
21211         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21212         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21213         (spam-insert-fake-headers): Fake an article when needed.
21214         (spam-find-spam): Fake article when possible.
21215         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21216         (spam-check-bogofilter-headers): Use message-fetch-field instead
21217         of nnmail-fetch-field.
21218
21219 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21222
21223 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21224
21225         * spam.el (spam-split): Do not require spam-use-CHECK to be
21226         enabled if that check is passed to spam-split explicitly; also
21227         fix so 'spam doesn't get converted to spam-split-group when
21228         spam-split-symbolic-return is t.
21229         (spam-find-spam): Find registrations of the article and use those
21230         instead of re-running spam-split to find the spam/ham
21231         classification of the article.
21232         (spam-log-processing-to-registry, spam-log-registered-p)
21233         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21234         Use gnus-error instead of gnus-message.
21235         (spam-log-registration-type): Add function to determine the
21236         classification of a message based on registry entries; will
21237         return nil if both 'spam and 'ham are found.
21238         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21239         a reasonably fast local cache without the loading errors.
21240         (spam-cache-lookups): Set to t by default.
21241         (spam-find-spam): Don't try to guess spam-cache-lookups.
21242         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21243         spam-caches entry.
21244         (spam-filelist-build-cache, spam-filelist-check-cache):
21245         Fix caching of whitelist/blacklist entries.
21246         (spam-check-whitelist, spam-check-blacklist):
21247         Invoke spam-from-listed-p with a type, not a cache variable.
21248         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21249
21250 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21251
21252         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21253
21254         * nnmail.el (nnmail-split-fancy): do.
21255
21256         * mml.el (mml-parse): do.
21257
21258         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21259         (gnus-score-adaptive): do.
21260
21261 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21262
21263         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21264         (gnus-mime-button-map): Don't set keymap parent.
21265         (gnus-button-ctan-directory-regexp): Use shy grouping.
21266         (gnus-prev-page-map): Don't set keymap parent.
21267         (gnus-prev-page-map): Remove duplicated one.
21268         (gnus-next-page-map): Don't set keymap parent.
21269         (gnus-mime-security-button-map): Ditto.
21270
21271         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21272         version number.
21273
21274         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21275
21276 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21277
21278         * canlock.el (canlock-sha1-function): Remove.
21279         (canlock-sha1-function-for-verify): Remove.
21280         (canlock-openssl-program): Remove.
21281         (canlock-openssl-args): Remove.
21282         (canlock-ignore-errors): Remove.
21283         (canlock-sha1-with-openssl): Remove.
21284         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21285         (canlock-verify): Don't use canlock-ignore-errors.
21286
21287         * sha1-el.el (sha1-string-external): Make it can return a string
21288         in binary form.
21289         (sha1-region-external): Ditto.
21290         (sha1-string-internal): Ditto.
21291         (sha1-region-internal): Ditto.
21292         (sha1-region): Ditto.
21293         (sha1-string): Ditto.
21294         (sha1): Ditto.
21295
21296 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21297
21298         * spam.el (spam-report-articles-gmane): New command.
21299
21300 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21301
21302         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21303
21304         * run-at-time.el (run-at-time-saved): Remove.
21305         (run-at-time): Doc fix.
21306
21307 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21308
21309         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21310         (gnus-summary-limit-map): Add it.
21311         (gnus-summary-make-menu-bar): do.
21312
21313 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21314
21315         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21316         Make attempt at some caching support (done for BBDB only now).
21317         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21318         addresses to be checked.
21319         (spam-clear-cache-BBDB): Add function, to be invoked by
21320         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21321         (spam-check-BBDB): Check and use the caches, if
21322         spam-cache-lookups is on, remove superfluous (provide).
21323
21324 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21325
21326         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21327
21328 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21329
21330         * run-at-time.el (run-at-time-saved): Move to after the definition
21331         of `run-at-time'.
21332
21333         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21334
21335 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21336
21337         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21338         mm-w3m-local-map-property.
21339
21340         * mm-view.el (mm-w3m-mode-map): Remove.
21341         (mm-w3m-local-map-property): Remove.
21342         (mm-inline-text-html-render-with-w3m): Don't use
21343         mm-w3m-local-map-property.
21344
21345 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21346
21347         * run-at-time.el: New file.
21348
21349         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21350         under Emacs.
21351
21352         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21353         of gnus-set-text-properties.
21354
21355         * gnus-uu.el (gnus-uu-save-article): Ditto.
21356
21357         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21358
21359         * gnus-cite.el (gnus-cite-parse): Ditto.
21360
21361         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21362         of gnus-.
21363
21364         * gnus-xmas.el (run-at-time): Require run-at-time.
21365
21366         * gnus.el: Change calls to nnheader-run-at-time and
21367         password-run-at-time throughout to use run-at-time directly.
21368
21369         * password.el: Remove definition of run-at-time.
21370
21371         * nnheaderxm.el: Remove definition of run-at-time.
21372
21373 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21374
21375         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21376         in prompt.
21377
21378 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21379
21380         * messagexmas.el (message-xmas-redefine): Alias
21381         `message-make-caesar-translation-table' to
21382         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21383         version.
21384
21385         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21386         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21387         `gnus-xmas-set-text-properties'.
21388         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21389         `gnus-xmas-completing-read'.
21390         (gnus-xmas-completing-read): Removed.
21391         (gnus-xmas-open-network-stream): Removed.
21392
21393         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21394         XEmacs version.
21395
21396         * dns.el (dns-make-network-process): Use `open-network-stream'
21397         instead of `gnus-xmas-open-network-stream'.
21398
21399         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21400
21401         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21402
21403 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21404
21405         * gnus-art.el (gnus-mime-display-alternative)
21406         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21407         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21408         Don't use gnus-local-map-property.
21409
21410         * gnus-util.el (gnus-local-map-property): Remove.
21411
21412         * mm-view.el (mm-view-pkcs7-decrypt):
21413         Replace gnus-completing-read-maybe-default with completing-read.
21414
21415         * gnus-util.el (gnus-completing-read): do.
21416         (gnus-completing-read-maybe-default): Remove.
21417
21418 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21419
21420         * password.el: Only autoload `run-at-time' if not XEmacs.
21421         Only autoload the itimer functions if XEmacs.
21422
21423 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21424
21425         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21426         XEmacsen.
21427
21428         * dgnushack.el: Autoload executable-find for XEmacs.
21429
21430 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21431
21432         * gnus-art.el (gnus-read-string): Remove.
21433         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21434         read-string.
21435
21436 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21437
21438         * netrc.el: Autoload password-read.
21439         (netrc): Add configuration group.
21440         (netrc-encoding-method, netrc-openssl-path):
21441         Add variables for encoding and decoding of files with symmetric
21442         ciphers.
21443         (netrc-encode): Add assistant function to encode a file with
21444         netrc-encoding-method.
21445         (netrc-parse): Add interactive parameter, added optional
21446         decoding if netrc-encoding-method is non-nil but otherwise
21447         behavior is standard.
21448         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21449         Do s/encode/encrypt/ everywhere.
21450
21451         * spam.el: Remove executable-find autoload.
21452
21453 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21454
21455         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21456
21457         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21458
21459 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21460
21461         * gnus-art.el (gnus-treat-ansi-sequences)
21462         (article-treat-ansi-sequences): New variable and function.
21463         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21464
21465         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21466         Use it.
21467
21468 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21469
21470         * mm-util.el (mm-quote-arg): Remove.
21471
21472         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21473         shell-quote-argument.
21474
21475         * gnus-uu.el (gnus-uu-command): do.
21476
21477         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21478
21479         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21480         with make-char.
21481
21482         * mm-util.el (mm-make-char): Remove.
21483
21484         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21485         add-minor-mode.
21486
21487         * gnus-undo.el (gnus-undo-mode): do.
21488
21489         * gnus-topic.el (gnus-topic-mode): do.
21490
21491         * gnus-sum.el (gnus-dead-summary-mode): do.
21492
21493         * gnus-start.el (gnus-slave-mode): do.
21494
21495         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21496
21497         * gnus-ml.el (gnus-mailing-list-mode): do.
21498
21499         * gnus-gl.el (gnus-grouplens-mode): do.
21500
21501         * gnus-draft.el (gnus-draft-mode): do.
21502
21503         * gnus-dired.el (gnus-dired-mode): do.
21504
21505         * gnus-ems.el (gnus-add-minor-mode): Remove.
21506
21507         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21508         Replace gnus-char-width with char-width.
21509
21510         * gnus-ems.el (gnus-char-width): Remove.
21511
21512         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21513         Replace gnus-char-width with char-width.
21514
21515         * gnus-ems.el (gnus-char-width): Remove.
21516
21517         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21518         definition.
21519         Remove Emacs 20 hash table compatibility code.
21520
21521         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21522         20 compatibility code.
21523
21524         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21525
21526         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21527
21528         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21529         Replace with point-at-{eol,bol}.
21530
21531         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21532
21533         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21534
21535         * flow-fill.el (fill-flowed-point-at-bol)
21536         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21537
21538         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21539         Replace with point-at-{eol,bol} throughout all files.
21540
21541 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21542
21543         * ntlm.el (ntlm-string-as-unibyte): New macro.
21544         (ntlm-build-auth-response): Use it.
21545
21546         Remove Emacs 20 stuff:
21547         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21548         (butlast, mapc, remove): Remove the compiler macros.
21549         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21550         of delq and copy-sequence.
21551         * gnus-art.el (popup-menu): Remove the compiler macro.
21552         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21553         Emacs 20.
21554
21555 2004-01-05  Simon Josefsson  <jas@extundo.com>
21556
21557         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21558         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21559         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21560         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21561         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21562         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21563         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21564         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21565         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21566         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21567         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21568         string-xor into ntlm-string-xor.
21569         Suggested by Jesper Harder <harder@myrealbox.com>.
21570
21571         * ntlm.el: Don't include poem.
21572
21573         * md4.el (print-int32, print-string-hexa): Remove.
21574         Suggested by Jesper Harder <harder@myrealbox.com>.
21575
21576         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21577
21578         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21579         probably breaks emacs with DL patch, but do we care? Is anyone
21580         still using the DL stuff?)
21581
21582         * sieve-manage.el: Use the password package.
21583         (sieve-manage-read-passwd): Remove.
21584         (sieve-manage-interactive-login): Use password.  Re-add
21585         condition-case around loop.
21586
21587         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21588         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21589         Use the password package.
21590
21591 2003-02-19  Simon Josefsson  <jas@extundo.com>
21592
21593         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21594         token.
21595
21596 2002-08-07  Simon Josefsson  <jas@extundo.com>
21597
21598         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21599         (sieve-manage-authenticators):
21600         (sieve-manage-authenticator-alist): Add some SASL mechs.
21601         (sieve-sasl-auth): New function.
21602         (sieve-manage-cram-md5-auth):
21603         (sieve-manage-plain-auth): Rewrite using SASL library.
21604         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21605         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21606         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21607         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21608
21609 2004-01-05  Simon Josefsson  <jas@extundo.com>
21610
21611         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21612         New files.
21613
21614 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21615
21616         * gnus-group.el (gnus-no-groups-message): Update.
21617
21618         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21619
21620 2003-11-09  Simon Josefsson  <jas@extundo.com>
21621
21622         * imap.el: Support for ID IMAP extension (RFC 2971).
21623         (imap-local-variables): Add imap-id.
21624         (imap-id): New variable.
21625         (imap-id): New function.
21626         (imap-parse-response): Parse untagged ID response.
21627         * nnimap.el (nnimap-id): New variable.
21628         (nnimap-open-connection): Use it.
21629
21630 2003-12-28  Simon Josefsson  <jas@extundo.com>
21631
21632         * gnus-score.el (gnus-score-edit-all-score): New.
21633         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21634
21635 2004-01-04  Simon Josefsson  <jas@extundo.com>
21636
21637         * password.el: Add.
21638
21639 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21640
21641         * dns.el (dns-query-types): Fix typo.
21642         (dns-query-types): New function.
21643         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21644         PTR and SOA replies, see RFC 1035.
21645
21646 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21647
21648         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21649
21650         * Move to Changelog.2.
21651
21652 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21653
21654         * gnus.el (gnus-version-number): Bump version.
21655
21656 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21657
21658         * gnus.el: No Gnus v0.1 is released.
21659
21660 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21661
21662         * gnus.el: No Gnus v0.0 is released.
21663
21664 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21665
21666         * gnus.el (gnus-version-number): Bump.
21667         (gnus-version): No.
21668
21669 See ChangeLog.2 for earlier changes.
21670
21671   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21672
21673   This file is part of GNU Emacs.
21674
21675   GNU Emacs is free software: you can redistribute it and/or modify
21676   it under the terms of the GNU General Public License as published by
21677   the Free Software Foundation, either version 3 of the License, or
21678   (at your option) any later version.
21679
21680   GNU Emacs is distributed in the hope that it will be useful,
21681   but WITHOUT ANY WARRANTY; without even the implied warranty of
21682   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21683   GNU General Public License for more details.
21684
21685   You should have received a copy of the GNU General Public License
21686   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21687
21688 ;; Local Variables:
21689 ;; coding: utf-8
21690 ;; fill-column: 79
21691 ;; add-log-time-zone-rule: t
21692 ;; End: