f8e9364fa74dba28a55bf6058151f679989c50c4
[gnus] / lisp / ChangeLog
1 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4         logging.
5         (nnimap-credentials): Protect against auth-source-search returning nil.
6
7 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
8
9         * auth-source.el (auth-source-search): Do a two-phase search, one with
10         no :create to get the responses from all backends.
11
12         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
13         when getting credentials.
14
15         * gnus-util.el (gnus-delete-duplicates): New function.
16
17 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
18
19         * nnimap.el (nnimap-credentials): Instead of picking the first port as
20         a creation default, pass the whole port list down.  It will be
21         completed.
22
23         * auth-source.el (auth-source-search): Updated docs to talk about
24         multiple creation choices.
25         (auth-source-netrc-create): Accept a list as a value (from the search
26         parameters) and do completion on that list.  Keep a separate netrc line
27         with the password obscured for showing the user.
28
29         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
30         first choice to `auth-source-search' so it will be used for entry
31         creation instead of the server's Gnus-specific name.
32         (nnimap-credentials): Rely on the auth-source library to select which
33         port is actually wanted in the new netrc entry, so don't override
34         `auth-source-creation-defaults'.
35
36         * auth-source.el (auth-source-netrc-parse): Use :port instead of
37         :protocol and accept a missing user, host, or port as a wildcard match.
38         (auth-source-debug): Default to off.
39
40         (auth-source-netrc-search, auth-source-netrc-create)
41         (auth-source-secrets-search, auth-source-secrets-create)
42         (auth-source-user-or-password, auth-source-backend, auth-sources)
43         (auth-source-backend-parse-parameters, auth-source-search): Use :port
44         instead of :protocol.
45
46         * nnimap.el (nnimap-credentials): Pass a port default to
47         `auth-source-search' in case an entry needs to be created.
48         (nnimap-open-connection-1): Use :port instead of :protocol.
49
50 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * auth-source.el: Bind load-path when loading EIEIO from
53         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
54         21.4 doesn't support, to `require'.
55         (auth-source-secrets-search): Use mm-delete-duplicates instead of
56         delete-dups that is not available in XEmacs 21.4.
57
58 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
59
60         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
61         as EIEIO must also be loaded when auth-source.el is being
62         byte-compiled.
63
64 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
65
66         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
67
68         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
69
70         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
71
72         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
73
74         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
75
76         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
77
78         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
79
80         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
81         necessary.
82
83 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
86         nil means that nnimap doesn't get updated.
87
88 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
89
90         * auth-source.el (auth-source-netrc-create): Return a synthetic search
91         result when the user doesn't want to write to the file.
92         (auth-source-netrc-search): Expect a synthetic result and proceed
93         accordingly.
94         (auth-source-cache-expiry): New variable to override
95         `password-cache-expiry'.
96         (auth-source-remember): Use it.
97
98         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
99         parameter.  Create entry if necessary by using :create t.
100         (nnimap-open-connection-1): Don't pass `inhibit-create'.
101
102 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * auth-source.el (auth-source-debug): Enable by default and don't
105         mention the obsolete `auth-source-hide-passwords'.
106         (auth-source-do-warn): New function to debug unconditionally.
107         (auth-source-do-debug): Use it.
108         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
109         and for Secrets API entries when the secrets.el library is not
110         available.
111
112 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-sum.el (gnus-propagate-marks): Default to nil.
115         (gnus-summary-exit): Kill the correct article buffer on exit from a
116         `C-d' group.
117
118         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
119         gnus-propagate-marks.
120
121         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
122         before killing the buffers so that a non-full window conf gets handled
123         correctly.
124         (gnus-summary-exit): Ditto.
125         (gnus-summary-read-group-1): Ditto.
126
127         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
128         async code again so that we can debug it properly.
129
130         * message.el (message-reply): Take an optional switch-buffer parameter
131         so that Gnus window confs are respected better.
132
133 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
136         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
137         docstring.
138         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
139         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
140         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
141         Login collection is "Login" and not "login".
142
143 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
146         multiple headers.
147
148         * nnimap.el (nnimap-inhibit-logging): New variable.
149         (nnimap-log-command): Don't log login commands.
150
151         * auth-source.el (auth-source-netrc-search): The asserts seem to want
152         to have more parameters.
153
154         * nnimap.el (nnimap-send-command): Mark the command time for each
155         command, so that we don't get NOOPs stepping on our toes.
156
157         * gnus-art.el (article-date-ut): Get the date from the Date header on
158         `t'.
159
160 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * auth-source.el (auth-source-search): Use copy-sequence instead of
163         the cl.el copy-list.
164
165 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * imap.el: Bring it back (revert
168         84d800cd31de3064f0ed39617d725709a2f8f42f).
169
170 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
171
172         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
173         Improve prompt.
174
175 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus-art.el (gnus-article-mode-line-format): Remove the article
178         washing status from the default format.  It isn't very informative.
179
180 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
181
182         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
183         Gcc processing on imap.
184
185 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
186
187         * imap.el: Remove file.  All the functionality is in nnimap.el.
188
189 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
190
191         * message.el (message-bury): Don't pop up a new window when selected
192         window is dedicated.
193
194 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
195
196         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
197
198 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
199
200         * sieve-manage.el: Autoload `auth-source-search'.
201         (sieve-sasl-auth): Use it.
202
203 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
204
205         * nnimap.el: Autoload `auth-source-forget+'.
206         (nnimap-open-connection-1): Use it if the connection fails.
207
208         * auth-source.el: Require `password-cache'.
209         (auth-source-hide-passwords, auth-source-cache): Remove and mark
210         obsolete.
211         (auth-source-magic): Marker for `password-cache' keys.
212         (auth-source-do-cache): Update docstring.
213         (auth-source-search): Use and check cache.
214         (auth-source-forget-all-cached, auth-source-remember)
215         (auth-source-recall, auth-source-forget, auth-source-forget+)
216         (auth-source-specmatchp): Caching support functions.
217         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
218         Remove and obsolete.
219         (auth-source-user-or-password): Remove caching to further discourage
220         using it.  Always hide passwords.
221
222         * password-cache.el (password-cache-remove): Accept secrets that are
223         not strings.
224
225 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
226
227         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
228         code for now, since it doesn't work for all users.
229
230 2011-02-09  Julien Danjou  <julien@danjou.info>
231
232         * message.el (message-options): Make message-options really buffer
233         local.
234
235 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
236
237         * mail-source.el: Autoload `auth-source-search'.
238         (mail-source-keyword-map): Note order matters.
239         (mail-source-set-1): Get all the mail-source source values and
240         defaults and search auth-source on those if needed.  This can all
241         probably be simplified.
242
243         * nnimap.el: Autoload `auth-source-search'.
244         (nnimap-credentials): Use it.
245         (nnimap-open-connection-1): Ask for the virtual server and physical
246         address in one shot.
247
248         * nntp.el: Autoload `auth-source-search'.
249         (nntp-send-authinfo): Use it.  Note TODO.
250
251 2011-02-08  Julien Danjou  <julien@danjou.info>
252
253         * shr.el (shr-tag-body): Add support for text attribute in body
254         markups.
255
256         * message.el (message-options): Make message-options a local variable.
257
258 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * auth-source.el (auth-source-secrets-search)
261         (auth-source-user-or-password): Use `append' instead of `nconc'.
262         (auth-source-user-or-password): Build return list better and protect
263         against nil :secret.
264
265 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
266
267         * nnimap.el (nnimap-update-info): Refactor slightly.
268         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
269         (nnimap-update-info): Clean up slightly.
270         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
271         characters.
272         (nnimap-process-quirk): Rename function to avoid collision.
273         (nnimap-update-info): Fix macrology bug-out.
274         (nnimap-update-info): Simplify split history test.
275
276 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
277
278         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
279         `secrets-get-attributes' instead of `secrets-get-attribute'.
280         (auth-source-secrets-search): Limit search when `max' is greater than
281         number of results.
282
283 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
284
285         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
286         part not returning any data.
287
288         * proto-stream.el (open-protocol-stream): Document the return value.
289
290 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * auth-source.el (auth-source-secrets-search): Add examples.
293
294 2011-02-06  Julien Danjou  <julien@danjou.info>
295
296         * message.el (message-setup-1): Handle message-generate-headers-first
297         set to t.
298
299 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
302         API with a string "secrets:collection-name" and with 'default.
303         (auth-source-backend-parse): Parse "secrets:collection-name" and
304         'default.  Recurse on parses instead of repeating code.  Use the
305         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
306         message when ignoring a source.
307         (auth-source-search): List ignored search keys at the top level.
308         (auth-source-netrc-create): Use `case' instead of `cond'.
309         (auth-source-secrets-search): Created with TODOs.
310         (auth-source-secrets-create): Created with TODOs.
311         (auth-source-retrieve, auth-source-create, auth-source-delete)
312         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
313         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
314         (auth-source-user-or-password-sftp)
315         (auth-source-user-or-password-smtp): Removed.
316         (auth-source-user-or-password): Deprecated and modified to be a wrapper
317         around `auth-source-search'.  Not tested thoroughly.
318
319 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * auth-source.el: Bring in assoc and eioeio libraries.
322         (secrets-enabled): New variable to track the status of the Secrets API.
323         (auth-source-backend): New EIOEIO class to represent a backend.
324         (auth-source-creation-defaults): New variable to set prompt defaults
325         during token creation (see the `auth-source-search' docstring for
326         details).
327         (auth-sources): Simplify to allow a simple string as a netrc backend
328         spec.
329         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
330         (auth-source-backend-parse-parameters): Fill in the backend parameters.
331         (auth-source-search): Main auth-source API entry point.
332         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
333         (auth-source-search-collection): Helper function for searching.
334         (auth-source-netrc-parse, auth-source-netrc-normalize)
335         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
336         Supports search, create, and delete.
337         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
338         backend stubs.
339         (auth-source-user-or-password): Call `auth-source-search' but it's not
340         ready yet.
341
342 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
343
344         * message.el (message-setup-1): Remove the read-only stuff, since it
345         doesn't work under XEmacs, for some reason.
346
347         * gnus-sum.el (gnus-user-date): Rename back from
348         gnus-summary-user-date since user code refers to it.
349
350         * shr.el (shr-render-td): Store the actual background colour used.
351
352         * message.el (message-setup-1): Don't bind the constant
353         -forbidden-properties.
354         (message-setup-1): Revert previous change, since it needs to bind the
355         props to insert them.
356         (message-resend): Allow removing the read-only separator line.
357
358 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
359
360         * nnimap.el (nnimap-request-accept-article): Give an error message if
361         the APPEND wasn't successful.
362
363 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
364
365         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
366         that have no groups.
367
368 2011-02-03  Julien Danjou  <julien@danjou.info>
369
370         * gnus-draft.el: Remove progn around gnus-draft-setup.
371
372 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-start.el (gnus-read-active-for-groups): This function is never
375         called with a nil `infos', so clean that up.
376         (gnus-get-unread-articles): Request active files from primary/secondary
377         methods that have no groups (yet).
378
379 2011-02-03  Julien Danjou  <julien@danjou.info>
380
381         * message.el (message-setup-1): Always generate References first.
382         (message-mail): Return the return value of message-setup, not always t.
383         (message-setup-1): Insert mail-header-separator with read-only and
384         intangible properties set.
385
386         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
387         user-date in docstring.
388
389         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
390
391         * gnus.el (gnus-summary-line-format): Mention &user-date format in
392         docstring.
393
394         * gnus.el (gnus-user-date-format-alist): Change default value. Use
395         defcustom, with type and group. Move from gnus-util.el. Rename to
396         gnus-summary-user-date-format-alist.
397
398 2011-02-03  Glenn Morris  <rgm@gnu.org>
399
400         * nnimap.el (gnus-fetch-headers): Declare.
401
402         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
403
404 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
405
406         * message.el (message-forward-make-body-digest-plain)
407         (message-followup, message-reply): Clean up things noted by Stefan.
408
409         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
410         gnus-article-update-date-headers is nil.
411         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
412         it didn't really work with defcustom.
413         (article-update-date-lapsed): Make sure the window start doesn't move,
414         either.
415
416 2011-02-01  Julien Danjou  <julien@danjou.info>
417
418         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
419         format.
420
421         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
422         standard in Emacs nowadays.
423
424         * color.el (color-gradient): Add a color-gradient function.
425
426 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
427
428         * message.el (message-expand-name): Don't trust the return value of
429         bbdb-complete-name.
430         (message-check-news-header-syntax): Remove unused var `start'.
431         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
432         (message-inhibit-body-encoding): Move to before first use.
433         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
434         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
435         (Organization, Message-ID, Date, mh-previous-window-config):
436         Defvar the vars using dynamic scoping.
437
438 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * shr.el (shr-render-td): Only do colours at the final rendering.
441         Should be slightly faster.
442         (shr-insert-table): Fix up TD background colours when doing the
443         vertical padding.
444
445         * gnus-art.el (article-date-ut): Protect against articles with no Date
446         header.
447         (article-update-date-lapsed): Don't use current-column to find the
448         horizontal position.  It's fragile in the presence of \003 characters.
449
450         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
451
452 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-art.el (article-transform-date): Rewrite to still work when
455         there are several rfc2822 parts.
456         (article-transform-date): Fix infinite recursion.
457         (article-date-ut): Replace infinitely many Date headers with a single
458         one when called interactively.
459
460         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
461         secure manner.
462
463         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
464         move around by not using save-window-excursion.  It seems to work...
465
466 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-art.el (article-make-date-line): Work for user-defined format.
469
470 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * nntp.el (nntp-retrieve-group-data-early)
473         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
474         fetching functions.
475
476         * gnus-start.el (gnus-read-active-for-groups): Read the active files
477         thoroughly for all backends that have no known groups.  This should
478         allow new nnml methods to retrieve mail.
479
480         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
481         that Gnus doesn't know exists again.
482
483         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
484         (gnus-treat-date-ut): Ditto.
485         (gnus-article-update-date-header): Renamed.
486         (gnus-treat-date-local): Removed.
487         (gnus-treat-date-english): Removed.
488         (gnus-treat-date-lapsed): Removed.
489         (gnus-treat-date-combined-lapsed): Removed.
490         (gnus-treat-date-original): Removed.
491         (gnus-treat-date-iso8601): Removed.
492         (gnus-treat-date-user-defined): Removed.
493         (gnus-article-date-headers): New variable to control all the date
494         header options.
495         (article-date-ut): Rewrite to allow using the new way to format date
496         headers(s).
497
498 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * nnmail.el (nnmail-article-group): Check for a direct fancy split
501         method.
502         (nnmail-article-group): A better test for fanciness.
503
504         * nnimap.el (nnimap-request-head): Protect against not finding the
505         article by Message-ID.
506
507 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-art.el (article-update-date-lapsed): Try a better way to really
510         keep point at the "same place".
511
512 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
515         data if the group is unactivated.
516
517 2011-01-28  Julien Danjou  <julien@danjou.info>
518
519         * gnus-win.el: Remove dead function gnus-window-configuration-element.
520         (gnus-all-windows-visible-p): Remove old compatibility code.
521         (gnus-window-top-edge): Add docstring.
522
523         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
524
525 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
528         older request-update-info.
529
530         * gnus-art.el (article-make-date-line): Limit the length a bit more.
531
532 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
533
534         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
535         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
536
537 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
540         groups.  This makes the nndraft:queue group pop up if it's not already
541         there.
542
543         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
544         messages" logic, which was reversed.
545
546         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
547         the "same place" even if point is on the line being replaced.
548         (article-update-date-lapsed): Allow updating both the combined lapsed
549         and the lapsed headers.
550         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
551         (article-make-date-line): Limit the number of segments dynamically to
552         avoid too-long lines.
553
554 2011-01-27  Julien Danjou  <julien@danjou.info>
555
556         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
557         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
558
559 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
562         Use plist-get instead of the cl function getf.
563
564 2011-01-27  Glenn Morris  <rgm@gnu.org>
565
566         * gnus-util.el (float-time): Get rid of compiler warning, again.
567
568 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * shr.el (shr-put-color): Special-case background colours: Do put them
571         at the blank parts at the front of the lines.
572
573         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
574         exit hook to nix out all data on readedness on group exit.
575
576         * gnus-util.el (float-time): If float-time is bound, always use it on
577         all Emacsen.  It's unclear why the subrp check was there.
578         (time-date): Require to make some autoload issues on XEmacs go away.
579
580         * shr.el (shr-put-color): Don't do the box padding in tables, since
581         they're already padded.
582
583 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
584
585         * gnus-art.el (gnus-article-next-page): When the last line of the
586         article is displayed, scroll down once more instead of going to the
587         next article at once.
588         (article-lapsed-string): Refactor out and allow specifying how many
589         segments you want.
590         (gnus-article-setup-buffer): Start updating the lapsed header directly.
591         (gnus-article-update-lapsed-header): New variable.
592
593         * shr.el: Revert change that made headings use different-sized faces.
594         The Emacs display engine isn't advanced enough that, for instance,
595         tables can comfortably use differntly-sized faces.
596
597 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
598
599         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
600         used.
601         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
602         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
603         we're using an encrypted connection.
604
605         * proto-stream.el: Alter the interface functions to also return the
606         actual stream type used: network or tls.
607
608 2011-01-25  Julien Danjou  <julien@danjou.info>
609
610         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
611         (mm-display-javascript-inline): New function.
612
613         * mm-decode.el (mm-inline-media-tests): Add application/javascript
614         viewing function.
615
616 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * shr.el (shr-expand-newlines): Fix variable name.
619
620 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * shr.el (shr-expand-newlines): Make nested boxes work.
623
624 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
625
626         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
627         backgrounds.
628         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
629         in a more sensible manner.
630
631 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
634         if EPG is loaded.
635
636 2011-01-24  Julien Danjou  <julien@danjou.info>
637
638         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
639         tags.
640
641 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
644         commands.
645
646         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
647         in the article buffer.
648         (gnus-gravatar-insert): Use blank space from the current buffer to
649         avoid breaking text properties.  This makes X-Sent updating work again.
650
651         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
652
653 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
656         fix the bug in url-http.el instead.
657
658         * shr.el (shr-image-fetched): Ditto.
659
660         * shr.el (shr-image-fetched): Avoid having point move in the article
661         buffer.
662
663         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
664         buffer after being called.  It's apparently being killed by url.el, and
665         killing it made point move to end-of-buffer in a random buffer.
666
667         * shr.el (shr-image-fetched): Ditto.
668
669 2011-01-23  Julien Danjou  <julien@danjou.info>
670
671         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
672
673         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
674         text/x-org.
675
676 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-sum.el (gnus-summary-move-article): Protect against backends
679         (i.e., nnimap) returning nil as the article number.
680
681 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
682
683         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
684         "DelSp" parameter in RFC3676.
685
686 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
687
688         * message.el (message-check-recipients): Display the encoded version of
689         the bogus address if they differ.
690
691         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
692         after sending.
693
694         * gnus-agent.el (gnus-agent-send-mail): Ditto.
695
696         * gnus-group.el (gnus-group-refresh-group): New convenience function.
697
698         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
699         group buffer after sending the queue.
700
701         * gnus-agent.el (gnus-agent-send-mail): Ditto.
702
703 2011-01-22  Julien Danjou  <julien@danjou.info>
704
705         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
706
707 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
708
709         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
710         nested related parts.
711
712         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
713         unexpired articles.  This fixes the regression that led expiry marks to
714         disappear from nnfolder groups.
715
716 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
717
718         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
719         Don't confuse the "ret" of "retrograde" with RET.
720
721 2011-01-21  Julien Danjou  <julien@danjou.info>
722
723         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
724         than mm-insert-inline.
725
726 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
729         Widen article buffer.
730
731 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
732
733         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
734         the temp buffer.
735         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
736
737 2011-01-20  Julien Danjou  <julien@danjou.info>
738
739         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
740
741         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
742         than mm-insert-inline to insert inline part: this respect
743         mm-inline-media-tests displayers.
744
745         * mm-view.el (mm-display-shell-script-inline): New function.
746
747         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
748
749         * mm-uu.el (mm-uu-type-alist): Add org block.
750         (mm-uu-org-src-code-block-extract): New function.
751
752         * mm-view.el (mm-display-org-inline): New function.
753
754         * mm-decode.el (mm-automatic-display): Add text/org.
755
756         * mailcap.el (mailcap-mime-extensions): Add .org.
757
758 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * gnus-art.el (gnus-article-highlight): Remove argument passed to
761         gnus-article-add-buttons.
762
763 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
764
765         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
766         From header with a date and "nobody" as the sender.
767
768 2011-01-19  Julien Danjou  <julien@danjou.info>
769
770         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
771         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
772         if you have the same regexp several times.
773         (gnus-button-push): Fix matching when regexp is symbol.
774
775 2011-01-15  Glenn Morris  <rgm@gnu.org>
776
777         * message.el (message-mail): A compose-mail function should
778         accept headers as strings.
779
780 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
781
782         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
783         Add :vert-only tags.
784         (message-mail): New arg RETURN-ACTION.
785         (message-return-action): New var.
786         (message-bury): Use it.
787         (message-mode): Make it buffer-local.
788         (message-send-and-exit): Always call message-bury.
789
790         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
791         message-mail.
792
793 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * nnimap.el (nnimap-convert-partial-article): Protect against
796         zero-length body parts.
797
798         * mm-decode.el (mm-preferred-alternative-precedence):
799         Discourage showing empty parts.
800
801         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
802         and stuff if the backend didn't return the article number.  This fixes
803         an Exchange-related nnimap bug.
804
805         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
806         group window, because it does the wrong thing when a separate frame
807         displays the group buffer.
808
809         * proto-stream.el (open-protocol-stream): Protect against the low-level
810         transport functions returning nil.
811
812 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
813
814         * mml2015.el (epg-sub-key-fingerprint): Autoload.
815         (mml2015-epg-find-usable-secret-key): New function.
816         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
817         mml2015-epg-find-usable-key (Bug#7797).
818         (mml2015-epg-encrypt): Ditto.
819
820 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * dgnushack.el (rot13-string): Fix the way to get the argument.
823
824 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
827
828 2011-01-03  Glenn Morris  <rgm@gnu.org>
829
830         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
831
832         * sieve.el (sieve-open-server): Give a more explicit error if
833         sieve-manage-open returns nil.  (Bug#7720)
834
835 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
836
837         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
838
839 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
842         This avoids sending passwords in plain text over non-encrypted
843         channels.
844
845         * shr.el (shr-rescale-image): Display all GIF images as animated images.
846
847         * nnimap.el (nnimap-login): Refactored out into own function, and
848         implement CRAM-MD5.
849         (nnimap-wait-for-line): Refactored out.
850
851         * mm-view.el (mml-smime): Require.
852
853 2010-12-20  David Engster  <deng@eml.cc>
854
855         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
856         use EPG to decrypt S/MIME messages instead of openssl.
857
858 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
861
862         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
863         status is the group clearly is unreachable.
864
865         * auth-source.el (auth-source-create): Add the optional second
866         parameter to `local-variable-p' to be compatible with XEmacs.
867
868 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
869
870         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
871         work when using a compressed nnml folder.
872
873 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
876         backends after sanitising on entry, because this never makes sense:
877         If the articles have gone missing, then the data no longer exists on
878         the backend, and if they haven't, then Gnus is wrong, and shouldn't
879         overwrite anything anyway.
880
881         * shr.el (shr-insert-document): Bind shr-width dynamically to
882         window-width if it's nil.
883
884 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
885
886         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
887         with the meaning of using the full emacs window width for rendering.
888
889 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
890
891         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
892         case when sender is not given.
893
894 2010-12-23  Julien Danjou  <julien@danjou.info>
895
896         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
897         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
898         the addresses, otherwise we might misplaced the gravatar.
899
900 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
901
902         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
903         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
904         obsolete in Emacs.
905
906 2010-12-20  Julien Danjou  <julien@danjou.info>
907
908         * gnus-util.el (gnus-rescale-image): Revert last change.
909
910 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
911
912         * binhex.el: Improve commentary (Bug#7482).
913
914 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * gnus-group.el (gnus-group-delete-articles): New command.
917
918 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
919
920         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
921
922 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
925         here, since it's up to the backends to do CRLF removal if their
926         protocol has it.
927
928         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
929
930 2010-12-17  Julien Danjou  <julien@danjou.info>
931
932         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
933         they are from file. Can also scale up.
934
935 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
936
937         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
938         gnus-use-agent.
939         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
940
941         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
942
943 2010-12-17  Julien Danjou  <julien@danjou.info>
944
945         * gravatar.el (gravatar-retrieve-synchronously): New function.
946         (gravatar-get-data): Make more robust.
947
948 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
951
952 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
955         to really consider the last line.
956
957 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
958
959         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
960         list of recipient keys, or use symmetric encryption if not a list.
961         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
962         EPA override, replacing the call to `netrc-store-data'.
963
964 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
965
966         * gnus-srvr.el: Avoid passing nil regexp argument to
967         delete-matching-lines.
968
969 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
972         fetching stops when Gnus exits.
973
974         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
975         function.
976         (nnfolder-request-expire-articles): Save all the buffers after doing
977         expiry.
978
979         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
980         the last article", since that led to serious performance regressions
981         when expiring nnml groups.
982
983 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
984
985         * nnir.el: Improve customizations.
986
987 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
990
991         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
992         group has been killed.
993         (gnus-group-yank-group): Ditto.
994
995         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
996
997         * nnimap.el (nnimap-request-update-group-status): New function.
998
999         * gnus-int.el (gnus-request-update-group-status): New interface
1000         function.
1001
1002         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1003         copying read-ness to the backends.
1004
1005         * nnimap.el (nnimap-quirk): New function.
1006         (nnimap-retrieve-group-data-early): Use it.
1007         (nnimap-quirks): New alist.
1008
1009 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1012         don't delete it within indentation.
1013
1014 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1017         previous line.
1018
1019 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1022         QRESYNC command by deleting a superfluous space which broke Cyrus
1023         servers.  This change will break other servers that are buggy the other
1024         way around.
1025
1026 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1027
1028         * spam.el: Reindent and fix long lines.
1029         (spam-copy-or-move-routine): Exclude invalid move destinations.
1030
1031 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1032
1033         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1034         installed the registry.
1035
1036 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1039
1040 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1041
1042         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1043         groupname doesn't contain "gmane".
1044
1045 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1048         and netrc-bound-and-true-p bindings.
1049         (netrc-parse): Cache the netrc contents.
1050
1051         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1052         (gnus-1): Don't create the nndrafts group twice.
1053         (gnus-setup-news): There's no need to read the active file here, since
1054         that's done again later on a per-backend basis.
1055         (gnus-start-draft-setup): Make sure that the new group is started out
1056         empty.
1057
1058         * gnus-agent.el (gnus-agentize): Don't create the queue group
1059         automatically on startup.  It'll be created later, if needed.
1060
1061         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1062         of automatically subscribed groups.
1063         (gnus-auto-subscribed-categories): New variable.
1064         (gnus-matches-options-n): Use it.
1065         (gnus-default-subscribed-newsgroups): Remove unused variable.
1066         (gnus-start-draft-setup): Message a bit less.
1067
1068 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1069
1070         * nnir.el (nnir-run-imap): Return article list in order of increasing
1071         UID.
1072
1073 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-sum.el (gnus-summary-enter-digest-group):
1076         Mention gnus-auto-select-on-ephemeral-exit.
1077
1078         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1079         convention of the network-only option.
1080
1081 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * proto-stream.el (proto-stream-open-network-only): New function to
1084         have a way to specify non-STARTTLS upgrade connections.
1085
1086 2010-12-10  Julien Danjou  <julien@danjou.info>
1087
1088         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1089         email address is nil.
1090
1091         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1092
1093 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1094
1095         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1096         deletion.
1097         (nnir-run-imap): Only need to parse list once.
1098
1099 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * shr.el (shr-tag-script): Ignore <script>.
1102         (shr-tag-label): Add <label> support.
1103
1104 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1107
1108         * shr.el (shr-image-displayer): Work for images lined side by side.
1109
1110 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1111
1112         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1113         parameter, since XEmacs doesn't accept t as a parameter.
1114
1115 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1116
1117         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1118         ids.
1119         (nnir-run-gmane): Simplify groupspec formatting.
1120         (nnir-request-expire-articles): New function.
1121
1122 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1125         overflow, possibly.
1126
1127         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1128         (shr-render-td): Handle td style="" better.
1129         (shr-tag-table): Use the color from the style sheet.
1130         (shr-render-td): Make sure we copy over all the overlays, too.
1131
1132 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1133
1134         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1135         (nnir-request-article): Improve article retrieval.
1136
1137 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * mm-util.el (mm-extra-numeric-entities): New variable.
1140
1141         * mm-url.el (mm-url-decode-entities):
1142         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1143
1144         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1145
1146 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1147
1148         * message.el: Use completion-at-point.
1149         (message-completion-function): New fun, extracted from message-tab.
1150         (message-mode): Use it for completion-at-point-functions.
1151         (message-tab): Use it and completion-at-point.
1152
1153 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1156         character if a non-breakable character follows.
1157
1158 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1161         any stream.
1162
1163         * shr.el (shr-tag-font): Colorize the region.
1164         (shr-tag-body): Ditto.
1165         (shr-tag-font): Actually let the styles be inherited instead of
1166         overwriting them.
1167         (shr-tag-font): Get the background color right.
1168         (shr-tag-style): Ignore all <style> tags for the moment.
1169
1170         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1171         a Message-ID to avoid having nnimap depend on gnus-sum.
1172
1173         * shr.el (shr-descend): Only colorize something if we have a node that
1174         sets colors.
1175
1176 2010-12-06  Julien Danjou  <julien@danjou.info>
1177
1178         * shr.el (shr-render-td): Render td content with shr-descend, so style
1179         will be applied to <td> too.
1180         (shr-colorize-region): Colorize region even if we only have a background.
1181         (shr-tag-body): Fix color and background color inheritance.
1182         Do not recolorize after shr-generic.
1183         (shr-tag-font): Let shr-generic colorize via inheritance.
1184
1185 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1188
1189 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1190
1191         * nnir.el (nnir-request-move-article): Remove obsolete code.
1192
1193 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1196
1197 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-sum.el (gnus-summary-respool-article): The completion function
1200         expects a list instead of an alist.
1201
1202         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1203         string as the parameter.
1204
1205         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1206
1207         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1208         styles.
1209         (shr-colorize-region): New function.
1210         (shr-insert-background-overlay): Remove.
1211         (shr-render-td): Background setting should be taken care of on a higher
1212         level.
1213         (shr-tag-body): Use post-hoc colorizations.
1214         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1215         (shr-put-color-1): Don't overwrite old colors.
1216         (shr-colorize-region): When the background color isn't explicit, use
1217         a fixed background.
1218
1219         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1220         nnmail variables.
1221
1222 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1223
1224         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1225         unless necessary.
1226
1227 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1228
1229         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1230         server.
1231
1232 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1235         so that TAB works.
1236
1237         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1238         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1239
1240         * shr.el (shr-urlify): Show the URL before the title to avoid
1241         misleading URLs.
1242
1243 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1244
1245         * shr.el (shr-urlify): Display the title in <a> tags.
1246
1247 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1248
1249         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1250
1251 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1252
1253         * nnir.el: Rearrange code to allow macros to be autoloaded by
1254         gnus-sum.el.
1255         (nnir-retrieve-headers-override-function): Make this variable
1256         customizable.
1257         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1258
1259         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1260         from nnir.el.
1261
1262 2010-12-03  Julien Danjou  <julien@danjou.info>
1263
1264         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1265
1266 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1269         allow optional argument `environment'.
1270
1271 2010-12-03  Glenn Morris  <rgm@gnu.org>
1272
1273         * mm-extern.el (message-goto-body): Update declaration.
1274
1275 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-util.el (gnus-macroexpand-all): New function.
1278
1279         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1280         instead of macroexpand-all that is unavailable in XEmacs.
1281
1282 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1283
1284         * nnir.el (nnir-summary-line-format): New variable.
1285         (nnir-mode): Use it.
1286         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1287         (nnir-article-ids): Reimplement as defsubst.
1288         (nnir-retrieve-headers): Don't mangle the subject header.
1289         (nnir-run-imap): Use 100 as RSV score.
1290         (nnir-run-find-grep): Fix for full server searching.
1291         (nnir-run-gmane): Better restriction to gmane groups.
1292
1293         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1294         summary buffers.
1295
1296 2010-12-02  Julien Danjou  <julien@danjou.info>
1297
1298         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1299
1300         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1301
1302         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1303         support.
1304
1305 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1306
1307         * nnir.el: Update to handle the registry better.
1308         (autoload): Silence byte-compiler.
1309         (nnir-open-server): Add a hook for nnir groups.
1310         (nnir-request-move-article): Don't mangle the header. Better to use
1311         formating variables (which will be added in the future).
1312         (nnir-registry-action): Update the registry using the original article
1313         group name.
1314         (nnir-mode): Install nnir-specific hooks for updating the registry.
1315
1316         * gnus-sum.el
1317         (gnus-article-original-subject,gnus-newsgroup-original-name):
1318         Remove obsolete variables.
1319         (gnus-summary-move-article): Remove use of obsolete variables.
1320         (gnus-summary-local-variables): Make move and delete hooks local to
1321         summary buffers.
1322
1323 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * rtree.el: New file.
1326
1327 2010-12-01  Julien Danjou  <julien@danjou.info>
1328
1329         * message.el (message-user-organization): Do not use
1330         gnus-local-organization.
1331
1332         * gnus.el: Remove gnus-local-organization.
1333
1334         * gnus-msg.el: Remove nastygram thing.
1335
1336 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1337
1338         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1339         funcall.
1340
1341 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1344         names.
1345
1346         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1347         characters.
1348
1349         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1350         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1351         Suggested by Štěpán Němec <stepnem@gmail.com>.
1352         (gnus-gravatar-transform-address): Use mail-extract-address-components
1353         that supports non-ASCII names rather than mail-header-parse-addresses.
1354
1355 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * proto-stream.el (open-protocol-stream): All starttls connections are
1358         handled by the network handler.
1359
1360 2010-11-30  Julien Danjou  <julien@danjou.info>
1361
1362         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1363         (nnimap-open-connection-1): Fix PREAUTH.
1364
1365         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1366
1367 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1370         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1371         (shr-insert): Use them.
1372         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1373
1374 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1375
1376         * nnir.el (nnir-request-move-article): Bail out if original group
1377         doesn't support article moves.
1378         (nnir-get-active): Improve active list retrieval.
1379
1380 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1383
1384 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1385
1386         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1387         seem to accept strings-with-numbers as port numbers,
1388
1389 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1390
1391         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1392         change the registry.
1393
1394 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1397         delete-dups that is not available in XEmacs 21.4.
1398
1399         * mm-util.el (mm-delete-duplicates): Add comment.
1400
1401 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1402
1403         * nnir.el (nnir-ignored-newsgroups): New variable.
1404         (nnir-get-active): Use it.
1405
1406 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * proto-stream.el (proto-stream-open-network): Add some comments.
1409
1410         * nntp.el (nntp-open-connection): Provide a :success condition.
1411
1412         * nnimap.el (nnimap-open-connection-1): Ditto.
1413
1414         * proto-stream.el (proto-stream-open-network): See what the response to
1415         the STARTTLS command is.
1416
1417         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1418         backwards compatibility).
1419         (nnimap-open-connection-1): Really respect nnimap-server-port.
1420
1421         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1422         TLS upgrades we don't really care about the identity of the peer.
1423         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1424         that what we've checked for.
1425         (proto-stream-always-use-starttls): Only default to t if
1426         open-gnutls-stream exists.
1427         (proto-stream-open-network): If STARTTLS failed, then just open a
1428         normal connection.
1429         (proto-stream-open-network): Wait until the greeting before doing
1430         STARTTLS.
1431
1432         * nntp.el (nntp-open-connection): Report what the connection error is.
1433
1434         * proto-stream.el (open-protocol-stream): Rename from
1435         open-proto-stream.
1436
1437 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnimap.el (nnimap-stream): Change default to `undecided'.
1440         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1441         first, and then network.
1442         (nnimap-open-connection-1): Respect nnimap-server-port.
1443         (nnimap-open-connection): Be more backwards-compatible.
1444
1445         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1446         (proto-stream-open-starttls): De-duplicate the starttls code.
1447         (proto-stream-open-starttls): Folded back into the main function.
1448         (proto-stream-open-network): Fix typo in the gnutls path.
1449         (proto-stream-command): Refactor out.
1450
1451         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1452
1453         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1454         starttls.el STARTTLS.
1455
1456         * color.el (color-lab->srgb): Fix function call name.
1457
1458         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1459         if we're using tls.el.
1460         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1461         built in, then don't try to establish a STARTTLS connection.
1462
1463         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1464         servers.
1465
1466         * proto-stream.el (open-proto-stream): Use network, not stream.
1467         (open-proto-stream): Add a way to specify what the end of a command is.
1468
1469         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1470         connections types.
1471         (nntp-open-network-stream): Remove.
1472         (nntp-open-ssl-stream): Remove.
1473         (nntp-open-tls-stream): Remove.
1474         (nntp-ssl-program): Remove.
1475
1476         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1477
1478 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1479
1480         * nnir.el: Fix typos.
1481         (nnir-retrieve-headers-override-function): Rename variable to reflect
1482         new semantics.
1483         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1484         macros.
1485         (nnir-request-article, nnir-request-move-article): Use them.
1486         (nnir-categorize): New function.
1487         (nnir-run-query): Use it.
1488         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1489         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1490         sorted.
1491         (nnir-group-full-name): Use gnus-group-full-name instead.
1492         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1493         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1494
1495 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1498
1499         * proto-stream.el: New library to provide protocol-specific
1500         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1501         protocols.
1502         (open-proto-stream): Complete the documentation.
1503         (proto-stream-open-network): Fix some typos.
1504
1505         * nnimap.el (nnimap-open-connection): Use it.
1506
1507 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1508
1509         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1510         negotiation.
1511
1512 2010-11-26  Julien Danjou  <julien@danjou.info>
1513
1514         * color.el: Rename various rgb functions to srgb.
1515
1516 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1519         names.
1520
1521 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * shr.el (shr-insert): Revert last change.
1524         (shr-find-fill-point): Never leave point being at bol;
1525         relax the kinsoku limitation when rendering tables.
1526
1527 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1530         results from -accept-article.
1531
1532         * shr-color.el: Require cl when compiling.
1533
1534         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1535         checkin.
1536
1537         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1538
1539         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1540
1541         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1542         'add and 'delete to set backend marks.
1543
1544         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1545
1546         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1547
1548         * nntp.el (nntp-request-set-mark): Use it.
1549
1550         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1551
1552         * nnml.el (nnml-request-set-mark): Ditto.
1553
1554         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1555         introduces regressions in article selection.
1556         (nnimap-find-uid-response): New function.
1557         (nnimap-request-accept-article): Use the UID returned, if any.
1558         (nnimap-request-move-article): Use the UID returned, if any.
1559         (nnimap-get-groups): Reimplement to work with folded lines.
1560         (nnimap-find-uid-response): The UID is the last element in the list.
1561         (nnimap-request-set-mark): Extend syntax with 'set.
1562
1563         * nnml.el (nnml-request-set-mark): Ditto.
1564
1565         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1566
1567         * nntp.el (nntp-request-set-mark): Ditto.
1568
1569 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * message.el (message-called-interactively-p): A temporary macro.
1572         (message-goto-body): Use it temporarily.
1573
1574 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1577         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1578         (nnimap-last-response-string): Fix last unfolding fix.
1579
1580 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * shr.el (shr-insert): Fix the way to fold lines.
1583
1584 2010-11-25  Julien Danjou  <julien@danjou.info>
1585
1586         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1587
1588         * color.el: Rename from color-lab.el
1589         (color-rgb->hex): Add.
1590         (color-complement): Add.
1591         (color-complement-hex): Add.
1592
1593         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1594
1595 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1598         don't exist.
1599
1600 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1603         assuming that article displaying or another mml-preview may be
1604         interrupted for an error or for the like.
1605
1606         * shr.el (shr-get-background): Fix argument name.
1607
1608 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1611
1612         * gnus-sum.el (gnus-summary-include-articles): New function.
1613
1614         * message.el (message-goto-body): called-interactively-p needs a
1615         parameter, so use `any'.
1616
1617         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1618         clear marks before moving, since they're synced from the Gnus side
1619         first.
1620
1621         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1622         (gnus-summary-move-article): Copy over all marks before moving, so that
1623         IMAP doesn't think a new article has arrived.
1624
1625 2010-11-24  Julien Danjou  <julien@danjou.info>
1626
1627         * shr.el (shr-insert-background-overlay): Fix typo.
1628         (shr-render-td): Copy the background before rendering.
1629
1630         * shr-color.el (shr-color-visible): Fix docstring.
1631
1632         * shr.el (shr-tag-table): Add bgcolor support.
1633         (shr-render-td): Add bgcolor support.
1634         (shr-get-background): Add.
1635         (shr-insert-foreground-overlay): Use shr-get-background.
1636
1637         * message.el (message-goto-body): Use called-interactively-p.
1638         (message-in-body-p): message-goto-body returns point.
1639
1640 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1643         Fixes something or other in Emacs 23, and is backwards compatible.
1644
1645         * message.el (message-goto-body): Remove the <#secure special-casing,
1646         which is too special.
1647
1648         * shr.el (shr-parse-style): Drop !important from styles.
1649
1650 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1651
1652         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1653         this function to return incorrect results when calling it with an
1654         explicit article argument different from
1655         (gnus-summary-article-number).
1656
1657 2010-11-24  Julien Danjou  <julien@danjou.info>
1658
1659         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1660         (shr-tag-body): Add background support.
1661         (shr-descend): Add background support.
1662         (shr-tag-title): Add.
1663
1664         * shr-color.el (shr-color-visible): Really return original background
1665         if fixed.
1666
1667 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * shr.el (shr-color-check): Protect against non-existant colour names.
1670
1671 2010-11-24  Julien Danjou  <julien@danjou.info>
1672
1673         * color-lab.el: Require 'cl when compiling.
1674
1675         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1676
1677         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1678         matched part.
1679
1680         * color-lab.el: Fix all expt calls to use float type.
1681
1682 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1685         expression to shr-color-check as is.
1686
1687         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1688
1689         * color-lab.el: Add coding cookie.
1690         (float-pi): Use eval-and-compile.
1691
1692         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1693         compiled for Emacsen having no `libxml-parse-html-region' support.
1694
1695 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * shr.el (shr-insert-color-overlay): Split stuff like
1698         "#444444 !important" to find the real colour.
1699         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1700         parse <font color="red"> entries.
1701
1702 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1703
1704         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1705         point when parsing headers.
1706
1707         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1708         is positioned properly when parsing headers.
1709
1710 2010-11-23  Julien Danjou  <julien@danjou.info>
1711
1712         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1713
1714         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1715
1716         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1717
1718         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1719         Use shr-color-hue-to-rgb.
1720         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1721
1722 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * shr.el (shr-color->hexadecimal): Autoload.
1725         (shr-descend): Add color to all tags.
1726
1727 2010-11-22  Julien Danjou  <julien@danjou.info>
1728
1729         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1730         shr-color->hexadecimal.
1731
1732         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1733         RGB() or HSL() color representation.
1734
1735         * shr.el (shr-tag-font): Add.
1736         (shr-tag-color-check): New function to get better colors.
1737         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1738         tag-span.
1739
1740         * shr-color.el: New file.
1741
1742         * color-lab.el: New file.
1743
1744         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1745
1746 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1747
1748         * nnir.el: Fix typo in comments.
1749         (nnir-run-imap): Simplify code. No need to reverse artlist.
1750         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1751
1752 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1755
1756         * nnimap.el (nnimap-get-capabilities): Refactor out.
1757         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1758
1759 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1760
1761         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1762         appearing when `mm-uu-hide-markers' is nil.
1763
1764 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nnimap.el (nnimap-unselect-group): Make into its own function.
1767         (nnimap-request-rename-group): Unselect group before renaming.
1768         This had gotten lost somewhere.
1769         (nnimap-request-accept-article): Keep track of examined groups, and
1770         unselect the group before APPENDing to read-only groups.
1771         (nnimap-request-move-article): Clear flags before moving so that they
1772         can be re-set later.
1773
1774 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1777         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1778
1779 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-art.el (gnus-mime-display-single)
1782         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1783         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1784         parameter.
1785
1786 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1789         (shr-table-vertical-line): New variable.
1790         (shr-insert-table): Use it.
1791
1792 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * gnus-html.el (gnus-html-wash-images): Don't display images if
1795         gnus-inhibit-images is non-nil; register displayer for cid images.
1796         (gnus-html-display-image): Work for cid image.
1797         (gnus-html-insert-image): Allow arguments.
1798         (gnus-html-put-image): Inhibit read-only.
1799         (gnus-html-prefetch-images): Don't prefetch images if
1800         gnus-inhibit-images is non-nil.
1801
1802 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * shr.el (shr-put-image): Break lines when inserting big pictures.
1805
1806 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1807
1808         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1809         sender, thanks Katsumi Yamaoka.
1810
1811 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1812
1813         * nnir.el (nnir-run-imap): Reverse the article list for each group
1814         rather than the whole list.
1815
1816 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * shr.el (shr-image-displayer): Protect function against non-existent
1819         image source.
1820
1821         * gnus-art.el (gnus-inhibit-images): New user option.
1822         (gnus-mime-display-single): Don't display image if it is non-nil.
1823
1824         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1825         gnus-inhibit-images.
1826
1827         * shr.el (shr-image-displayer): New function.
1828         (shr-tag-img): Use it.
1829
1830 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1831
1832         * mml2015.el (mml2015-epg-sign): Use From header.
1833
1834 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1837
1838         * gnus-util.el (gnus-find-text-property-region): Return markers.
1839
1840         * shr.el (shr-tag-img): Put a displayer in the text property.
1841
1842         * gnus-util.el (gnus-find-text-property-region): New utility function.
1843
1844         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1845         (gnus-html-show-images): Remove.
1846
1847         * gnus-art.el (gnus-article-show-images): New, more general function.
1848
1849         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1850         image url text properties.
1851
1852         * shr.el: Ditto.
1853
1854         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1855         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1856
1857 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1860         work for two or more articles.
1861
1862 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1865         divide an image that's in an html article to two or more when washing
1866         non-ASCII characters in alt text of it.
1867
1868 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1871         smime-decrypt-region using function argument.
1872         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1873
1874         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1875
1876         * smime.el (smime-decrypt-region): Catch it.
1877
1878 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1879
1880         * smime.el (smime-mode-map): Move initialization into declaration.
1881         (gnus-run-mode-hooks): Don't autoload.
1882         (smime-mode): Use define-derived-mode.
1883
1884 2010-11-11  Glenn Morris  <rgm@gnu.org>
1885
1886         * smime.el (from): Restrict declaration to XEmacs.
1887
1888         * nnir.el (gnus-group-topic-name): Autoload.
1889
1890 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * shr.el (shr-insert): Don't break long line if it is because of
1893         kinsoku-bol characters in the line end.
1894
1895 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1896
1897         * nnir.el (nnir-request-move-article): Fix to provide original group
1898         and subject.
1899         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1900         been retrieved.
1901
1902         * gnus-sum.el (gnus-summary-move-article): Use original group and
1903         subject for virtual articles such as those in an nnir summary buffer.
1904
1905 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1908         least 21.5).
1909
1910         * smime.el (from): Declare it again for XEmacs.
1911
1912 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * message.el (message-resend): Don't disable encoding unless it's
1915         already encoded.
1916
1917         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1918         low-numbered articles.
1919
1920 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * rfc2047.el (rfc2047-syntax-table): Simplify.
1923
1924         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1925
1926         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1927         set-char-table-range for XEmacs.
1928
1929 2010-11-10  Glenn Morris  <rgm@gnu.org>
1930
1931         * time-date.el (time-to-seconds): Always an alias on Emacs,
1932         never a real function.
1933         (with-no-warnings): Remove compat stub, now unused.
1934         (time-less-p): Doc fix.
1935         (time-to-number-of-days): Simplify.
1936
1937         * smime.el (from): Remove unused declaration.
1938
1939         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1940         (gnus-float-time): On Emacs, always an alias.
1941
1942         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1943         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1944
1945 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * dgnushack.el: Don't use ignore-errors in the top level form since it
1948         is unavailable in XEmacs even if cl is loaded.
1949
1950         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1951
1952 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * shr.el (browse-url-mailto): Autoload.
1955
1956         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1957
1958         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1959         regexp doesn't need quoting.
1960
1961 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1962
1963         * message.el (message-subject-trailing-was-ask-regexp)
1964         (message-subject-trailing-was-regexp): Match was: in addition to was.
1965
1966 2010-11-09  Glenn Morris  <rgm@gnu.org>
1967
1968         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1969         (nnbabyl-check-mbox): Use point-at-bol.
1970
1971 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1974
1975         * message.el (message-mailto): New function.
1976         (message-mailto): Should accept other parameters.
1977         (message-mailto): Remove since it duplicates browse-url-mailto
1978         functionality.
1979
1980 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1983         methods.
1984         (gnus-read-active-file): Ditto.
1985
1986         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1987         ": " from the prompt.
1988         (gnus-group-make-group): Ditto.
1989
1990 2010-11-07  Glenn Morris  <rgm@gnu.org>
1991
1992         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1993         (gnus-bookmark-kill-line): Use point-at-eol.
1994
1995 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1998         asterisks in From header.
1999
2000 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2003         string to avoid making the From headers syntactically invalid.
2004
2005         * message.el (message-send-mail): Don't insert courtesy messages if the
2006         message already has List-Post and List-ID messages.
2007
2008 2010-11-06  Glenn Morris  <rgm@gnu.org>
2009
2010         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2011         `condition', `type', `length' a prefix.
2012         (gnus-treat-predicate): Update for above name changes.
2013
2014 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2015
2016         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2017         binding.  Handled by `gnus-summary-refer-thread' instead.
2018         (nnir-warp-to-article): New backend function.
2019
2020         * nnimap.el (nnimap-request-thread): Force dependency updating.
2021
2022         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2023         (gnus-summary-refer-thread): Rework to improve thread-referral.
2024
2025         * gnus-int.el (gnus-warp-to-article): New function.
2026
2027         * gnus-sum.el (gnus-summary-article-map): Bind it.
2028
2029 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2030
2031         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2032         gnus-summary-refer-thread.
2033
2034         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2035         headers.
2036         (gnus-summary-limit-include-thread): Prevent articles in thread from
2037         being cut in gnus-cut-threads.
2038         (gnus-summary-refer-thread): Limit retrieved headers to those in
2039         thread.
2040
2041 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * message.el (message-send-mail): Use the value of
2044         message-courtesy-message from the message buffer.
2045
2046         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2047
2048         * shr.el (shr-browse-url): Implement mailto: URLs.
2049
2050         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2051         "raw".
2052
2053         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2054         if it's already selected.
2055
2056         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2057
2058 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2061         to measure the length and truncate alt text.
2062
2063 2010-11-03  Glenn Morris  <rgm@gnu.org>
2064
2065         * nndiary.el (nndiary-generate-nov-databases-1)
2066         (nndiary-generate-active-info): Rename dynamic variable `files' to
2067         something less generic.
2068
2069 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2070
2071         * nnir.el (nnir-request-move-article): Call the underlying backend to
2072         move articles from nnir.
2073
2074 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2077
2078 2010-11-02  Julien Danjou  <julien@danjou.info>
2079
2080         * nnir.el: Remove wais support.
2081
2082 2010-11-02  Glenn Morris  <rgm@gnu.org>
2083
2084         * gnus-html.el: Reorder requirements to quieten compiler.
2085
2086 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2089         properly for XEmacs as well.
2090         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2091         (gnus-article-natural-long-line-p): Use window-width rather than
2092         frame-width.
2093
2094 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2095
2096         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2097         (nnir-read-parms): Don't modify query.
2098         (nnir-run-query): Add ability to search topic on current line.
2099         (nnir-get-active): Clean up.
2100
2101 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2104         degenerate articles.
2105
2106         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2107         (gnus-print-buffer): Just print the buffer as is, without any copying
2108         to a buffer and then re-highlighting.
2109
2110         * nnimap.el (nnimap-request-group): Store the new updated info.
2111         (nnimap-request-group): Select the group when we don't know whether it
2112         exists or not.
2113
2114         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2115         groups.
2116
2117         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2118         groups.
2119
2120         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2121         groups.
2122
2123         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2124         long-lines case by only filling the long lines.
2125
2126         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2127         (bug #7311).
2128
2129 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * shr.el: No need to declare `declare-function' since shr.el is for
2132         only Emacsen that provide `libxml-parse-html-region'.
2133
2134         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2135         effective only in a file it is referred to.
2136
2137 2010-11-01  Glenn Morris  <rgm@gnu.org>
2138
2139         * mm-util.el (gnus-completing-read): Autoload.
2140         (mm-read-coding-system): Simplify Emacs definition.
2141
2142         * nnmail.el (gnus-activate-group):
2143         * nnimap.el (gnutls-negotiate):
2144         * nntp.el (netrc-parse): Fix declarations.
2145
2146 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2149         string-match-p in Emacs >=23.
2150
2151         * gnus-msg.el (gnus-configure-posting-styles)
2152         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2153
2154 2010-11-01  Glenn Morris  <rgm@gnu.org>
2155
2156         * nnir.el (declare-function): Add compat stub.
2157         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2158         (nnir-run-gmane): Require 'mm-url.
2159
2160         * mm-util.el (mm-string-to-multibyte): Simplify.
2161
2162         * shr.el (declare-function): Add compat stub.
2163         (url-cache-create-filename): Declare.
2164         (mm-disable-multibyte, widget-convert-button): Autoload.
2165
2166         * smime.el (ldap-search): Declare.
2167         (smime-cert-by-ldap-1): Require ldap on Emacs.
2168
2169         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2170         (nnimap-keepalive): Use gnus-float-time.
2171
2172         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2173         (mail-source-delete-crash-box): Use gnus-float-time.
2174
2175         * gnus-dired.el (gnus-completing-read): Autoload.
2176
2177         * mm-view.el (gnus-rescale-image): Autoload.
2178
2179         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2180
2181         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2182
2183         * sieve-manage.el: Require 'cl when compiling.
2184
2185         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2186         (gnus-iswitchb-completing-read): Require iswitchb.
2187         (gnus-select-frame-set-input-focus): Silence compiler.
2188
2189 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * message.el (message-subject-trailing-was-query): Change default to t,
2192         since I think that's what most people want.
2193
2194         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2195         appending for easier debugging.
2196         (nnimap-wait-for-connection): Take a regexp.
2197         (nnimap-request-accept-article): Wait for the continuation line before
2198         sending anything unless we're streaming.
2199
2200         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2201         leave the header washing to take place.
2202
2203 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2204
2205         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2206         regular expression match and replace in posting styles.
2207
2208 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2209
2210         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2211         an entire server.
2212         (nnir-get-active): New function.
2213         (nnir-run-imap): Use it.
2214         (nnir-run-gmane): Who knew, gmane search returns an article score!
2215
2216         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2217         server on the current line with nnir.
2218
2219 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2222         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2223         left edge.
2224         (gnus-article-foldable-buffer): Skip past the prefix when determining
2225         raggedness.
2226
2227         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2228         the raw article, and change `C-u g' to show the article without doing
2229         treatments.
2230
2231         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2232         on to `gnus-treat-article'.
2233         (gnus-inhibit-article-treatments): New variable.
2234
2235         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2236
2237         * gnus-art.el (gnus-treatment-function-alist): Have
2238         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2239         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2240         sections.
2241
2242         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2243         parameter.
2244         (gnus-article-fill-cited-long-lines): New function.
2245         (gnus-article-fill-cited-article): Allow filling only long sections.
2246
2247         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2248         and non-punctuation (like after the apostrophe in "'We").
2249
2250         * gnus-sum.el (gnus-summary-select-article): Make sure
2251         gnus-original-article-buffer is alive.
2252
2253         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2254         reflect the order they're in in the digest.
2255
2256         * gnus.el (gnus-group-startup-message): Move point to the start of the
2257         buffer.
2258
2259         * nnimap.el (nnimap-capability): New function.
2260         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2261         is set.
2262
2263 2010-10-31  David Engster  <dengste@eml.cc>
2264
2265         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2266         conform with changes to gnus-completing-read.
2267
2268 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2271
2272 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2273
2274         * nnir.el: Move defvar, defcustom around to keep file organized
2275         and keep byte-compiler quiet.
2276         (nnir-read-parms): Accept search-engine as arg.
2277         (nnir-run-query): Pass search-engine as arg.
2278         (nnir-search-engine): Remove.
2279
2280 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * shr.el (shr-generic): The text nodes should be text, not :text.
2283
2284         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2285         later in the file.
2286
2287 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2288
2289         * nnir.el: General clean up.  Allow searching with multiple engines.
2290         Allow separate extra-parameters for each engine.
2291         Batch queries when possible.
2292         (nnir-imap-default-search-key,nnir-method-default-engines):
2293         Add customize interface.
2294         (nnir-run-gmane): New engine.
2295         (nnir-engines): Use it.  Qualify all prompts with engine name.
2296         (nnir-search-engine): Remove global variable.
2297         (nnir-run-hyrex): Restore for now.
2298         (nnir-extra-parms,nnir-search-history): New variables.
2299         (gnus-group-make-nnir-group): Use them.
2300         (nnir-group-server): Remove in favor of gnus-group-server.
2301         (nnir-request-group): Avoid searching twice.
2302         (nnir-sort-groups-by-server): New function.
2303
2304 2010-10-30  Julien Danjou  <julien@danjou.info>
2305
2306         * gnus-group.el: Remove gnus-group-fetch-control.
2307
2308         * gnus-start.el (gnus-find-new-newsgroups):
2309         Remove gnus-check-first-time-used.
2310
2311         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2312
2313 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2314
2315         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2316         set on groups that don't have \* permanentflags.
2317
2318 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2321         control the background color.
2322         (shr-tag-img): Ignore very small web bug type images.
2323         (shr-put-image): Add help-echo alt texts to the images.
2324         (shr-tag-video): Show the video poster image.
2325
2326 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * shr.el (shr-table-depth): New variable.
2329         (shr-tag-table-1): Only insert the images after the top-level table.
2330
2331         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2332
2333         * gnus-util.el (gnus-list-memq-of-list): New function.
2334
2335         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2336         selected.
2337         (nnimap-unsplittable-articles): New slot.
2338         (nnimap-new-articles): Use it.
2339
2340 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2341
2342         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2343         move to the previous line on `M-g'.
2344
2345 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2348         *-request-group, which seems unnecessary.
2349
2350         * nnimap.el (nnimap-quote-specials): Function copied over from
2351         imap.el.
2352         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2353         they support that.  Suggested by Tom Regner.
2354
2355 2010-10-29  Julien Danjou  <julien@danjou.info>
2356
2357         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2358         defalias.
2359         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2360
2361         * gnus.el: Remove `gnus-nntp-service' variable.
2362         (gnus-secondary-servers): Make obsolete.
2363         (gnus-nntp-server): Make obsolete.
2364
2365         * gnus-start.el (gnus-1): Remove x-splash calls.
2366
2367         * gnus-ems.el (gnus-x-splash): Remove.
2368
2369         * gnus.el (gnus-group-startup-message): Simplify/update code.
2370
2371         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2372         definition.
2373
2374         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2375         capability before doing anything.
2376         (gnus-group-insert-group-line): Remove useless
2377         gnus-group-remove-excess-properties.
2378
2379 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2382
2383 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2386         config after reselecting.
2387
2388 2010-10-28  Julien Danjou  <julien@danjou.info>
2389
2390         * shr.el (shr-put-image): Use point even if only inserting text.
2391         (shr-put-image): Save excursion when inserting alt text on non-graphic
2392         display, so the behaviour is the same when we are on a graphic display.
2393
2394         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2395
2396 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2399         (gnus-mime-copy-part): Check coding system, not charset.
2400         (gnus-mime-view-part-externally): Never remove part.
2401         (gnus-mime-view-part-internally): Don't remove part here.
2402         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2403         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2404         multipart/alternative.
2405
2406         * mm-decode.el (mm-display-part): Take optional arg `force'.
2407
2408 2010-10-26  Julien Danjou  <julien@danjou.info>
2409
2410         * gnus-group.el (gnus-group-default-list-level): Add this function to
2411         compute the default list level.
2412         (gnus-group-default-list-level): Add possibility to use a function.
2413
2414 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2417
2418         * gnus-group.el (gnus-group-completing-read)
2419         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2420         gnus-replace-in-string.
2421
2422 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * shr.el (shr-tag-div): Add.
2425
2426         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2427
2428 2010-10-25  Julien Danjou  <julien@danjou.info>
2429
2430         * gnus-util.el: Remove `gnus-with-local-quit'.
2431
2432         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2433
2434 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2437         the original article buffer.
2438
2439 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * nnimap.el (nnimap-request-head): New function.
2442         (nnimap-request-move-article): Try to be slighly faster by not
2443         requesting the entire message when moving.
2444         (nnimap-transform-headers): Don't bug out on bodiless articles.
2445         (nnimap-send-command): Have no outstanding messages if the IMAP server
2446         doesn't support streaming.
2447         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2448
2449 2010-10-24  Julien Danjou  <julien@danjou.info>
2450
2451         * message.el (message-default-headers): Fix type.
2452
2453 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2456         prefetching images.
2457
2458         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2459         backend for unknown groups.  This is mainly useful for nnimap groups.
2460
2461         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2462         group isn't covered by the agent.
2463
2464 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2465
2466         * nnir.el (nnir-method-default-engines): New variable.
2467         (nnir-run-query): Use it.
2468         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2469         (gnus-summary-nnir-goto-thread): Change group if needed.
2470
2471         * gnus-group.el (gnus-group-group-map): Add key binding for
2472         gnus-group-make-nnir-group.
2473
2474 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * shr.el (shr-tag-object): Add.
2477
2478         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2479         original article buffer live.
2480         (gnus-summary-select-article-buffer):
2481         Mention gnus-widen-article-buffer.
2482
2483 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * shr.el (shr-tag-strong): Add.
2486
2487 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2490         group names.  They mess up the group buffer badly.
2491
2492         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2493
2494         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2495         instead of the summary one.
2496
2497 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * mml.el (mml-preview): Work properly when editing article.
2500
2501         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2502         gnus-have-read-active-file if it's already been in.
2503
2504 2010-10-22  Tom Tromey  <tromey@redhat.com>
2505
2506         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2507         gnus-group-completing-read.
2508
2509 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * message.el (message-mode-map): Don't bind M-; to comment region, to
2512         allow the global comment-dwim to work.
2513
2514 2010-10-21  Julien Danjou  <julien@danjou.info>
2515
2516         * message.el (message-setup-1): Allow message-default-headers to be a
2517         function.
2518
2519 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * shr.el (shr-tag-table): Simplify.
2522
2523 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2526         to avoid trying to snarf invalid stuff.
2527
2528         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2529
2530         * gnus.el (gnus-message-archive-group): Quote value.
2531         (gnus-message-archive-group): Mark as changed.
2532
2533         * shr.el (shr-add-font): Don't put the font properties on the newline
2534         or the indentation.
2535
2536         * message.el (message-fix-before-sending): Change options when sending
2537         non-printable characters.
2538
2539         * gnus.el (gnus-message-archive-method): Change the default to
2540         monthly outgoing groups.
2541
2542         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2543         that have gotten new numbers.
2544
2545         * nnimap.el (nnimap-request-replace-article): New function.
2546
2547 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2550         (nnrss-request-article): Don't use special html washing code.
2551
2552 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * shr.el (shr-tag-table): Remove useless nconc.
2555
2556 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-art.el (article-wash-html): Simplify and remove the charset
2559         stuff.  Use the normal html rendering code instead of the special html
2560         washing code.
2561
2562         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2563         `gnus-w3m' symbols.
2564         (mm-text-html-washer-alist): Remove.
2565
2566         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2567         (mm-inline-media-tests): Remove use.
2568         (mm-text-html-renderer): Change default to the `shr' symbol.
2569
2570         * mm-view.el (mm-inline-text-html): Remove use.
2571
2572         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2573         `gnus-blocked-images' to be a function.
2574         (gnus-article-wash-function): Remove.
2575
2576 2010-10-20  Julien Danjou  <julien@danjou.info>
2577
2578         * spam.el (spam-list-of-processors): Mark as obsolete.
2579
2580         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2581         (nnimap-insert-partial-structure): Fix boundary detection.
2582
2583 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2584
2585         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2586         run file-truename on remote files.  This can be expensive and even
2587         prevent one from editing drafts if some unrelated buffer has a stale
2588         connection.
2589
2590 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2593         kinsoku-eol regardless of shr-kinsoku-shorten.
2594         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2595         (shr-tag-table): Support caption, thead, and tfoot.
2596
2597 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2600         lines.
2601         (shr-save-contents): New command and keystroke.
2602
2603         * nndoc.el (nndoc-type-alist): Add git support.
2604         (nndoc-git-type-p): New function.
2605         (nndoc-transform-git-article): Ditto.
2606         (nndoc-transform-git-headers): Ditto.
2607         (nndoc-transform-git-headers): Generate Subject headers.
2608
2609         * shr.el (shr-parse-style): New function.
2610         (shr-tag-span): Ditto.
2611
2612         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2613         to `G G' to avoid collisions.
2614
2615 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * shr.el: Load kinsoku if necessary.
2618         (shr-kinsoku-shorten): New internal variable.
2619         (shr-find-fill-point): Make kinsoku shorten text line if
2620         shr-kinsoku-shorten is bound to non-nil.
2621         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2622         shr-indentation too when testing if table is wider than frame width.
2623         (shr-insert-table): Use `string-width' instead of `length' to measure
2624         text width.
2625         (shr-insert-table-ruler): Make sure indentation is done at bol.
2626
2627 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2628
2629         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2630         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2631         undecoded network data.
2632
2633 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2636         name in the mode line spec so that the mode line menu works
2637         (bug #2431).
2638
2639         * message.el (message-get-reply-headers): If we're fed `to-address',
2640         then always use that.
2641
2642         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2643         aren't so wide as to need to switch off the edit menu.
2644
2645         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2646         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2647
2648         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2649         `M-g'.
2650         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2651         the permanent marks.
2652
2653 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2654
2655         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2656         Splitting according to references/in-reply-to obeys the ignore-groups
2657         variable, while splitting by sender and subject do not.
2658
2659 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2662         alist, so that we can look for non-Unicode chars.
2663         (article-translate-strings): Allow both character and string maps.
2664
2665 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * shr.el (shr-insert): Don't insert space behind a wide character
2668         categorized as kinsoku-bol, or between characters both categorized as
2669         nospace.
2670
2671 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2672
2673         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2674         headers to gnus-newsgroup-headers.
2675
2676 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * shr.el (shr-tag-img): Don't align images -- since we're not
2679         rescaling, this often leads to ugly displays.
2680
2681 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2682
2683         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2684         duplicates.
2685
2686 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2687
2688         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2689         call.
2690
2691 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus.el: Autoload gnus-html-show-images.
2694
2695         * nnimap.el: Use nnheader-message throughout.
2696
2697         * shr.el (shr-tag-img): Ignore images with no data.
2698
2699 2010-10-15  Julien Danjou  <julien@danjou.info>
2700
2701         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2702         a possibility to disable format=flow encoding when using hard newlines.
2703
2704 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * shr.el (shr-insert): Remove space inserted before or after a
2707         breakable character or at the beginning or the end of a line.
2708         (shr-find-fill-point): Do kinsoku; find the second best point or give
2709         it up if there's no breakable point.
2710
2711 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * nnimap.el (nnimap-open-connection): Message when opening connection
2714         for debugging purposes.
2715
2716         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2717         on every setup buffer call to allow this to change from article to
2718         article.
2719
2720         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2721         buffers where we have a wide table.
2722
2723 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2724
2725         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2726         uses *-request-thread.
2727
2728 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2731         incantation, which is no longer valid.
2732
2733 2010-10-14  Julien Danjou  <julien@danjou.info>
2734
2735         * shr.el: Fix defcustom type (char -> character).
2736
2737 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2740         programs.
2741
2742 2010-10-14  Julien Danjou  <julien@danjou.info>
2743
2744         * shr.el (shr-tag-a): Use url-link as widget type.
2745
2746         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2747         `gnus-group-get-icon'.
2748
2749 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2752         This should make server editing work better.
2753
2754         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2755
2756         * tls.el (tls-program): Remove spurious %s from openssl.
2757
2758         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2759         (nnimap-parse-flags): Fix regexp.
2760
2761         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2762         probably work for CJVK text, too.
2763
2764         * nnimap.el (nnimap-extend-tls-programs): Remove.
2765         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2766
2767         * tls.el (tls-starttls-switches): Remove starttls hack.
2768         (open-tls-stream): Ditto.
2769         (tls-find-starttls-argument): Ditto.
2770
2771 2010-10-13  Julien Danjou  <julien@danjou.info>
2772
2773         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2774         responses.
2775
2776 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2779
2780         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2781         anything in Emacs.
2782
2783         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2784
2785 2010-10-13  Julien Danjou  <julien@danjou.info>
2786
2787         * shr.el (shr-width): Make shr-width a defcustom with default to
2788         fill-column.
2789         (shr-tag-img): Use shr-width rather than fill-column.
2790
2791 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * dgnushack.el (byte-optimize-apply)
2794         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2795
2796         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2797         position when (X-)Faces exist.
2798         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2799         avatars when called interactively.
2800
2801 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2804         gnus-article-x-face-too-ugly is bound.
2805
2806 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2809
2810         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2811         mailbox that doesn't exist.
2812
2813 2010-10-12  Julien Danjou  <julien@danjou.info>
2814
2815         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2816         (shr-get-image-data): Encode URL properly when fetching from cache.
2817         (shr-tag-img): Use aligned-to spaces to align correctly images.
2818
2819         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2820         before inserting the Gravatar.
2821
2822         * shr.el (shr-tag-img): Add align attribute support for <img>.
2823
2824 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * gnus-gravatar.el (gnus-art): Require.
2827
2828         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2829         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2830         Remove long obsoleted functions.
2831
2832 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2835
2836         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2837
2838         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2839         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2840         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2841         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2842         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2843         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2844         * sieve-manage.el, smime.el, spam.el:
2845         Fix comment for declare-function.
2846
2847 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * nnimap.el (nnimap-request-rename-group): Select group read-only
2850         before renaming it.
2851
2852         * shr.el (shr-insert): Fix up the white space only regexp.
2853
2854         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2855         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2856
2857         * shr.el (shr-current-column): New function.
2858         (shr-find-fill-point): New function.
2859
2860 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2861
2862         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2863         numbers.
2864
2865 2010-10-11  Julien Danjou  <julien@danjou.info>
2866
2867         * shr.el (shr-hr-line): Add.
2868         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2869         display hr lines.
2870         (shr-max-columns): Do not change state to nil if we just inserting
2871         spaces.
2872
2873 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2876         select the last group.
2877
2878 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2879
2880         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2881
2882 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2883
2884         * dig.el (dig-mode-map): Declare and define in one step.
2885
2886 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2889         for Gnus.
2890         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2891         (nnimap-update-qresync-info): Mark \Seen articles as read.
2892
2893         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2894         non-variable, too.
2895
2896         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2897         available.
2898         (nnimap-update-info): Rely more on the current active than the param
2899         active to avoid marking articles as read too much.
2900
2901         * auth-source.el (auth-source-create): Use (user-login-name) for the
2902         user name default.
2903
2904         * nnimap.el (nnimap-update-info): If the server doesn't return any
2905         useful info, just use the previous info.
2906         (nnimap-update-info): Prefer old info over start-article.
2907         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2908
2909 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2910
2911         * nnir.el (autoload): Clean up autoloads.
2912         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2913         Use key rather than value.
2914         (nnir-imap-search-other): New variable.
2915         (nnir-read-parm): Use it.
2916         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2917         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2918
2919 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2920
2921         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2922         the process, too.
2923
2924 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * spam.el (gnus-summary-mode-map): Bind to "$".
2927         Suggested by Russ Allbery.
2928
2929         * shr.el: Rework the way things are indented by <li> slightly.
2930
2931         * gnus.el (gnus-group-set-parameter): Fix typo.
2932
2933         * nnimap.el: Start implementing QRESYNC support.
2934
2935 2010-10-09  Julien Danjou  <julien@danjou.info>
2936
2937         * nnir.el (nnir-engines): Fix too many arguments.
2938
2939 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2942         group is the "last", so that the backends like nnfolder actually save
2943         their folders.
2944
2945         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2946         try to use that for the tls stream.
2947         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2948         UIDVALIDITY and find out which groups are read-only and not.
2949         (nnimap-get-flags): Use the same marks parsing code as the rest of
2950         nnimap.
2951
2952 2010-10-09  Julien Danjou  <julien@danjou.info>
2953
2954         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2955
2956         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2957         retrieving gravatars.
2958
2959         * shr.el (shr-table-corner): Add.
2960         (shr-table-line): Add.
2961         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2962
2963 2010-10-08  Julien Danjou  <julien@danjou.info>
2964
2965         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2966
2967 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2970
2971         * gnus-sum.el (gnus-mark-article-as-unread)
2972         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2973         (gnus-summary-set-bookmark): Use it.
2974
2975         * gnus-msg.el (gnus-setup-message): Use it.
2976
2977         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2978
2979         * gnus.el (gnus-group-remove-parameter): Use it.
2980
2981         * gnus-group.el (gnus-group-make-web-group): Use it.
2982
2983         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2984
2985         * nnregistry.el: Update docs to mention manual.
2986
2987         * gnus-registry.el: Update docs to mention nnregistry.el.
2988         (gnus-registry-initialize): Don't install nnregistry refer method
2989         automatically.
2990         (gnus-registry-install-nnregistry): Remove it.
2991
2992 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * shr.el (shr-insert): Don't insert double spaces.
2995
2996 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * gnus-gravatar.el (gnus-treat-from-gravatar)
2999         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3000         called interactively.
3001
3002         * gnus-art.el (gnus-mime-view-part-externally)
3003         (gnus-mime-view-part-internally): Make predicate function passed to
3004         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3005         of a mime type.
3006
3007         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3008
3009 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * shr.el (require): Require cl when compiling.
3012         (shr-tag-hr): New function.
3013
3014         * nnimap.el (nnimap-update-info): Remove double setting of high.
3015         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3016         This makes nnimap work properly on Courier again.
3017
3018         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3019         the variable for backwards compatability.
3020
3021         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3022         the file name before using to avoid setting mm-default-directory to
3023         nil.
3024
3025         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3026         bidning gnus-agent variables.
3027
3028         * shr.el (shr-render-td): Use a cache for the table rendering function
3029         to avoid getting an exponential rendering behaviour in nested tables.
3030         (shr-insert): Rework the line-breaking algorithm.
3031         (shr-insert): Don't leave trailing spaces.
3032         (shr-insert-table): Also insert empty TDs.
3033         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3034
3035 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3036
3037         * gnus-sum.el (gnus-number): Rename from `number'.
3038         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3039         (gnus-summary-limit-children): Update uses correspondingly.
3040
3041 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3044         (gnus-gravatar-transform-address): Don't show avatars of people of
3045         which mail addresses match gnus-gravatar-too-ugly.
3046
3047 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * shr.el (shr-table-widths): Expand TD elements to fill available
3050         space.
3051
3052 2010-10-07  Julien Danjou  <julien@danjou.info>
3053
3054         * nnimap.el (nnimap-request-rename-group): Add this method.
3055
3056 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3059         name from XEmacs' function-arglist.
3060
3061         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3062         gravatar under XEmacs.
3063
3064 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3065
3066         * auth-source.el: Update docs with TODO items.
3067
3068         * gnus-sync.el: Update docs to explain state and plans.
3069
3070         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3071         Hooks for mark updates.
3072         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3073
3074         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3075         hooks with arguments, which is needed for mark update hooks.
3076
3077 2010-10-06  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3080         was matched.
3081
3082         * sieve-manage.el: Update example in `Commentary'.
3083
3084         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3085
3086         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3087         not 2000.
3088         (sieve-manage-authenticate): Re-add function.
3089
3090 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * shr.el (shr-insert): Get 'space transition right.
3093         (shr-render-td): Only delete space at the end of the TD.
3094
3095         * nnimap.el (nnimap-open-connection): Prepare to support
3096         open-gnutls-stream.
3097
3098         * shr.el: Rearrange function order to be more logical.
3099
3100 2010-10-06  Julien Danjou  <julien@danjou.info>
3101
3102         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3103         (nnrss-discover-feed): Remove 404 URL in docstring.
3104
3105         * nnir.el: Fix Swish-E URL.
3106         Fix Namazu URL.
3107
3108         * message.el (message-change-subject): Remove 404 URL in a comment.
3109
3110 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3113         called interactively.
3114
3115         * gnus-util.el (gnus-remove-if): Allow hash table.
3116         (gnus-remove-if-not): New function.
3117
3118         * gnus-art.el (gnus-mime-view-part-as-type)
3119         * gnus-score.el (gnus-summary-score-effect)
3120         * gnus-sum.el (gnus-read-move-group-name):
3121         Replace remove-if-not with gnus-remove-if-not.
3122
3123         * gnus-group.el (gnus-group-completing-read):
3124         Regard collection as a hash table if it is not a list.
3125
3126 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3129
3130         * shr.el: Document the table-rendering algorithm.
3131
3132 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3135         for Emacsen having no `libxml-parse-html-region' support.
3136
3137 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3140         invalid URLs.
3141
3142         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3143         line-broken.
3144         (shr-tag-img): Ignore image fetching errors.
3145         (shr-overlays-in-region): Compute overlay positions correctly.
3146
3147         * mm-decode.el (mm-shr): Require shr.
3148
3149         * gnus-art.el (gnus-blocked-images): Move variable here.
3150
3151         * shr.el (shr-insert-table): Bind free variable.
3152
3153         * mm-decode.el (mm-shr): Bind shr-content-function.
3154
3155         * shr.el (shr-content-function): New variable.
3156
3157         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3158         added for symmetry.
3159
3160         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3161
3162         * gnus-group.el (gnus-group-make-group): Doc fix.
3163
3164         * nnimap.el (nnimap-request-newgroups): Return success.
3165
3166         * shr.el (shr-find-elements): New function.
3167         (shr-tag-table): Put all the images after the table.
3168         (shr-tag-table): Really inhibit images inside the table.
3169         (shr-collect-overlays): Copy over overlays from the TD elements to the
3170         main document.
3171
3172         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3173         gnus-blocked-images.
3174
3175 2010-10-05  Julien Danjou  <julien@danjou.info>
3176
3177         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3178
3179         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3180         (gnus-html-maximum-image-size): Add this function.
3181         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3182
3183         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3184         server-value of the capability is nil.
3185
3186 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * shr.el (shr-tag-em): Add <EM> tag.
3189
3190 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3191
3192         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3193         customizable.
3194
3195         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3196         handing broken links to browse-url.
3197
3198 2010-10-05  Julien Danjou  <julien@danjou.info>
3199
3200         * gnus-util.el (gnus-emacs-completing-read)
3201         (gnus-iswitchb-completing-read): Use autoload rather than require.
3202
3203 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3206         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3207         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3208         iswitchb-temp-buflist for XEmacs.
3209
3210         * gnus-util.el (gnus-completing-read-function): Exclude
3211         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3212         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3213         XEmacs.
3214
3215         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3216         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3217
3218         * gnus-html.el: Don't require help-fns under XEmacs.
3219         (gnus-html-schedule-image-fetching): Work for XEmacs.
3220
3221         * mm-decode.el (mm-shr): Decode contents by charset.
3222
3223 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3226         unknown.
3227
3228         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3229         (shr-get-image-data): Ensure against the cache file missing.
3230
3231         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3232         for data.
3233
3234         * spam-report.el (spam-report-url-ping-plain): Don't query about
3235         killing the process.
3236
3237         * shr.el (shr-render-td): Protect against too-wide text.
3238
3239 2010-10-04  Julien Danjou  <julien@danjou.info>
3240
3241         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3242         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3243
3244         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3245         retrieved.
3246
3247 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * shr.el (browse-url): Require.
3250         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3251         lines.
3252         (shr-show-alt-text, shr-browse-image): New commands.
3253         (shr-browse-url, shr-copy-url): New commands.
3254
3255         * gnus-sum.el (gnus-widen-article-window): New variable.
3256         (gnus-summary-select-article-buffer): Use it.
3257
3258         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3259         without @ signs.
3260
3261 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3262
3263         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3264
3265 2010-10-04  Julien Danjou  <julien@danjou.info>
3266
3267         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3268         for XEmacs.
3269
3270 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3273
3274         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3275         (nnimap-close-server): Implement.
3276
3277         * dgnushack.el (iswitchb): Require to shut up the compiler.
3278
3279         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3280         (shr-insert): Tweak line breaking.
3281         (shr-insert): Handle <pre> better.
3282         (shr-tag-li): Get <li> indentation right.
3283         (shr-tag-li): Get <li> indentation even righter.
3284         (shr-tag-blockquote): Ensure paragraph start.
3285         (shr-make-table): Tweak table generation.
3286         (shr-make-table): Fix typo.
3287
3288         * shr.el: Implement table rendering.
3289
3290 2010-10-04  Julien Danjou  <julien@danjou.info>
3291
3292         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3293
3294 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * shr.el (shr-insert): Use string anchors instead of line anchors.
3297
3298 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * shr.el: Add headings.
3301         (shr-ensure-paragraph): Actually work.
3302         (shr-tag-li): Make <ul> prettier.
3303         (shr-insert): Get white space at the beginning/end of elements right.
3304         (shr-tag-p): Collapse subsequent <p>s.
3305         (shr-ensure-paragraph): Don't insert double line feeds after blank
3306         lines.
3307         (shr-insert): \t is also space.
3308         (shr-tag-s): Fix "s" tag name function.
3309         (shr-tag-s): Fix face prop name.
3310
3311 2010-10-03  Julien Danjou  <julien@danjou.info>
3312
3313         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3314
3315         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3316         gnus-window-inside-pixel-edges.
3317
3318         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3319         gnus-ems.
3320
3321         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3322
3323         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3324         function.
3325
3326         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3327         resize choice.
3328
3329 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3332         beginning of the buffer.
3333
3334         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3335         article buffer again.
3336
3337         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3338
3339         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3340         when it's at the start of the buffer.
3341
3342         * shr.el (shr-tag-blockquote): Convert name.
3343         (shr-rescale-image): Use the right image-size variant.
3344
3345         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3346         buffer isn't shown, then select the current article first instead of
3347         bugging out.
3348         (gnus-summary-select-article-buffer): Show both the article and summary
3349         buffers again.
3350
3351         * shr.el (shr-fontize-cont): Protect against regions with no text.
3352         Rename tag functions to shr-tag-* for enhanced security.
3353         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3354
3355 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3356
3357         * shr.el (shr-insert):
3358         * pop3.el (pop3-movemail):
3359         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3360         loaded.
3361
3362 2010-10-03  Glenn Morris  <rgm@gnu.org>
3363
3364         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3365
3366         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3367
3368         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3369
3370         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3371
3372         * gnus-util.el (gnus-make-local-hook): Simplify.
3373
3374 2010-10-02  Julien Danjou  <julien@danjou.info>
3375
3376         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3377         (gnus-ido-completing-read): New function.
3378         (gnus-emacs-completing-read): New function.
3379         (gnus-completing-read): Use gnus-completing-read-function.
3380         Add gnus-completing-read-function.
3381
3382 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * shr.el (shr-insert-document): Autoload.
3385         (shr-img): Be silent.
3386         (shr-insert): Add a newline after every picture before text.
3387         (shr-add-font): Use overlays for combining faces.
3388         (shr-insert): Pass upwards the text start point.
3389
3390         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3391         possible.
3392         (mm-shr): New function.
3393
3394 2010-10-02  Julien Danjou  <julien@danjou.info>
3395
3396         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3397         should go backward.
3398
3399 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3400
3401         * shr.el (shr): Fix typo in provide call.
3402
3403 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * shr.el: New file.
3406
3407         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3408
3409         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3410         completing read.
3411
3412 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3415         we're being queried about.  Suggested by Dan Jacobson.
3416
3417         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3418         Suggested by Jason Eisner.
3419
3420         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3421         table, too.  Suggested by Stefan Wiens.
3422         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3423         the table unnecessary.  Suggested by Stefan Wiens.
3424
3425         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3426         longer needed, and probably doesn't work either, as pointed out by
3427         Stefan Wiens.
3428         (gnus-summary-exit): Remove call to the clearing function.
3429         (gnus-summary-exit-no-update): Ditto.
3430
3431         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3432         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3433         Reported by Stefan Monnier.
3434         (gnus-summary-save-in-rmail): Ditto.
3435
3436         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3437         article buffer, instead of both the article buffer and the summary
3438         buffer.  Sort of suggested by Dan Jacobson.
3439
3440         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3441
3442         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3443         Suggested by Dan Jacobson.
3444
3445         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3446         documentation clearer.
3447
3448         * message.el (message-shorten-references): Comment on the number "21".
3449         Suggested by Stefan Monnier.
3450
3451         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3452         Suggested by Dan Jacobson.
3453
3454         * gnus.el (gnus-large-newsgroup):
3455         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3456
3457         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3458         externalize attachments.  Bug reported by Steve Wen.
3459
3460         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3461         really message anything to the user.
3462
3463         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3464         directly.
3465
3466         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3467         messages in empty groups.
3468
3469 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3470
3471         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3472         non-UIDNEXT group.
3473
3474 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3477         not the value from the collection.
3478
3479         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3480         values.  This sometimes happens on some groups that have no info.
3481         (nnimap-request-newgroups): New function.
3482
3483 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3484
3485         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3486         check into `gnus-registry-initialize'.
3487         (gnus-registry-initialize): Ditto.
3488         Fix and extend header docs.
3489
3490 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3493         regexp backtrace overflows.
3494
3495         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3496         for starttls that tls.el implements; i.e. openssl.
3497
3498         * tls.el (tls-starttls-switches): Give up on using starttls with
3499         gnutls-cli.
3500         (tls-program): Add --insecure to be consistent with the defaults from
3501         openssl s_client.  Now all three commands are insecure.
3502
3503 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * lpath.el: Bind completion-styles-alist for XEmacs.
3506
3507         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3508         (gravatar-create-image): New function that's an alias to
3509         gnus-xmas-create-image, gnus-create-image, or create-image.
3510         (gravatar-data->image): Use it.
3511
3512 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3515         install the nnregistry refer method.
3516         (gnus-registry-install-hooks): Use it.
3517         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3518         unfollowed groups.
3519
3520 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3521
3522         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3523         expanding threads.
3524
3525 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * nnir.el: Use the server names without suffixes (bug #7009).
3528
3529         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3530         unencrypted to STARTTLS, if possible.
3531
3532 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3533
3534         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3535         headers before superseding.
3536
3537 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnrss.el (nnrss-use-local): Add documentation.
3540
3541         * nnimap.el (nnimap-extend-tls-programs): New function.
3542         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3543         (nnimap-wait-for-connection): Accept the greeting from the stupid
3544         output from openssl s_client -starttls, too.
3545
3546         * tls.el (tls-starttls-switches): New variable.
3547         (tls-find-starttls-argument): Use it.
3548         (open-tls-stream): Ditto.
3549
3550         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3551         (netrc-machine): Ditto.
3552
3553         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3554         article number.
3555         (nnimap-split-fancy): New variable.
3556         (nnimap-split-incoming-mail): Use it.
3557
3558         * nntp.el (nntp-server-list-active-group): Document.
3559
3560         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3561         SELECT to get the message-id.
3562
3563         * mail-source.el (mail-sources): Remove webmail support.
3564         (defvar): Ditto.
3565         (mail-source-fetcher-alist): Ditto.
3566         (mail-source-fetch-webmail): Remove.
3567
3568         * webmail.el: Remove -- doesn't seem relevant any more.
3569
3570         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3571
3572         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3573         the \r.
3574
3575 2010-09-30  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-agent.el (gnus-agent-add-group): Fix call to
3578         gnus-completing-read.
3579
3580 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * nndoc.el (nndoc-retrieve-groups): New function.
3583
3584         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3585         `default', use nnmail-split-methods.
3586         (nnimap-request-article): Downcase the NILs so that they are nil.
3587
3588         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3589         symbol.
3590
3591         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3592         code, since if the user has requested network, that's what they ought
3593         to get.
3594         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3595         (nnimap-split-rule): Mark as obsolete.
3596
3597         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3598         New variable.
3599
3600         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3601         correct slot, too.
3602
3603 2010-09-29  Julien Danjou  <julien@danjou.info>
3604
3605         * gnus.el (gnus-local-domain): Declare variable obsolete.
3606
3607         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3608         Fix history computing.
3609         (gnus-ido-completing-read): Require ido.
3610
3611 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3614         build Gnus.
3615
3616         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3617         when interpreting the structures.
3618         (nnimap-request-accept-article): Add \r\n to the lines to make this
3619         work with Cyrus.
3620
3621         * nndraft.el (nndraft-request-expire-articles): Use the group name
3622         instead if "nndraft".  Fix found by Nils Ackermann.
3623
3624 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3625
3626         * nnregistry.el: Add.
3627
3628 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3629
3630         * nnmail.el (group, group-art-list, group-art):
3631         Remove unneeded directives.
3632
3633 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3636         (mm-mime-charset)
3637         * rfc2047.el (rfc2047-syntax-table)
3638         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3639
3640         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3641         rather than `insert-file-contents' and `eval-region'.
3642
3643         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3644         construction.
3645
3646         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3647
3648         * time-date.el: No need to require cl for Emacs 21.
3649
3650 2010-09-29  Julien Danjou  <julien@danjou.info>
3651
3652         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3653         replacement of `gnus-gravatar-relief' to mimic
3654         `gnus-faces-properties-alist'.
3655         Add :version property.
3656
3657 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * mail-source.el (mail-source-report-new-mail)
3660         * message.el (message-default-mail-headers)
3661         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3662
3663         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3664
3665 2010-09-28  Julien Danjou  <julien@danjou.info>
3666
3667         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3668         mail-address contains the same string as real-name.
3669
3670         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3671         non-blank in header, otherwise it'll get stripped.
3672
3673         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3674         real-name, and then for mail address rather than doing : or , search.
3675
3676 2010-09-27  Julien Danjou  <julien@danjou.info>
3677
3678         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3679         right completing-read function.
3680         (gnus-use-ido): New variable
3681         (gnus-completing-read-with-default): Remove.
3682         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3683         (gnus-agent-add-group):
3684         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3685         * mm-view.el (mm-view-pkcs7-decrypt):
3686         * mm-util.el (mm-codepage-setup):
3687         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3688         * mml-smime.el (mml-smime-openssl-sign-query):
3689         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3690         (mml-insert-multipart):
3691         * gnus-msg.el (gnus-summary-yank-message):
3692         * gnus-int.el (gnus-start-news-server):
3693         * mm-decode.el (mm-interactively-view-part):
3694         * gnus-dired.el (gnus-dired-attach):
3695         * gnus.el (gnus-read-method):
3696         * gnus-bookmark.el (gnus-bookmark-jump):
3697         * gnus-art.el (gnus-mime-view-part-as-type)
3698         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3699         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3700         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3701         * nnmairix.el (nnmairix-create-server-and-default-group)
3702         (nnmairix-update-groups, nnmairix-get-server)
3703         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3704         (nnmairix-get-group-from-file-path):
3705         * nnrss.el (nnrss-find-rss-via-syndic8):
3706         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3707         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3708         (gnus-group-browse-foreign-server):
3709         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3710         (gnus-summary-execute-command, gnus-summary-respool-article)
3711         (gnus-read-move-group-name):
3712         * gnus-score.el (gnus-summary-increase-score)
3713         (gnus-summary-score-effect):
3714         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3715
3716 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3719         x-focus-frame.
3720
3721         * nnimap.el (auth-source-forget-user-or-password)
3722         (auth-source-user-or-password): Autoload.
3723
3724         * message.el (message-from-style, message-interactive)
3725         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3726         (message-yank-prefix, message-indentation-spaces, message-signature)
3727         (message-signature-file): Add comment.
3728
3729 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3732         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3733         new articles.
3734
3735         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3736         parts.
3737         (nnimap-request-article): Work with the t setting, too.
3738
3739         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3740         that you don't get flashes of other buffers.
3741         (gnus-summary-show-complete-article): Intern before setting.
3742
3743 2010-09-27  David Engster  <dengste@eml.cc>
3744
3745         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3746         well as HEADERS.
3747         (nnmairix-retrieve-headers): Provide new argument for the above.
3748
3749 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * gnus-sum.el (gnus-summary-move-article): Don't alter
3752         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3753         group.
3754
3755         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3756
3757         * message.el (message-cite-prefix-regexp): Revert my last edit.
3758
3759         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3760         variable instead of the Gnus variable.
3761
3762         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3763
3764         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3765
3766         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3767         since some servers don't like it.
3768         (nnimap-open-connection): Forget credentials if the server says the
3769         password was wrong.
3770         (nnimap-parse-line): Protect against invalid data.
3771
3772         * gnus-sum.el (gnus-summary-move-article): Add comment.
3773         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3774         nothing alters it while scanning for new messages.
3775
3776         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3777         which may or may not help.
3778         (nnimap-open-connection): If we're doing a stream connection, and then
3779         discover we're on a STARTTLS-capable server, then open a STARTTLS
3780         connection instead.
3781
3782 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnimap.el (utf7): Require.
3785
3786         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3787         prefix.
3788
3789 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3790
3791         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3792
3793 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * nnimap.el (nnimap-request-accept-article): Message the error on
3796         error.
3797
3798 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3801
3802 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * nndoc.el (nndoc-request-list): Return success always.
3805
3806         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3807         `fetch-old' -- we only want to fetch the articles we've requested.
3808         The rest are in the agent, probably.
3809         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3810         disappeared server" to something low.  It's not important.
3811
3812         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3813         arrived before the FETCH data.
3814
3815         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3816         target here, because we don't know the Gnus name of the group.
3817
3818         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3819         for the correct group.
3820
3821         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3822
3823         * gnus.el (gnus): Give a final warning after startup.
3824
3825         * gnus-util.el (gnus-action-message-log): New variable.
3826         (gnus-message): Use it.
3827         (gnus-final-warning): New function.
3828
3829         * nnimap.el (nnimap-open-connection): Record the greeting.
3830         (nnimap): Add greeting.
3831
3832 2010-09-26  Julien Danjou  <julien@danjou.info>
3833
3834         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3835         arguments.
3836         (gnus-html-wash-images): Fix spec computing to include start/end.
3837
3838         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3839
3840 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3843         deletion.
3844         (nnimap-retrieve-headers): Don't select the group, because that's
3845         already done by nnimap-possibly-change-group.
3846
3847         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3848         (gnus-picon-transform-address): Use it.
3849
3850         * mail-source.el (mail-source-value): Revert previous patch.
3851
3852         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3853         on failure.
3854         (nnimap-open-connection): Look up both virtual and physical server name
3855         credentials.
3856
3857         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3858
3859 2009-02-07  Dave Love  <fx@gnu.org>
3860
3861         * tls.el (open-tls-stream): Don't query killing process.
3862
3863 2009-02-08  Dave Love  <fx@gnu.org>
3864
3865         * gnus-win.el (gnus-window-to-buffer-helper)
3866         (gnus-all-windows-visible-p): Function needn't be a symbol.
3867
3868         * mail-source.el (mail-source-value): Function needn't be a symbol.
3869
3870 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * message.el (message-cite-prefix-regexp): Remove } from the cite
3873         prefix.
3874
3875         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3876         highlight again, so that the highlight is correct.
3877
3878         * gnus-picon.el (gnus-picon): Remove again.
3879         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3880
3881         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3882         doing the header highlightling, so that the background colour of the
3883         picon is correct.
3884
3885         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3886         (gnus-picon): Ditto.
3887         (gnus-picon): Reinstate.  The background colour for picons is white.
3888         (gnus-picon-insert-glyph): Make the background white.
3889
3890         * nnml.el (nnml-open-nov): Don't return dead buffers.
3891
3892         * auth-source.el (auth-source-create): Query the user for whether to
3893         store the credentials.
3894
3895         * netrc.el (netrc-store-data): New function.
3896
3897         * auth-source.el (auth-source-user-or-password): Use the existing auth
3898         sources, if any, for creation.
3899
3900         * gnus.el (gnus-group-fast-parameter): Return the last matching
3901         parameter instead of the first matching parameter.
3902
3903 2010-09-26  Julien Danjou  <julien@danjou.info>
3904
3905         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3906
3907 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * mml2015.el (mml2015-use): Remove gpg support.
3910
3911         * mml1991.el (mml1991-function-alist): Remove gpg function.
3912         (mml1991-gpg-sign): Remove.
3913
3914 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3915
3916         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3917         (gnus-browse-unsubscribe-current-group): Document it.
3918         (gnus-browse-unsubscribe-group): Use it.
3919
3920 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3923         address to the To list for easier response.
3924
3925         * gnus.el (gnus-play-startup-jingle): Remove.
3926         (gnus-splash): Don't play jingle.
3927         (gnus): Silence gnus-load message.
3928
3929         * gnus-art.el (gnus-treat-play-sounds): Remove.
3930
3931         * gnus.el (gnus-play-jingle): Remove audio support.
3932
3933         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3934
3935         * earcon.el: Remove -- no users.
3936
3937         * gnus-audio.el: Remove -- no users of this package.
3938
3939         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3940
3941         * gnus-start.el (gnus-setup-news): Remove nocem support.
3942
3943         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3944
3945         * gnus.el (gnus-use-nocem): Remove.
3946
3947         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3948         Remove.
3949
3950         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3951         uses NoCeM any more.
3952
3953         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3954         (gnus-button-ctan-handler): Ditto.
3955         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3956         (gnus-button-ctan-directory-regexp): Ditto.
3957         (gnus-button-handle-ctan): Ditto.
3958         (gnus-button-tex-level): Ditto.
3959         (gnus-button-alist): Remove CTAN stuff.
3960
3961 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3964         nnimap-streaming test.
3965
3966         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3967         servers twice.
3968
3969         * nnimap.el (nnimap-open-connection): Add more error reporting when
3970         nnimap fails early.
3971
3972         * nnheader.el (nnheader-get-report-string): New function.
3973         (nnheader-get-report): Use it.
3974
3975         * gnus-int.el (gnus-check-server): Say what the error was when opening
3976         failed.
3977
3978         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3979         using streaming.
3980
3981 2010-09-25  Julien Danjou  <julien@danjou.info>
3982
3983         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3984         gnus-window-inside-pixel-edges.
3985
3986 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3989
3990         * mm-decode.el (mm-save-part): Allow saving to other directories the
3991         normal Emacs way.
3992
3993         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3994         Suggested by Jay Berkenbilt.
3995
3996         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3997         there isn't a single byte.
3998
3999         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4000         just do it.  It doesn't really seem to matter what the user responds
4001         here, I think, so it's just a confusing question.
4002
4003         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4004         non-streaming case.
4005
4006         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4007         (gnus-article-encrypt-body): Use it.
4008
4009         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4010         keystroke.
4011
4012         * nnimap.el (nnimap-find-wanted-parts-1):
4013         Use gnus-fetch-partial-articles.
4014
4015         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4016
4017         * nnimap.el (nnimap-insert-partial-structure): New function.
4018         (nnimap-get-partial-article): New function.
4019         (nnimap-request-article): Use it.
4020         (nnimap-wait-for-response): Return whether the wait was successful.
4021         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4022         retrieval wasn't successful.
4023         (nnimap-retrieve-group-data-early): Allow throttling servers.
4024         (nnimap-streaming): New variable.
4025         (nnimap-fetch-partial-articles): Remove.
4026
4027         * mm-decode.el (mm-with-part): Protect against killed buffers.
4028
4029         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4030         for prettier summary display.
4031
4032 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4033
4034         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4035
4036 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4039         apparently third-party libraries depend on it.
4040
4041         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4042         before starting negotiation.
4043
4044         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4045         privacy reasons.
4046         (gnus-treat-mail-gravatar): Ditto.
4047
4048         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4049         buffer when inserting images.  Inserting text into the headers, for
4050         instance, can make them invalid.
4051
4052 2010-09-25  Julien Danjou  <julien@danjou.info>
4053
4054         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4055         variables.
4056
4057         * nnheader.el: Remove useless variables news-reply-yank-from and
4058         news-reply-yank-message-id.
4059
4060         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4061         variables.
4062
4063         * mml1991.el: Remove useless mml1991-verbose.
4064
4065         * gnus.el: Remove useless variable gnus-use-generic-from.
4066         Remove obsolete variable gnus-topic-indentation.
4067
4068         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4069
4070         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4071
4072         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4073
4074         * gnus-group.el: Remove useless gnus-group-icon-cache.
4075         Remove useless gnus-ephemeral-group-server.
4076
4077         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4078
4079         * mml2015.el: Remove useless mml2015-verbose.
4080
4081         * mml-smime.el: Remove useless mml-smime-verbose.
4082
4083         * gnus.el: Remove useless gnus-local-domain.
4084
4085         * gnus-gravatar.el (gnus-gravatar-transform-address):
4086         Use gnus-gravatar-size.
4087
4088         * gnus-art.el: Remove useless gnus-treat-translate.
4089
4090 2010-09-24  Julien Danjou  <julien@danjou.info>
4091
4092         * gnus-sum.el: Add support for Gravatars.
4093
4094         * gnus-art.el: Add support for Gravatars.
4095
4096         * gnus-gravatar.el: Add this file.
4097
4098         * gravatar.el: Add this file.
4099
4100 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4103
4104         * gnus-group.el (gnus-group-fetch-faq): Remove.
4105
4106         * gnus.el (gnus-group-faq-directory): Remove.
4107
4108         * gnus-group.el (gnus-group-fetch-charter): Remove.
4109
4110         * gnus.el (gnus-group-charter-alist): Remove.
4111
4112         * gnus-group.el (gnus-group-archive-directory): Remove.
4113         (gnus-group-recent-archive-directory): Ditto.
4114         (gnus-group-make-archive-group): Remove.
4115
4116         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4117
4118         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4119         use the same article number for all the cached articles.
4120
4121         * nnimap.el (nnimap-command): Register the last command time so
4122         that we can use it for idling NOOPs.
4123         (nnimap-open-connection): Start the keeplive timer.
4124         (nnimap-make-process-buffer): Store all the process buffers.
4125         (nnimap-keepalive): New function.
4126
4127         * starttls.el (starttls-open-stream): Add autoload cookie.
4128
4129 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4130
4131         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4132         handling.
4133
4134 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4137         its data structures.
4138
4139         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4140         instead of the cl.el copy-list.
4141         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4142         equalp.
4143
4144 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4147         and tool-bar-local-item-from-menu.
4148
4149         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4150         mode-line-highlight face for Emacs.
4151
4152         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4153         loading gnus-sum.elc; fix comment for canlock-verify.
4154         (gnus-article-jump-to-part): Use read-number.
4155         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4156         Remove Emacs pre-21 compatible code for help-echo.
4157         (gnus-article-next-page-1): No need to adjust the number of lines.
4158         (gnus-article-describe-bindings): Always use help-buffer.
4159
4160         * gnus-audio.el (gnus-audio-inline-sound)
4161         * gnus-cus.el (gnus-custom-mode)
4162         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4163
4164         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4165
4166         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4167         compatible code.
4168
4169 2010-09-24  Glenn Morris  <rgm@gnu.org>
4170
4171         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4172         visiting the fcc file in rmail-mode.
4173
4174         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4175
4176 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * nnir.el: Silence the byte compiler.
4179
4180         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4181         alias to browse-url-url-encode-chars if any.
4182         (gnus-html-encode-url): Use it.
4183
4184 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-start.el (gnus-use-backend-marks): New variable.
4187         (gnus-get-unread-articles-in-group): Use it.
4188
4189         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4190         makeover.
4191
4192 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4193
4194         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4195
4196 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4199         Remove.
4200         (gnus-setup-news-hook):
4201         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4202
4203         * gnus-int.el (gnus-request-update-info): Protect against backends not
4204         having the function.
4205
4206         * nnimap.el (nnimap-stream): Mention starttls.
4207         (nnimap-open-connection): Add starttls support.
4208
4209 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4210
4211         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4212
4213 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4216         BODYSTRUCTUREs.
4217         (nnimap-transform-headers): Unfold quoted {42} headers.
4218
4219         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4220         the info.
4221         (gnus-get-unread-articles): Only call updatep on backends that support
4222         it.
4223
4224         * nnweb.el (nnweb-request-update-info): NOOP.
4225
4226         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4227
4228         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4229         since it only deals with marks.
4230
4231         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4232         gnus-request-marks, and make a new gnus-request-update-info.
4233
4234         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4235         the active instead of the high number, which is usually too low.
4236
4237 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4240         * encrypt.el: Remove.
4241
4242 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4245         server in symbolic form.
4246
4247         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4248
4249 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4252         (nnimap-update-info): Fix up code slightly.
4253
4254         * gnus-int.el (gnus-open-server): Add tracing for performance
4255         debugging.
4256
4257         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4258         (gnus-group-insert-group-line): Pass the real group name so that it
4259         gets the right data.
4260
4261         * gnus-start.el (gnus-get-unread-articles): Don't have
4262         `gnus-get-unread-articles-in-group' update info, since that can be
4263         really slow and doesn't seem to be needed?
4264
4265 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4266
4267         * time-date.el (date-to-time): Try using parse-time-string first before
4268         using the slower timezone-make-date-arpa-standard.
4269
4270 2010-09-22  Julien Danjou  <julien@danjou.info>
4271
4272         * gnus-group.el (gnus-group-insert-group-line):
4273         Call gnus-group-highlight-line.
4274         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4275         default hook list.
4276         (gnus-group-update-eval-form): Add new function.
4277         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4278         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4279
4280 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4283         immediate, then expire all articles.
4284         (nnimap-update-info): Fix off-by-one errors.
4285         (nnimap-flags-to-marks): Would return no marks lists for group with no
4286         flags.  Instead return the other data.
4287
4288 2010-09-22  Julien Danjou  <julien@danjou.info>
4289
4290         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4291         Only return an icon.
4292         (gnus-group-insert-group-line): Compute icon to return.
4293
4294         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4295         (gnus-html-image-fetched): Only cache if
4296         gnus-html-image-automatic-caching is set.
4297         (gnus-html-image-fetched): Check for errors.
4298
4299 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4302         once per method on `g'.  This ensures that backends like nnfolder don't
4303         open all their folders.
4304
4305         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4306         (nnimap-request-list): Nix out group in the correct buffer.
4307         (nnimap-parse-flags): Implement by using `read' instead of
4308         hand-parsing.
4309         (nnimap-flags-to-marks): Pass on permanent-flags.
4310         (nnimap-make-process-buffer): Record the server name.
4311         (nnimap-parse-flags): Fix typo.
4312         (nnimap-request-scan): Run split on the server in general, not just a
4313         single group.
4314
4315         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4316         parameter, and propagate this downwards.
4317
4318         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4319         since EXAMINE changes it on the server.
4320
4321         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4322         this command might take a while.
4323
4324 2010-09-22  Julien Danjou  <julien@danjou.info>
4325
4326         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4327         harmful if you have 2 images side-by-side, they can't be properly
4328         update on text deletion.  Using text-property is safer here.
4329         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4330         data.
4331
4332 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * nnimap.el (nnimap-expunge-inbox): Remove.
4335         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4336         (nnimap-expunge): Flip default to t.
4337
4338         * gnus.el (gnus-method-to-server): Don't push things to the cache
4339         unless it's unique.
4340         (gnus-server-to-method): Ditto.
4341
4342 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4343
4344         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4345
4346 2010-09-22  Julien Danjou  <julien@danjou.info>
4347
4348         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4349         get the start of data.
4350         (gnus-html-encode-url): Add this function to encode special chars in
4351         URL.
4352         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4353         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4354
4355         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4356         default.
4357         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4358
4359         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4360         images alt-text.
4361         (gnus-html-put-image): Put alt-text as help-echo.
4362
4363 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4366         * mm-util.el (mm-decompress-buffer)
4367         * nnir.el (nnir-run-find-grep)
4368         * pop3.el (pop3-list): Use 3rd arg of split-string.
4369
4370         * time-date.el (format-seconds): Comment fix.
4371
4372         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4373         and byte-optimize-form-code-walker.
4374         (dgnushack-make-auto-load): Don't advise make-autoload.
4375
4376         * lpath.el: Remove Emacs 21 stuff.
4377
4378 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4381         outside the active range.  Suggested by Dan Christensen.
4382
4383         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4384         slightly later to avoid double-getting it.
4385
4386         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4387         previous patch.
4388
4389         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4390
4391 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4392
4393         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4394
4395 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * gnus-int.el (gnus-open-server): Give a better error message in the
4398         "go offline" case.
4399
4400         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4401         marks for nnimap, which is seldom the right thing to do.
4402
4403         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4404         (gnus-same-method-different-name): New function.
4405
4406         * nnimap.el (parse-time): Require.
4407
4408         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4409         method in the presence of many similar methods.
4410
4411         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4412
4413         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4414         nnml-inhibit-expiry.
4415
4416         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4417         find out whether methods are equal.
4418
4419         * nnimap.el (nnimap-find-expired-articles): New function.
4420         (nnimap-process-expiry-targets): New function.
4421         (nnimap-request-move-article): Request the article before looking at
4422         what the Message-ID is.  Fix found by Andrew Cohen.
4423         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4424
4425         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4426         for oldness in addition to being a predicate.
4427
4428         * nnimap.el (nnimap-request-group): When we have zero articles, return
4429         the right data to Gnus.
4430         (nnimap-request-expire-articles): Only delete articles immediately if
4431         the target is 'delete.
4432
4433         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4434         method, this would bug out.
4435
4436         * gnus-group.el (gnus-group-expunge-group): Rename from
4437         gnus-group-nnimap-expunge, and implemented as a normal interface
4438         function.
4439
4440         * gnus-int.el (gnus-request-expunge-group): New function.
4441
4442         * nnimap.el (nnimap-request-create-group): Implement.
4443         (nnimap-request-expunge-group): New function.
4444
4445 2010-09-21  Julien Danjou  <julien@danjou.info>
4446
4447         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4448         (gnus-html-cache-expired): Add new function.
4449         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4450         wethever we should display image for fetch it.
4451         Compute alt-text earlier to pass it to the fetching function too.
4452         (gnus-html-schedule-image-fetching): Change function argument to only
4453         get one image at a time, not a list.
4454         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4455         cache.
4456         (gnus-html-get-image-data): New function to retrieve image data from
4457         cache.
4458         (gnus-html-put-image): Change buffer argument to use image data rather
4459         than file, and place image above region rather than inserting a new
4460         one.  Do not take alt-text as argument, since it's useless now: we place
4461         the image above alt-text.
4462         (gnus-html-prune-cache): Remove.
4463         (gnus-html-show-images): Start to fetch image when we find one, do not
4464         push into a temporary list.
4465         (gnus-html-prefetch-images): Only fetch image if they have expired.
4466         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4467         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4468
4469 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4472
4473 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4476         spec inser "*" if the group isn't active instead of 0.
4477
4478         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4479         opening the server.
4480         (nnimap-request-delete-group): Implement group deletion.
4481         (nnimap-transform-headers): Return the size of the entire message in
4482         the Bytes header, not just the size of the first part.
4483         (nnimap-request-move-article): When moving an article from nnimap,
4484         request the article first so the accepting form has an article to
4485         accept.  Reported by Dan Christensen.
4486         (nnimap-command): Make sure that the error message doesn't error out.
4487
4488 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4489
4490         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4491         we haven't requested anything.
4492
4493 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4496         "".  Fix found by Andrew Cohen.
4497
4498         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4499         instead of -encode-string.
4500
4501 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4504
4505         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4506         by mm-subst-char-in-string.
4507
4508 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509
4510         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4511         waiting for the connection string.
4512
4513         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4514         arriving.
4515
4516         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4517         bogus characters.  This allows selecting certain Gmail groups.
4518
4519         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4520         (nnimap-fetch-partial-articles): New variable.
4521         (nnimap-open-connection): When looking for credentials, also use the
4522         nnimap-server-port.
4523         (nnimap-request-article): Return the group/article number, so that Gnus
4524         `^' works as expected.
4525         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4526
4527         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4528         comments.
4529         (gnus-methods-sloppily-equal): New function.
4530         (gnus): When using the development version of Gnus, load the gnus-load
4531         file.
4532
4533         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4534         `gnus-open-server' on each method before trying to scan them etc.
4535         This ensures that all the backend parameters are set correctly.
4536
4537         * nnimap.el (nnimap-authenticator): New variable.
4538         (nnimap-open-connection): Allow anonymous login.
4539         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4540         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4541
4542         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4543         patch, found by Knut Anders Hatlen.
4544
4545 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4546
4547         * gnus-agent.el (gnus-agent-batch-confirmation)
4548         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4549         to gnus-message.
4550         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4551         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4552         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4553         * gnus-int.el (gnus-open-server): Likewise.
4554         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4555         (gnus-score-check-syntax): Likewise.
4556         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4557         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4558         Likewise.
4559         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4560
4561 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4564         calling conventions so that prefetch doesn't bug out.
4565
4566 2010-09-19  Julien Danjou  <julien@danjou.info>
4567
4568         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4569         rather than `subst-char-in-region' in order to be able to replace ASCII
4570         char by UTF-8 ones.
4571
4572         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4573         than curl.
4574         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4575         the right URL and ALT text on images.
4576         (gnus-html-wash-tags): Fix tag case.
4577         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4578         (gnus-article-html): Add -o display_ins_del=2 option.
4579         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4580
4581 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4584         the extra mail headers, which sometimes seem to happen for unknown
4585         reasons.
4586
4587         * mail-parse.el (mail-header-encode-parameter): Define as
4588         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4589         (or most, perhaps?) mail readers don't understand the latter, but do
4590         understand the former.
4591
4592         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4593         to nil, so that no methods are automatically agentized.  I think this
4594         is probably what most users want.
4595
4596         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4597         from url-retrieve, for instance about invalid URLs.
4598
4599         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4600         groups that have no articles.
4601         (nnimap-request-article): Check that we really got an article when we
4602         requested one.
4603
4604         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4605         doesn't exist.
4606
4607         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4608         nntp buffer so the agent can save it.
4609         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4610         that CRLF doesn't get translated to \n.
4611         (nnimap-open-connection): Don't make 'shell commands only send \n.
4612
4613 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4614
4615         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4616         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4617         Update var name.
4618         (nnml-generate-nov-file): Use dolist.
4619         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4620         Use with-current-buffer.
4621
4622 2010-09-18  Julien Danjou  <julien@danjou.info>
4623
4624         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4625         parallel.
4626
4627 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4630         the range update right.
4631         (nnimap-request-group): Don't make `M-g' bug out on group with no
4632         marks.
4633         (nnoo): Require, so that other packages can require nnimap.
4634         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4635         command we're looking for.  This helps when the server sends more
4636         responses after we've gotten everything we expected.
4637         (nnimap): Add a `newlinep' field to keep track of end-of-line
4638         conventions.
4639         Don't send CRLF to things that don't want it.
4640         (nnimap-request-accept-article): Ditto.
4641
4642 2010-09-18  Julien Danjou  <julien@danjou.info>
4643
4644         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4645         than curl to retrieve images.
4646
4647 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4650         the marks.
4651         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4652         (nnimap-wait-for-connection): New function.
4653         (nnimap-open-connection): If we have PREAUTH, don't query for login
4654         credentials.
4655         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4656         when doing a partial update.
4657
4658 2010-09-18  Julien Danjou  <julien@danjou.info>
4659
4660         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4661         tags.
4662
4663 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * nnimap.el (nnimap-credentials): New function.
4666         (nnimap-open-connection): Use the new function to look for credentials
4667         also on the numeric equivalents of "imap" and "imaps".
4668
4669         * gnus-start.el (gnus-activate-group): Send the info to
4670         gnus-request-group.
4671
4672         * nnimap.el (nnimap-request-group): Have the "check" version of the
4673         function parse flags and update the info, so that a `M-g' get a total
4674         resync of all flags from the group.
4675
4676         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4677         to allow backends to alter the info on group selection.  Also alter all
4678         the backend -request-group functions to take the parameter.
4679
4680         * nnimap.el (nnimap-store-info): New function.
4681         (nnimap-update-info): Store the info for later usage.
4682         (nnimap-request-group): Use the stored info for the dont-check case, so
4683         that we don't retrieve all marks when we enter a group.
4684
4685         * nnimap.el: Use deffoo instead of defun for interface functions.
4686
4687         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4688         update the group info.  This makes the nndraft groups, for instance, go
4689         back to their old behaviour.
4690
4691         * gnus-sum.el (gnus-select-newsgroup): Indent.
4692
4693         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4694         in.
4695         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4696         nothing.
4697
4698         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4699         from methods that are denied.
4700
4701         * gnus-int.el (gnus-method-denied-p): New function.
4702
4703         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4704         store the password instead of netrc.
4705         (nnimap-open-connection): Don't error out when we can't make a
4706         connections.
4707
4708         * auth-source.el (auth-source-create): In the password prompt, say what
4709         we're querying for.  Also prompt for user name if that hasn't been
4710         given.
4711
4712         * nnimap.el (nnimap-with-process-buffer): Remove.
4713
4714 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4717         method when we're reading from the agent.
4718
4719         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4720
4721         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4722         that's probably most useful for users.
4723
4724         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4725         "failed" all the time.
4726
4727         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4728         ...)) with (with-current-buffer ... ).
4729
4730         * nntp.el (nntp-open-server): Return whether the open was successful or
4731         not.
4732
4733         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4734         select an unread unseen article first.
4735
4736         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4737         /etc/services, supply some sensible port defaults.
4738
4739         * dgnushack.el: Define netrc-credentials.
4740
4741 2010-09-17  Julien Danjou  <julien@danjou.info>
4742
4743         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4744
4745 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4746
4747         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4748         doesn't have any parameters.
4749
4750 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4753         only upcased checks.
4754
4755         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4756
4757         * nnimap.el (nnimap-open-shell-stream): New function.
4758         (nnimap-open-connection): Use it.
4759         (nnimap-transform-headers): Get the number of lines in each message.
4760         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4761         number of lines.
4762         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4763         problem.
4764
4765         * utf7.el (utf7-encode): Autoload.
4766
4767         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4768         to allow the mail splitting to not return a default group.  This is
4769         useful for nnimap, which will leave unmatched mail in the inbox.
4770
4771         * nnimap.el: Rewritten.
4772
4773         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4774         nnimap usage.
4775
4776         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4777         if the move is internal, so that nnimap can do fast internal moves.
4778
4779         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4780         data.
4781         (gnus-read-active-for-groups): Support finishing the early retrieval of
4782         data.
4783
4784         * gnus-range.el (gnus-range-nconcat): New function.
4785
4786         * gnus-int.el (gnus-finish-retrieve-group-infos)
4787         (gnus-retrieve-group-data-early): New functions.
4788
4789 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4790
4791         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4792         (nnrss-retrieve-groups):
4793         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4794         (pop3-quit): Use with-current-buffer.
4795
4796 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4799         instead of nnheader-accept-process-output.
4800
4801         * dgnushack.el (dgnushack-compile): Add comment.
4802
4803         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4804
4805         * gnus-html.el (gnus-html-schedule-image-fetching)
4806         (gnus-html-prefetch-images): Replace process-kill-without-query by
4807         gnus-set-process-query-on-exit-flag.
4808
4809 2010-09-16  Romain Francoise  <romain@orebokech.com>
4810
4811         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4812
4813 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4816         parameter to unintern is mandatory-ish in Emacs 24.
4817
4818         * gnus-html.el (gnus-html-schedule-image-fetching)
4819         (gnus-html-prefetch-images): Check for curl before using it.
4820
4821         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4822         depend on curl, which isn't essential.
4823
4824         * imap.el: Revert back to version
4825         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4826         seem problematic.
4827
4828 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4829
4830         * gnus-registry.el (gnus-registry-install-shortcuts):
4831         Explicitly pass `obarray' to `unintern' to avoid a warning.
4832
4833 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4836         change.
4837
4838         * nnrss.el (nnrss-request-list): Remove this function and related
4839         functions, including the moreover stuff.
4840
4841 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * nnrss.el (nnrss-retrieve-groups): New function.
4844
4845 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4846
4847         * .dir-locals.el: Add no-byte-compile cookie.
4848
4849 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * time-date.el (format-seconds): Comment fix.
4852
4853         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4854         for back end that doesn't support request-scan.
4855
4856 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4859         then do request scans from the backends.
4860
4861         * netrc.el (netrc-credentials): New conveniency function.
4862
4863         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4864         avoid running a hook per line, since this takes a lot of time,
4865         profiling shows.
4866         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4867         directly if gnus-visual-p is true.
4868
4869 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4872         groups; replace mapcar with dolist which is a bit faster; pass groups
4873         info to gnus-read-active-file-1.
4874         (gnus-read-active-file-1): Scan only specified groups if the new
4875         optional arg `infos' is given.
4876
4877 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4880
4881         * pop3.el (pop3-movemail): Remove.
4882         (pop3-streaming-movemail): Rename to pop3-movemail.
4883
4884         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4885         don't restrict end-tag searches to the end of the line.
4886
4887 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4890         articles of every unchecked group to t, which means unknown since the
4891         server has never been opened.
4892
4893 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-html.el (gnus-html-show-alt-text): New command.
4896         (gnus-html-browse-image): Ditto.
4897         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4898         to browse the image directly.
4899         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4900         better.
4901
4902         * gnus-async.el (gnus-async-article-callback):
4903         Call `gnus-html-prefetch-images' unconditionally.
4904
4905         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4906         before feeding URLs to curl.
4907
4908 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4911         internal images as deletable by `W D D'.
4912
4913         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4914         (gnus-async-article-callback): Fix typo.
4915
4916 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4919         current line to work around bugs in the output from w3m.
4920
4921         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4922         for groups that want that.
4923
4924         * nntp.el (nntp-wait-for-string): Supply a timeout for
4925         accept-process-output to ensure progress.
4926
4927         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4928         level to get unread articles from, then use that for foreign groups,
4929         too.
4930
4931         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4932         confuses the rest of the function.
4933
4934         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4935         for the methods that support -retrieve-groups, too.
4936
4937         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4938
4939 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4942         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4943
4944         * pop3.el: Require cl when compiling.
4945         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4946
4947 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4950         that aren't going to be activated.
4951         (gnus-get-unread-articles): Fix up the last commit.
4952
4953         * gnus-html.el (gnus-article-html): Allow calling without specifying
4954         the handle.  In that case, dissect the buffer first.
4955
4956         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4957
4958         * nnimap.el (nnimap-open-connection): Revert the change that would look
4959         into authinfo for imaps instead of imap.
4960
4961         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4962         say that you don't want to call gnus-request-group with don-check, but
4963         do check the reponse.  This is for virtual groups only.
4964         (gnus-get-unread-articles): Count the archive groups as secondary, so
4965         that they're activated the same way as before.
4966
4967         * imap.el (imap-message-map): Removed optional buffer parameter, since
4968         no callers use it.
4969         (imap-message-get): Ditto.
4970         (imap-message-put): Ditto.
4971         (imap-mailbox-map): Ditto.
4972         (imap-mailbox-put): Ditto.
4973         (imap-mailbox-get): Ditto.
4974         (imap-mailbox-get): Revert last change for this function.
4975
4976         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4977         case-insensitively.
4978         (nnimap-debug): Remove.
4979
4980         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4981         to use `imap-fetch' instead.  According to the comments, this should be
4982         safe, since all other IMAP clients use the 1:* syntax.
4983         (imap-enable-exchange-bug-workaround): Removed.
4984         (imap-debug): Removed -- doesn't seem very useful.
4985
4986         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4987         mail from a file, and the file doesn't exist.
4988
4989         * imap.el (imap-log): New convenience function used throughout instead
4990         of repeating the same code all over the place.
4991
4992         * pop3.el (pop3-streaming-movemail): Return t for success.
4993
4994         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4995         .authinfo if we're using ssl connection.
4996
4997         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4998         already have if we're in a main Gnus `g' run.
4999
5000         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5001
5002 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5005
5006         * nnmh.el (nnmh-request-list-1): Bind `file'.
5007
5008         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5009         alias to set-process-query-on-exit-flag or process-kill-without-query.
5010         (pop3-open-server): Use it.
5011
5012 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5015         box to the Incoming file.  Fixes mistake in previous checkin.
5016
5017         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5018         request loop (for debugging purposes) removed.
5019
5020         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5021         culprit is more visible.
5022         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5023         (nnml-add-incremental-nov): New functions to do "incremental" nov
5024         updates, where we just append to the end of the existing nov files
5025         without reading/writing them in full.
5026
5027         * mail-source.el (mail-source-delete-crash-box): Really only check the
5028         incoming files once in a while.
5029
5030         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5031
5032         * mail-source.el (mail-source-delete-crash-box): Only check the
5033         incoming files for deletion once per day to save a lot of file
5034         accesses.
5035
5036         * pop3.el (pop3-logon): Fix up unbound variable typo.
5037
5038         * mail-source.el (pop3-streaming-movemail): Autoload.
5039
5040         * pop3.el (pop3-streaming-movemail):
5041         Respect pop3-leave-mail-on-server.
5042
5043         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5044         retrieval.
5045
5046         * pop3.el (pop3-process-filter): Remove unused function.
5047         (pop3-streaming-movemail, pop3-send-streaming-command)
5048         (pop3-wait-for-messages, pop3-write-to-file)
5049         (pop3-number-of-responses): New functions for streaming pop3
5050         retrieval.
5051
5052         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5053         come from no known methods.
5054         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5055         list.
5056
5057         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5058         message sizes.
5059         (pop3-movemail): Use erase-buffer instead of looping and deleting
5060         regions, which seems rather odd.
5061
5062         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5063         file once per `g' run.
5064
5065         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5066         directories.  This makes the draft queue directory work.
5067
5068         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5069         data from the backends, so that we only request the list of groups from
5070         each method once.  This should speed things up considerably.
5071
5072         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5073         detect that it's not implemented.
5074
5075         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5076         we actually do recurse down into the tree, but don't stat all leaf
5077         nodes.
5078
5079         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5080         then say so instead of bugging out.
5081
5082         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5083         files exist before trying to read them.
5084
5085         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5086         around <pre_int>.
5087
5088         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5089
5090         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5091
5092 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * mm-util.el (mm-image-load-path): Just return the image directories,
5095         not all directories in the path in addition to the image directories.
5096         (mm-image-load-path): Maintain a cache of the image directories so that
5097         the `g' command in Gnus doesn't have to stat dozens of directories each
5098         time.
5099
5100         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5101         (gnus-html-wash-tags): Add a new `i' command to insert images.
5102         (gnus-html-insert-image): New command and keystroke.
5103         (gnus-html-redisplay-with-images): New command and keystroke.
5104         (gnus-html-show-images): Rename command.
5105         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5106         spacers.
5107         (gnus-html-wash-tags): Decode entities at the end, so that entities
5108         inside the tags don't mess up the rest of the "parsing".
5109
5110         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5111         so that nnimap methods aren't agentized by default.  There's apparently
5112         many problems related to agent/imap behaviour.
5113
5114         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5115
5116         * gnus-html.el: Doc fix.
5117
5118 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5121         specifier-spec-list for Emacs 21.
5122
5123         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5124         glyph-width and glyph-height instead of display-graphic-p and
5125         image-size; make avoidance of displaying small images work for XEmacs.
5126
5127         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5128         for XEmacs.
5129
5130         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5131         of symbol that holds plist data.
5132         (gnus-process-plist): Remove plist of process after getting it.
5133
5134 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * message.el (message-generate-hashcash): Change default to
5137         'opportunistic if hashcash is installed.
5138
5139         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5140         (gnus-html-put-image): Only call image-size once, since it's somewhat
5141         time-consuming on remote X servers.
5142
5143 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5146         type on data, not a file name.
5147
5148         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5149         window-pixel-edges for Emacs 21.
5150
5151         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5152         decoded contents.
5153         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5154
5155 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5158         group line format, since it isn't very interesting.
5159
5160         * gnus-agent.el (gnus-agent-short-article),
5161         (gnus-agent-long-article): Increase values for these two variables,
5162         since most people are likely to have more network connection and
5163         storage than before.
5164
5165         * gnus.el (gnus-refer-article-method): Change default to 'current.
5166         When referring an article, the common behaviour is to refer it from the
5167         current select method, not the native select method.  The chances of
5168         the native select method having the message in question is rather slim
5169         these days.
5170
5171         * gnus-sum.el (gnus-auto-select-subject): Change default to
5172         `unseen-or-unread'.  I think it's likely that most people want to
5173         select an unseen article over a previously seen, but unread one.
5174
5175         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5176         means that in the article buffer none of the minor mode elements will
5177         be shown, usually, and this is not desirable in most cases.
5178
5179         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5180         that commands like `d' (and the like) go to the next line in the
5181         buffer, instead of the next unread article.  I think this is the
5182         behaviour that is most natural for most users.
5183         (gnus-single-article-buffer): Change default to nil, so that people can
5184         have as many article buffers open as they have summary buffer.  I think
5185         this is the most natural way for the groups to behave.
5186
5187         * message.el (message-generate-new-buffers): Change default to
5188         `unsent', so that all new message buffers start their names with the
5189         string "*unsent", and it's easier to find the buffers if you move from
5190         them.
5191
5192 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5195         small.  They're probably tracking images.
5196         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5197         (gnus-html-rescale-image): Yet another try at getting the image sizing
5198         right.
5199
5200         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5201         nntp-marks-file-name is nil.
5202
5203 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * gnus-html.el (gnus-html-wash-tags)
5206         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5207         Better logging.
5208
5209 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5212
5213         * gnus-html.el (gnus-html-wash-tags): Check the value of
5214         gnus-blocked-images in the summary buffer.
5215
5216 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5217
5218         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5219
5220 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5223         like "a", it seems like.
5224         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5225         since it needs to be picked from the correct buffer.
5226
5227         * nnwfm.el: Remove.
5228
5229         * nnlistserv.el: Remove.
5230
5231 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5234         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5235
5236 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * nnkiboze.el: Remove.
5239
5240         * nndb.el: Remove.
5241
5242         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5243         alt text.
5244         (gnus-html-rescale-image): Try to get the rescaling logic right for
5245         images that are just wide and not tall.
5246
5247         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5248         overshadow variable bindings.
5249
5250 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * gnus-html.el (gnus-html-wash-tags)
5253         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5254         Add extra logging.
5255
5256 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257
5258         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5259         (gnus-max-image-proportion): New variable.
5260         (gnus-html-rescale-image): New function.
5261         (gnus-html-put-image): Rescale images.
5262
5263 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5264
5265         Fix up some byte-compiler warnings.
5266         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5267         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5268         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5269         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5270         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5271         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5272         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5273
5274 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-html.el (gnus-article-html): Decode contents by charset.
5277
5278 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5281         (gnus-html-frame-width, gnus-blocked-images)
5282         * message.el (message-prune-recipient-rules): Add custom version.
5283         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5284
5285         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5286         functions.
5287
5288         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5289         gnus-process-get.
5290
5291 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5292
5293         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5294         instead of lsub directly.
5295
5296 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnwarchive.el: Remove.
5299
5300         * gnus-soup.el: Remove.
5301
5302         * nnsoup.el: Remove.
5303
5304         * nnultimate.el: Remove.
5305
5306         * gnus-html.el (gnus-blocked-images): New variable.
5307
5308         * message.el (message-prune-recipients): New function.
5309         (message-prune-recipient-rules): New variable.
5310
5311         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5312         guess whether a long line is natural text or not.
5313
5314         * gnus-html.el (gnus-html-schedule-image-fetching):
5315         Use gnus-process-plist and friends for compatibility.
5316
5317 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5318
5319         * gnus-html.el: Require packages that define macros used in this file.
5320         (gnus-article-mouse-face): Declare to silence byte-compiler.
5321         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5322         process-get.
5323         (gnus-html-put-image): Use plist-get to avoid getf.
5324         (gnus-html-prefetch-images): Use with-current-buffer.
5325
5326 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-ems.el: Provide compatibility functions for
5329         gnus-set-process-plist.
5330
5331         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5332         header-line-format for XEmacs 21.4.
5333
5334         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5335         * gnus.el (gnus-valid-select-methods)
5336         * message.el (message-send-mail-partially-limit)
5337         * mm-decode.el (mm-text-html-renderer)
5338         * mml.el (mml-insert-mime-headers-always)
5339         * smiley.el (smiley-regexp-alist): Bump custom version.
5340
5341 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * gnus-html.el: require mm-url.
5344         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5345         with the url to `url'.
5346         (gnus-html-wash-tags): Support cid: URLs/images.
5347
5348 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5351         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5352         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5353
5354         * gnus-move.el: Remove file, since it doesn't really work.
5355
5356         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5357         UTF-8.  This seems to fix problems with some German web feeds.
5358
5359         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5360         at the top so that the proper colours are applied.
5361
5362         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5363         don't have dots in their names.
5364
5365         * gnus-art.el (gnus-article-view-part): Doc fix.
5366
5367         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5368         XEmacs-compatible.
5369         (gnus-html-put-image): Don't do images on non-graphic displays.
5370
5371         * nnslashdot.el: Remove this unused backend.
5372
5373         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5374         actions.
5375         (gnus-undo-register-1): Revert last change.
5376
5377         * gnus-group.el (gnus-group-completing-read): Protect against not
5378         having completion-styles bound.
5379
5380         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5381         make broken recipients happier.
5382
5383         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5384
5385         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5386         point parameter.
5387
5388         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5389
5390         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5391         completion-styles for group selection.
5392
5393 2009-02-04  Andreas Schwab  <schwab@suse.de>
5394
5395         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5396         headers and regexp-quote the match if necessary.
5397
5398 2009-03-24  Miles Bader  <miles@gnu.org>
5399
5400         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5401         the blinking smiley.
5402
5403 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5404
5405         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5406         blink smiley.
5407
5408 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5411         where the dribbel file lives exists.
5412
5413         * message.el (message-send-mail-partially-limit): Change the default to
5414         nil, since most people don't want this.
5415
5416         * mm-url.el (mm-url-decode-entities): Also decode entities like
5417         &#x3212.
5418
5419 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5420
5421         * gnus-sum.el (gnus-summary-idna-message):
5422         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5423         Hyperlink urls in docstrings with URL `...'.
5424
5425 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5426
5427         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5428         functions.
5429
5430 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5431
5432         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5433         say what the mouseover text should be.
5434
5435         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5436         version of the mm-w3m-safe-url-regexp variable to only download images
5437         in the groups where we want that to happen.
5438
5439         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5440
5441         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5442         easier debugging.
5443         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5444         big pictures in the article buffer.
5445
5446         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5447         gnus-article-html.
5448         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5449         w3m.
5450
5451         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5452
5453 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5456         which doesn't exist.
5457
5458         * message.el (message-inhibit-ecomplete): New variable to allow some
5459         function to inhibit ecomplete address storage.
5460         (message-resend): Disable ecomplete message storage when resending
5461         messages.
5462
5463         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5464
5465 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5468         Save excursion while copying, moving, and deleting articles in order to
5469         prevent the cursor from jumping to unforeseen place.
5470
5471 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * lpath.el: No need to bind bookmark-current-buffer,
5474         bookmark-yank-point and bookmark-make-record-function.
5475
5476 2010-08-17  Glenn Morris  <rgm@gnu.org>
5477
5478         * gnus-sync.el: Require gnus components whose functions are used.
5479
5480         * gnus-art.el (bookmark-make-record-function):
5481         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5482         Declare for compiler.
5483
5484         * mm-url.el (mml-compute-boundary): Autoload.
5485
5486 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5489
5490 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         Typo fix "hoo4a" -> "hook".
5493
5494         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5495
5496 2010-08-14  Glenn Morris  <rgm@gnu.org>
5497
5498         * gnus-sync.el (gnus-sync): Fix defgroup version.
5499
5500 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5501
5502         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5503
5504         * gnus-sync.el: Fix docs.
5505         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5506         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5507
5508 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         Optimizations for gnus-sync.el.
5511
5512         * gnus-sync.el: Add docs about gnus-sync-backend
5513         possibilities.
5514         (gnus-sync-save): Remove unnecessary message.
5515         (gnus-sync-read): Optimize and show what groups were skipped.
5516
5517 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         Minor bug fixes for gnus-sync.el.
5520
5521         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5522         Don't read the sync on get-new-news.
5523
5524         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5525         quiet.
5526
5527         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5528         (fix typo).
5529
5530 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5531
5532         Make saving and restoring of hidden threads work with overlays.
5533         Patch applied by Ted Zlatanov.
5534
5535         * gnus-sum.el (gnus-hidden-threads-configuration)
5536         (gnus-restore-hidden-threads-configuration): Update to deal with text
5537         properties, rather than searching for a magic character.
5538
5539 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5540
5541         New gnus-sync.el library for synchronization of marks.
5542
5543         * gnus-sync.el: New library for synchronization of marks.
5544
5545         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5546         renamed from `gnus-registry-grep-in-list'.
5547
5548         * gnus-registry.el (gnus-registry-follow-group-p):
5549         Use `gnus-grep-in-list'.
5550
5551         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5552
5553 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5556         determining charset of text fails.
5557
5558 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * nnmail.el (nnmail-get-new-mail-1): Revert.
5561
5562         * nnml.el (nnml-active-number): Make sure names of newly created groups
5563         in nnml-group-alist are encoded.
5564
5565 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5568         containing non-ASCII characters in active file for nnml back end.
5569
5570 2010-07-24  David Engster  <dengste@eml.cc>
5571
5572         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5573         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5574
5575 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5576
5577         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5578         tag (Bug#6654).
5579
5580 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5583         the article buffer, not the summary buffer.
5584
5585 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5588         Emacs 23 as well.
5589
5590 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5593         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5594
5595 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5596
5597         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5598         Patch applied by Karl Fogel.
5599
5600         * gnus-sum.el (gnus-summary-bookmark-make-record):
5601         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5602
5603 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5604
5605         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5606         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5607         C-w still not working correctly from Article buffers; Thierry's
5608         patch to fix that will be applied after this.
5609
5610         * gnus-art.el (bookmark-make-record-function): New local variable.
5611
5612         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5613         article buffer.
5614         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5615
5616 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5617
5618         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5619         on changes in bookmark.el.
5620
5621 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5624         `no-log' instead of message not to log prompt string.
5625
5626 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5627
5628         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5629         the *other* type of HTML form submission.
5630
5631 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5632
5633         * auth-source.el (auth-source-pick): If choice does not contain a
5634         questioned keyword, set the check to t.
5635
5636 2010-06-12  Romain Francoise  <romain@orebokech.com>
5637
5638         * gnus-util.el (gnus-date-get-time): Move up before first use.
5639
5640 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5643         (gnus-article-edit-part): Bind it to make last part that is substituted
5644         or deleted visible.
5645         (gnus-mime-display-single): Buttonize part of which id equals to
5646         gnus-mime-buttonized-part-id.
5647
5648 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5649
5650         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5651         (gnus-dd-mmm): Use gnus-date-get-time.
5652         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5653         simplify logic.
5654         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5655         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5656
5657 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5658
5659         * auth-source.el (top): Autoload `secrets-list-collections',
5660         `secrets-create-item', `secrets-delete-item'.
5661         (auth-sources): Fix tag string.
5662         (auth-get-source, auth-source-retrieve, auth-source-create)
5663         (auth-source-delete): New defuns.
5664         (auth-source-pick): Rewrite in order to avoid 2 passes.
5665         (auth-source-forget-user-or-password): New parameter USERNAME.
5666         (auth-source-user-or-password): New parameters CREATE-MISSING and
5667         DELETE-EXISTING.  Retrieve password interactively, if needed.
5668
5669 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5670
5671         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5672         deleting unused directories when gnus-expert-user is t.
5673
5674 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5677         for each temp file when gnus-article-browse-delete-temp is ask.
5678
5679 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5680
5681         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5682         Lisp calls to delete-backward-char by calls to delete-char.
5683
5684 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5685
5686         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5687
5688 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5689
5690         * password-cache.el (password-cache-remove): Fix docstring.
5691
5692 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5695         article unless decoding article to be saved.
5696
5697 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5700         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5701         generated within the mm-with-unibyte-current-buffer macro.
5702
5703 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5706         to nil when we're in a mml-preview buffer and no group is selected.
5707
5708 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5709
5710         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5711         when catching the `C-g'.  Reported by "Leo".
5712
5713 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * message.el (message-forward-make-body-plain)
5716         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5717         multibyte-string-p.
5718
5719         * lpath.el: Revert.
5720
5721 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * message.el (message-forward-make-body-mml): Assume original message
5724         is multibyte string; error on unibyte.
5725         (message-forward-make-body-plain): Ditto; don't add excessive newline
5726         in body end.
5727
5728         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5729
5730 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5731
5732         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5733         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5734
5735 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * mm-extern.el (mm-extern-url): Don't use
5738         mm-with-unibyte-current-buffer.
5739         (mm-extern-cache-contents): Use with-current-buffer instead of
5740         save-excursion + set-buffer.
5741
5742 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * mm-util.el (mm-emacs-mule): Remove.
5745
5746 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5747
5748         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5749         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5750         change.
5751
5752 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5755         bind the default value of enable-multibyte-characters to nil.
5756
5757 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * message.el (message-forward-make-body-plain)
5760         (message-forward-make-body-mml):
5761         Don't use mm-with-unibyte-current-buffer.
5762
5763 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5764
5765         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5766
5767 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5768
5769         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5770         (Bug#5592).
5771
5772 2010-05-07  Julien Danjou  <julien@danjou.info>
5773
5774         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5775         it to mm-pipe-part.
5776
5777         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5778         it is given.
5779
5780 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * binhex.el (binhex-decode-region-internal)
5783         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5784         (dns-query)
5785         * nnweb.el (nnweb-gmane-search)
5786         * pgg-parse.el (pgg-parse-armor)
5787         * pgg.el (pgg-verify-region)
5788         * sha1.el (sha1-string-external)
5789         * uudecode.el (uudecode-decode-region-internal)
5790         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5791         XEmacs.
5792
5793         * gnus-art.el (gnus-article-browse-html-parts)
5794         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5795         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5796         make-temp-file.
5797
5798         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5799         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5800         compiling.
5801
5802         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5803         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5804         XEmacs when compiling.
5805
5806         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5807         gnus-pick-mode-off-hook for XEmacs when compiling.
5808         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5809         gnus-binary-mode-off-hook for XEmacs when compiling.
5810
5811         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5812         Return nil if char-charset is not available.
5813
5814         * imap.el (imap-disable-multibyte)
5815         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5816         macros.
5817
5818         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5819         instead of encode-coding-string.
5820
5821         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5822         'xemacs) instead of mm-emacs-mule to switch function definitions.
5823         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5824
5825         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5826         bind temporary-file-directory for XEmacs;
5827         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5828         timer-set-function for XEmacs 21.4 and SXEmacs;
5829         bind timer-list for XEmacs 21.4 and SXEmacs;
5830         fbind char-charset and find-charset-region for non-Mule XEmacs;
5831         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5832         encode-coding-region and encode-coding-string for XEmacs having no
5833         file-coding feature.
5834
5835 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5836
5837         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5838
5839 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5842         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5843
5844 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5845
5846         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5847         alias `jka-compr-delete-temp-file' no longer exists.
5848
5849 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5850
5851         Use define-minor-mode in Gnus where applicable.
5852         * mml.el (mml-mode): Use define-minor-mode.
5853         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5854         (gnus-undo-mode): Use define-minor-mode.
5855         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5856         (gnus-dead-summary-mode): Use define-minor-mode.
5857         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5858         Initialize in declaration.
5859         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5860         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5861         (gnus-mailing-list-mode): Use define-minor-mode.
5862         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5863         (gnus-draft-mode): Use define-minor-mode.
5864         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5865         (gnus-dired-mode): Use define-minor-mode.
5866
5867 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5868
5869         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5870         handles on recursive mml-to-mime translation and check them for
5871         boundary delimiter collisions.  Reported by Greg Troxel.
5872
5873 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5876
5877 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5878
5879         * mm-util.el (mm-find-buffer-file-coding-system):
5880         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5881
5882 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5883
5884         * message.el (message-generate-headers): Record insertion of optional
5885         headers as well.  Otherwise the check to prevent repeated insertion of
5886         optional headers is a no-op.
5887
5888 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * smime.el: Don't mention CVS.
5891
5892         * nnrss.el (nnrss-fetch): Don't mention CVS.
5893
5894         * nnir.el: Don't mention CVS.
5895
5896 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5897
5898         * gnus-sum.el (gnus-summary-bookmark-make-record):
5899         Add `location' field.
5900
5901 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * lpath.el: Fbind bookmark-default-handler,
5904         bookmark-get-bookmark-record, bookmark-make-record-default,
5905         bookmark-prop-get for Emacs <23 and XEmacs.
5906
5907 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5908
5909         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5910         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5911         Use with-current-buffer to silence the byte-compiler.
5912         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5913         bother to require `gnus'.
5914         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5915
5916 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5917
5918         * gnus-sum.el (gnus-summary-bookmark-make-record)
5919         (gnus-summary-bookmark-jump): New functions.
5920         (gnus-summary-mode): Setup bookmark support.
5921
5922 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5923
5924         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5925         if set.
5926
5927 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5930         gnus-article-browse-html-save-cid-image; make it work recursively for
5931         forwarded messages as well.
5932         (gnus-article-browse-html-parts): Work when prefix arg is given.
5933         (gnus-article-browse-html-article): Doc fix.
5934
5935 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5936
5937         * message.el (message-default-mail-headers):
5938         (message-default-headers): Carry the value mail-default-headers over
5939         into message-default-mail-headers, rather than message-default-headers.
5940
5941 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5942
5943         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5944         charset.
5945
5946         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5947         charset into the <meta> tag when the article is encoded to utf-8.
5948
5949 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-article-browse-delete-temp-files):
5952         Delete directories as well.
5953         (gnus-article-browse-html-parts): Work for images that do not specify
5954         file names; delete temp directory when quitting; insert header at the
5955         right place; use file: scheme for image files.
5956
5957 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5958
5959         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5960         (gnus-article-browse-html-parts): Use it to make temporary cid image
5961         files in addition to html file so that browser may display them.
5962
5963 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5966
5967 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5970
5971 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5972
5973         * auth-source.el (auth-sources): Change default to be simpler.
5974         Explain about Secret Service API sources.  Improve Customize options.
5975         (auth-source-pick): Change to accept any number of search parameters.
5976         Implement fallbacks iteratively, not recursively.  Add scoring on the
5977         second pass and sort by score.  Call Secret Service API when needed.
5978         (auth-source-user-or-password): Use it.  Call Secret Service API
5979         directly when needed to get the user name and the password.
5980
5981 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5982
5983         * message.el (message-interactive): Doc fix.
5984         (message-qmail-inject-args): Reflow.
5985         (message-kill-to-signature): Fix typo in docstring.
5986
5987         * smiley.el (smiley-buffer): Fix typo in docstring.
5988
5989 2010-03-24  Glenn Morris  <rgm@gnu.org>
5990
5991         * mail-source.el (gnus-message): Declare.
5992         (mail-source-delete-old-incoming): Require gnus-util.
5993
5994 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5997
5998         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5999
6000         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6001         password-cache's default if it is not bound.
6002         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6003         password-cache-expiry's default if it is not bound.
6004
6005         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6006         available in Emacs 21.
6007
6008         * lpath.el: Suppress compiler warnings for:
6009         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6010         XEmacs;
6011         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6012         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6013         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6014
6015 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * auth-source.el (auth-sources): Fix up definition so extra parameters
6018         are always inline.
6019
6020 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6021
6022         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6023         wasn't updated after mismatch.  Clear cached mailbox info correctly
6024         when uidvalidity changes.
6025         (nnimap-group-prefixed-name): New function to avoid some code
6026         duplication.
6027         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6028         (nnimap-request-group): Use it.
6029         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6030         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6031         with many imap folders.  This is done by caching the group status from
6032         the imap server persistently in a group parameter `imap-status'.  (This
6033         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6034         but not persistently, so every Gnus startup was still very slow.)
6035
6036 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6039         delete the extra newline.  Otherwise editing of :string and :number
6040         types don't work.
6041
6042 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6043
6044         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6045         secrets.el dependency.
6046         (auth-sources): Add optional user name.  Add secrets.el configuration
6047         choice (unused right now).
6048
6049 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * gnus-sum.el (gnus-summary-make-menu-bar):
6052         Let `gnus-registry-install-shortcuts' fill in the functions.
6053
6054         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6055         warnings.
6056         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6057         (gnus-registry-install-shortcuts): Populate and use it in a
6058         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6059
6060 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6061
6062         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6063         In-place substitutions for the group name encoding/decoding.
6064         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6065         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6066         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6067         (nnimap-update-unseen, nnimap-request-list)
6068         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6069         (nnimap-request-set-mark, nnimap-split-to-groups)
6070         (nnimap-split-articles, nnimap-request-newgroups)
6071         (nnimap-request-create-group, nnimap-request-accept-article)
6072         (nnimap-request-delete-group, nnimap-request-rename-group)
6073         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6074         `encoded-mbx' for consistency.
6075         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6076         variable `imap-current-mailbox'.
6077
6078         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6079         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6080
6081 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6082
6083         * pop3.el (pop3-display-message-size-flag): Display message size byte
6084         counts during POP3 download.
6085         (pop3-movemail): Use it.
6086         (pop3-list): Implement listing of available messages.
6087
6088 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6089
6090         * nnir.el (nnir-get-article-nov-override-function): New function to
6091         override the normal NOV retrieval.
6092         (nnir-retrieve-headers): Use it.
6093
6094 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6095
6096         * auth-source.el (netrc-machine-user-or-password): Autoload.
6097
6098 2010-03-19  Glenn Morris  <rgm@gnu.org>
6099
6100         Stop message.el from loading about 40 libraries it doesn't always need.
6101         The general approach is to autoload rather than require, and to
6102         require in the specific functions rather than the file.  (Bug#5642)
6103
6104         * gmm-utils.el: Don't require wid-edit.
6105         (widget-create-child-value, widget-convert, widget-default-get):
6106         Autoload.
6107
6108         * gnus-util.el: Don't require time-date, netrc.
6109         (message-fetch-field, gnus-group-name-decode): Declare rather than
6110         autoloading.
6111         (gnus-fetch-field): Require message.
6112         (gnus-decode-newsgroups): Require gnus-group.
6113
6114         * ietf-drums.el: Don't require time-date.
6115
6116         * message.el: Don't require hashcash, canlock, ecomplete.
6117         Do require mail-utils.  Require nnheader only when compiling.
6118         (smtpmail-default-smtp-server): Remove declaration.
6119         (message-send-mail-function): Check smtpmail-default-smtp-server
6120         is bound rather than requiring smtpmail.
6121         (message-auto-save-directory, message-insert-signature):
6122         Use expand-file-name rather than nnheader-concat.
6123         (nnheader-insert-file-contents): Autoload.
6124         (hashcash-wait-async): Declare.
6125         (message-send-mail): Only call gnus-setup-posting-charset if
6126         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6127         (message-send-mail-with-sendmail): Require sendmail.
6128         (canlock-password, canlock-password-for-verify): Declare.
6129         (message-canlock-password): Require canlock.
6130         (nnheader-get-report): Autoload.
6131         (gnus-setup-posting-charset): Declare.
6132         (message-send-news): Require gnus-msg.
6133         (message-make-references, message-make-in-reply-to): Use mail-header-id
6134         rather than the alias mail-header-message-id.
6135         (ecomplete-add-item, ecomplete-save): Declare.
6136         (message-put-addresses-in-ecomplete): Require ecomplete.
6137         (ecomplete-display-matches): Autoload.
6138
6139         * mm-decode.el: Don't require mailcap, gnus-util.
6140         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6141         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6142         Autoload.
6143         (mailcap-mime-extensions): Declare.
6144
6145         * mm-encode.el: Don't require mailcap.
6146         (mailcap-extension-to-mime): Autoload.
6147
6148         * mml-sec.el: Don't require password-cache.
6149
6150         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6151         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6152         (mml-minibuffer-read-type): Require mailcap.
6153         (mml-preview): Require gnus-msg.
6154
6155         * mml1991.el: Require password-cache.
6156         (password-cache-expiry): Remove declaration.
6157
6158         * mml2015.el: Require password-cache.
6159         (password-cache-expiry): Remove declaration.
6160
6161         * nneething.el (mailcap): Require mailcap.
6162
6163         * nnheader.el (declare-function): Add compatibility stub.
6164         (message-remove-header): Declare rather than autoload.
6165         (nnheader-replace-header): Require message.
6166
6167         * nnimap.el (declare-function): Add compatibility stub.
6168         (netrc-parse, netrc-machine-user-or-password): Declare.
6169         (nnimap-open-connection): Require netrc.
6170
6171         * nntp.el (declare-function): Add compatibility stub.
6172         (netrc-parse, netrc-machine, netrc-get): Declare.
6173         (nntp-send-authinfo): Require netrc.
6174
6175         * rfc2047.el: Don't require qp.
6176         (quoted-printable-encode-region, quoted-printable-decode-string):
6177         Autoload.
6178
6179         * sieve-mode.el: Don't require easymenu.
6180         (easy-menu-add-item): Autoload it.
6181
6182         * spam-stat.el (time-to-number-of-days): Autoload it.
6183
6184 2010-03-19  Glenn Morris  <rgm@gnu.org>
6185
6186         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6187
6188 2010-03-18  Glenn Morris  <rgm@gnu.org>
6189
6190         * hashcash.el (declare-function): Remove duplicate definition.
6191
6192 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6193
6194         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6195         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6196         value if any backslash escapes).
6197
6198 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6201         if it is available.  (bug#5647)
6202
6203         * lpath.el: Suppress compiler warning for coding-system-from-name for
6204         Emacs 21 and XEmacs.
6205
6206 2010-03-14  Juri Linkov  <juri@jurta.org>
6207
6208         * hmac-def.el:
6209         * hmac-md5.el:
6210         * netrc.el: Fix keywords.
6211
6212 2010-02-26  Glenn Morris  <rgm@gnu.org>
6213
6214         * message.el (message-send-mail-function): Change the default, so that
6215         it inherits from a customized send-mail-function.  (Bug#5643)
6216
6217 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6218
6219         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6220         shell-command-to-string signals an error (bug#5299).
6221
6222 2010-02-24  Glenn Morris  <rgm@gnu.org>
6223
6224         * message.el (message-smtpmail-send-it)
6225         (message-send-mail-with-mailclient): Doc fixes.
6226
6227 2010-02-16  Glenn Morris  <rgm@gnu.org>
6228
6229         * message.el (message-default-mail-headers): Change the default value
6230         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6231
6232 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6235         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6236
6237 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6238
6239         * time-date.el (date-to-time): Doc fix (Bug#5408).
6240
6241 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6242
6243         * message.el (message-mail): Just pass yank-action on to message-setup.
6244         (message-setup): Handle (FUN . ARGS) form of yank-action.
6245         (message-with-reply-buffer, message-widen-reply)
6246         (message-yank-original): Handle non-buffer values of
6247         message-reply-buffer (Bug#4080).
6248         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6249
6250 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6251
6252         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6253         Fix typo in docstring.
6254
6255 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6256
6257         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6258         response.
6259
6260 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6263
6264         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6265
6266         * message.el (message-check-news-header-syntax): Protect against a
6267         string that `rfc822-addresses' returns when parsing fails.
6268
6269 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6272         (gnus-previous-char-property-change): New functions.
6273
6274         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6275
6276 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6277
6278         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6279         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6280
6281 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6282
6283         * message.el (message-exchange-point-and-mark): Rework last change to
6284         avoid using optional arg of exchange-point-and-mark, for backward
6285         compatibility.
6286
6287 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6288
6289         * message.el (message-exchange-point-and-mark):
6290         Call exchange-point-and-mark with an argument rather than setting
6291         mark-active by hand (Bug#5175).
6292
6293 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * nntp.el (nntp-service-to-port): Work for service expressed with
6296         numeric string; replace [:digit:] with [0-9] for XEmacs.
6297
6298 2009-12-17  Glenn Morris  <rgm@gnu.org>
6299
6300         * gnus-group.el (gnus-bug-group-download-format-alist):
6301         Change emacs entry to debbugs.gnu.org.  Bump :version.
6302
6303 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6306
6307 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * message.el (message-info): Explain why we use `Info-goto-node'.
6310
6311 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6314
6315 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6316
6317         * message.el (message-completion-in-region): New compatibility function.
6318         (message-expand-group): Use it.
6319
6320 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6323         with no unread article should be listed if the 2nd arg `predicate' is
6324         given.
6325
6326 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6329
6330 2009-11-29  Juri Linkov  <juri@jurta.org>
6331
6332         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6333         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6334         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6335
6336 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6337
6338         * sha1.el (sha1-string-external): default-directory "/" in case
6339         otherwise non-existent.  process-connection-type pipe for touch of
6340         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6341
6342 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6343
6344         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6345         it's comms related and sgml-mode.el has "comm" on that basis too.
6346
6347 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6350         containing tspecial characters if they have been already quoted.
6351
6352 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6353
6354         * dns-mode.el (auto-mode-alist): Purecopy string.
6355
6356 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6357
6358         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6359
6360 2009-10-24  Glenn Morris  <rgm@gnu.org>
6361
6362         * gnus-art.el (help-xref-stack-item): Define for compiler.
6363
6364 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6365
6366         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6367
6368 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6371
6372 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6375         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6376
6377 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6380         (gnus-overlays-in): New alias to overlays-in.
6381
6382         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6383         gnus-overlay-get, and gnus-delete-overlay.
6384         (gnus-summary-show-thread): Make it work as well for systems in which
6385         next-single-char-property-change is not available.
6386         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6387
6388         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6389         (gnus-overlay-get): New alias to extent-property.
6390         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6391
6392         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6393         SXEmacs.
6394
6395         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6396         SXEmacs.
6397
6398 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6401
6402 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6403
6404         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6405         and XEmacs that don't have `remove-overlays'.
6406
6407 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6408
6409         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6410         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6411         selective display.  Use overlays instead.
6412
6413 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6414
6415         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6416
6417 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6418
6419         * spam-stat.el (spam-stat-load): Fix typo in message.
6420
6421 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6422
6423         * dig.el (dig-invoke): Fix typo in docstring.
6424         (query-dig): Reflow docstring.
6425
6426 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6427
6428         * gnus-art.el (gnus-article-encrypt-body):
6429         * message.el (message-check-recipients):
6430         * mm-util.el (mm-codepage-setup):
6431         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6432         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6433
6434 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6435
6436         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6437         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6438         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6439         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6440         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6441
6442 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6443
6444         * dig.el: Add "Keywords: comm", as per net-utils.el.
6445
6446 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * dig.el (dig-mode): Use define-derived-mode.
6449
6450 2009-09-19  Glenn Morris  <rgm@gnu.org>
6451
6452         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6453
6454 2009-09-18  Glenn Morris  <rgm@gnu.org>
6455
6456         * gnus-diary.el (gnus-diary-check-message):
6457         * message.el (message-insert-formatted-citation-line):
6458         * nnbabyl.el (top-level):
6459         * nndiary.el (nndiary-schedule):
6460         Fix typos in condition-case handlers.
6461
6462 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6465         configuration that provides the sole article window in a frame;
6466         position point correctly after deleting a part.
6467
6468 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6469
6470         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6471         (spam-resolve-registrations-routine): Use it to unregister articles
6472         that change status.
6473
6474 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6477         with XEmacs.
6478         (parse-time-string-chars): Use it.
6479
6480 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6481
6482         * imap.el (imap-interactive-login): Better messages.
6483         (imap-open): Fix bug with renamed buffer on reconnect.
6484         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6485         for easier debugging and cleaner code.  On successful (guessed based on
6486         server capabilities) secondary authentication, set imap-state
6487         correctly.
6488         (imap-last-authenticator): Define imap-last-authenticator as a variable
6489         to avoid warnings.
6490
6491 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * nnrss.el (nnrss-request-article): Remove binding of
6494         default-enable-multibyte-characters that has gotten needless by
6495         the 2007-07-13 change in rfc2047-encode-message-header.
6496
6497         * mml.el (mml-insert-multipart): Error on the message header.
6498         (mml-insert-part): Error on the message header; position point at
6499         the end of a MIME tag.
6500
6501 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * time-date.el (autoload): Expand define-obsolete-function-alias into
6504         defalias and make-obsolete for old Emacsen that Gnus supports.
6505         (with-no-warnings): Define it for old Emacsen.
6506         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6507         is available.
6508         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6509         float-time is available; suppress compile warning for time-to-seconds.
6510
6511         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6512         (gnus-float-time): Alias to float-time if it exists.
6513
6514         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6515         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6516         float-time is available; suppress compile warning for time-to-seconds.
6517
6518         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6519         XEmacs.
6520
6521 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6522
6523         * imap.el (imap-message-map): Docstring fix.
6524
6525 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6528         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6529         Add the optional argument `encoding' that overrides the default.
6530
6531         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6532         mm-encode-buffer.
6533
6534 2009-09-04  Glenn Morris  <rgm@gnu.org>
6535
6536         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6537         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6538         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6539         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6540         * mm-util.el (mm-with-unibyte-current-buffer)
6541         (mm-find-buffer-file-coding-system):
6542         * yenc.el (yenc-decode-region): Use default-value rather than
6543         default-enable-multibyte-characters.
6544
6545 2009-09-03  Glenn Morris  <rgm@gnu.org>
6546
6547         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6548         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6549         than default-enable-multibyte-characters.
6550
6551 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6552
6553         * gnus-art.el (gnus-article-read-summary-keys):
6554         Fix gnus-buffer-configuration's value temporarily used.
6555
6556 2009-09-02  Glenn Morris  <rgm@gnu.org>
6557
6558         * gnus-util.el (gnus-float-time): New function.
6559         * gnus-delay.el (gnus-delay-article):
6560         * gnus-sum.el (gnus-thread-latest-date):
6561         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6562         * nnspool.el (nnspool-request-newgroups):
6563         Use gnus-float-time rather than time-to-seconds.
6564         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6565
6566         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6567         (gnus-header-subject-face, gnus-header-newsgroups-face)
6568         (gnus-header-name-face, gnus-header-content-face):
6569         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6570         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6571         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6572         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6573         (gnus-cite-face-11):
6574         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6575         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6576         (gnus-server-closed-face, gnus-server-denied-face)
6577         (gnus-server-offline-face):
6578         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6579         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6580         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6581         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6582         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6583         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6584         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6585         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6586         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6587         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6588         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6589         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6590         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6591         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6592         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6593         (gnus-summary-high-undownloaded-face)
6594         (gnus-summary-low-undownloaded-face)
6595         (gnus-summary-normal-undownloaded-face)
6596         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6597         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6598         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6599         (gnus-splash-face):
6600         * message.el (message-header-to-face, message-header-cc-face)
6601         (message-header-subject-face, message-header-newsgroups-face)
6602         (message-header-other-face, message-header-name-face)
6603         (message-header-xheader-face, message-separator-face)
6604         (message-cited-text-face, message-mml-face):
6605         * sieve-mode.el (sieve-control-commands-face)
6606         (sieve-action-commands-face, sieve-test-commands-face)
6607         (sieve-tagged-arguments-face):
6608         * spam.el (spam-face):
6609         Mark face aliases with "-face" in the name as obsolete.
6610
6611 2009-09-01  Glenn Morris  <rgm@gnu.org>
6612
6613         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6614         than goto-line.
6615
6616 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6619         Don't move point if the command is invoked inside the message header.
6620
6621 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6622
6623         * imap.el (imap-send-command): Simplify.
6624         (imap-wait-for-tag): point-max -> buffer-size.
6625
6626 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6629         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6630         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6631         * nnir.el (nnir-swish-e-index-file):
6632         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6633         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6634         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6635         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6636         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6637         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6638
6639 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6642         Don't save excursion.
6643
6644 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6645
6646         * nnheader.el (nnheader-find-file-noselect):
6647         * mm-util.el (mm-insert-file-contents):
6648         Use (default-value 'major-mode) instead of default-major-mode.
6649
6650 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6651
6652         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6653
6654 2009-08-26  Glenn Morris  <rgm@gnu.org>
6655
6656         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6657         than placing in files.el.
6658
6659 2009-08-25  Glenn Morris  <rgm@gnu.org>
6660
6661         * nnir.el (top-level): Don't require cl at run-time.
6662         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6663         Replace cl-function substitute with gnus-replace-in-string.
6664         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6665         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6666         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6667         simplified expansions.
6668
6669 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6670
6671         * dig.el (dig): Add autoload cookie.
6672
6673 2009-08-22  Glenn Morris  <rgm@gnu.org>
6674
6675         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6676         goto-line.
6677
6678 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6679
6680         * parse-time.el (parse-time-string-chars): Save match data.
6681
6682 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6683
6684         * parse-time.el (parse-time-string-chars): Compute using character
6685         classes, to handle non-ascii characters (Bug#3190).
6686
6687 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6690
6691         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6692         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6693         (gnus-mm-display-part, gnus-mime-display-single)
6694         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6695         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6696
6697         * gnus-sum.el
6698         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6699         (gnus-summary-move-article): Add expirable mark to articles copied or
6700         moved to group that has auto-expire turned on if the option is non-nil.
6701
6702 2009-07-24  Glenn Morris  <rgm@gnu.org>
6703
6704         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6705         Fix typo.  (Bug#3903)
6706
6707 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6710         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6711         that should not be used for draft articles.
6712         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6713         that has no concern in minor mode keys.
6714         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6715         Abolish.
6716
6717 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6720         article without making inquiry to a user for unknown encoding.
6721
6722         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6723         (nnmaildir--scan): Assume i-node and device number that file-attributes
6724         returns might be cons-cell.
6725
6726         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6727
6728         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6729
6730 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * auth-source.el: Remove docs now in auth.texi.  Don't use
6733         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6734         `auth-source-hide-passwords' and use them.
6735
6736 2009-07-15  Glenn Morris  <rgm@gnu.org>
6737
6738         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6739
6740 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6743         excessive whitespace from the default values of title and description.
6744
6745 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6748         mail-fetch-field to fetch Content-Description header in order to
6749         exclude newlines.
6750
6751 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6752
6753         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6754         format used by GnuPG 2.0.11.
6755
6756 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6759         to deleted part.
6760
6761 2009-05-30  David Engster  <dengste@eml.cc>
6762
6763         * nnmairix.el: Remove old documentation in the commentary block.
6764         (nnmairix-request-group): Do not update active file for nnml back ends.
6765         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6766         end so that overview files are ignored.
6767         (nnmairix-update-groups): Make updating the groups more robust by using
6768         marks.
6769         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6770         with dollar characters in message-id.
6771
6772 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6775         2008-12-25 in dns.el.
6776
6777 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6778
6779         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6780         could happen if the text is only composed of spaces and/or tabs.
6781
6782 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6783
6784         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6785         when sending a queued message to avoid extra mml tags.
6786
6787 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6790
6791 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6794         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6795         rmail-toggle-header for XEmacs;
6796         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6797
6798 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-dired.el: Remove autoload for gnus-setup-message.
6801         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6802         displaying Gnus logo; always use compose-mail.
6803
6804 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6807
6808 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6811         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6812         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6813         available.
6814         (gnus-nocem-epg-verify): New function.
6815
6816 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6817
6818         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6819
6820 2009-02-15  Glenn Morris  <rgm@gnu.org>
6821
6822         * gnus-util.el (rmail-insert-rmail-file-header)
6823         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6824         autoloads.
6825         (rmail-default-rmail-file): Remove unnecessary declaration.
6826         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6827
6828 2009-02-14  Glenn Morris  <rgm@gnu.org>
6829
6830         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6831         variable (only used in gnus-util, which declares it anyway).
6832         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6833         which was only needed by gnus-art (changed to not use it any more).
6834         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6835         only used in gnus-util, which autoloads it itself.
6836         (rmail-update-summary): Fix autoload.
6837
6838         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6839         rather than rmail-output-to-rmail-file.
6840
6841 2009-02-07  Glenn Morris  <rgm@gnu.org>
6842
6843         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6844         autoload of function that no longer exists.
6845         (rmail-toggle-header): Declare.
6846         (message-forward-rmail-make-body): Handle mbox Rmail.
6847
6848 2009-01-31  Glenn Morris  <rgm@gnu.org>
6849
6850         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6851         2009-01-09 change.
6852
6853 2009-01-31  Dave Love  <fx@gnu.org>
6854
6855         * imap.el (imap-fetch-safe): Bind debug-on-error.
6856         (imap-debug): Add imap-fetch-safe.
6857
6858 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6859
6860         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6861         (auth-source-forget-all-cached): New convenience function.
6862         (auth-source-user-or-password): Accept list of modes or a single mode.
6863
6864         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6865         auth-source modes.
6866
6867         * netrc.el (netrc-machine-user-or-password): Use list of
6868         auth-source modes.
6869
6870         * nnimap.el (nnimap-open-connection): Use list of
6871         auth-source modes.
6872
6873         * nntp.el (nntp-send-authinfo): Use list of
6874         auth-source modes.
6875
6876 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6877
6878         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6879         now.
6880
6881 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6884         coding system in XEmacs; add a workaround for XEmacs.
6885
6886         * lpath.el: Fbind coding-system-aliasee.
6887
6888 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6891         of current-language-environment.
6892
6893 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6896         available at runtime.
6897
6898 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6901
6902 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6903
6904         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6905         the greatest positive fixnum value doesn't work under an XEmacs with
6906         bignum support; use the most-positive-fixnum constant instead,
6907         available since Emacs 21.1 with cl and XEmacs 21.1.
6908
6909 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6912         XEmacs gets not to work.
6913
6914 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * mm-util.el (mm-coding-system-priorities): Allow the value like
6917         "Japanese (UTF-8)" of current-language-environment.
6918
6919 2009-01-09  Glenn Morris  <rgm@gnu.org>
6920
6921         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6922         with last-command-event.
6923
6924 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6925
6926         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6927         in the doc string.
6928
6929         * message.el (message-fix-before-sending): Amend comment.
6930
6931 2009-01-08  Dave Love  <fx@gnu.org>
6932
6933         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6934
6935 2009-01-07  David Engster  <dengste@eml.cc>
6936
6937         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6938         simplified server definitions by converting it via
6939         gnus-server-to-method.
6940
6941 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6944         parameter's operands.
6945
6946 2009-01-06  David Engster  <dengste@eml.cc>
6947
6948         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6949         primary select method (for gnus-group-mark-article-as-read).
6950
6951 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6952
6953         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6954         `(gnus)Face', not `(gnus)X-Face'.
6955
6956 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * mm-util.el (mm-ucs-to-char): New function.
6959
6960         * mm-url.el (mm-url-decode-entities): Use it.
6961
6962         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6963         unicode-to-char.
6964
6965 2009-01-05  Dave Love  <fx@gnu.org>
6966
6967         * time-date.el: Require cl for `declare'.
6968
6969 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6972         Dave Love.
6973
6974 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * message.el (message-fix-before-sending): Add `eight-bit' to
6977         illegible-text check.
6978
6979 2009-01-03  Michael Olson  <mwolson@gnu.org>
6980
6981         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6982         `headers' is nil.  This can occur if the IMAP server does not have
6983         permissions to read messages from a folder, but can write new messages
6984         to the folder.
6985         (nnimap-request-article-part): Do not insert `data' if it is nil.
6986
6987         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6988         characters which will confuse `read', so skip past them.
6989
6990 2009-01-01  Dave Love  <fx@gnu.org>
6991
6992         * imap.el (imap-string-to-integer): Fix typo.
6993         (imap-fetch-safe): New function.
6994         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6995
6996         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6997
6998         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6999         (imap-parse-greeting): Fix doc strings.
7000         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7001         (imap-parse-flag-list): Make messages unique.
7002         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7003
7004         * nnimap.el: Fix author email.
7005         (nnimap-split-rule): Add FIXME comment.
7006         (nnimap-debug): Fix doc string.
7007
7008 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7011
7012 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7015         nslookup if resolv.conf isn't available.
7016         (dns-query): Rename from query-dns.
7017         (dns-query-cached): Rename from query-dns-cached.
7018
7019 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7022         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7023         to check if those variables exist (first appeared in Emacs 18.50).
7024
7025 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * mm-util.el (mm-line-number-at-pos): New function.
7028
7029         * spam-report.el (spam-report-process-queue): Use it.
7030
7031 2008-12-24  David Engster  <dengste@eml.cc>
7032
7033         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7034         parameters that haven't existed as variables as buffer-local variables.
7035
7036 2008-12-23  Dave Love  <fx@gnu.org>
7037
7038         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7039         cadar.
7040
7041         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7042         imap-starttls-p.
7043         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7044
7045 2008-12-22  Dave Love  <fx@gnu.org>
7046
7047         * imap.el: Fix author email.  Doc fixes.
7048         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7049         reply.
7050
7051 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * spam-report.el (spam-report-gmane-max-requests): New constant.
7054         (spam-report-gmane-wait): New variable.
7055         (spam-report-gmane-ham, spam-report-gmane-spam)
7056         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7057         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7058         the server.
7059
7060         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7061         Add explanations.
7062
7063         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7064         nnheader-accept-process-output and nnheader-read-timeout if available.
7065         (pop3-movemail): Use it.
7066
7067         * message.el (message-check-news-body-syntax): Fix signature check if
7068         there's an attachment.
7069
7070 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * mm-util.el: Add comments to the mm- emulating functions.
7073
7074 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7077         Reported by Stephen Berman <stephen.berman@gmx.net>.
7078
7079 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * mm-util.el (mm-substring-no-properties): New function.
7082         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7083         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7084         (mm-string-to-multibyte): Doc fix.
7085
7086         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7087
7088 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * mml.el (mml-attach-file): Strip text properties from file name.
7091         (Bug#1574)
7092
7093 2008-12-16  Glenn Morris  <rgm@gnu.org>
7094
7095         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7096
7097 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7100         knows since the charset specified might be a bogus alias that
7101         mm-charset-synonym-alist provides.
7102
7103 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7106         "ISO_8859-1".
7107
7108         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7109
7110 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * mm-util.el (mm-charset-eval-alist):
7113         Define it before mm-charset-to-coding-system.
7114         (mm-charset-to-coding-system): Add optional argument `silent';
7115         define it before mm-charset-override-alist.
7116         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7117         default value if it can be used in Emacs currently running;
7118         silence mm-charset-to-coding-system.
7119
7120 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7123         `allow-override' which says whether to use `mm-charset-override-alist'.
7124         (rfc2047-decode-encoded-words): Use it.
7125
7126         * mm-util.el (mm-charset-override-alist): Fix custom type;
7127         add `(gb2312 . gbk)' to choices.
7128
7129 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7132         fast.
7133
7134         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7135
7136         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7137
7138 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7139
7140         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7141         on links.
7142
7143         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7144
7145 2008-12-03  Lute Kamstra  <lute@gnu.org>
7146
7147         * sha1.el: Remove leading * from docstrings of defcustoms,
7148         deffaces, defconsts and defuns.
7149
7150 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7153         users' addresses that don't have domain parts.
7154         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7155         rather than message-narrow-to-head since there will be the message
7156         header separator.
7157
7158 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7159
7160         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7161         since the result is inserted in a unibyte buffer anyway.
7162         (nnimap-demule-use-string-to-multibyte): Remove.
7163         (nnimap-demule): Alias it to mm-string-to-multibyte.
7164
7165 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7168         variable for debugging bug#464 and bug#1174.
7169         (nnimap-demule): Use it.
7170
7171 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7174         score calculation correctly.
7175
7176 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7177
7178         * message.el (message-send-mail): Just set the buffer to unibyte
7179         rather than use mm-with-unibyte-current-buffer which does a lot more.
7180         (message-send-mail-partially): Don't bother with
7181         mm-with-unibyte-current-buffer since it's already been made unibyte by
7182         message-send-mail.
7183
7184 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7187
7188 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7189
7190         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7191
7192 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7195         require itself and to remove `with-no-warnings'.
7196
7197 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7198
7199         * starttls.el (starttls-any-program-available): Get the name of the
7200         available TLS layer program.
7201         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7202         well as the host name in the "opening" message.
7203
7204         * auth-source.el (auth-source-cache, auth-source-do-cache)
7205         (auth-source-user-or-password): Cache passwords and logins by default,
7206         allow override with `auth-source-do-cache'.
7207         (auth-source-forget-user-or-password): Allow users to remove cache
7208         entries if needed.
7209
7210 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7211
7212         * md4.el (md4-buffer): Fix typo in docstring.
7213         (md4, md4-64): Doc fixes.
7214         (md4-pack-int32): Reflow docstring.
7215
7216 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7219         condition-case to only the forward-sexp call.
7220
7221 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7224         quotes contained.  Make it more robust regardless by an extra
7225         condition-case wrapper.
7226
7227 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7230
7231 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * nnml.el (nnml-request-expire-articles): Check if the function set to
7234         `nnmail-expiry-target' returns the symbol `delete'.
7235
7236         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7237
7238         * nnmail.el (nnmail-expiry-target): Fix custom type.
7239
7240 2008-10-02  Glenn Morris  <rgm@gnu.org>
7241
7242         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7243         Silence compiler warning.
7244
7245 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7246
7247         * tls.el (open-tls-stream): Show the actual command being
7248         executed, instead of the format string.
7249
7250 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * lpath.el: Fbind codepage-setup for Emacs 23.
7253
7254 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7255
7256         * mml.el (mml-menu): Don't assume mml2015 is bound.
7257
7258 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7261         exists.
7262
7263 2008-09-27  Glenn Morris  <rgm@gnu.org>
7264
7265         * gnus-util.el (mail-header-remove-comments): Autoload it.
7266
7267 2008-09-27  Andreas Schwab  <schwab@suse.de>
7268
7269         * gnus-util.el (gnus-split-references): Strip comments.
7270         (gnus-parent-id): Likewise.
7271
7272 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * message.el (message-confirm-send): Fix version.
7275
7276 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * message.el (message-idna-to-ascii-rhs-1): Use
7279         mail-extract-address-components rather than mail-header-parse-addresses
7280         that is an alias by default to ietf-drums-parse-addresses that does not
7281         support non-ASCII names in headers' contents.
7282
7283 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * message.el (message-confirm-send): Fix variable documentation to
7286         avoid the "y/n" wording.
7287
7288 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7289
7290         * message.el (message-set-auto-save-file-name): Save to a different
7291         filename so multiple messages (especially drafts) can be recovered.
7292
7293 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7294
7295         * message.el (message-confirm-send): Add appropriate version.
7296
7297 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7300         defvar.
7301
7302 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7303
7304         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7305         (mm-pkcs7-enveloped-magic): Ditto.
7306
7307 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7308
7309         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7310         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7311
7312 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7315         default, it's better.
7316
7317 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7318
7319         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7320         summary line gnus-number property and ignore them (with a warning
7321         message).
7322
7323 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7326         macro caddr in the interactive form since it won't be expanded.
7327
7328 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7331         `charset'; fix name of function called recursively.
7332         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7333
7334 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7337         (gnus-mime-set-charset-parameters): New function.
7338         (gnus-mime-view-part-as-charset): Use it to correctly display part
7339         specifying wrong charset.
7340
7341 2008-09-08  David Engster  <dengste@eml.cc>
7342
7343         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7344         in completing-read for back end server.
7345
7346 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * message.el (message-confirm-send): New variable to confirm sending a
7349         message.
7350         (message-send): Use it.
7351
7352 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7355
7356 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7359
7360 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7363         prevent tracking too many groups.
7364         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7365         Use it.
7366
7367 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7368
7369         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7370         moving point to the bottom of the window in order to avoid recentering.
7371
7372 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7375
7376         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7377         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7378         (gnus-article-beginning-of-window): Fix calculation.
7379
7380 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * gnus-msg.el (gnus-summary-supersede-article)
7383         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7384         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7385         message header.
7386
7387 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7388
7389         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7390         pending output coming after the status change.
7391
7392 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7393
7394         * message.el:
7395         * gnus-start.el:
7396         * gnus-registry.el: Remove VMS support.
7397
7398 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7401         macro.
7402         (rfc2104-hash): Use it.
7403
7404 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7407         (gnus-summary-sort-by-most-recent-date): New commands.
7408         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7409         and menu entries.
7410
7411 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7414         don't redisplay article for raw contents; remove plural articles stuff.
7415
7416         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7417         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7418         on gnus-summary-save-article; display results properly.
7419
7420 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * lpath.el: No need to fbind ns-focus-frame.
7423
7424 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7427
7428 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-art.el (gnus-summary-save-in-pipe):
7431         Consider gnus-save-all-headers.
7432
7433 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7434
7435         * gnus-util.el (ns-focus-frame): Remove declaration.
7436         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7437         like x.
7438
7439 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7440
7441         * rfc2104.el (rfc2104-zero): Delete defconst.
7442         (rfc2104-hex-alist): Likewise.
7443         (rfc2104-hex-to-int): Delete func.
7444         (rfc2104-hexstring-to-bitstring): Likewise.
7445         (rfc2104-nybbles): New defconst.
7446         (rfc2104-hash): Rewrite for speed.
7447
7448 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * tls.el (open-tls-stream): Make it work with the 2nd argument
7451         BUFFER that is a string but does not exist as a buffer object, as
7452         mentioned in the doc-string.
7453
7454 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7457         SXEmacs.
7458
7459 2008-07-16  Glenn Morris  <rgm@gnu.org>
7460
7461         * gnus-util.el (ns-focus-frame): Declare for compiler.
7462
7463 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7466         set as a group parameter.
7467         (gnus-summary-save-in-pipe): Work when it is called independently.
7468         (gnus-summary-pipe-to-muttprint): Don't modify
7469         gnus-summary-pipe-output-default-command.
7470
7471 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7472
7473         * message.el (message-send-mail-with-sendmail):
7474         Display the error message.
7475
7476 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * gnus-art.el (gnus-default-article-saver):
7479         Add gnus-summary-save-in-pipe to choices.
7480         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7481         gnus-summary-pipe-output-default-command as the default command.
7482         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7483         instead of gnus-last-shell-command.
7484
7485         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7486         New user option.
7487         (gnus-summary-muttprint-program): Mention the value will be changed.
7488         (gnus-summary-save-article): Force showing of all headers.
7489         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7490
7491 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7492
7493         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7494
7495 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7496
7497         * nnimap.el (nnimap-id):
7498         * sieve-manage.el (sieve-manage-open): Doc fixes.
7499
7500 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7501
7502         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7503         if available.
7504
7505 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7506
7507         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7508
7509         * nnkiboze.el (nnkiboze-generate-group):
7510         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7511
7512         * nnmairix.el: Require CL.
7513
7514 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * dgnushack.el: Autoload get-display-table and put-display-table for
7517         XEmacs 21.5.
7518
7519         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7520         21.4 and SXEmacs.
7521
7522 2008-06-15  David Engster  <dengste@eml.cc>
7523
7524         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7525
7526 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7527
7528         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7529         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7530         runtime choice under XEmacs.
7531
7532         * gnus-sum.el (gnus-summary-set-display-table):
7533         Use `gnus-put-display-table', `gnus-get-display-table',
7534         `gnus-set-display-table' for the display table, instead of `aset'.
7535
7536         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7537         Use `gnus-put-display-table', `gnus-get-display-table',
7538         `gnus-set-display-table' for the display table.
7539
7540 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * nnmairix.el: Add autoloads.
7543
7544 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * nnmairix.el (nnmairix-delete-recreate-group)
7547         (nnmairix-update-and-clear-marks): Fix error messages.
7548
7549 2008-06-14  David Engster  <dengste@eml.cc>
7550
7551         * nnmairix.el: Upgrade to version 0.6.
7552         (nnmairix-group-toggle-propmarks-this-group)
7553         (nnmairix-group-toggle-readmarks-this-group)
7554         (nnmairix-group-delete-recreate-this-group)
7555         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7556         (nnmairix-remove-tick-mark-original-article): New commands.
7557         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7558         (nnmairix-propagate-marks-to-nnmairix-groups)
7559         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7560         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7561         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7562         functions needed for marks propagation and manipulation of read marks.
7563         (nnmairix-update-groups): New function.
7564         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7565         (nnmairix-determine-original-group-from-registry)
7566         (nnmairix-determine-original-group-from-path)
7567         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7568         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7569         New helper functions.
7570         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7571         keystrokes for new commands.
7572         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7573         (nnmairix-request-group): Check allow-fast group parameter.
7574         (nnmairix-request-create-group): Set allow-fast group parameter if
7575         nnmairix-allowfast-default is set.
7576         (nnmairix-close-group): Propagate marks upon closing if needed.
7577         (nnmairix-group-toggle-threads-this-group): Use new.
7578         nnmairix-group-toggle-parameter helper function.
7579         (nnmairix-search): Better check for empty search result.
7580         (nnmairix-goto-original-article): Use new helper functions for
7581         determining original article.
7582         (nnmairix-show-original-article): Make sure message-id is in brackets.
7583         (nnmairix-call-mairix-binary): Change variable name.
7584         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7585         helper function.
7586         (nnmairix-widget-toggle-activate): Fix doc string.
7587
7588 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * nnir.el: Require edmacro when compiling with XEmacs.
7591         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7592         available in Emacs 21.
7593
7594 2008-06-11  Glenn Morris  <rgm@gnu.org>
7595
7596         * gnus-util.el (x-focus-frame):
7597         * gnus.el (image-size):
7598         * mm-decode.el (image-size): Declare.
7599
7600         * gnus-picon.el (declare-function): Add compat definition.
7601         (image-size): Declare.
7602
7603         * gnus-group.el (tool-bar-map):
7604         * gnus-sum.el (tool-bar-map): Define for compiler.
7605
7606         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7607
7608         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7609
7610         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7611         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7612         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7613         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7614         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7615         * sieve-manage.el, spam-report.el, spam.el:
7616         Remove unnecessary eval-and-compile of autoloads.
7617
7618 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7619
7620         * auth-source.el: Precise Tramp doc.
7621
7622 2008-06-07  Glenn Morris  <rgm@gnu.org>
7623
7624         * nnmairix.el: Remove unnecessary eval-when-compile.
7625
7626 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * lpath.el: Fbind propertize for XEmacs 21.4.
7629
7630 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * nnir.el: Move here from ../contrib.
7633
7634 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7635
7636         * gnus-util.el (gnus-read-shell-command): New function.
7637         * mm-decode.el (mm-pipe-part):
7638         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7639
7640 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7643
7644 2008-06-03  Glenn Morris  <rgm@gnu.org>
7645
7646         * pop3.el (nnheader-accept-process-output): Autoload it.
7647
7648 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7651         are not 2-digit hexadecimal characters that follow `%'s.
7652
7653 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * message.el (message-bogus-recipient-p): Fix type in doc string.
7656         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7657         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7658         Improve custom options.
7659         (message-bogus-recipient-p): Adjust accordingly.
7660
7661 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7662
7663         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7664         long-form month and day names.
7665
7666 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * dgnushack.el: Autoload debug, eudc-expand-inline and
7669         pgg-snarf-keys-region for XEmacs.
7670
7671         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7672
7673         * nnmairix.el: Require edmacro when compiling with XEmacs.
7674
7675 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7678         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7679
7680 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7681
7682         * auth-source.el: Add more docs.
7683
7684         * netrc.el (netrc-machine): Always match if the port is not given.
7685
7686 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7689         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7690         retrieval faster in some cases, but might make CPU usage larger.
7691         If this has any bad side effects, we might revert this change.
7692
7693         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7694         seems to make mail retrieval much, much faster.
7695         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7696         unconditionally.
7697
7698         * gnus-draft.el (gnus-group-send-queue):
7699         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7700
7701 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7704
7705         * message.el (message-bogus-address-regexp): Fix and improve custom
7706         type.
7707         (message-setup-hook): Add message-check-recipients as custom option.
7708
7709 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * message.el (message-cite-function): Remove bogus autoload which crept
7712         in during merge from v5-10.
7713
7714 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7715
7716         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7717
7718         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7719
7720         * auth-source.el: Preliminary Tramp docs.
7721         (auth-sources): Change the default auth-sources to use
7722         EPA .gpg files.
7723
7724 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7725
7726         * nntp.el: Autoload `auth-source-user-or-password'.
7727         (nntp-send-authinfo): Use it.
7728
7729         * nnimap.el: Autoload `auth-source-user-or-password'.
7730         (nnimap-open-connection): Use it.
7731
7732         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7733         for the gnus-message function.
7734         (auth-source-user-or-password): Use it.
7735
7736 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7739         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7740         (rfc2104-hash): Use it.
7741
7742 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7743
7744         * gnus-art.el (gnus-article-toggle-truncate-lines):
7745         Don't use `iff' in docstring.
7746
7747 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7750
7751         * gnus-util.el (gnus-extract-address-component-name)
7752         (gnus-extract-address-component-email): Convenience functions around
7753         `gnus-extract-address-components'.
7754
7755         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7756         Use `gnus-extract-address-component-email' to fix bug of comparing full
7757         sender name to `user-mail-address'.
7758
7759 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7760
7761         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7762         catch/throw to optimize.
7763         (gnus-registry-find-keywords): Just use member to find a keyword.
7764
7765 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7766
7767         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7768         is current before calling gnus-server-prepare.
7769         (gnus-server-setup-buffer, gnus-server-update-server)
7770         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7771
7772 2008-05-04  Juri Linkov  <juri@jurta.org>
7773
7774         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7775         (mailcap-file-default-commands): Use mailcap-replace-in-string
7776         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7777         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7778
7779 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7780
7781         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7782
7783 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7784
7785         * gnus.el: Bump version to 0.11.
7786
7787 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7788
7789         * gnus.el: No Gnus v0.10 is released.
7790
7791 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7794         hooks.
7795         (gnus-update-read-articles): Speed up non-marks-using users.
7796         (gnus-use-marks): Define gnus-use-marks.
7797         (gnus-propagate-marks): Rename variable to something more sensible.
7798
7799 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7800
7801         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7802         (gmm-image-load-path-for-library): Fix typos in docstrings.
7803         (gmm-message): Reflow docstring.
7804
7805 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7806
7807         * mail-source.el (mail-source-set-1, mail-source-bind):
7808         Move auth-source code out of the macro to clean it up and fix bugs.
7809
7810 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7813         by sender if it's equal to user-mail-address, it's likely to be
7814         useless.
7815
7816         * mail-source.el (mail-source-bind): Don't use user or password if they
7817         are not bound.  Unintern them if they are nil.  Don't use server unless
7818         it's bound, and default it to empty string otherwise.
7819
7820 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7821
7822         * mail-source.el: Load auth-source.el.
7823         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7824         get user name or password, if auth-sources is set up.
7825
7826         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7827         strategy of splitting with parent.
7828         (gnus-registry-split-fancy-with-parent)
7829         (gnus-registry-post-process-groups): Use it and fix prior
7830         bug (returning a list as the split result).
7831
7832         * auth-source.el (auth-sources): Remove server parameter.
7833         (auth-source-pick, auth-source-user-or-password)
7834         (auth-source-user-or-password-imap)
7835         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7836         (auth-source-user-or-password-sftp)
7837         (auth-source-user-or-password-smtp): Remove server parameter.
7838
7839 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7840
7841         * smime.el (smime-sign-region, smime-encrypt-region)
7842         (smime-decrypt-region):
7843         Remove redundant calls to `generate-new-buffer-name'.
7844
7845 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7846
7847         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7848         Don't use QP for message/rfc822.
7849         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7850
7851 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7852
7853         * sieve-manage.el (sieve-string-bytes): Remove.
7854         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7855         correct byte-length only if the process's coding-system is the same as
7856         the one used internally by Emacs to represent strings.
7857
7858 2008-04-22  Juri Linkov  <juri@jurta.org>
7859
7860         * mailcap.el (mailcap-file-default-commands): New function.
7861
7862 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * message.el (message-signature-separator, message-cite-function):
7865         Change custom version.
7866
7867 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7868
7869         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7870         commands.
7871         (tls-checktrust): Ditto.
7872
7873 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * mm-decode.el (mm-display-external): Make temp file read-only.
7876
7877 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7878
7879         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7880         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7881         `C-c C-f d'.
7882
7883 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7884
7885         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7886
7887 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * gnus.el: Bump version to 0.9.
7890
7891 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * gnus.el: No Gnus v0.8 is released.
7894
7895 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7896
7897         * mail-source.el (mail-source-value):
7898         Prefer fboundp to functionp so it works with macros as well.
7899
7900 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7901
7902         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7903         Fix last change in case the element is not even a symbol.
7904
7905 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7906
7907         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7908         Prefer fboundp to functionp so it works with macros as well.
7909
7910 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * auth-source.el: Add docs.
7913         (auth-sources): Modify format to support server.
7914         (auth-source-pick, auth-source-user-or-password)
7915         (auth-source-user-or-password-imap)
7916         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7917         (auth-source-user-or-password-sftp)
7918         (auth-source-user-or-password-smtp): Add server parameter.
7919
7920 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7921
7922         * gnus-registry.el: Initialize the registry when gnus-registry-install
7923         is t.
7924
7925 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * compface.el (uncompface): Make buffer unibyte.
7928
7929 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7930
7931         * mail-source.el (mail-source-value):
7932         Prefer fboundp to functionp so it works with macros as well.
7933
7934 2008-04-05  Glenn Morris  <rgm@gnu.org>
7935
7936         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7937
7938 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7939
7940         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7941         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7942
7943         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7944         multibyteness after rather than before erasing it.
7945
7946         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7947         mm-with-multibyte.
7948         (gnus-request-article-this-buffer): Make sure the proper decoding is
7949         used if gnus-original-article-buffer happens to be unibyte.
7950
7951         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7952         default-enable-multibyte-characters.
7953
7954         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7955         default-enable-multibyte-characters.
7956
7957         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7958
7959         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7960
7961 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7962
7963         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7964         Fix last change in case the element is not even a symbol.
7965
7966 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7967
7968         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7969         (imap-message-copyuid-1): Use it.
7970         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7971         J. Williams in
7972         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7973
7974         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7975         imap-enable-exchange-bug-workaround.
7976         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7977
7978 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7979
7980         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7981         a 100 byte status-checks into a 2-3MB transfer for each group.
7982         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7983         to enable bug workaround or not.
7984         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7985
7986 2008-03-31  Glenn Morris  <rgm@gnu.org>
7987
7988         * message.el (mml2015-use): Declare for compiler.
7989         (message-info): Require mml2015 when appropriate.
7990
7991 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7994         whitespace.
7995
7996 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7997
7998         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7999         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8000         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8001         (nntp-service-to-port): New function.
8002         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8003         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8004         (nntp-open-netcat-stream): New function.
8005         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8006
8007 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8008
8009         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8010
8011 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8012
8013         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8014
8015 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8016
8017         * dns.el (dns-write): Use set-buffer-multibyte.
8018
8019 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8020
8021         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8022
8023 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * message.el (message-signature-separator): Change default.
8026         Improve custom type.
8027         (message-cite-function): Change default to
8028         message-cite-original-without-signature.
8029
8030         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8031         toggle.
8032
8033         * message.el (message-check-news-body-syntax): Fix signature check.
8034         (message-setup-1): Mark buffer as unmodified _after_ running
8035         message-setup-hook and handling message-alternative-emails.
8036         (message-shorten-references): Be more strict when building list of
8037         valid references to comply with GNKSA.
8038
8039         * gnus-group.el (gnus-read-ephemeral-bug-group)
8040         (gnus-read-ephemeral-debian-bug-group)
8041         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8042
8043         * message.el (message-info): Don't use booleanp which isn't supported
8044         in Emacs 21 and XEmacs.
8045
8046 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8049         gnus-group-gmane-group-download-format.
8050         (gnus-group-read-ephemeral-gmane-group): Rename from
8051         gnus-group-read-ephemeral-gmane-group.
8052         (gnus-read-ephemeral-gmane-group-url): Rename from
8053         gnus-group-read-ephemeral-gmane-group-url.
8054         (gnus-bug-group-download-format-alist): New variable.
8055         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8056         (gnus-read-ephemeral-emacs-bug-group): New commands.
8057
8058 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8061         (gnus-visible-headers): Improve custom type.
8062
8063 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * mml.el (mml-menu): Add workarounds for XEmacs.
8066
8067         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8068         X-Boundary header.
8069
8070         * message.el (message-simplify-recipients): Fix previous commit.
8071
8072 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8073
8074         * mm-util.el (mm-set-buffer-multibyte): New function.
8075         * mm-decode.el (mm-copy-to-buffer): Use it.
8076
8077         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8078         Prefer fboundp to functionp so it works with macros as well.
8079
8080 2008-03-19  Glenn Morris  <rgm@gnu.org>
8081
8082         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8083         Accidentally removed in the sync process with Emacs.
8084
8085 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * message.el (message-alter-recipients-discard-bogus-full-name):
8088         New function.
8089         (message-alter-recipients-function): New variable.
8090         (message-get-reply-headers): Use it.
8091         (message-replace-header): New helper function.
8092         (message-recipients-without-full-name): New variable.
8093         (message-simplify-recipients): New command.
8094
8095         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8096
8097         * message.el (message-info): Handle EasyPG manual.
8098
8099         * mml.el (mml-menu): Add entry for EasyPG.
8100
8101 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8102
8103         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8104         parameter.
8105
8106         * message.el (message-disassociate-draft): Specify drafts group name
8107         fully.
8108
8109 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8112         Eliminate unnecessary duplicates from the match list.
8113
8114 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8117
8118         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8119
8120         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8121         args of `how-many' of which the XEmacs version doesn't take; declare
8122         Info-index-next as function.
8123
8124 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-score.el (gnus-score-headers): Fix handling of
8127         gnus-inhibit-slow-scoring.
8128
8129         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8130         string.
8131         (gnus-button-url-regexp): Improve handling of parenthesis.
8132         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8133         (gnus-button-handle-info-keystrokes): Handle index entries.
8134
8135 2008-03-15  Glenn Morris  <rgm@gnu.org>
8136
8137         * parse-time.el (parse-time-string): Simplify.
8138
8139 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8142         Incoming* files.
8143
8144 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * auth-source.el (auth-sources): Rename from auth-source-choices.
8147         (auth-source-pick): Use it.
8148
8149 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8150
8151         * binhex.el (binhex-decode-region-internal):
8152         * uudecode.el (uudecode-decode-region-internal):
8153         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8154         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8155         setting default-enable-multibyte-characters.
8156
8157 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8158
8159         * auth-source.el (auth-source-protocols)
8160         (auth-source-protocols-customize, auth-source-choices): Add and
8161         modified variable customizations and defaults.
8162         (auth-source-pick, auth-source-user-or-password)
8163         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8164         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8165         (auth-source-user-or-password-sftp)
8166         (auth-source-user-or-password-smtp): Use new variables and provide an
8167         interface to netrc.el.
8168
8169 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8172         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8173         Make sure the nntp port to specify is a string.
8174
8175 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8176
8177         * nntp.el: Use with-current-buffer.
8178         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8179         dubious mm-with-unibyte-current-buffer.
8180         (nntp-with-open-group-function): New function extracted from
8181         nntp-with-open-group macro.
8182         (nntp-with-open-group): Use the function, so it's easier to debug.
8183         Add indentation and debugging info.
8184         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8185         Recommend the use of the netcat alternatives.
8186
8187         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8188         Avoid mm-string-as-multibyte as well.
8189
8190         * nnweb.el (nnweb-insert-html):
8191         Remove use of nnheader-string-as-multibyte.
8192
8193         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8194         (nnheader-string-as-multibyte): Remove.
8195
8196         * mm-view.el: Use inhibit-read-only.
8197         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8198         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8199         or unibyte-string.
8200
8201         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8202         (mm-uu-yenc-extract): Use with-current-buffer.
8203
8204         * gnus-soup.el (gnus-soup-send-packet): Don't use
8205         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8206
8207         * nnmh.el: Use with-current-buffer.
8208         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8209         mm-string-as-multibyte on the output of mm-encode-coding-string.
8210
8211         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8212         (nnimap-request-move-article): Use with-current-buffer.
8213
8214         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8215         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8216         conversion uses string-make-unibyte rather than string-as-unibyte.
8217
8218         * gnus-msg.el: Use with-current-buffer.
8219
8220         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8221
8222 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8223
8224         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8225         string for caching if it is 'PIN.
8226
8227 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * lpath.el: Consider the case without Emacs/W3.
8230
8231 2008-03-08  Glenn Morris  <rgm@gnu.org>
8232
8233         * time-date.el (date-to-time, time-subtract, time-add)
8234         (safe-date-to-time): Doc fixes.
8235
8236 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * mail-source.el (mail-source-delete-old-incoming-confirm):
8239         Change default to nil.
8240         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8241
8242 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * lpath.el: Rearrange.
8245
8246         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8247         (gnus-article-goto-prev-page): Work for articles having ^L's.
8248
8249         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8250
8251         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8252
8253 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8254
8255         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8256         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8257         (gnus-bookmark-jump): Adjust some variable names.
8258
8259 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8260
8261         * auth-source.el: New package.
8262         (auth-source-choices): Add customization entry point variable.
8263
8264         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8265         bug.
8266
8267 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8268
8269         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8270         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8271         (gnus-registry-install-shortcuts): Rename from
8272         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8273         the `gnus-registry-mark-map' keymap dynamically from
8274         `gnus-registry-marks'.  The generated functions update the summary line
8275         when a registry mark is added or deleted, and will call
8276         `gnus-registry-install-p' (see the comments in the code).
8277         (gnus-registry-user-format-function-M): Use concat intelligently.
8278
8279         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8280         the registry mark functions.
8281
8282 2008-03-05  Glenn Morris  <rgm@gnu.org>
8283
8284         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8285         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8286         gnus-art.
8287         (top-level): No need to load own source when compiling.
8288
8289 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8292         Suggested by <chris.anderton@zetnet.co.uk>.
8293
8294 2008-03-04  Glenn Morris  <rgm@gnu.org>
8295
8296         * gnus-sum.el (top-level): No need to require gnus when compiling,
8297         since unconditionally required near start of file.
8298         (gnus-summary-display-while-building): Move definition before use.
8299
8300 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8301
8302         * gnus-registry.el (gnus-registry-user-format-function-M):
8303         Add formatting function.
8304
8305 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8306
8307         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8308         with plists.
8309         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8310         Use new format.
8311
8312 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8315         `where-is-internal' that returns a range of key sequences.
8316
8317 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8318
8319         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8320
8321         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8322         (gnus-summary-jump-to-group): Consider windows on other displayed
8323         frames as well.  Similar changes might be needed elsewhere, but that's
8324         the one I've bumped into during my use.
8325
8326         * nndoc.el (nndoc-oe-dbx-type-p):
8327         * gnus-msg.el (gnus-debug):
8328         * gnus-group.el (gnus-update-group-mark-positions):
8329         Use mm-string-to-multibyte.
8330
8331 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8334         doesn't handle NotDashEscaped.
8335
8336         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8337         (mml-dnd-attach-options): Fix typo in custom choice.
8338
8339         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8340         Change nndoc-article-type to mbox.
8341         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8342
8343         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8344         to nil, instead of html2text.
8345
8346         * imap.el (imap-debug): Add `imap-ping-server'.
8347
8348         * gnus-bookmark.el: Add FIXMEs.
8349
8350         * message.el (message-form-letter-separator)
8351         (message-send-form-letter-delay): New variables.
8352         (message-send-form-letter): Use them.  New command to send form
8353         letters.  Requested by Uwe Siart.
8354         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8355
8356 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * Update copyright years.
8359
8360 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         Sync from EMACS_22_BASE.
8363
8364         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8365
8366 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8367
8368         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8369         empty author.
8370
8371 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * gnus-registry.el (gnus-registry-marks): Add variable for
8374         customization of marks and their appearance.
8375         (gnus-registry-read-mark): Use it.
8376         (gnus-registry-do-marks): Add utility function to loop through
8377         `gnus-registry-marks'.
8378         (gnus-registry-install-shortcuts-and-menus): Add function to install
8379         shortcuts and menus.
8380         (gnus-registry-initialize): Use it.
8381         (gnus-registry-default-mark): Clarify documentation.
8382
8383 2008-02-29  Glenn Morris  <rgm@gnu.org>
8384
8385         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8386         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8387         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8388         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8389         Change defcustom :version from 23.0 to 23.1.
8390
8391 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8392
8393         * gnus-registry.el (gnus-registry-follow-group-p)
8394         (gnus-registry-post-process-groups): Add functions to aid registry
8395         splitting and improve logging.  Clarify behavior in function
8396         documentation.
8397         (gnus-registry-split-fancy-with-parent): Use them.
8398
8399 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8400
8401         * gnus-art.el: Use with-current-buffer.
8402
8403 2008-02-27  David Engster  <dengste@eml.cc>
8404
8405         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8406         Express real group name in the response.
8407
8408 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8411         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8412         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8413         autoload gnus-registry-fetch-group when compiling.
8414         (nnmairix-request-group-with-article-number-correction):
8415         Remove unreferenced argument passed to nnmairix-call-backend.
8416
8417 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8420         (mm-uu-extract): Improve face for low color ttys.
8421         Reported by Sascha Wilde.
8422
8423 2008-02-27  Glenn Morris  <rgm@gnu.org>
8424
8425         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8426         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8427         variables to defconsts.  Convert comments to doc-strings.
8428         (nnmairix-last-server, nnmairix-current-server): Convert from free
8429         variables to defvars.  Convert comments to doc-strings.
8430         (gnus-registry-fetch-group): Autoload.
8431         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8432         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8433         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8434         caddr.
8435         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8436         nnmairix-request-group-with-article-number-correction call.
8437         (nnmairix-fast, nnmairix-group): New, less general names, for free
8438         variables passed from nnmairix-request-group to
8439         nnmairix-request-group-with-article-number-correction.  Declare.
8440         (nnmairix-request-group-with-article-number-correction):
8441         Use nnmairix-fast, nnmairix-group rather than fast, group.
8442
8443 2008-02-26  David Engster  <dengste@eml.cc>
8444
8445         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8446         version 0.5.
8447
8448 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8449
8450         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8451         instead of making an extra function call.  Don't add the current group
8452         to articles only when they have the group.  Use
8453         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8454         Reported by David <de_bb@arcor.de>.
8455
8456 2008-02-24  Miles Bader  <miles@gnu.org>
8457
8458         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8459         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8460         (mm-find-mime-charset-region):
8461         * mm-bodies.el (mm-encode-body):
8462         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8463
8464 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8467         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8468
8469 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * mail-source.el (mail-source-delete-incoming): Change default.
8472         Supplement doc string.
8473
8474         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8475
8476 2008-02-14  Glenn Morris  <rgm@gnu.org>
8477
8478         * time-date.el (format-seconds): New function.
8479
8480 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * nnmail.el (nnmail-message-id-cache-file): Derive from
8483         `gnus-home-directory'.
8484
8485 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8488         Document negative prefix.
8489
8490         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8491
8492 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * message.el (message-unsent-separator): Add the Exim bounce
8495         separator.
8496
8497 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8498
8499         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8500         list.
8501         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8502         recipient/signer list.
8503
8504 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * Makefile.in (datarootdir): Define.
8507         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8508         name that might contain whitespace.
8509
8510 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8513         fbound (Emacs 23 unicode), signal an error.
8514
8515 2008-02-08  Glenn Morris  <rgm@gnu.org>
8516
8517         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8518
8519 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8520
8521         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8522         ports to the calls to `netrc-machine-user-or-password' in addition to
8523         "imap" and "imaps".
8524
8525 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8526
8527         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8528
8529         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8530
8531 2008-02-01  Kenichi Handa  <handa@m17n.org>
8532
8533         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8534         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8535         (rfc2104-hash): Convert the result of concat to unibyte string.
8536
8537 2008-02-01  Dave Love  <fx@gnu.org>
8538
8539         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8540         coding-system-for-read.
8541         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8542
8543 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8546         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8547         <hanche@math.ntnu.no>.
8548
8549 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8552
8553         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8554
8555 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8556
8557         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8558         * message.el (message-beginning-of-line): Use featurep instead of bound
8559         tests in order to resolve conditionals at compile time.
8560
8561 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8562
8563         * mail-source.el (mail-sources): Add `group' choice.
8564
8565         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8566         parameter `in-group' to control into which group the articles go.
8567         Add treatment of `group' mail-source.
8568
8569 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8572
8573         * mm-decode.el (mm-dissect-buffer): Decode description.
8574
8575         * mml.el (mml-to-mime): Encode message header first.
8576
8577 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8580         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8581
8582         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8583         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8584
8585 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8586
8587         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8588
8589 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8592         prefix keys.
8593         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8594         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8595         gnus-xmas.el.
8596
8597         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8598         (gnus-xmas-article-describe-bindings): New function.
8599         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8600         gnus-xmas-article-describe-bindings.
8601
8602         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8603
8604 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8607         Add new variables for article mark management.
8608         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8609         list of extra data entries which, when present, will indicate that the
8610         article ID should not be trimmed from the registry.
8611         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8612         functions.
8613         (gnus-registry-read-mark): New function to read a mark name from the
8614         user.
8615         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8616         (gnus-registry-set-article-mark-internal): New functions to add and
8617         remove marks.
8618         (gnus-registry-get-article-marks): New function to show the marks for
8619         an article, or retrieve them for further use.
8620
8621 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8624         keys when no argument is given.
8625
8626 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * imap.el (imap-ping-server): New variable.
8629         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8630         (imap-ping-server): Minor doc string fixes.
8631
8632 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8633
8634         * imap.el (imap-ping-server): New function.
8635         (imap-opened): Call imap-ping-server.
8636
8637 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * gnus-sum.el (gnus-article-sort-by-random)
8640         (gnus-thread-sort-by-random): Fix doc strings.
8641         Reported by jidanni@jidanni.org.
8642
8643 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-article-describe-bindings): New function.
8646         (gnus-article-read-summary-keys): Use it.
8647         (gnus-article-mode-map): Bind `C-h b' to it.
8648
8649 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8652         XEmacs.
8653         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8654         Protect against non-character events.
8655
8656         * lpath.el: Fbind map-keymap for Emacs 21.
8657
8658 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8661         New command.
8662         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8663         instead of END.  Change name of the temp file.
8664         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8665         customizable.
8666
8667 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8670         bind `S W' to gnus-article-wide-reply-with-original; set default
8671         binding to gnus-article-read-summary-send-keys.
8672         (gnus-article-read-summary-keys): Fix the order of keys; display
8673         continuation keys correctly in the echo area; describe bindings
8674         correctly when keys end with `C-h'.
8675         (gnus-article-read-summary-send-keys): New function.
8676         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8677         Work for gnus-article-read-summary-send-keys; display continuation keys
8678         correctly in the echo area.
8679         (gnus-article-reply-with-original): Ignore prefix argument.
8680         (gnus-article-wide-reply-with-original): New function.
8681
8682         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8683         Emacs 21.
8684
8685 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8688         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8689
8690 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8693         (gnus-group-read-ephemeral-gmane-group): New command.
8694
8695 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8696
8697         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8698
8699 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * message.el (message-send-mail-function): Increase custom version.
8702
8703         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8704         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8705
8706 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8707
8708         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8709         for the cases where imap-authenticate is called with a nil buffer
8710         parameter.
8711
8712 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8715         html parts correctly; support forwarded messages.
8716         (gnus-article-browse-html-article): Remove work buffers.
8717
8718         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8719         compiling.
8720         (netrc-bound-and-true-p): New macro.
8721         (netrc-parse): Use it instead of bound-and-true-p that is not available
8722         in XEmacs 21.4.
8723
8724 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8725
8726         * gnus-registry.el (gnus-registry-mark-article)
8727         (gnus-registry-article-marks): Add functionality to mark articles
8728         through the Gnus registry.
8729
8730         * encrypt.el: Clarify documentation for the new pgg method.
8731         (encrypt-file-alist): Add PGG option.
8732         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8733         functionality.  Abstract password key and messaging to external
8734         functions.
8735         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8736         (encrypt-message-method-and-cipher): Add new convenience external
8737         functions.
8738         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8739         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8740
8741         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8742         (netrc-parse): Use encrypt-file-alist to determine if
8743         encrypt-find-model or encrypt-insert-file-contents should be used.
8744
8745         * encrypt.el: Clarify documentation.  Load password-cache or
8746         password, whichever one is found first, instead of autoloading.
8747
8748 2007-12-19  Glenn Morris  <rgm@gnu.org>
8749
8750         * mml.el (message-options-set, message-narrow-to-head)
8751         (message-in-body-p, message-mail-p, message-encode-message-body):
8752         Autoload.
8753         (message-remove-header, message-narrow-to-headers-or-head)
8754         (message-subscribed-p, message-make-mail-followup-to)
8755         (message-position-on-field, message-news-p)
8756         (message-options-set-recipient, message-generate-headers)
8757         (message-sort-headers): Declare as functions.
8758
8759 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8762         convention in doc string.
8763
8764 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8767         title to html parts.
8768         (gnus-article-browse-html-article): Pass message header to it.
8769
8770         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8771
8772 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8775         or password compatible with XEmacs.
8776
8777 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8780         format document.
8781         (gnus-mime-delete-part): Don't write description line if empty.
8782         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8783
8784 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8785
8786         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8787         (gnus-summary-mark-read-and-unread-as-read)
8788         (gnus-summary-mark-current-read-and-unread-as-read)
8789         (gnus-summary-mark-unread-as-ticked): Doc fix.
8790         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8791
8792 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8795         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8796
8797 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8798
8799         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8800         yes-or-no-p.
8801
8802 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * mm-decode.el (mm-add-meta-html-tag): New function.
8805         (mm-save-part-to-file, mm-pipe-part): Use it.
8806
8807         * gnus-art.el (gnus-article-browse-delete-temp-files):
8808         Use gnus-y-or-n-p instead of y-or-n-p.
8809         (gnus-article-browse-html-parts): Work with message/external-body; use
8810         mm-add-meta-html-tag.
8811
8812 2007-12-11  Glenn Morris  <rgm@gnu.org>
8813
8814         * gnus-cache.el: Require gnus-sum not just when compiling.
8815
8816         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8817
8818         * gnus-int.el (gnus-server-opened, gnus-status-message):
8819         Move definitions before use.
8820
8821         * mm-decode.el: Require gnus-util.
8822         (mm-remove-part): Only call delete-annotation on XEmacs.
8823
8824         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8825
8826         * nnmail.el: Require gnus-int.
8827
8828         * spam.el: Move `require's before `eval-when-compile's.
8829
8830         * gnus-ems.el (gnus-alive-p):
8831         * gnus-fun.el (message-goto-eoh):
8832         * gnus-util.el (gnus-group-name-decode):
8833         * mail-source.el (gnus-compress-sequence):
8834         * message.el (Info-goto-node, format-spec):
8835         * mm-bodies.el (message-options-get):
8836         * mm-decode.el (mm-view-pkcs7):
8837         * mm-util.el (gmm-write-region):
8838         * mml-smime.el (mml-compute-boundary)
8839         (gnus-completing-read-with-default):
8840         * mml.el (widget-button-press, gnus-make-hashtable):
8841         * mml1991.el (mm-decode-content-transfer-encoding)
8842         (mm-encode-content-transfer-encoding)
8843         (message-options-get, message-options-set):
8844         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8845         * nnfolder.el (gnus-request-group):
8846         * nnheader.el (ietf-drums-unfold-fws):
8847         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8848         * smime.el (gnus-run-mode-hooks):
8849         * spam-stat.el (gnus-message): Autoload.
8850
8851         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8852         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8853         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8854         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8855         Add declare-function compatibility definition.
8856
8857         * gnus-cache.el (nnvirtual-find-group-art):
8858         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8859         (gnus-add-image, gnus-add-wash-type):
8860         * gnus-group.el (nnkiboze-score-file):
8861         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8862         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8863         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8864         (message-tokenize-header, gnus-get-buffer-create)
8865         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8866         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8867         * gnus.el (gnus-group-decoded-name):
8868         * mail-source.el (imap-capability):
8869         * mm-bodies.el (message-options-set):
8870         * mm-decode.el (gnus-configure-windows):
8871         * mm-extern.el (message-goto-body):
8872         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8873         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8874         (epg-sub-key-validity, message-options-set):
8875         * mml.el (widget-event-point, gnus-configure-windows):
8876         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8877         * mml2015.el (epg-check-configuration, epg-configuration)
8878         (message-options-set):
8879         * nndb.el (nndb-request-article):
8880         * nnfolder.el (gnus-request-create-group):
8881         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8882         * nnmaildir.el (gnus-group-mark-article-read):
8883         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8884         * rfc1843.el (message-fetch-field):
8885         * spam.el (gnus-extract-address-components):
8886         Declare as functions.
8887
8888 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8891
8892         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8893
8894         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8895         bind show-trailing-whitespace for XEmacs.
8896
8897 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8900         new no-op macro for backward compatibility.
8901
8902         * imap.el (imap-string-to-integer): New function.
8903
8904 2007-12-09  Glenn Morris  <rgm@gnu.org>
8905
8906         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8907
8908         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8909         * message.el, mm-view.el, sieve-manage.el, smime.el:
8910         Add declare-function compatibility definition.
8911
8912         * gnus-art.el (w3-region, w3m-region, Info-menu):
8913         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8914         * gnus-sum.el (gnus-get-predicate):
8915         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8916         * message.el (mail-abbrev-in-expansion-header-p):
8917         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8918         (w3m-detect-meta-charset, w3m-region):
8919         * sieve-manage.el (password-read, password-cache-add)
8920         (password-cache-remove):
8921         * smime.el (password-read-and-add): Declare as functions.
8922
8923 2007-12-08  David Kastrup  <dak@gnu.org>
8924
8925         * gnus-sum.el (gnus-summary-simplify-subject-query):
8926         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8927         `message'.
8928
8929 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8932         it to bind idna-program, installation-directory, defined-colors, and
8933         face-attribute for XEmacs of the version that compiles defcustom forms.
8934
8935 2007-12-07  Glenn Morris  <rgm@gnu.org>
8936
8937         * gnus-art.el (article-make-date-line): Revert previous change.
8938
8939 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8942
8943 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8944
8945         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8946         Call gnus-add-to-range ranges only once with a prepared article-list.
8947
8948 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8949
8950         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8951         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8952         group names with backslashes.
8953         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8954
8955 2007-12-06  Deepak Goel  <deego3@gmail.com>
8956
8957         * gnus-art.el (article-make-date-line):
8958         * gnus-start.el (gnus-load):
8959         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8960
8961 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-art.el (gnus-use-idna)
8964         * gnus-start.el (gnus-site-init-file)
8965         * message.el (message-use-idna)
8966         * mm-uu.el (mm-uu-hide-markers)
8967         * smiley.el (smiley-style): Revert changes that suppress warnings.
8968
8969 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8972         specify charset to html source.
8973         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8974
8975 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8978         idna-program in order to suppress byte compile warning issued by XEmacs
8979         that came to byte compile the default value section of defcustom forms
8980         recently.
8981
8982         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8983         value of installation-directory.
8984
8985         * message.el (message-use-idna): Don't directly refer to the value of
8986         idna-program.
8987
8988         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8989
8990         * smiley.el (smiley-style): Don't directly call face-attribute.
8991
8992 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8995
8996         * gnus-dired.el: Reduce Gnus dependencies.
8997         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8998         Don't require.  Use autoloads instead.
8999         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9000         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9001         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9002         (gnus-dired-mode): Adjust doc string.
9003         (gnus-dired-mail-mode): New variable.
9004         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9005         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9006         (gnus-dired-mail-buffers): New function.  Return mail or message
9007         composition buffers.
9008         (gnus-dired-attach): Use it.
9009         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9010         NO-DECODE.
9011         (gnus-dired-print): Use `gnus-print-buffer' depending on
9012         `gnus-dired-mail-mode'.
9013
9014 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * rfc2047.el (rfc2047-encoded-word-regexp)
9017         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9018         explaining what regexp patterns are for.
9019
9020 2007-12-04  Glenn Morris  <rgm@gnu.org>
9021
9022         * password.el: Move to password-cache.el.
9023
9024         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9025         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9026         * mml-smime.el (password-read, password-cache-add)
9027         (password-cache-remove):
9028         No need to autoload, since mml-sec requires password.
9029
9030         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9031         * message.el (gnus-extract-address-components):
9032         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9033
9034         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9035         password.
9036
9037 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * mailcap.el: Reduce dependencies.
9040         (mail-header-parse-content-type): Autoload.
9041         (mailcap-delete-duplicates): New alias.
9042         (mailcap-mime-info): Add optional argument NO-DECODE.
9043         (mailcap-mime-types): Use mailcap-delete-duplicates.
9044
9045         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9046
9047 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9048
9049         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9050         (imap-parse-status): Upcase status-att for servers that sends them
9051         lower-case (e.g., MS Exchange 2007).
9052
9053 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9056         function.
9057
9058         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9059         (gnus-uu-yenc-article): New function.
9060
9061         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9062
9063         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9064
9065 2007-12-02  Glenn Morris  <rgm@gnu.org>
9066
9067         * binhex.el (binhex): New custom group.
9068         (binhex-decoder-program, binhex-decoder-switches)
9069         (binhex-use-external): Move to the binhex custom group.
9070
9071         * uudecode.el (uudecode): New custom group.
9072         (uudecode-decoder-program, uudecode-decoder-switches)
9073         (uudecode-use-external): Move to the uudecode custom group.
9074
9075         * netrc.el (top-level): Don't load `encrypt' features.
9076         (netrc-parse): Don't use encrypt.
9077         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9078
9079         * encrypt.el: Remove file.
9080
9081 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9084         matches on patches.
9085
9086         * gnus-art.el (gnus-article-browse-html-article):
9087         Mention `mm-text-html-renderer' in the doc string.
9088
9089         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9090         string.  Add comments.
9091
9092         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9093         if rhs is ASCII.
9094
9095 2007-12-01  Glenn Morris  <rgm@gnu.org>
9096
9097         * mail-source.el (top-level): Require format-spec before
9098         eval-when-compile.
9099
9100 2007-11-30  Glenn Morris  <rgm@gnu.org>
9101
9102         * encrypt.el: Require password, rather than autoloading password-read.
9103
9104 2007-11-29  Glenn Morris  <rgm@gnu.org>
9105
9106         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9107         (sasl-make-client, sasl-next-step, sasl-step-data)
9108         (sasl-step-set-data): Declare as functions.
9109
9110 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9113
9114 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9115
9116         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9117         certs should be verified and what is to be done in the event of a
9118         verification failure.
9119
9120         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9121         caller can indicate whether the cache should be disregarded for this
9122         call.  This way the result of the call is reproducible at all times and
9123         can be considered a canonical server name for the supplied method.
9124         (gnus-agent-method-p): Canonicalize server names by pushing their
9125         method through `gnus-method-to-server' using the no-cache argument.
9126
9127         * gnus-srvr.el (gnus-server-insert-server-line):
9128         Call `gnus-method-to-server' with `no-cache' argument.
9129
9130         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9131         gnus-agent-possibly-synchronize-flags as this should be called when the
9132         server is actually being opened.
9133         (gnus-agent-possibly-synchronize-flags)
9134         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9135         flags file of an agentized server to the latter function.
9136
9137         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9138         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9139         after a connection has been established successfully.
9140
9141 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * gnus-art.el (article-display-face): Force to display face if called
9144         interactively; check if gnus-article-x-face-too-ugly matches author.
9145         (article-display-x-face): Display face even if From header is missing
9146         as article-display-face does.
9147
9148 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9149
9150         * hashcash.el (message-narrow-to-headers-or-head)
9151         (message-fetch-field, message-goto-eoh)
9152         (message-narrow-to-headers): Declare as functions.
9153
9154 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * mail-source.el (mail-sources): Default to fetch from file for
9157         compatibility with default of nnmail-spool-file.
9158
9159 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9162         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9163         to look for encoded word that should be encoded again.
9164         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9165         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9166         encoding pattern.
9167         (rfc2047-decode-region): Switch strict regexp and loose one according
9168         to rfc2047-allow-irregular-q-encoded-words.
9169
9170 2007-11-25  Romain Francoise  <romain@orebokech.com>
9171
9172         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9173
9174 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * tls.el (tls-program): Provide more custom choices from
9177         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9178         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9179
9180 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9183         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9184
9185         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9186         `nnmail-spool-file'.
9187
9188         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9189         `nnmail-spool-file'.
9190
9191         * gnus-move.el (gnus-change-server): Ditto.
9192
9193         * gnus-kill.el (gnus-batch-score): Ditto.
9194
9195         * gnus-cache.el (gnus-jog-cache): Ditto.
9196
9197         * gnus-msg.el (gnus-summary-reply):
9198         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9199
9200 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9203         version.  Minor improvement to doc strings.
9204         (tls-program): Add comment.
9205
9206 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9207
9208         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9209         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9210         mismatch between the hostname provided in the certificate and the name
9211         of the host connnecting to.
9212         (open-tls-stream): Use them.  Check certificates against trusted root
9213         certificates.
9214
9215 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-cache.el (gnus-cache-generate-nov-databases):
9218         Use nnml-generate-nov-databases-directory instead of
9219         nnml-generate-nov-databases-1.
9220
9221 2007-11-24  Glenn Morris  <rgm@gnu.org>
9222
9223         * message.el (message-tool-bar-retro): Update for rename
9224         mail_send.xpm->mail-send.xpm.
9225
9226 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9229         `smime-ldap-search' for Emacs 22 and up.
9230
9231 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9232
9233         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9234
9235         * message.el (message-send-mail-function): Fix error convention.
9236         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9237         (message-widen-reply, message-send-mail, message-talkative-question)
9238         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9239         (message-clone-locals, message-send-news): Use with-current-buffer.
9240         (message-insert-or-toggle-importance): Remove unused var `valid'.
9241         (message-make-references): Remove unused var `new-references'.
9242         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9243
9244 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9245
9246         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9247         (spam-split-symbolic-return-positive): Reflow docstring.
9248         (spam-backends, spam-summary-exit-behavior)
9249         (spam-mark-ham-unread-before-move-from-spam-group)
9250         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9251         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9252         (spam-clear-cache, spam-backend-check, spam-install-backend)
9253         (spam-install-statistical-backend, spam-list-of-processors)
9254         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9255         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9256         (spam-check-crm114, spam-initialize, spam-unload-hook):
9257         Fix typos in docstrings.
9258
9259 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9262         been checked if they have never been read and those group levels are
9263         higher than the one that a user specified.
9264
9265 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9268         foreign groups unless a group level is specified by a user.
9269         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9270
9271 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * message.el (message-send-mail-function): Require sendmail.
9274
9275 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * message.el (message-send-mail-function): Check for smtpmail too.
9278
9279         * utf7.el (utf7-encode, utf7-decode): Use coding system
9280         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9281
9282         * message.el (message-send-mail-function): New function.
9283         (message-send-mail-function): Set default using
9284         message-send-mail-function.  Adjust doc string.
9285         (message-send-mail-with-mailclient): New function.
9286
9287 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9288
9289         * smime.el (from):
9290         * rfc2047.el (message-posting-charset):
9291         * qp.el (mm-use-ultra-safe-encoding):
9292         * pop3.el (parse-time-months):
9293         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9294         * nnml.el (files):
9295         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9296         (jka-compr-compression-info-list, ange-ftp-path-format)
9297         (efs-path-regexp):
9298         * nndiary.el (files):
9299         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9300         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9301         (epg-digest-algorithm-alist, inhibit-redisplay)
9302         (password-cache-expiry):
9303         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9304         (pgg-output-buffer, password-cache-expiry):
9305         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9306         (efs-path-regexp):
9307         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9308         (inhibit-redisplay):
9309         * mm-uu.el (file-name, start-point, end-point, entry)
9310         (gnus-newsgroup-name, gnus-newsgroup-charset):
9311         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9312         (latin-unity-ucs-list):
9313         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9314         (mm-uu-binhex-decode-function):
9315         * message.el (gnus-message-group-art, gnus-list-identifiers)
9316         (rmail-enable-mime-composing, gnus-local-organization)
9317         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9318         (gnus-read-active-file, facemenu-add-face-function)
9319         (facemenu-remove-face-function, gnus-article-decoded-p)
9320         (tool-bar-mode):
9321         * mail-source.el (display-time-mail-function):
9322         * gnus-util.el (nnmail-pathname-coding-system)
9323         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9324         (gnus-original-article-buffer, gnus-user-agent)
9325         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9326         (xemacs-codename, sxemacs-codename, emacs-program-version):
9327         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9328         * gnus-start.el (gnus-agent-covered-methods)
9329         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9330         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9331         (gnus-newsgroup-headers, gnus-group-list-mode)
9332         (gnus-group-mark-positions, gnus-newsgroup-data)
9333         (gnus-newsgroup-unreads, nnoo-state-alist)
9334         (gnus-current-select-method, mail-sources)
9335         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9336         (nnmail-spool-file, gnus-cache-active-hashtb):
9337         * gnus-mh.el (mh-lib-progs):
9338         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9339         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9340         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9341         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9342         (gnus-group-buffer):
9343         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9344         (font-lock-set-defaults):
9345         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9346         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9347         (gnus-summary-post-menu, total-parts, type, condition, length):
9348         * gnus-agent.el (gnus-agent-read-agentview):
9349         * flow-fill.el (show-trailing-whitespace):
9350         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9351         eval-and-compile wrappers for byte compiler pacifiers.
9352
9353         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9354         (mm-display-inline-fontify): Check for featurep 'xemacs not
9355         extent-list.
9356
9357         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9358         itimer-list.
9359         (mm-create-image-xemacs): Only do something for XEmacs.
9360         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9361
9362         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9363
9364         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9365         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9366
9367 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9368
9369         * nnimap.el (nnimap-split-download-body):
9370         * gnus-demon.el (gnus-demon):
9371         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9372
9373 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9376         New macros.
9377         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9378         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9379         copy data from unibyte buffer to multibyte current buffer.
9380         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9381         to copy data from unibyte current buffer to multibyte buffer.
9382         (nntp-make-process-buffer): Make process buffer unibyte.
9383
9384         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9385
9386 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9387
9388         * pop3.el (pop3-open-server): Accept and process data more robustly at
9389         connexion start to avoid spurious "POP SSL connexion failed" errors.
9390
9391 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9394         read group names.
9395
9396 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9399
9400 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9403         (nnmail-save-active): Use a unibyte buffer when saving active file,
9404         which may contain non-ASCII group names.
9405
9406         * nnml.el (nnml-request-group): Decode group names in messages.
9407
9408 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * message.el (message-citation-line-function)
9411         (message-insert-formatted-citation-line): Fix spelling of
9412         `message-insert-formated-citation-line'.
9413
9414 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9417
9418 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9421         nnmail-pathname-coding-system.
9422
9423         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9424         that a user enters; decode group names in messages.
9425
9426         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9427
9428 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9431
9432         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9433
9434         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9435         risky local variable.
9436
9437         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9438
9439 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9440
9441         * encrypt.el: Improve documentation to fix function name typo.
9442         Reported by Daiki Ueno <ueno@unixuser.org>.
9443
9444 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9447         even if the point is not in the last page of an article.
9448         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9449         back to the previous page.
9450
9451 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9454
9455 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9458
9459 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9460
9461         * message.el (message-check-news-body-syntax):
9462         Avoid mm-string-as-multibyte.
9463         (message-hide-headers): Don't assume (point-min)==1.
9464
9465 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * message.el (message-remove-blank-cited-lines): Fix if remove is
9468         given.
9469         (message-bogus-address-regexp): New variable.
9470         (message-bogus-recipient-p): New function.
9471         (message-check-recipients): New command.
9472         (message-syntax-checks): Add `bogus-recipient'.
9473         (message-fix-before-sending): Add `bogus-recipient'.
9474
9475         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9476         (gnus-treat-body-boundary): Don't test window-system.
9477
9478 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9479
9480         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9481
9482 2007-10-28  Miles Bader  <miles@gnu.org>
9483
9484         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9485         at compile-time too.
9486
9487 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * gnus-msg.el (gnus-message-setup-hook):
9490         Add `message-remove-blank-cited-lines' to options.
9491
9492 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * message.el (message-remove-blank-cited-lines): New function.
9495         Suggested by Karl Plästerer.
9496
9497 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9500         mapc.
9501
9502         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9503         (top-level): Use mapc to set functions to be traced for debugging.
9504
9505         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9506         called for effect with while loop.
9507
9508         * message.el (message-talkative-question): Replace mapcar called for
9509         effect with mapc.
9510
9511         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9512         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9513         called for effect with dolist.
9514
9515         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9516
9517         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9518         gnus-extra-headers and nnmail-extra-headers.
9519
9520         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9521         called for effect with dolist.
9522         (top-level): Use mapc to set functions to be traced for debugging.
9523
9524         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9525         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9526         dolist.
9527
9528         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9529         Replace mapcar called for effect with mapc.
9530         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9531         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9532         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9533         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9534
9535         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9536         remove-if that's a cl function.
9537
9538         * webmail.el (webmail-debug): Replace mapcar called for effect with
9539         dolist.
9540
9541         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9542         with mapc.
9543
9544 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9547         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9548         with while loop.
9549
9550         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9551         functions from article-* functions.
9552         (gnus-multi-decode-header): Replace mapcar called for effect with
9553         dolist.
9554
9555         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9556         (gnus-bookmark-show-details): Replace mapcar called for effect with
9557         while loop.
9558
9559         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9560         called for effect with while loop.
9561
9562         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9563         with dolist.
9564
9565         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9566         Replace mapcar called for effect with dolist.
9567
9568         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9569
9570         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9571         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9572         Replace mapcar called for effect with dolist.
9573         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9574         mapc.
9575
9576         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9577         Replace mapcar called for effect with dolist.
9578         (gnus-topic-list): Replace mapcar called for effect with mapc.
9579
9580         * gnus.el: Use mapc instead of mapcar to add autoloads.
9581
9582 2007-10-23  Richard Stallman  <rms@gnu.org>
9583
9584         * gnus-group.el (gnus-group-highlight): Mark as risky.
9585
9586 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus.el (gnus-server-to-method): Return method found first in
9589         gnus-newsrc-alist.
9590
9591         * gnus-art.el (gnus-article-highlight-signature)
9592         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9593         button overlay without the front stickiness.
9594
9595 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9596
9597         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9598         overview buffer needed a catch to receive its throw.
9599         (gnus-agent-flush-cache): Declare as interactive to make this function
9600         easier to use.
9601
9602 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9605         `next-line'.
9606
9607 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9610         exclude address matching message-dont-reply-to-names.
9611
9612 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-util.el (gnus-string<): New function.
9615
9616         * gnus-sum.el (gnus-article-sort-by-author)
9617         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9618
9619 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9622         the frame-focus tag is set in gnus-buffer-configuration.
9623
9624 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9627         the front stickiness.
9628
9629 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9632         url pattern; remove duplicate one.
9633         (gnus-article-extend-url-button): New function.
9634         (gnus-article-add-buttons): Use it.
9635         (gnus-button-push): Use concatenated url that it makes.
9636
9637 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9638
9639         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9640
9641 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9642
9643         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9644         Don't hardcode point-min==1.
9645
9646 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9649         Fix comment about "iso8859-1".
9650
9651 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9652
9653         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9654         ones returned from the verify-function.
9655
9656         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9657         Call mml2015-extract-cleartext-signature if extraction failed.
9658
9659 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9660
9661         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9662         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9663         failed.
9664
9665 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9668
9669 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9672         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9673         recommends to use EasyPG instead of PGG.
9674
9675         * pgg.el: Revert to revision 6.23.2.16.
9676
9677         * pgg-def.el: Revert to revision 6.6.2.14.
9678
9679         * pgg-gpg.el: Revert to revision 6.23.2.34.
9680
9681 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9682
9683         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9684         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9685         thread for both the null and zero (kill/expire thread) universal prefix
9686         cases.
9687         (gnus-summary-expire-thread): Add new function to expire a thread,
9688         using gnus-summary-kill-thread.
9689         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9690         shortcuts for gnus-summary-expire-thread.
9691         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9692         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9693
9694 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9695
9696         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9697         extras value, so an extras entry can be deleted.
9698         (gnus-registry-delete-extra-entry): Use it.
9699         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9700         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9701         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9702         storage through the gnus-registry, and provide an appropriate API for
9703         it.
9704
9705 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9708         Suggested by Leo <sdl.web@gmail.com>.
9709
9710         * gnus.el: Do.
9711
9712 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9715         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9716
9717         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9718
9719         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9720         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9721
9722 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9725         newline.
9726         (nnmbox-request-accept-article): Don't change article in source buffer;
9727         narrow to header to use message-fetch-field rather than
9728         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9729         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9730         as delimiters; make sure article ends with newline.
9731         (nnmbox-delete-mail): Correct last position of article to be deleted;
9732         ignore X-Gnus-Newsgroup header in article body.
9733         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9734         positions; make sure article ends with newline.
9735
9736         * message.el (message-display-abbrev): Don't infloop when a user
9737         inserts SPC in the beginning of header.
9738
9739         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9740         coding-system-for-read and coding-system-for-write for XEmacs having no
9741         file-coding feature.
9742
9743         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9744
9745 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9746
9747         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9748         list of groups not followed by default.  Fix type to be regexp.
9749         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9750
9751 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9752
9753         * hmac-def.el (define-hmac-function): Switch from old-style to
9754         new-style backquotes.
9755
9756         * md4.el (md4-make-step): Likewise.
9757
9758 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9761         raw-text coding system when saving .newsrc file, which may contain
9762         non-ASCII group names.
9763
9764 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-cus.el (gnus-score-extra): New widget.
9767         (gnus-score-extra-convert): New function.
9768         (gnus-score-customize): Use it for Extra.
9769
9770 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9771
9772         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9773         (mml2015-mailcrypt-clear-verify): Use it.
9774         (mml2015-gpg-clear-verify): Use it.
9775         (mml2015-pgg-clear-verify): Use it.
9776         (mml2015-epg-clear-verify): Replace the current part with the output
9777         from GnuPG; don't extract the plaintext by itself.
9778
9779         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9780         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9781         mml2015-clear-verify-function; don't touch the armor headers or
9782         dash-escaped text here.
9783
9784 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9787         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9788         parts, or application/octet-stream as a last resort.
9789         (gnus-mime-view-part-as-type): Don't toggle display.
9790         (gnus-mime-view-part-as-charset): Don't turn off display before
9791         querying charset.
9792
9793         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9794         stuff to undisplayer function in Emacs.
9795         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9796
9797         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9798         text/calendar parts.
9799
9800 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9803         decoding text/calendar parts.
9804
9805         * message.el (message-forward-make-body-mime): Always mark body as
9806         having no illegible text; remove signed-or-encrypted argument.
9807         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9808
9809         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9810         (mml-generate-mime-1): Don't encode body if it is specified to be in
9811         raw form; don't make buffer be unibyte when inserting multibyte string.
9812
9813 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9814
9815         * sha1.el: Fix up comment style.
9816         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9817         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9818
9819         * hex-util.el: Fix up comment style.
9820         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9821
9822         * gnus-salt.el: Use with-current-buffer.
9823         (gnus-pick-setup-message): Fix long-standing typo.
9824
9825 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * imap.el (imap-logout-timeout): New variable.
9828         (imap-logout, imap-logout-wait): New functions.
9829         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9830
9831         * nnimap.el (nnimap-logout-timeout): New server variable.
9832         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9833         nnimap-logout-timeout.
9834
9835         * gnus-art.el (gnus-article-summary-command-nosave)
9836         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9837
9838 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus.el (gnus-maximum-newsgroup): New variable.
9841
9842         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9843         according to gnus-maximum-newsgroup.
9844
9845         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9846         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9847         Limit the range of articles according to gnus-maximum-newsgroup.
9848
9849 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9850
9851         * gnus-art.el (gnus-sticky-article): Fix problems described in
9852         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9853         Don't perform gnus-configure-windows here; reuse existing sticky
9854         article buffer.
9855
9856         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9857         it doesn't exist in gnus-article-mode.
9858
9859 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9862         (gnus-agent-decoded-group-name): New function.
9863         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9864         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9865
9866 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9867
9868         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9869         Add binding for gnus-sticky-article.
9870         (gnus-summary-exit): Don't kill sticky article buffers.
9871
9872         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9873         article buffer.
9874         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9875         (gnus-kill-sticky-article-buffers): New commands.
9876
9877 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * nntp.el (nntp-xref-number-is-evil): New server variable.
9880         (nntp-find-group-and-number): If it is non-nil, don't trust article
9881         numbers in the Xref header.
9882
9883 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-agent.el (gnus-agent-read-group): New function.
9886         (gnus-agent-flush-group, gnus-agent-expire-group)
9887         (gnus-agent-regenerate-group): Use it.
9888         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9889         nnmail-pathname-coding-system.
9890
9891 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9894
9895         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9896         that are unread as unread, and also as selected so that information of
9897         marks having been changed by a user may be updated when exiting group.
9898
9899 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9902
9903 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9906         calculated ignoring signature parts to gnus-treat-article.
9907
9908 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9911         a point here in order to keep the window start.
9912         (gnus-insert-mime-security-button): Make a button overlay without the
9913         front stickiness.
9914         (gnus-mime-display-security): Goto the end of a button.
9915
9916         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9917
9918 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9921         group-name-at-point.
9922         (gnus-group-completing-read): New function that offers decoded
9923         non-ASCII group names for completion.
9924         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9925         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9926         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9927         (gnus-group-fetch-control): Use it.
9928         (gnus-fetch-group): Use group-name-at-point for the initial value
9929         rather than the default value; use gnus-alive-p.
9930
9931         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9932         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9933         (gnus-summary-post-news): Use gnus-group-completing-read.
9934
9935         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9936         (gnus-read-move-group-name): Decode group name for completion.
9937
9938 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9939
9940         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9941         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9942         Yamaoka slightly modified the code).
9943
9944 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9947         (nnmail-split-incoming): Bind it.
9948
9949         * nnml.el (nnml-group-name-charset): New function.
9950         (nnml-decoded-group-name): Use it; don't decode group name if
9951         nnmail-group-names-not-encoded-p is non-nil.
9952         (nnml-encoded-group-name): New function.
9953         (nnml-group-pathname): Inline nnml-decoded-group-name.
9954         (nnml-request-expire-articles): Decode group name in message.
9955         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9956         nnmail-pathname-coding-system.
9957         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9958         not decoded ones according to nnmail-group-names-not-encoded-p.
9959         (nnml-generate-active-info): Use nnml-encoded-group-name.
9960
9961 2007-08-08  Glenn Morris  <rgm@gnu.org>
9962
9963         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9964         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9965         doc-strings and comments.
9966
9967 2007-07-25  Glenn Morris  <rgm@gnu.org>
9968
9969         * Relicense all FSF files to GPLv3 or later.
9970
9971 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-sum.el (gnus-summary-move-article):
9974         Make gnus-summary-respool-article work.
9975
9976 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9979         string.
9980
9981 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9982
9983         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9984         that should be ignored when comparing distant RSS articles with local
9985         ones.
9986         (nnrss-make-hash-index): New function.  Create a hash index according
9987         to the ignored fields.
9988         (nnrss-check-group): Use it.
9989
9990 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9993
9994         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9995
9996         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9997         the new optional argument ENCODED is non-nil.
9998         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9999         coding system for encoding group name.
10000         (gnus-group-make-rss-group): Pass un-encoded group name to
10001         gnus-group-make-group.
10002         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10003         encoded.
10004
10005         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10006         Encode group name to which articles are moved or copied.
10007         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10008         coding system for encoding Newsgroup, Followup-To and Xref headers.
10009
10010         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10011         marks; use nnheader-file-coding-system to write a file.
10012         (nnagent-retrieve-headers): Bind file-name-coding-system to
10013         nnmail-pathname-coding-system.
10014
10015         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10016
10017         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10018         (nnml-request-article, nnml-request-create-group)
10019         (nnml-request-rename-group, nnml-find-id)
10020         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10021         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10022         (nnml-save-marks): Use nnml-group-pathname instead of
10023         nnmail-group-pathname.
10024
10025         (nnml-request-create-group, nnml-request-expire-articles)
10026         (nnml-request-move-article, nnml-request-delete-group)
10027         (nnml-deletable-article-p, nnml-possibly-create-directory)
10028         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10029         (nnml-open-marks): Bind file-name-coding-system to
10030         nnmail-pathname-coding-system.
10031
10032         (nnml-request-article): Pass server argument to nnml-find-group-number.
10033         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10034         Pass server argument to nnml-possibly-create-directory.
10035         (nnml-request-accept-article): Pass server argument to
10036         nnml-active-number and nnml-save-mail.
10037         (nnml-find-group-number): Pass server argument to nnml-find-id.
10038         (nnml-request-update-info): Pass server argument to
10039         nnml-marks-changed-p.
10040
10041         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10042         (nnml-save-mail, nnml-active-number): Add server argument.
10043
10044         (nnml-request-delete-group): Warn if group is missing.
10045         (nnml-get-nov-buffer): Decode group name.
10046         (nnml-generate-active-info): Encode group name.
10047         (nnml-open-marks): Decode group name in messages.
10048
10049 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10052         if it is not specified.
10053         (gnus-article-pipe-part, gnus-article-save-part)
10054         (gnus-article-interactively-view-part, gnus-article-copy-part)
10055         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10056         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10057         (gnus-article-replace-part, gnus-article-delete-part)
10058         (gnus-article-view-part-as-type): Pass raw prefix argument to
10059         gnus-article-part-wrapper.
10060
10061 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-agent.el (gnus-agent-save-active):
10064         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10065
10066         * gnus-cache.el (gnus-cache-save-buffers)
10067         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10068         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10069         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10070         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10071         (gnus-cache-generate-active, gnus-cache-rename-group)
10072         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10073         (gnus-cache-update-overview-total-fetched-for):
10074         Bind file-name-coding-system to nnmail-pathname-coding-system.
10075         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10076         New variables.
10077         (gnus-cache-decoded-group-name): New function.
10078         (gnus-cache-file-name): Use it.
10079         (gnus-cache-generate-active): Use non-decoded group name for active.
10080
10081         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10082         right place.
10083         (gnus-write-active-file): Don't break non-ASCII group names.
10084
10085         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10086         nnmail-pathname-coding-system.
10087
10088         * lpath.el: Bind default-file-name-coding-system,
10089         file-name-coding-system and language-info-alist for XEmacs.
10090
10091         * gnus-uu.el (gnus-uu-decode-save): Typo.
10092
10093 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10096
10097 2007-07-14  David Kastrup  <dak@gnu.org>
10098
10099         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10100         finishing actions if we did not edit the article.
10101
10102 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10105         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10106         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10107         (gnus-agent-flush-group, gnus-agent-flush-cache)
10108         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10109         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10110         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10111         (gnus-agent-regenerate-group)
10112         (gnus-agent-update-files-total-fetched-for)
10113         (gnus-agent-update-view-total-fetched-for):
10114         Bind file-name-coding-system to nnmail-pathname-coding-system.
10115         (gnus-agent-group-pathname): Don't encode file names by
10116         nnmail-pathname-coding-system.
10117         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10118         coding-system-for-write instead of buffer-file-coding-system to
10119         gnus-agent-file-coding-system.
10120
10121         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10122         Decode group name.
10123
10124         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10125
10126         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10127         (gnus-read-newsrc-el-file): Make group names unibyte.
10128
10129         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10130         nnmail-pathname-coding-system.
10131
10132         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10133         (nnrss-request-delete-group): Bind file-name-coding-system to
10134         nnmail-pathname-coding-system.
10135         (nnrss-read-server-data, nnrss-read-group-data):
10136         Bind file-name-coding-system correctly.
10137         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10138
10139         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10140         (nntp-server-to-method-cache): New variable.
10141         (nntp-group-pathname): New function that decodes non-ASCII group names.
10142         (nntp-possibly-create-directory, nntp-marks-changed-p)
10143         (nntp-save-marks, nntp-open-marks): Use it.
10144         (nntp-possibly-create-directory, nntp-open-marks):
10145         Bind file-name-coding-system to nnmail-pathname-coding-system.
10146         (nntp-open-marks): Decode group names when bootstrapping marks.
10147
10148         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10149         Newsgroups and Folowup-To headers.
10150
10151 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10154         (gnus-server-closed-face, gnus-server-denied-face)
10155         (gnus-server-offline-face): Remove variable.
10156         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10157
10158         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10159         of modifying message-stack directly for XEmacs.
10160
10161         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10162         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10163         if the coding-system argument is nil for XEmacs.
10164
10165         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10166         mm-charset-override-alist.
10167
10168         * rfc2047.el: Don't require base64; require rfc2045 for the function
10169         rfc2045-encode-string.
10170         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10171         to quote the parameter value.
10172
10173 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10176         form in gnus-group-name-charset-method-alist.
10177
10178         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10179         overrides the default layout edit-form.
10180
10181         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10182
10183         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10184
10185 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10188         as unfetched articles.
10189
10190 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10193
10194 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10197         original back end that keeps marks in the local system.
10198
10199 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10202         arg of pop-to-buffer for XEmacs.
10203         (gnus-article-read-summary-keys): Ditto; don't restore window
10204         configuration if summary command ends up with neither article buffer
10205         nor summary buffer; describe bindings if summary keys end with C-h.
10206
10207 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * message.el (message-fix-before-sending): Skip raw message part to be
10210         forwarded while checking illegible text.
10211         (message-forward-make-body-mime, message-forward-make-body):
10212         Mark signed or encrypted raw message as having no illegible text.
10213
10214 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10217         (gnus-message-with-timestamp-1): New macro.
10218         (gnus-message-with-timestamp): New function.
10219         (gnus-message): Use them.
10220
10221         * nnheader.el (nnheader-message): Use them.
10222
10223 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10226         .newsrc.eld file.
10227
10228 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-agent.el (gnus-agent-fetch-headers)
10231         (gnus-agent-retrieve-headers):
10232         Bind gnus-decode-encoded-address-function to identity.
10233
10234         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10235         available also when the server returns simply a dot.
10236
10237         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10238
10239 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10242
10243 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-ems.el (gnus-x-splash): Make it work.
10246
10247         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10248         from being used.
10249
10250         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10251
10252 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10255         4th and the 5th arguments.
10256
10257         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10258         the front stickiness.
10259         (gnus-article-summary-command-nosave): Correct the order of the
10260         arguments passed to pop-to-buffer.
10261         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10262         summary command ends up with the article buffer.
10263
10264         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10265         the same faces.
10266
10267 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10268
10269         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10270
10271 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10272
10273         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10274         * gnus-sum.el (gnus-summary-highlight):
10275         * pgg.el (pgg-sign-region, pgg-sign):
10276         * mail-source.el (mail-source-delete-old-incoming-confirm):
10277         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10278
10279 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-art.el (gnus-mime-view-part-externally)
10282         (gnus-mime-view-part-internally): Fix predicate function passed to
10283         completing-read.
10284
10285         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10286
10287         * gnus.el (gnus-update-message-archive-method): Add :version.
10288
10289 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus.el (gnus-update-message-archive-method): New variable.
10292
10293         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10294         according to gnus-message-archive-method if
10295         gnus-update-message-archive-method is non-nil.
10296
10297 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10300         Suggested by Loic Dachary <loic@dachary.org>.
10301         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10302
10303 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * message.el (message-pop-to-buffer): Add switch-function argument.
10306         (message-mail): Pass switch-function argument to it.
10307
10308 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10311         Improve doc string.
10312
10313 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10316         (gnus-header-content)
10317         * gnus-cite.el (gnus-cite-10)
10318         * gnus-srvr.el (gnus-server-closed)
10319         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10320         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10321         (gnus-group-mail-3-empty, gnus-group-mail-low)
10322         (gnus-group-mail-low-empty, gnus-splash)
10323         * message.el (message-header-to, message-header-cc)
10324         (message-header-subject, message-header-other, message-header-name)
10325         (message-header-xheader, message-separator, message-cited-text)
10326         (message-mml): Lighten colors of faces used for dark background.
10327
10328 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10329
10330         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10331         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10332
10333 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * message.el (message-narrow-to-headers-or-head):
10336         Ignore mail-header-separator in the body.
10337
10338 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10341         same as window size.
10342
10343 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10344
10345         * message.el (message-font-lock-keywords): Use message-header-xheader
10346         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10347         ahead of the anything pattern, to get it recognised.
10348
10349 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10352         spam.el loads uses it in the compiled defadvice form.
10353
10354 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10355
10356         * gnus-sum.el (gnus-articles-to-read)
10357         (gnus-summary-insert-old-articles): Don't truncate group name for
10358         `read-string'.
10359
10360         * gnus-util.el (gnus-limit-string): Delete this function.
10361
10362         * gnus-sum.el (gnus-simplify-subject-fully):
10363         Use `truncate-string-to-width' instead.
10364
10365 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10366
10367         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10368         Tell if, on summary exit, the next group has to be selected.
10369         (gnus-summary-exit): Use it.
10370
10371 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10374         non-break space.
10375
10376 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10379         Check if group is not a directory.
10380         (nnfolder-request-expire-articles): Don't delete articles if the target
10381         group is not available.
10382
10383         * nnml.el (nnml-request-create-group): Properly check if group is not a
10384         file.
10385         (nnml-request-expire-articles): Don't delete articles if the target
10386         group is not available.
10387
10388         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10389         Don't quote characters that are within parentheses.
10390
10391 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10394         (gnus-handle-ephemeral-exit): Select article according to it.
10395
10396 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * message.el (message-insert-formated-citation-line): Remove newline.
10399         (message-citation-line-format): Add final \n here so that the user can
10400         avoid a blank line.
10401
10402 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10403
10404         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10405         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10406         Update lanl/arXiv support.
10407
10408 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus.el: Bump version number.
10411
10412 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * gnus.el (gnus-version-number): Bump version.
10415
10416 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10417
10418         * gnus.el: No Gnus v0.6 is released.
10419
10420 2007-04-27  Didier Verna  <didier@xemacs.org>
10421
10422         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10423         * gmm-utils.el (gmm-regexp-concat): ... here.
10424         * message.el: Don't require 'gnus-util.
10425         (message-dont-reply-to-names): Handle name change above.
10426         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10427
10428 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10431         since the initial value varies according to the system.
10432
10433 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10436
10437 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10438
10439         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10440
10441 2007-04-24  Didier Verna  <didier@xemacs.org>
10442
10443         Improve the type of gnus-ignored-from-addresses.
10444         * gnus-util.el (gnus-orify-regexp): New function.
10445         * message.el (gnus-util): Require it.
10446         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10447         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10449
10450 2007-04-24  Didier Verna  <didier@xemacs.org>
10451
10452         * gnus-sum.el:
10453         * gnus-utils.el: Fix some trailing whitespaces.
10454
10455 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10458         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10459         article's Message-ID; refer parent article in summary buffer.
10460
10461         * message.el (message-bounce): Call mime-to-mml.
10462
10463         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10464         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10465         optimize and/or forms properly.
10466
10467 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10470         URL.
10471
10472 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10475
10476 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10479         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10480         displayed of multipart/alternative part if it is invoked from summary
10481         buffer.
10482
10483         * mm-view.el (mm-inline-text-html-render-with-w3m)
10484         (mm-inline-text-html-render-with-w3m-standalone)
10485         (mm-inline-render-with-function): Use mail-parse-charset by default.
10486
10487 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10488
10489         * parse-time.el (parse-time-string-chars): Check if CHAR
10490         is less than the length of parse-time-syntax.
10491
10492 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10495         from gnus-newsgroup-processable.
10496
10497 2007-04-16  Didier Verna  <didier@xemacs.org>
10498
10499         * gnus-msg.el (gnus-configure-posting-styles):
10500         Handle message-signature-directory properly with :file syntax.
10501         Reported by "Leo".
10502
10503 2007-04-11  Didier Verna  <didier@xemacs.org>
10504
10505         New user option: message-signature-directory.
10506         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10507         * message.el (message-insert-signature): Ditto.
10508         * message.el (message-signature-file): Doc update.
10509         * message.el (message-signature-directory): New.
10510
10511 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-msg.el (gnus-inews-yank-articles):
10514         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10515
10516 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * message.el (message-yank-original): Make sure cited text ends with
10519         newline; don't exchange point and mark.
10520
10521 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10522
10523         * tls.el (open-tls-stream): Properly handle case where there
10524         is no associated buffer.
10525
10526 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10527
10528         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10529         message-yank-original, make sure (< mark TEXT point).
10530
10531 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * message.el (message-fill-column): New variable.
10534         (message-mode): Use it.  Add comment on a possible new hook.
10535
10536         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10537         (nnmail-get-new-mail): Reformat.
10538
10539         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10540
10541         * gmm-utils.el: Fix Commentary.
10542         (gmm-tool-bar-from-list): Fix typo in doc string.
10543
10544 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10545
10546         * message.el (message-yank-original): Don't switch point and mark
10547         unnecessarily to put point and mark as documented.
10548
10549 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10552         from the message heads.
10553
10554 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10555
10556         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10557         article buffer does not have a window.  This may not be the best
10558         solution but is certainly better than setting the start of the null,
10559         that is the current, window.
10560
10561 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10564         (gnus-draft-setup): Run it.
10565
10566         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10567         gnus-score-fast-scoring.  Allow regexp.
10568         (gnus-score-headers): Use it.
10569
10570         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10571         XEmacs.
10572
10573         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10574         string.
10575         (gnus-button-alist): Also catch `<f1> k ...'.
10576         (gnus-treat-display-x-face): Fix doc string.
10577
10578 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10579
10580         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10581         evaluation of gnus-extended-version to ensure correct generation of the
10582         User-Agent header when message-generate-headers-first is used.
10583
10584 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10585
10586         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10587         hashcash-path is nil.  Don't call callback with incorrect number of
10588         parameters if val is 0.
10589
10590 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10591
10592         * message.el (message-required-news-headers):
10593         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10594
10595 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10596
10597         * tls.el (open-tls-stream): In handshake-waiting loop,
10598         don't wait more if there is output available to process.
10599
10600 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10601
10602         * tls.el (tls-program): Doc fix.
10603
10604 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * message.el (message-generate-new-buffers): Change the meaning of the
10607         nil value; add `standard' to the choices; treat t as `unique'; improve
10608         doc string.
10609         (gnus-select-frame-set-input-focus): Autoload.
10610         (message-buffer-name): Search for the existing message buffer if
10611         message-generate-new-buffers is nil or `standard'; treat the value t of
10612         message-generate-new-buffers as `unique'.
10613         (message-pop-to-buffer): Raise the frame already displaying the message
10614         buffer; clear the echo area after querying.
10615         (message-setup): Pass the `continue' argument to compose-mail.
10616         (message-mail): Prefer `switch-function' if it is given; search for the
10617         existing message buffer if the `continue' argument is non-nil; pass
10618         continue and switch-function arguments to compose-mail by way of
10619         message-setup.
10620         (message-mail-other-window): Adjust argument of message-setup.
10621         (message-mail-other-frame): Ditto.
10622
10623 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10626         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10627         to turn font-lock on when turning gnus-message-citation-mode on.
10628
10629 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10630
10631         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10632         (mml-smime-function-alist): New variable; add epg as the backend.
10633         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10634         mml-smime- functions instead.
10635         * mm-view.el: Require smime.
10636
10637 2007-03-05  Didier Verna  <didier@xemacs.org>
10638
10639         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10640         instead of just inheritance for posting styles.
10641         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10642
10643 2007-02-24  Chris Moore  <dooglus@gmail.com>
10644
10645         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10646         * pgg-pgp.el (pgg-pgp-encrypt-region):
10647         * pgg-gpg.el (pgg-gpg-encrypt-region):
10648         Check pgg-encrypt-for-me if no other recipients.
10649
10650 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10651
10652         * tls.el (tls-certtool-program): Fix custom type.
10653
10654 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10657         and point-at-eol instead of line-(beginning|end)-position.
10658
10659         * assistant.el (assistant-parse-buffer): Ditto.
10660
10661         * netrc.el (netrc-parse-services): Ditto.
10662
10663 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10664
10665         * mml2015.el (mml2015-epg-find-usable-key): New function.
10666         (mml2015-epg-sign): Use it.
10667         (mml2015-epg-encrypt): Use it.
10668
10669 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * message.el (message-make-in-reply-to): Quote name containing
10672         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10673         if there are special characters.  Reported by NAKAJI Hiroyuki
10674         <nakaji@jp.freebsd.org>.
10675
10676 2007-02-27  Didier Verna  <didier@xemacs.org>
10677
10678         Include the group parameters as well as the topic ones in the
10679         inheritance filter process.
10680         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10681         argument GROUP-PARAMS-LIST.
10682         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10683
10684 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * nntp.el (nntp-never-echoes-commands)
10687         (nntp-open-connection-functions-never-echo-commands): New variables.
10688         (nntp-send-command): Use them.
10689
10690 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10691
10692         * mml2015.el (mml2015-epg-verify): Simplify.
10693
10694 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * mml.el (mml-content-disposition-alist): New user option.
10697         (mml-content-disposition): New function.
10698         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10699         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10700
10701 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10702
10703         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10704         verification.
10705
10706 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10707
10708         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10709         articles posted in the last 24 hours.
10710
10711 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10712
10713         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10714
10715 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10716
10717         * nntp.el (nntp-send-command): Don't wait for echoes when
10718         nntp-open-ssl-stream is used.
10719
10720 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10723         (gnus-message-add-citation-keywords)
10724         (gnus-message-remove-citation-keywords): Remove.
10725         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10726         directly, make the variables in font-lock-defaults buffer-local, add
10727         gnus-message-citation-keywords to them and then update the value of
10728         font-lock-keywords.
10729
10730 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * message.el (message-cite-original-1): Don't call
10733         gnus-article-highlight-citation.
10734
10735         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10736         citations; fix line count.
10737
10738 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10741         (gnus-message-add-citation-keywords)
10742         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10743         versions of font-lock-add-keywords and font-lock-remove-keywords to
10744         work with XEmacs correctly.
10745
10746 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * gnus-cite.el (gnus-cite-face-list): Set the values of
10749         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10750         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10751         (gnus-message-cite-prefix-regexp): New variable.
10752         (gnus-message-search-citation-line): Use it; protect against long
10753         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10754         the 0th match data for Emacs.
10755         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10756         (gnus-message-add-citation-keywords): Append keywords rather than
10757         prepending; emulate font-lock-add-keywords if it is not available.
10758         (gnus-message-remove-citation-keywords):
10759         Emulate font-lock-remove-keywords if it is not available.
10760
10761         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10762
10763         * message.el (message-cite-prefix-regexp): Set the value of
10764         gnus-message-cite-prefix-regexp.
10765
10766 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10767
10768         * nnweb.el (nnweb-google-parse-1): Update parser.
10769
10770 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10771
10772         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10773
10774 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10775
10776         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10777         regexp.
10778
10779 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10782         string-to-multibyte.
10783         (uudecode-decode-region-internal): Use it.
10784
10785         * lpath.el: Fbind string-as-multibyte for XEmacs.
10786
10787 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10790         Fix custom choice.
10791
10792         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10793
10794 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10795
10796         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10797
10798         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10799         `write-region' to respect `mm-inhibit-file-name-handlers'.
10800
10801 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10804         Use gnus-home-directory instead of "~/" or "$HOME".
10805
10806 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10807
10808         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10809         to mention filename.
10810         Add comments at beginning regarding usage.
10811         (encrypt-write-file-contents): Change interactive so a string is
10812         acceptable.  If the file has no associated model, show an error instead
10813         of a nonsense prompt.
10814
10815 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10816
10817         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10818         Thanks to Yoshihiko Yamada for kind notification of this typo.
10819
10820 2007-01-12  Kenichi Handa  <handa@m17n.org>
10821
10822         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10823         multibyte buffer.
10824
10825 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * gnus-score.el (gnus-score-fast-scoring): New variable.
10828         (gnus-score-headers): Use it.
10829
10830         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10831
10832         * message.el (message-cite-original-1):
10833         Call gnus-article-highlight-citation if requested.
10834         (message-make-from): Allow name and address as optional arguments.
10835
10836         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10837
10838         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10839         bugs to doc string.
10840         (gnus-button-alist): Add mid\\|message-id.
10841         (gnus-button-fetch-group): Extend for use in
10842         `browse-url-browser-function'.
10843         (gnus-button-url-regexp): Try to catch paired parentheses like in
10844         Wikipedia URLs.
10845
10846         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10847         Suggested by Simon Krahnke <overlord@gmx.li>.
10848
10849 2007-01-13  Romain Francoise  <romain@orebokech.com>
10850
10851         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10852         Update copyright.
10853
10854 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10855
10856         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10857
10858 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10859
10860         * gnus-registry.el (gnus-registry-unfollowed-groups)
10861         (gnus-registry-split-fancy-with-parent): Fix documentation.
10862
10863 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10866         from nnweb groups.
10867
10868 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10871         Xref urls.  Erase buffer before requesting head.
10872
10873         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10874
10875 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10878         customizable.
10879
10880 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10881
10882         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10883         no signing key is found.
10884         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10885         no encrypting and/or signing key is found.
10886
10887 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10890
10891 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10892
10893         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10894         headers read from disk with the ones newly found in the current search.
10895         This should no longer cause problems, because the article numbers in
10896         Gmane's `nov.php' output are ignored since the previous change.
10897
10898 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10899
10900         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10901
10902 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10905         replace-regexp-in-string; bind url-version; fbind display-images-p and
10906         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10907         find-face and set-itimer-function for Emacs; bind itimer-list for
10908         Emacs.
10909
10910         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10911
10912 2007-01-01  Romain Francoise  <romain@orebokech.com>
10913
10914         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10915
10916 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10917
10918         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10919         `define-minor-mode' macro definition expanded properly.
10920         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10921         exclude it there.
10922
10923         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10924         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10925         `fboundp' test.
10926         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10927         This is OK to autoload in (S)XEmacs now.
10928
10929 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10932         keystroke.
10933         (gnus-summary-limit-to-singletons): Fix typo.
10934
10935         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10936         else fails.
10937
10938 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10939
10940         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10941         docstring.
10942
10943         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10944         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10945         (gnus-summary-insert-dormant-articles): Fix typo in message.
10946
10947 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10950         nil for XEmacs.
10951         (gnus-message-citation-mode): Don't autoload in XEmacs.
10952
10953         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10954
10955 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10956
10957         * nnimap.el (nnimap-expunge-search-string):
10958         Mention nnimap-search-uids-not-since-is-evil in docstring.
10959
10960 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * spam.el: Revert to make-obsolete-variable because
10963         define-obsolete-variable-alias is not supported in Emacs 21.
10964
10965         * spam.el (spam-ifile-path, spam-ifile-database-path)
10966         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10967         make-obsolete-variable.
10968         (spam-bsfilter-path, spam-bsfilter-program)
10969         (spam-spamassassin-path, spam-spamassassin-program)
10970         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10971         Don't use "path" inappropriately.
10972         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10973         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10974         variable names.
10975
10976 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10977
10978         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10979         summary buffer.
10980
10981         * password.el (password-cache-remove): Use clear-string to burn
10982         password, if available.
10983
10984 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10987
10988         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10989
10990         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10991         (gnus-message-highlight-citation): Move defcustom here from
10992         gnus-cite.el.
10993         (gnus-message-citation-mode): Autoload.
10994
10995         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10996         checks to make it compile with XEmacs.
10997         (gnus-message-citation-mode): New minor mode.
10998         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10999         (gnus-message-highlight-citation): New variables.
11000         (gnus-message-search-citation-line)
11001         (gnus-message-add-citation-keywords)
11002         (gnus-message-remove-citation-keywords)
11003         (turn-on-gnus-message-citation-mode)
11004         (turn-off-gnus-message-citation-mode): New functions.
11005
11006 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11007
11008         * gnus-cite.el: Enable highlighting of different citation levels in
11009         message-mode.
11010
11011 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * message.el (message-make-fqdn): Fix comment.
11014         (message-bogus-system-names): Add ".local".
11015
11016         * spam.el (spam-ifile-path, spam-ifile-program)
11017         (spam-ifile-database-path, spam-ifile-database)
11018         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11019         Don't use "path" inappropriately.
11020         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11021         strings.
11022         (spam-check-ifile, spam-ifile-register-with-ifile)
11023         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11024         Use new variable names.
11025
11026         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11027         (gnus-treat-display-smileys): Simplify using
11028         gnus-image-type-available-p.
11029
11030         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11031         available.
11032
11033         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11034         Use `display-images-p' if available.
11035
11036 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11039         one after turning on the buffer's multibyteness instead of decoding
11040         them directly in the unibyte buffer that causes unexpected conversion
11041         in Emacs 23 (unicode).
11042
11043 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11044
11045         * message.el (message-generate-hashcash): Fix custom type.
11046
11047 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11050
11051 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11054         disconnect icons.  Add help text.
11055
11056 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11057
11058         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11059         negated to be consistent with the others we handle.
11060
11061 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11064         version of gnus-summary-buffer to something, so that we can use two
11065         article buffers at the same time.
11066
11067 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11068
11069         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11070         trigger all the extra headers.
11071         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11072         sorting.
11073
11074 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11075
11076         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11077         solid groups.
11078
11079 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11080
11081         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11082
11083 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * legacy-gnus-agent.el: Add Copyright notice.
11086
11087 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11088
11089         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11090
11091 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11094
11095         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11096         to make it work reliably in CVS Emacs.
11097         (gnus-summary-limit-strange-charsets-predicate)
11098         (gnus-summary-limit-to-predicate): New functions.
11099
11100 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11101
11102         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11103         specifying array size.
11104         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11105         array if it is too small.
11106         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11107         (gnus-sort-threads-loop): New function.
11108
11109 2006-12-06  Chris Moore  <dooglus@gmail.com>
11110
11111         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11112         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11113
11114 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11115
11116         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11117         options.
11118
11119 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11122         DOS-ing the recipient.
11123
11124         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11125         the headers when creating the mapping to avoid mismappings.
11126         (nnweb-gmane-create-mapping): Always nix out old mapping.
11127
11128 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11131         and mm-verify-option to never.
11132
11133 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * message.el (message-signed-or-encrypted-p): New function.
11136         (message-forward-make-body): Use it.
11137
11138         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11139         Replace encode-coding-string with mm-encode-coding-string.
11140
11141 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * nneething.el (nneething-decode-file-name):
11144         Replace decode-coding-string with mm-decode-coding-string.
11145
11146         * gnus-int.el (gnus-open-server): Say failed server's name.
11147
11148 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11149
11150         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11151         strings to a single string.  Quote `errors-file-name'.
11152         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11153         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11154         Adjust calls.  Use `shell-quote-argument'.
11155
11156 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11157
11158         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11159         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11160
11161         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11162         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11163         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11164         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11165         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11166         (gnus-subscribe-newsgroup, gnus-1):
11167         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11168         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11169         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11170         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11171
11172 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173
11174         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11175         keystroke.
11176         (gnus-summary-limit-to-bodies): Implement headersp.
11177
11178 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179
11180         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11181
11182 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11185
11186 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * message.el (message-generate-hashcash): Expand range of values to
11189         include `opportunistic'.
11190         (message-send-mail): Use it.
11191
11192 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11193
11194         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11195         and comment it.
11196
11197         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11198
11199 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * gnus-util.el (gnus-extract-address-components): Improve comment.
11202
11203 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-util.el (gnus-extract-address-components): Work with address in
11206         which the name portion contains @.
11207
11208         * lpath.el: Fbind custom-autoload.
11209
11210 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * gnus.el (gnus-start): Move custom group up.
11213         (gnus-select-method): Don't autoload, but make it available for
11214         `customize-variable'.
11215         (gnus-getenv-nntpserver): Don't autoload.
11216
11217 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11218
11219         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11220
11221 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * message.el (message-sendmail-extra-arguments): New variable.
11224         (message-send-mail-with-sendmail): Use it.
11225
11226 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11229         mm-with-unibyte-current-buffer to make string unibyte.
11230
11231         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11232         mm-string-as-multibyte.
11233
11234 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11235
11236         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11237         Reported by Werner Koch <wk@gnupg.org>.
11238
11239 2006-11-14  Daiki Ueno  <ueno@p360>
11240
11241         * mml2015.el: Autoload epa-select-keys when compiling.
11242
11243 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11244
11245         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11246         message-options.
11247         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11248
11249 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11250
11251         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11252         EasyPG (< 0.0.6).
11253         (mml2015-always-trust): New user option.
11254         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11255         prompt.
11256
11257 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * nntp.el (nntp-authinfo-force): New variable.
11260         (nntp-send-authinfo): Use it.
11261
11262 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11265         decode encoded words.  Improve prompt.  Add comment about forwarding.
11266         (message-replacement-char): Move up.
11267
11268 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11269
11270         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11271         instead of gnus-intersection because arguments of gnus-sorted-nunion
11272         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11273
11274 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11277         (message-simplify-subject-functions):
11278         Enable message-strip-subject-encoded-words by default.
11279
11280 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * message.el (message-strip-subject-encoded-words): New function.
11283         (message-simplify-subject-functions): New variable.
11284         (message-simplify-subject): Use it.  Fix typo in doc string.
11285         Support message-strip-subject-encoded-words.
11286
11287 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11288
11289         * gnus-diary.el (gnus-diary-delay-format-function):
11290         * nndiary.el (nndiary-reminders):
11291         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11292
11293 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * gnus-art.el (article-hide-boring-headers): Fetch date from
11296         gnus-original-article-buffer to avoid problems with localized date
11297         strings.
11298
11299 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11302
11303 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11306         New variables.
11307         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11308         (mm-charset-synonym-alist): Move some entries to
11309         mm-codepage-iso-8859-list.
11310         (mm-charset-synonym-alist, mm-charset-override-alist):
11311         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11312
11313 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11316
11317 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11320         with Emacs 21 and XEmacs.
11321
11322 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11323
11324         * spam.el (spam-parse-address): New function for better parsing,
11325         catching errors, etc.
11326         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11327
11328 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * mm-view.el: Add interactive arg to html2text autoload.
11331
11332 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11335
11336 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11339         New variables.
11340         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11341         (mm-charset-synonym-alist): Move some entries to
11342         mm-codepage-iso-8859-list.
11343
11344         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11345
11346 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * message.el (message-citation-line-format)
11349         (message-insert-formated-citation-line): Fix implementation of %E, %N
11350         and %n according to the doc string.
11351
11352 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11353
11354         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11355         Use car-safe to avoid bad parses.
11356
11357 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11360         names.
11361
11362         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11363
11364 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11367         header.
11368
11369         * message.el (message-draft-headers): Add Date.
11370         (message-headers-to-generate): Fix typo in docstring.
11371
11372         * nndraft.el (nndraft-required-headers): New variable.
11373         (nndraft-generate-headers): Use it.
11374
11375         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11376
11377 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11378
11379         * gnus-registry.el (gnus-registry-wash-for-keywords)
11380         (gnus-registry-find-keywords): New functions to allow easy searching of
11381         articles that are in the registry.
11382
11383 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11384
11385         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11386         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11387         Reported by Damien Elmes <damien@repose.cx>.
11388
11389 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * gnus.el (gnus-mime): Remove unused custom group.
11392
11393 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11394
11395         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11396         "blank line" when searching for end of armor headers.
11397
11398 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gmm-utils.el (gmm-write-region): Fix variable name.
11401
11402 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gmm-utils.el (gmm-write-region): New function based on compatibility
11405         code from `mm-make-temp-file'.
11406
11407         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11408
11409         * nnmaildir.el (nnmaildir--update-nov)
11410         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11411         Use `gmm-write-region'.
11412
11413 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11416         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11417
11418         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11419
11420         * message.el (message-replacement-char): New variable.
11421         (message-fix-before-sending): Use it.
11422         (message-simplify-subject): New function to remove duplicate code.
11423         (message-reply, message-followup): Use it.
11424
11425         * gnus-sum.el (gnus-summary-make-menu-bar):
11426         Clarify gnus-summary-limit-to-articles.
11427
11428 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gnus-util.el (gnus-with-local-quit): New macro.
11431
11432         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11433
11434 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11435
11436         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11437         ignore non-string data.
11438
11439 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11442         non-string data (needs to be done in the registry too).
11443
11444 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11445
11446         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11447         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11448         (gnus-registry-split-fancy-with-parent)
11449         (gnus-registry-fetch-simplified-message-subject-fast)
11450         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11451         Remove text properties on ingress into the registry and when it's saved.
11452         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11453         registry from entries with no groups.
11454
11455 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11456
11457         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11458         function to remove string properties.
11459
11460 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * gmm-utils.el (gmm): Adjust custom version.
11463
11464         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11465         Adjust custom version.
11466
11467         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11468
11469 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gnus-art.el (gnus-insert-prev-page-button)
11472         (gnus-insert-next-page-button): Simplify.  Reformat.
11473
11474 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11475
11476         * gnus-art.el (gnus-insert-prev-page-button)
11477         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11478
11479 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11480
11481         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11482
11483 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11484
11485         * gnus-art.el (gnus-insert-mime-button)
11486         (gnus-insert-mime-security-button):
11487         Apply gnus-article-button-face to MIME and security buttons.
11488
11489 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11492         readable.
11493
11494 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11497
11498 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11499
11500         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11501         `browse-url-of-file' instead of `browse-url'.
11502
11503 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11504
11505         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11506         regexp.  Articles containing quotation were cut prematurely.
11507
11508 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * message.el (message-cite-original-1): Use nobody by default for the
11511         value of From header.
11512         (message-reply): Ditto.
11513
11514 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11515
11516         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11517         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11518         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11519
11520 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11523         mails in the doc string.  Add some URLs in comment.
11524         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11525
11526 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11529         backslashes handling and the way to find boundaries of quoted strings.
11530
11531 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11532
11533         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11534         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11535         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11536         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11537
11538 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11541         doc string.
11542         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11543
11544 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * lpath.el: Fbind epg-check-configuration.
11547
11548 2006-09-06  Simon Josefsson  <jas@extundo.com>
11549
11550         * mml2015.el (mml2015-use): Doc fix, mention epg.
11551
11552 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11553
11554         * mml2015.el (mml2015-use): Default to epg, if available.
11555
11556 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11557
11558         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11559         message-sender.
11560         (mml1991-epg-encrypt): Ditto.
11561         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11562         message-sender.
11563         (mml2015-epg-encrypt): Ditto.
11564
11565 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11566
11567         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11568         several common directories.
11569
11570 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11571
11572         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11573         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11574
11575 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-art.el (article-decode-encoded-words): Make it fast.
11578
11579 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11582
11583         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11584         in quoted string into `\'.
11585
11586 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11589         Use standard-syntax-table.
11590
11591 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-art.el (gnus-decode-address-function): New variable.
11594         (article-decode-encoded-words): Use it to decode headers which are
11595         assumed to contain addresses.
11596         (gnus-mime-delete-part): Remove useless `or'.
11597
11598         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11599         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11600         (gnus-nov-parse-line): Use it to decode From header.
11601         (gnus-get-newsgroup-headers): Ditto.
11602         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11603
11604         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11605         (mail-decode-encoded-address-string): New alias.
11606
11607         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11608         New function.
11609         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11610         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11611         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11612         (rfc2047-decode-string): Ditto.
11613         (rfc2047-decode-address-region): New function.
11614         (rfc2047-decode-address-string): New function.
11615
11616 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * message.el (message-caesar-buffer-body): Allow rotating headers.
11619
11620         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11621
11622         * message.el (message-insert-formated-citation-line): Fix %f.
11623         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11624
11625 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11628         (gnus-bookmark-mouse-available-p): New macro.
11629         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11630         (gnus-bookmark-bmenu-show-infos): Use it.
11631         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11632         (gnus-bookmark-bmenu-hide-infos): Ditto.
11633         (gnus-bookmark-remove-properties): New function.
11634         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11635         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11636         (gnus-bookmark-write-file): Bind coding-system-for-write.
11637         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11638         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11639         group before selecting it.
11640         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11641         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11642         quit-window if it is not available; use gnus-mouse-2 and bind it to
11643         gnus-bookmark-bmenu-select-by-mouse.
11644         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11645         (gnus-bookmark-bmenu-select-by-mouse): New function.
11646
11647 2006-08-13  Romain Francoise  <romain@orebokech.com>
11648
11649         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11650         space.
11651
11652 2006-08-10  Romain Francoise  <romain@orebokech.com>
11653
11654         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11655         (dns-mode-soa-auto-increment-serial): New user option.
11656         (dns-mode-soa-maybe-increment-serial): New function.
11657         (dns-mode): Add the latter to `write-contents-functions'.
11658
11659 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * compface.el (uncompface): Use binary rather than raw-text-unix.
11662
11663 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * compface.el (uncompface): Make sure the eol conversion doesn't take
11666         place when communicating with the external programs.
11667         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11668
11669 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11672
11673 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11674
11675         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11676         Make it more robust by parsing author and date independently.
11677
11678 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11681
11682 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11683
11684         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11685         first matching secret key.
11686         (mml2015-epg-encrypt): Ditto.
11687
11688         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11689         first matching secret key.
11690         (mml1991-epg-encrypt): Ditto.
11691
11692         * mml2015.el (mml2015-encrypt-to-self): New user option.
11693         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11694         mml2015-epg-encrypt-to-self is set.
11695
11696         * mml1991.el (mml1991-encrypt-to-self): New variable.
11697         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11698         mml1991-epg-encrypt-to-self is set.
11699
11700         * mml2015.el (mml2015-signers): New user option.
11701         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11702         (mml2015-epg-encrypt): Allow to select signing keys.
11703
11704         * mml1991.el (mml1991-signers): New variable.
11705         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11706         (mml1991-epg-encrypt): Allow to select signing keys.
11707
11708 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * nnheader.el (nnheader-insert-head): Make it work even if the file
11711         uses CRLF for the line-break code.
11712
11713 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11714
11715         * mml2015.el: Require mml-sec instead of password.
11716         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11717         (mml2015-cache-passphrase): Inherit the default value from
11718         mml-secure-cache-passphrase.
11719         (mml2015-passphrase-cache-expiry): Inherit the default value from
11720         mml-secure-passphrase-cache-expiry.
11721
11722         * mml1991.el: Require mml-sec instead of password.
11723         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11724         (mml1991-cache-passphrase): Inherit the default value from
11725         mml-secure-cache-passphrase.
11726         (mml1991-passphrase-cache-expiry): Inherit the default value from
11727         mml-secure-passphrase-cache-expiry.
11728
11729         * mml-sec.el: Require password.
11730         (mml-secure-verbose): New user option.
11731         (mml-secure-cache-passphrase): New user option.
11732         (mml-secure-passphrase-cache-expiry): New user option.
11733
11734 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11735
11736         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11737         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11738         andreas@altroot.de (Andreas Vögele).
11739
11740         FIXME: Use `tiny change'?
11741
11742 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11743
11744         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11745         workaround for the url package included with Emacs.
11746
11747         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11748
11749 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11752         correctly.  This fixes a bug caused by the 2006-05-12 change.
11753
11754 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11755
11756         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11757         some information about the error when saying that the `bogus' mail
11758         group will be used.
11759
11760 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11763         string.
11764
11765 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11766
11767         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11768
11769 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11770
11771         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11772
11773 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11774
11775         * mml1991.el (mml1991-function-alist): Add epg.
11776         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11777         (mml1991-epg-encrypt): New functions.
11778
11779 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11780
11781         * mml2015.el (mml2015-verbose): New variable.
11782         (mml2015-cache-passphrase): Ditto.
11783         (mml2015-passphrase-cache-expiry): Ditto.
11784         (mml2015-function-alist): Add epg.
11785         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11786         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11787         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11788         New functions.
11789
11790 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11791
11792         * message.el (message-cite-original-1): Preserve region when removing
11793         quoted text due to X-No-Archive in order to avoid bogus attribution
11794         when citing multiple messages.
11795
11796 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11797
11798         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11799         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11800
11801 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gnus-diary.el (gnus-user-format-function-d)
11804         (gnus-user-format-function-D): Autoload.
11805
11806         * imap.el (Commentary): Fix typo.
11807
11808         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11809         2006-04-22 contribution.
11810
11811 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11812
11813         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11814         It didn't really fix the bogosity I'm seeing with solid web groups.
11815
11816 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11817
11818         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11819         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11820         created using server names.  If we use the feature without declaring
11821         it, Gnus does not properly manage server and group state.
11822
11823         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11824         bound.
11825
11826 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11827
11828         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11829         looking up the method using GROUP's prefix before inventing a new one.
11830         It is used on killed/unknown groups in various places where returning
11831         an all-new method isn't expected by the caller.
11832
11833         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11834         and match semantics of gnus-group-real-prefix.
11835
11836 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * nnmail.el (nnmail-broken-references-mailers): New variable.
11839         (nnmail-ignore-broken-references): New function generalizing
11840         nnmail-fix-eudora-headers.
11841         (nnmail-fix-eudora-headers): Now obsolete.
11842
11843         * gnus-art.el (gnus-button-handle-custom):
11844         Support `customize-apropos*'.
11845
11846 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11849
11850         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11851         articles.
11852
11853 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * message.el (message-cite-reply-above): New variable.
11856         (message-yank-original): Use it.
11857
11858 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11861
11862 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11865         as read.
11866
11867         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11868
11869 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11872         (gnus-bookmark-default-file): Use gnus-directory.
11873         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11874         Remove "*" in doc string.
11875         (gnus-bookmark-write-file): Simplify.
11876         (gnus-bookmark-maybe-sort-alist): Use `when'.
11877         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11878         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11879         Add FIXME about Emacs 21 and XEmacs compatibility.
11880         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11881         compatibility.
11882         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11883         compatibility.
11884         (gnus-bookmark-menu-heading): Fix version.
11885
11886 2006-06-19  Bastien Guerry  <bzg@altern.org>
11887
11888         * gnus-bookmark.el: New file.
11889
11890 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * message.el (message-syntax-checks): Doc fix.
11893
11894 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11895
11896         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11897         unsubscribed groups as if they were killed ones.  It causes duplicate
11898         entries in gnus-newsrc-alist.
11899
11900 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * message.el (message-syntax-checks): Doc fix.
11903         (message-send-mail): Add check for continuation headers.
11904         (message-check-news-header-syntax): Fix regexp used to check for
11905         continuation headers.
11906
11907 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11910
11911 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11914
11915 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11918         default-truncate-lines.
11919
11920 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11923         to fill the utf-8 entry.
11924
11925         * lpath.el: Fbind unicode-precedence-list.
11926
11927 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11928
11929         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11930
11931 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11932
11933         * gnus-agent.el (directory-files-and-attributes): Move all the way
11934         forward (the third and final move).
11935         (gnus-agent-read-agentview): Trap reconstruction errors due to
11936         nonexistent directory.  Handle by returning nil.
11937
11938 2006-05-30  Didier Verna  <didier@xemacs.org>
11939
11940         * message.el (message-dont-reply-to-names): Update the custom type.
11941         * message.el (message-dont-reply-to-names): New defsubst: potentially
11942         convert a list of regexps into a single one.
11943         * message.el (message-get-reply-headers): Use it.
11944         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11945
11946 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-agent.el (directory-files-and-attributes): Move forward.
11949
11950 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * gnus-ml.el (gnus-mailing-list-subscribe)
11953         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11954         (gnus-mailing-list-message): Fix doc strings.
11955
11956 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11957
11958         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11959         of doing it manually.
11960
11961 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11964         comment.
11965
11966 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11967
11968         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11969         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11970         (gnus-agent-read-local): All symbols allocated in my-obarray.
11971         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11972         (gnus-agent-regenerate-group): Check numeric names to see if they are
11973         messages or groups.
11974         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11975         better way of do this...)
11976
11977         * gnus-cache.el (gnus-agent-total-fetched-for):
11978         Ignore 'dummy.group' (there should be a better way of do this...)
11979
11980 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11983         (gnus-saved-headers): Ditto.
11984         (gnus-default-article-saver): Mention functions may have properties.
11985         (gnus-article-save): Override gnus-save-all-headers and
11986         gnus-saved-headers by :headers property which saver function may have.
11987         (gnus-summary-save-in-file): Add :headers property.
11988         (gnus-summary-write-to-file): Ditto.
11989
11990         * gnus-sum.el (gnus-summary-save-article): Bind
11991         gnus-prompt-before-saving to t when saving many articles in a file;
11992         always show all headers.
11993
11994         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11995
11996 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11999         marks.
12000
12001         * message.el (message-indent-citation): Add optional arguments to allow
12002         using it outside of message buffers.
12003
12004         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12005         (gnus-article-treat-unfold-headers): Use it.
12006         (gnus-article-truncate-lines): New variable.
12007         (gnus-article-mode): Use it.
12008         (gnus-article-toggle-truncate-lines): New function.
12009
12010         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12011         Add gnus-article-toggle-truncate-lines.
12012
12013         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12014         coding system in XEmacs, use binary.
12015
12016 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12019         after-load-alist.
12020
12021         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12022         this function should save decoded articles.
12023         (gnus-summary-write-to-file): Use property to specify this function
12024         should save decoded articles and specify gnus-summary-save-in-file
12025         should be used to save articles other than the first one when saving
12026         many articles.
12027         (gnus-summary-save-body-in-file): Use property to specify this
12028         function should save decoded articles.
12029         (gnus-summary-write-body-to-file): Use property to specify this
12030         function should save decoded articles and specify
12031         gnus-summary-save-body-in-file should be used to save articles other
12032         than the first one when saving many articles.
12033
12034         * gnus-sum.el (gnus-summary-save-article): Simplify.
12035
12036 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-art.el (gnus-default-article-saver):
12039         Add gnus-summary-write-body-to-file.
12040         (gnus-article-save-coding-system): Don't use coding system object
12041         in XEmacs.
12042         (gnus-read-save-file-name): Add optional `dir-var' argument which
12043         specifies directory in which files are saved; work even if optional
12044         `variable' argument is not specified.
12045         (gnus-summary-write-to-file): Read file name.
12046         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12047         (gnus-summary-write-body-to-file): New function.
12048
12049         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12050         (gnus-summary-local-variables): Add it.
12051         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12052         (gnus-summary-save-article): Remove optional `decode' argument;
12053         determine whether to decode articles by the value of
12054         gnus-default-article-saver; when saving many files using
12055         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12056         it first and use gnus-summary-save-in-file or
12057         gnus-summary-save-body-in-file thereafter unless
12058         gnus-prompt-before-saving is always; move point to article which
12059         will be saved.
12060         (gnus-summary-save-article-file): Revert.
12061         (gnus-summary-write-article-file): Revert.
12062         (gnus-summary-save-article-body-file): Revert.
12063         (gnus-summary-write-article-body-file): New function.
12064
12065 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus-art.el (gnus-default-article-saver): Doc fix.
12068         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12069         from gnus-summary-save-article-coding-system, and default to a
12070         certain coding system.
12071         (gnus-output-to-file): Add coding cookie and encode text according
12072         to gnus-article-save-coding-system; don't use mm-append-to-file.
12073
12074         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12075         gnus-art.el and rename to gnus-article-save-coding-system.
12076         (gnus-summary-save-article): Require gnus-art; don't show all
12077         headers if it decodes articles; don't add coding cookie here;
12078         don't bind mm-text-coding-system-for-write.
12079         (gnus-summary-save-article-file): Save decoded articles.
12080         (gnus-summary-write-article-file): When saving many files, use
12081         gnus-summary-write-to-file first and gnus-summary-save-in-file
12082         thereafter unless gnus-prompt-before-saving is always.
12083         (gnus-summary-save-article-body-file): Save decoded articles.
12084
12085         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12086
12087 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * nnrss.el (nnrss-check-group): Bind hash-index.
12090
12091 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12092
12093         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12094         its hash index.  Store this hash in `nnrss-group-data'.
12095         (nnrss-read-group-data): Update accordingly.
12096
12097 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12100         entry.
12101
12102         * gnus-sum.el (gnus-summary-make-menu-bar):
12103         Add gnus-article-browse-html-article.
12104
12105 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12106
12107         * gnus-sum.el (gnus-summary-mime-map):
12108         Add gnus-article-browse-html-article.
12109
12110         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12111
12112 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12115         suitable coding systems in customize.
12116
12117 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * mail-source.el (mail-sources): Fix custom type.
12120
12121 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12124         (gnus-summary-expire-articles-now): Shorten prompt.
12125
12126         * gmm-utils.el (wid-edit): Require.
12127         (defun-gmm): Rename from `gmm-defun-compat'.
12128         (gmm-image-search-load-path): Use it.
12129         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12130
12131 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-sum.el (gnus-summary-save-article-coding-system):
12134         New variable.
12135         (gnus-summary-save-article): Add optional `decode' argument.
12136         If it is set and gnus-summary-save-article-coding-system is non-nil,
12137         save decoded article.
12138         (gnus-summary-write-article-file): Save decoded article if
12139         gnus-summary-save-article-coding-system is non-nil.
12140
12141         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12142         type.
12143
12144 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12147
12148 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12151         first to test gnus-single-article-buffer which may be buffer-local.
12152
12153         * gnus-sum.el (gnus-summary-setup-buffer):
12154         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12155         group; make gnus-article-buffer, gnus-article-current, and
12156         gnus-original-article-buffer always buffer-local.
12157         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12158         group.
12159         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12160
12161 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * nnml.el (nnml-request-compact-group): Compressed files might not
12164         have .gz extension.
12165
12166 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12167
12168         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12169         (mm-copy-to-buffer): Use with-current-buffer.
12170         (mm-display-part): Simplify.
12171         (mm-inlinable-p): Add optional arg `type'.
12172
12173 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12174
12175         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12176         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12177         Try harder to show the attachment internally or externally using
12178         gnus-mime-view-part-as-type.
12179
12180 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * message.el (message-from-style, message-signature-separator)
12183         (message-user-organization-file, message-send-mail-function)
12184         (message-citation-line-function, message-yank-prefix)
12185         (message-indent-citation-function, message-signature)
12186         (message-signature-file, message-signature-insert-empty-line):
12187         Remove autoloads.
12188
12189         * gnus-art.el (gnus-buttonized-mime-types):
12190         Remove "multipart/signed".  Revert 2006-04-26 change.
12191
12192 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * gnus.el (gnus-version-number): Bump version.
12195
12196 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12197
12198         * gnus.el: No Gnus v0.5 is released.
12199
12200 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12201
12202         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12203         fetching articles by message-id.
12204
12205 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12206
12207         * message.el (hashcash): Require hashcash as normal.
12208
12209         * ecomplete.el (ecomplete-highlight-match-line):
12210         Use point-at-eol.
12211         (ecomplete-highlight-match-line): Use `highlight', because that
12212         face exists in both Emacs and XEmacs.
12213
12214         * message.el (message-display-abbrev): Use point-at-bol.
12215
12216         * mail-source.el: Don't require timer/timer-funcs.
12217
12218         * gnus-async.el: Ditto.
12219
12220         * password.el: Ditto.
12221
12222         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12223
12224         * mm-url.el: Ditto.
12225
12226         * gnus-xmas.el: Don't require timer-funcs.
12227
12228         * mm-util.el: Require timer/timer-funcs.
12229
12230 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12231
12232         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12233         Close.
12234
12235 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12238         unibyte after clear-decrypt function runs.
12239
12240         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12241         returns as a unibyte string.
12242
12243 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * lpath.el: Revert.
12246
12247         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12248         (pgg-gpg-process-sentinel): Revert.
12249
12250         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12251         (pgg-pgp-lookup-key): Revert.
12252
12253         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12254         (pgg-pgp5-lookup-key): Revert.
12255
12256         * pgg.el (pgg-fetch-key): Revert.
12257
12258 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * lpath.el: Fbind string-as-multibyte for XEmacs.
12261
12262         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12263         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12264         (mml1991-pgg-encrypt): Ditto.
12265
12266         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12267         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12268         a multibyte buffer.
12269
12270         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12271         (pgg-pgp-lookup-key): Ditto.
12272
12273         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12274         (pgg-pgp5-lookup-key): Ditto.
12275
12276         * pgg.el (pgg-fetch-key): Ditto.
12277
12278 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * message.el (message-user-organization-file): Check several
12281         locations of the organization file.
12282
12283         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12284         Add gnus-article-view-part-as-type.
12285
12286         * gnus-art.el (gnus-article-view-part-as-type): New function.
12287
12288         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12289         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12290
12291         * mml.el: Simplify autoload.
12292         (mml-mode): defvar dnd-protocol-alist instead of using
12293         symbol-value.
12294         (mml-default-directory): New variable.
12295         (mml-minibuffer-read-file): Use it.
12296         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12297
12298         * message.el (message-citation-line-format): New variable.
12299         (message-insert-formated-citation-line): New function.
12300         (message-citation-line-function):
12301         Add `message-insert-formated-citation-line' to custom type.
12302
12303         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12304         to doc string.
12305
12306         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12307         depending on mm-verify-option.
12308
12309 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12312         binding pgg-* variables; reimplement the section which prevents
12313         MIME header from being signed.
12314         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12315         pgg-text-mode; remove a blank line at the top of body.
12316
12317         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12318         lines at the top of body; use gnus-newsgroup-charset if there's no
12319         Charset header.
12320
12321 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * message.el (message-self-insert-commands): Doc fix.
12324
12325         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12326         (mm-uu-pgp-encrypted-test): Ditto.
12327         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12328         between header and body; return application/pgp-encrypted handle
12329         if decryption failed; decode decrypted body by charset.
12330
12331         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12332         element match to application/pgp-*.
12333
12334 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12335
12336         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12337         HTML.
12338
12339 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340
12341         * mail-source.el (mail-source-call-script): Message the error
12342         string.
12343
12344 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345
12346         * gnus-util.el (gnus-byte-compile): Use it.
12347
12348 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12349
12350         * gnus-util.el (kill-empty-logs): New function.
12351
12352 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12353
12354         * message.el (message-mail-alias-type): Doc fix.
12355         (message-mail-alias-type-p): New function.
12356         (message-send): Use it.
12357         (message-mode): Ditto.
12358         (message-strip-forbidden-properties): Ditto.
12359
12360         * ecomplete.el (ecomplete-database-file-coding-system):
12361         New variable.
12362         (ecomplete-save): Use it.
12363         (ecomplete-setup): Use it.
12364
12365 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * message.el (message-self-insert-commands): New variable.
12368         (message-strip-forbidden-properties): Use it.
12369
12370 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371
12372         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12373         that doesn't make XEmacs choke.
12374
12375 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * gnus-util.el (gnus-replace-in-string):
12378         Prefer replace-regexp-in-string over of replace-in-string.
12379
12380 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-util.el (gnus-select-frame-set-input-focus):
12383         Use select-frame-set-input-focus if it is available in XEmacs; use
12384         definition defined in Emacs 22 for old Emacsen.
12385
12386         * dgnushack.el: Autoload unmorse-region for XEmacs.
12387
12388         * lpath.el: Bind cursor-in-non-selected-windows and
12389         select-frame-set-input-focus for XEmacs.
12390
12391 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12394
12395 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12396
12397         * gnus-registry.el (gnus-registry-cache-save): Remove text
12398         properties when saving via the temp buffer.
12399
12400 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * message.el (message-generate-hashcash): Honor custom type.
12403
12404 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12405
12406         * message.el (message-generate-hashcash): Default to non-nil when
12407         hashcash is found.
12408
12409         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12410         (gnus-refer-thread-limit): Increase default to 500.
12411
12412         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12413
12414         * flow-fill.el (fill-flowed): Allow delete-space.
12415
12416 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12419         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12420         Remove autoloads.
12421
12422 2006-04-18  Simon Josefsson  <jas@extundo.com>
12423
12424         * message.el (message-generate-hashcash): Default to.
12425
12426 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12429         concatenating segments rather than before concatenating them.
12430
12431 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12434
12435 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12436
12437         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12438
12439         * message.el (message-forward-make-body-plain):
12440         Allow message-forward-ignored-headers to be a list.
12441         (message-remove-ignored-headers): Factor out into function.
12442         (message-forward-make-body-mml): Use it.
12443
12444         * imap.el (imap-quote-specials): New function.
12445         (imap-login-auth): Quote specials.
12446
12447         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12448         (rfc2231-parse-string): Allow concatanation of parameters that
12449         aren't contiguous.  The test case is
12450           (mail-header-parse-content-type "message/external-body;
12451             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12452             access-type=LOCAL-FILE;
12453             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12454
12455 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12456
12457         * nntp.el (nntp-accept-process-output): Return the value of
12458         `nnheader-accept-process-output'.
12459
12460 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12463         (gnus-button-alist): Recognize more diff formats.
12464         (gnus-button-patch): Strip directory.
12465
12466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12469         Emacs 22 when setting focus.
12470
12471 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12472
12473         * gnus-art.el (gnus-article-treat-types): Do treatment of
12474         text/x-verbatim parts.
12475         (gnus-button-patch): New command.
12476
12477         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12478         addresses that contain invalid characters.
12479
12480 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * message.el (message-put-addresses-in-ecomplete):
12483         Use gnus-replace-in-string.
12484         (message-is-yours-p): Use the more correct
12485         mail-header-parse-address instead of
12486         mail-extract-address-components.
12487         (message-put-addresses-in-ecomplete): Fix typo.
12488
12489         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12490         keystroke.
12491
12492         * gnus-art.el (gnus-treatment-function-alist): Change order of
12493         newsgroups/generic header folding to avoid double-folding.
12494
12495         * message.el (message-hidden-headers): Add X-Draft-From.
12496
12497         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12498         New command.
12499         (gnus-summary-repeat-search-article-backward): New command.
12500
12501         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12502         groups in the parent topic.
12503
12504 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12505
12506         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12507         (spam-extra-header-to-number): Return the CRM114 number as a
12508         number instead of a string.
12509
12510 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * gnus-art.el (gnus-face-properties-alist): Move here from
12513         gnus-fun.
12514
12515         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12516
12517 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * message.el (message-strip-forbidden-properties): Only display on
12520         self-insert-command.
12521
12522         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12523         reindent.
12524         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12525
12526 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12527
12528         * smiley.el (smiley-style): Fix typo.
12529
12530 2006-03-23  Kenichi Handa  <handa@m17n.org>
12531
12532         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12533         instead of set-buffer-multibyte.
12534
12535 2006-03-23  Kenichi Handa  <handa@m17n.org>
12536
12537         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12538         buffer and then decode the buffer text if necessary.
12539         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12540         first, and after mm-encode-body, change the buffer to unibyte.
12541
12542 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12543
12544         * hashcash.el (hashcash-insert-payment-async-2):
12545         Use message-goto-eoh instead of doing it manually.
12546         (mail-add-payment): Use message-narrow-to-header instead of trying
12547         to do the same itself.
12548
12549         * message.el (message-hidden-headers): Add Face.
12550
12551         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12552         reparenting code.
12553         (gnus-summary-reparent-children): Refactored out code.
12554         (gnus-summary-thread-map): New keystroke.
12555         (gnus-summary-reparent-children): Make into command.
12556
12557         * smiley.el (smiley-style): Default to `medium' if using a large
12558         font.
12559
12560         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12561         does it itself.
12562
12563         * message.el (message-point-in-header-p): Simplify definition.
12564
12565 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566
12567         * nnagent.el (nnagent-request-set-mark): Silence log file
12568         writing.
12569         (nnagent-request-set-mark): Use write-region instead of
12570         append-to-file.
12571
12572         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12573         strange select method.
12574
12575         * ecomplete.el (ecomplete-display-matches): Get highlightling
12576         right.
12577         (ecomplete-display-matches): Use literals.
12578         (ecomplete-display-matches): Disable message logging.
12579
12580         * message.el (message-display-abbrev): Small optimization.
12581
12582         * ecomplete.el (ecomplete-display-matches): Allow automatic
12583         display.
12584
12585         * message.el (message-strip-forbidden-properties):
12586         Display abbrevs.
12587         (message-display-abbrev): Get automatic display right.
12588
12589         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12590         keystrokes.
12591
12592 2006-04-13  Romain Francoise  <romain@orebokech.com>
12593
12594         TODO: Backport to v5-10!
12595
12596         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12597         Move here (and rename) from gnus-registry.el.
12598
12599         * gnus-registry.el: Require gnus-util.
12600         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12601
12602 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12603
12604         * gnus-group.el (gnus-group-catchup-current):
12605         Change if-then-else-if-then-else into cond.
12606         (gnus-group-catchup): Indent.
12607         (group-name-at-point): New function.
12608         (gnus-fetch-group): Provide default from thing at point.
12609
12610 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12611
12612         * message.el (message-display-abbrev): Fix regexp.
12613
12614         * ecomplete.el (ecomplete-highlight-match-line):
12615         Reimplement choosing.
12616         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12617         dead variables.
12618
12619         * message.el (message-newline-and-indent): Remove debugging.
12620         (message-display-abbrev): Use new implementation.
12621
12622 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-art.el (gnus-article-mode):
12625         Set cursor-in-non-selected-windows to nil.
12626
12627         * smiley.el: Revert previous change.
12628         (smiley-data-directory): defvar it before using it in the
12629         defcustom of `smiley-style'.
12630
12631 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632
12633         * message.el (message-newline-and-indent): New function.
12634
12635         * ecomplete.el: Implement more bits.
12636
12637         * message.el (message-put-addresses-in-ecomplete): Clean up the
12638         string.
12639
12640         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12641
12642         * gnus-sum.el (gnus-summary-save-parts):
12643         Bind gnus-summary-save-parts-counter and use it to make unique file
12644         names.
12645
12646         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12647
12648         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12649         parameter to say whether to actually parse the individual
12650         addresses.
12651
12652         * message.el (message-put-addresses-in-ecomplete): New function.
12653         (ecomplete): Require.
12654         (message-mail-alias-type): Add ecomplete as an option.
12655
12656 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12657
12658         * flow-fill.el (fill-flowed): Remove trailing space from blank
12659         quoted lines.
12660
12661 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12662
12663         * smiley.el (smiley-style): Move definition later to avoid a
12664         compilation warning.
12665
12666 2006-04-12  Kenichi Handa  <handa@m17n.org>
12667
12668         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12669         buffer and then decode the buffer text if necessary.
12670         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12671         first, and after mm-encode-body, change the buffer to unibyte.
12672         Use mm-disable-multibyte instead of set-buffer-multibyte.
12673
12674 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12677         Content-Type header instead of Content-Disposition header.
12678         (gnus-mime-inline-part): Ditto.
12679         (gnus-mime-view-part-as-charset): Ignore charset that the part
12680         specifies.
12681
12682         * mm-decode.el (mm-display-part): Work with external parts and
12683         usual parts similarly.
12684
12685         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12686         instead of gnus-display-mime.
12687
12688         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12689         instead of with-temp-buffer.
12690
12691         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12692         tag to summarized topics part in order to encode non-ASCII text.
12693
12694 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * smiley.el (smiley-style): New variable.
12697         (smiley-directory): New function.
12698         (smiley-data-directory): Derive from `smiley-style' using
12699         `smiley-directory'.
12700         (smiley-regexp-alist): Add new entries.
12701
12702         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12703         (gnus-article-browse-delete-temp): Add :version.
12704
12705 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12706
12707         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12708         the sieve region.
12709
12710 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12711
12712         * gnus.el (gnus-version-number): Bump version.
12713
12714 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * gnus.el: No Gnus v0.4 is released.
12717
12718 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719
12720         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12721         layout.
12722
12723         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12724         unknown charset.
12725
12726         * message.el (message-header-synonyms): Add Original-To to the
12727         default.
12728
12729         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12730         optional parameter.
12731
12732 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * gnus-fun.el (gnus): Require it for gnus-directory.
12735
12736 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12739
12740 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12741
12742         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12743
12744 2006-04-05  Simon Josefsson  <jas@extundo.com>
12745
12746         * password.el (password-reset): New function.
12747
12748 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12749
12750         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12751         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12752
12753 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12754
12755         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12756         Some whitespace was matched into the url, which broke browsing hits
12757         > 100 when mm-url-use-external was nil.
12758
12759 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12762         Check gnus-extra-headers for 'Newsgroups.
12763
12764         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12765         bound.
12766
12767 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12768
12769         * pgg-gpg.el: Clean up process buffers every time gpg processes
12770         complete.
12771
12772 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12775         doc string.
12776
12777 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12778
12779         * pgg-gpg.el (pgg-gpg-process-filter)
12780         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12781
12782         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12783         lines, temporary fix.
12784
12785 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12786
12787         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12788
12789 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12790
12791         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12792         default-enable-multibyte-characters.  This reverts the change from
12793         revision 6.17 which is no longer necessary because the passphrase
12794         is sent separately now.  GnuPG messages are unreadable under
12795         multibyte locales with default-enable-multibyte-characters set to
12796         nil.
12797
12798 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * message.el (message-tool-bar-gnome): Move "spell".
12801
12802 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12805         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12806         instead.
12807
12808 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12809
12810         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12811         Improve newsgroups handling for NNTP overviews which don't include
12812         Newsgroups.
12813
12814 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12815
12816         * message.el (message-resend): Bind message-generate-hashcash to nil.
12817
12818 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12819
12820         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12821         when searching for already-paid recipients.
12822
12823 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12824
12825         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12826         passphrases when it is not needed.
12827         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12828         passphrase stuff from gpg, should only be necessary when you use
12829         gpg with a smartcard.
12830
12831 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * mml.el (mml-insert-mime): Ignore cached contents of
12834         message/external-body part.
12835
12836         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12837         (mm-insert-part): Ditto.
12838
12839 2006-03-23  Simon Josefsson  <jas@extundo.com>
12840
12841         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12842         Reiner.
12843         (pgg-gpg-use-agent-p): Use it again.
12844
12845 2006-03-23  Simon Josefsson  <jas@extundo.com>
12846
12847         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12848         older emacsen.
12849         (pgg-gpg-use-agent-p): Don't use it.
12850
12851 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12854         if we can.
12855
12856 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12857
12858         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12859         (pgg-gpg-update-agent): New function.
12860         (pgg-gpg-use-agent-p): New function.
12861         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12862         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12863         (pgg-gpg-sign-region): Use it.
12864
12865 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12868         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12869
12870 2006-03-21  Simon Josefsson  <jas@extundo.com>
12871
12872         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12873         <wilde@sha-bang.de>.
12874         (pgg-gpg-use-agent): New variable.
12875         (pgg-gpg-process-region): Use it.
12876         (pgg-gpg-encrypt-region): Likewise.
12877         (pgg-gpg-encrypt-symmetric-region): Likewise.
12878         (pgg-gpg-decrypt-region): Likewise.
12879         (pgg-gpg-sign-region): Likewise.
12880         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12881
12882 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12885
12886         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12887         Add comment on version.
12888
12889 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * smiley.el: Add missing test smiley.
12892
12893 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * mm-decode.el (mm-with-part): New macro.
12896         (mm-get-part): Use it; work with message/external-body as well.
12897         (mm-save-part): Treat name and filename equally.
12898
12899         * mm-extern.el (mm-extern-cache-contents): New function.
12900         (mm-inline-external-body): Use it; force the part to be displayed;
12901         move undisplayer added to the cached handle to the parent.
12902
12903         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12904         (gnus-mime-view-part-as-type): Work with message/external-body.
12905
12906         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12907
12908 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12911         images in image-load-path.  [Sync with image.el, revision 1.60, in
12912         Emacs.]
12913
12914 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12917         path rather than symbol.  Always return list of directories.
12918         Guarantee that image directory comes first.  [Sync with image.el,
12919         revision 1.59, in Emacs.]
12920
12921         * message.el (message-make-tool-bar): Adjust to new API of
12922         `gmm-image-load-path-for-library'.
12923
12924         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12925
12926         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12927
12928 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12929
12930         * gnus-art.el (gnus-article-only-boring-p):
12931         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12932         intangible text.
12933         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12934
12935 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12938         Use `defun' instead of `gmm-defun-compat'.
12939
12940 2006-03-14  Simon Josefsson  <jas@extundo.com>
12941
12942         * message.el (message-unique-id): Don't use message-number-base36
12943         if (user-uid) is a float.
12944         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12945
12946 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12949
12950         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12951         empty line between a part and a message part.
12952
12953 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * smiley.el: Add more test smileys.
12956         (smiley-data-directory, smiley-regexp-alist)
12957         (gnus-smiley-file-types): Fix doc strings.
12958         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12959         adding new elements.
12960         (smiley-mouse-map): Unused code.  Make it a comment.
12961
12962 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12965         scan latest NoCeM messages instead of old ones.
12966         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12967         delimiters that are recently used.
12968         (gnus-nocem-load-cache): Add autoload cookie.
12969
12970         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12971
12972         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12973         level which is larger than gnus-use-nocem is specified.
12974
12975         * gnus-group.el (gnus-group-get-new-news): Ditto.
12976
12977 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * gnus-util.el (gnus-tool-bar-update): New function.
12980
12981         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12982         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12983
12984         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12985
12986         * gnus-group.el (gnus-group-redraw-when-idle)
12987         (gnus-group-redraw-check): Remove.
12988         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12989
12990 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12993         if optional last element is specified in splits (FIELD VALUE...).
12994
12995 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12998         to gmm-image-load-path-for-library.  Call with no-error argument.
12999         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13000
13001         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13002
13003         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13004
13005         * gmm-utils.el (gmm-image-load-path): Remove alias.
13006
13007 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * gmm-utils.el (gmm-image-load-path): Add alias.
13010
13011         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13012         nnml-generate-nov-databases-1.
13013         (nnml-generate-nov-databases): Use it.
13014         (nnml-generate-nov-databases-directory): Document no-active
13015         argument.
13016
13017         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13018         directory if path is t.  Add no-error.
13019
13020         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13021         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13022
13023         * gnus-art.el (gnus-article-browse-delete-temp-files):
13024         Simplify resetting gnus-article-browse-html-temp-list.
13025
13026         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13027         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13028         Add example to docstring.  Rename local variables.  Move error
13029         checks to default case in cond and simplify.
13030
13031 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13034         handle is multipart when calling it recursively.
13035         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13036
13037 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13038
13039         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13040         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13041
13042 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13045         is loaded.
13046
13047         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13048         loaded.
13049
13050 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13053         to "Emacs 23 (unicode)" in doc string.
13054
13055         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13056         "Emacs 23 (unicode)" in comment.
13057
13058 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13061
13062         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13063         characters 160 through 255 in Emacs 23.
13064
13065 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13068         gnus-article-browse-html-temp.
13069         (gnus-article-browse-delete-temp): Make it customizable.
13070         Add `file'.  Adjust doc string.
13071         (gnus-article-browse-delete-temp-files): Add argument.
13072         Allow query for each file.  Adjust doc string.
13073         (gnus-article-browse-html-parts):
13074         Add `gnus-article-browse-delete-temp-files' to
13075         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13076
13077 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13078
13079         * gnus-art.el (gnus-article-browse-html-temp)
13080         (gnus-article-browse-delete-temp): New variables.
13081         (gnus-article-browse-delete-temp-files): New function.
13082         (gnus-article-browse-html-parts): Use it.
13083
13084 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13087
13088         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13089         string.
13090
13091         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13092         gnus-summary-insert-new-articles when unplugged.
13093         Remove gnus-summary-search-article-forward.
13094
13095         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13096         display-visual-class instead of display-color-cells.
13097
13098 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * dgnushack.el: Autoload customize-group for XEmacs.
13101
13102         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13103         message/* containing non-ASCII text properly.
13104
13105 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * message.el: Require gmm-utils, remove autoloads.
13108         (message-tool-bar): Set default based on
13109         gmm-tool-bar-style.
13110         (message-tool-bar-gnome): Add gmm-customize-mode.
13111
13112         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13113         gmm-tool-bar-style.
13114         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13115
13116         * gnus-group.el (gnus-group-tool-bar): Set default based on
13117         gmm-tool-bar-style.
13118         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13119
13120         * gmm-utils.el (gmm-image-directory): Rename variable from
13121         gmm-image-load-path.
13122         (gmm-image-load-path): Use gmm-image-directory.
13123         (gmm-customize-mode): New function.
13124         (gmm-tool-bar-style): New variable.
13125
13126         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13127         gnus-group-redraw-line-number.
13128         (gnus-group-redraw-check): Simplify.
13129         (gnus-group-tool-bar-update): Remove redraw check.
13130         (gnus-group-make-tool-bar): Add redraw check.
13131
13132 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13133
13134         * gnus-art.el (gnus-button): Add missing parentheses.
13135
13136 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * lpath.el: Fbind line-number-at-pos.
13139
13140 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13143
13144 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-art.el (gnus-button): New face.
13147         (gnus-article-button-face): Use it.
13148
13149         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13150         Add gnus-summary-next-page.  Re-order.
13151
13152         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13153         next-node are now included.
13154         (gnus-group-redraw-line-number): New internal variable.
13155         (gnus-group-redraw-check): Helper function for updating the tool
13156         bar.
13157         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13158
13159         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13160
13161         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13162         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13163         Use it to match format of Spamassassin 3.0 and later.
13164         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13165         (spam-check-bogofilter)
13166         (spam-bogofilter-register-with-bogofilter): Fix args of
13167         `gnus-error' calls.
13168
13169 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13172         unnecessary interaction when sending queued mails.
13173         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13174
13175 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13178         first or last are nil.
13179
13180 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13181
13182         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13183
13184 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13185
13186         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13187
13188 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13189
13190         * dns.el (query-dns): Protect more against buggy tcp output.
13191
13192 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13195         nov.php.
13196
13197 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13198
13199         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13200         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13201         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13202         output on the server side.
13203         (nnweb-google-create-mapping): Update regexps and add some
13204         progress indication.
13205
13206 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gnus-group.el (gnus-group-tool-bar-gnome):
13209         Fix gnus-agent-toggle-plugged.  Re-order icons.
13210         (gnus-group-tool-bar-gnome):
13211         Add gnus-group-{prev,next}-unread-group.
13212         (gnus-group-tool-bar-gnome): Re-order icons.
13213
13214         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13215         Move gnus-summary-insert-new-articles.
13216
13217         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13218         Fix comments.
13219
13220         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13221         also available in Emacs 21.3.
13222
13223         * message.el (message-fix-before-sending): Change "Emacs 22" to
13224         "Emacs 23 (unicode)" in comment.
13225
13226         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13227         "Emacs 23 (unicode)" in comment.
13228
13229         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13230         comment.
13231         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13232
13233         * mm-view.el (mm-fill-flowed): Add :version.
13234
13235 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13238         and load-path.
13239
13240 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * message.el: Autoload gmm-image-load-path.
13243         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13244         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13245         consitency.
13246
13247         * gmm-utils.el (gmm-image-load-path): Also search in
13248         "../etc/images".  Don't set gmm-image-load-path if we don't find
13249         the image.
13250
13251 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gmm-utils.el (gmm-image-load-path): Don't make
13254         `gmm-image-load-path' include subdirectories which the second arg
13255         `image' might specify.
13256
13257         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13258         subdirectory to icon file names.
13259
13260         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13261
13262 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13263
13264         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13265         gmm-image-load-path calls.
13266
13267         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13268
13269         * message.el (message-make-tool-bar): Ditto.
13270
13271         * mml.el (mml-preview): Add comment concerning tool bar icons.
13272
13273         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13274         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13275
13276         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13277         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13278
13279         * message.el (message-tool-bar-gnome): Use new icon names.
13280         (message-make-tool-bar): Use `gmm-image-load-path'.
13281
13282         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13283         New functions from MH-E.
13284         (gmm-image-load-path): New variable from MH-E.
13285         (gmm-image-load-path): New function from MH-E.  Add arguments
13286         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13287         *-image-load-path-called-flag.
13288
13289 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13290
13291         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13292
13293 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13294
13295         * nnimap.el (nnimap-request-move-article): Change folder back to
13296         source group before deleting.
13297
13298 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13301
13302         * gnus-art.el (mm-url-insert-file-contents-external):
13303         Autoload mm-url.
13304
13305         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13306
13307 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13310         coding system which mm-charset-to-coding-system returns for a
13311         given charset is valid.
13312
13313 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13314
13315         * html2text.el (html2text-remove-tag-list):
13316         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13317
13318 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13319
13320         * gnus-cus.el: Revert 2005-10-17 change.
13321
13322 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-art.el (article-strip-banner):
13325         Call article-really-strip-banner only when the regexp match is made.
13326
13327 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-art.el (article-strip-banner):
13330         Use gnus-extract-address-components instead of
13331         mail-header-parse-addresses to make it work with non-ASCII text;
13332         remove mail-encode-encoded-word-string.
13333
13334         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13335         values which are surrounded with \"...\"; make it never cause a
13336         Lisp error; give up parsing of parameters if it failed in
13337         extracting type.
13338
13339 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13340
13341         * smime.el (smime-cert-by-ldap-1): Fix bug where
13342         `smime-ldap-search' returns results without userCertificates.
13343
13344 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13347
13348 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * spam.el (spam-check-spamassassin-headers): Adapt format for
13351         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13352         <ari@mbf.ocn.ne.jp>.
13353         (spam-list-of-processors): Add spam-use-gmane.
13354
13355 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13358         make-temp-file; make it work with XEmacs as well.
13359
13360         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13361         mm-make-temp-file.
13362
13363         * mm-decode.el (mm-display-external): Use the 3rd arg of
13364         mm-make-temp-file.
13365         (mm-create-image-xemacs): Ditto.
13366
13367 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13370         with message-narrow-to-headers.
13371         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13372         (gnus-draft-check-draft-articles): New function.
13373         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13374
13375 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gnus-art.el (gnus-article-browse-html-parts):
13378         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13379         Don't use suffix argument for mm-make-temp-file for Emacs 21
13380         compatibility.  Remove useless `format'.
13381
13382 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13383
13384         * nnweb.el (nnweb-google-wash-article): Update regexps.
13385         (nnweb-group-alist): Use defvoo instead of defvar.
13386
13387 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13390         re-loading nn* modules.
13391
13392 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13395         for `tool-bar-mode' and don't check it's default-value.
13396
13397         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13398
13399         * message.el (message-make-tool-bar): Ditto.
13400
13401         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13402         `substring'.  Shorten tmp-file name.
13403
13404         * gnus.el: Remove bogus comment.
13405
13406 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13407
13408         * gnus-art.el (gnus-article-browse-html-parts): New function.
13409         (gnus-article-browse-html-article): New function for viewing html
13410         articles with a browser.
13411
13412 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13413
13414         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13415         in elisp.
13416         (pgg-gpg-encrypt-symmetric-region): Ditto.
13417         (pgg-gpg-sign-region): Ditto.
13418
13419         * pgg-def.el (pgg-text-mode): New variable.
13420
13421         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13422         (mml2015-pgg-encrypt): Ditto.
13423
13424         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13425         (mml1991-pgg-encrypt): Ditto.
13426
13427 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * nnfolder.el (nnfolder-insert-newsgroup-line):
13430         Use message-make-date instead of current-time-string.
13431
13432         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13433         to gnus-decoded which mm-uu might set.
13434
13435 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13438         don't decode quoted parameters; remove misimported Emacs code.
13439         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13440         (rfc2231-decode-encoded-string): Don't use split-string which
13441         behaves differently according to Emacs version; use
13442         mm-decode-coding-region to convert charset to coding-system.
13443         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13444         (rfc2231-encode-string): Remove misimported Emacs code.
13445
13446 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13449         when calling mail-header-parse-content-type.
13450         (article-de-quoted-unreadable): Ditto.
13451         (article-de-base64-unreadable): Ditto.
13452         (article-wash-html): Ditto.
13453
13454         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13455         calling mail-header-parse-content-type and
13456         mail-header-parse-content-disposition.
13457         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13458         mail-header-parse-content-type.
13459
13460         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13461         insert charset and format parameters; encode description after
13462         inserting it to buffer.
13463         (mml-insert-parameter): Fold lines properly even if a parameter is
13464         segmented into two or more lines; change the max column to 76.
13465
13466         * rfc1843.el (rfc1843-decode-article-body): Don't use
13467         ignore-errors when calling mail-header-parse-content-type.
13468
13469         * rfc2231.el (rfc2231-parse-string): Return at least type if
13470         possible; don't cause an error even if it fails in parsing of
13471         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13472         (rfc2231-encode-string): Don't break lines at the beginning, leave
13473         it to mml-insert-parameter.
13474
13475         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13476         calling mail-header-parse-content-type.
13477
13478 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13479
13480         * spam-report.el (spam-report-gmane-use-article-number):
13481         Improve doc string.
13482         (spam-report-gmane-internal): Check if a suitable header was found
13483         in the article.
13484
13485 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13488         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13489
13490 2006-02-05  Romain Francoise  <romain@orebokech.com>
13491
13492         Update copyright notices of all files in the gnus directory.
13493
13494 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13495
13496         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13497
13498 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13501         segmented lines of parameter value to cope with Thunderbird 1.5
13502         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13503         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13504         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13505
13506 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13507
13508         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13509         parts.
13510
13511 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13512
13513         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13514         there's only one active file for all servers.
13515         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13516         solid groups.  Gnus might have used a FAST request to select the group.
13517         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13518         and nnweb-search redundantly in the active file.
13519         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13520         (nnweb-request-create-group): Don't use ARGS.
13521         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13522         initialisations.  Let nnoo do the work.
13523
13524 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13527         Say the part has been decoded.
13528
13529         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13530
13531 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13532
13533         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13534         mailcap-viewer-test-cache when there's no 'test clause, since that
13535         will invert the meaning of a "nil" test previously determined by
13536         mailcap-mailcap-entry-passes-test.
13537
13538 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13541         compiling.
13542
13543         * gnus-sum.el: Ditto.
13544
13545         * message.el: Don't bind tool-bar-map when compiling.
13546
13547 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13550
13551 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13552
13553         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13554         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13555         current Google Groups.
13556
13557 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13560         and tool-bar-mode.
13561
13562         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13563         and tool-bar-mode.
13564
13565         * message.el (message-tool-bar-update): Simplify.
13566         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13567
13568         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13569         gnus-summary-buffer.
13570         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13571         gnus-summary-reply.
13572
13573         * gmm-utils.el (gmm): Add :version.
13574
13575 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * Makefile.in (clean): New rule.
13578         (distclean): Use it.
13579
13580 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13581
13582         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13583         Don't autoload.
13584
13585 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gmm-utils.el (gmm-verbose): Add :group.
13588
13589 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * message.el: Change some comments WRT tool-bars.
13592
13593         * gnus-sum.el (gnus-summary-tool-bar)
13594         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13595         (gnus-summary-tool-bar-zap-list): New variables.
13596         (gnus-summary-make-tool-bar): Complete rewrite using
13597         `gmm-tool-bar-from-list'.
13598
13599         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13600         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13601         New variables.
13602         (gnus-group-make-tool-bar): Complete rewrite using
13603         `gmm-tool-bar-from-list'.
13604         (gnus-group-tool-bar-update): New function.
13605
13606         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13607
13608 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13611         is dissected into a single part of which the type is the same as
13612         the given one; decode charset.
13613
13614 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13615
13616         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13617         into alists as symbol not string, since that's what
13618         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13619         look for.
13620
13621 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13624         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13625
13626         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13627
13628 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13631         (gnus-xmas-mime-security-button-menu): New function.
13632
13633         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13634         (gnus-mime-security-button-menu): New definition.
13635         (gnus-mime-security-button-map): Use them.
13636         (gnus-mime-security-button-menu): New function.
13637         (gnus-insert-mime-security-button): Addition to help echo.
13638         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13639         (gnus-mime-security-pipe-part): New functions.
13640
13641         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13642         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13643
13644         * mm-decode.el (mm-handle-set-disposition): Remove.
13645         (mm-handle-set-description): Remove.
13646
13647 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13650         (mm-w3m-standalone-supports-m17n-p): New function.
13651         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13652         w3m usage.
13653
13654         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13655         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13656
13657 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * message.el (message-tool-bar-zap-list):
13660         Use gmm-tool-bar-zap-list as custom type.
13661         (message-tool-bar-update): New function.
13662         (message-tool-bar, message-tool-bar-gnome)
13663         (message-tool-bar-retro): Add message-tool-bar-update.
13664         (message-tool-bar-gnome): Add flyspell-buffer.
13665
13666         * gnus-util.el (gnus-error): Describe `args'.
13667
13668         * gmm-utils.el (gmm-error): Describe `args'.
13669         (gmm-tool-bar-zap-list): New widget.
13670         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13671
13672 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13675         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13676         the number of recursive calls.
13677
13678         * mm-decode.el (mm-handle-set-disposition): New macro.
13679         (mm-handle-set-description): New macro.
13680
13681 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13684         encoding.
13685
13686 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13687
13688         * message.el (message-tool-bar-zap-list, message-tool-bar)
13689         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13690         (message-tool-bar-local-item-from-menu): Remove.
13691         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13692         (message-make-tool-bar): New function.
13693         (message-mode): Use `message-make-tool-bar'.
13694
13695         * gmm-utils.el: New file.
13696         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13697         (gmm-lazy): New widget copied from `nnmail.el'.
13698         (gmm-tool-bar-from-list): New function for creating customizable
13699         tool bars.
13700         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13701         output.
13702         (gmm): Add :prefix to defgroup.
13703
13704 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13705
13706         * gmm-utils.el (gmm-widget-p): New function.
13707
13708 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * mml.el (mml-attach-file): Describe `description' in doc string.
13711         (mml-menu): Add Emacs MIME manual and PGG manual.
13712
13713 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13714
13715         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13716
13717 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13718
13719         * nntp.el (nntp-end-of-line): Doc fix.
13720
13721 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13722
13723         * imap.el (imap-open): Handle case where buffer is a buffer
13724         object.
13725
13726 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13727
13728         * gnus-delay.el (gnus-delay): Don't autoload.
13729         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13730         to be re-loaded when customizing the `gnus-delay' group.
13731
13732 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13733
13734         * message.el (message-insert-citation-line): Use newlines.
13735
13736 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13737
13738         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13739         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13740         these routines, so the passphrase can be managed externally and
13741         passed in to the system.
13742         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13743         pgg-add-passphrase-to-cache function.
13744
13745         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13746         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13747         these routines, so the passphrase can be managed externally and
13748         passed in to the system.
13749         (pgg-pgp5-sign-region): Use new name of
13750         pgg-add-passphrase-to-cache function.
13751
13752 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13753
13754         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13755         part of the decoded armor to find the key-identifier.
13756         (pgg-gpg-lookup-key-owner): New function to return the
13757         human-readable identifier of a key owner.
13758         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13759         itself.
13760         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13761         the key value) if we have a key and can match it against a secret
13762         key.  Also, added a note pointing out fact that the prompt only
13763         indicates the first matching key.
13764
13765         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13766         pgg-decrypt-region.
13767         (pgg-add-passphrase-to-cache): Rename from
13768         `pgg-add-passphrase-cache' to reduce confusion (all callers
13769         changed).
13770         (pgg-remove-passphrase-from-cache): Rename from
13771         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13772         changed).
13773         (pgg-read-passphrase, pgg-add-passphrase-cache)
13774         (pgg-remove-passphrase-cache): Add informative docstrings.
13775         (pgg-decrypt): Convey provided passphrase in subordinate call to
13776         pgg-decrypt-region.
13777
13778 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13779
13780         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13781         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13782         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13783         'passphrase' argument, so the passphrase can be managed externally
13784         and then passed in to the system.
13785
13786         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13787         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13788         so the passphrase cache can be used reliably with identifiers
13789         besides a pgp packet's key id.
13790
13791         * pgg-gpg.el (pgg-gpg-encrypt-region)
13792         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13793         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13794         these routines, so the passphrase can be managed externally and
13795         passed in to the system.
13796
13797         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13798         'notruncate' argument, so the passphrase cache can be used
13799         reliably with identifiers besides a pgp packet's key id.
13800
13801 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13802
13803         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13804         symmetric encryption.
13805         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13806         encrypted session key.
13807         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13808         message ask for the passphrase in a proper way.
13809
13810         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13811         New user commands for symmetric encryption.
13812
13813 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13816
13817         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13818
13819 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13820
13821         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13822
13823 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * mm-decode.el (mm-inlined-types): Add application/pgp.
13826         (mm-automatic-display): Ditto.
13827
13828         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13829         part as text.
13830
13831 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * nnrss.el: Update copyright.
13834         (nnrss-opml-import): Query whether to subscribe to each entry.
13835
13836         * gnus-art.el:
13837         * gnus-sum.el:
13838         * gnus-xmas.el:
13839         * messagexmas.el:
13840         * mm-uu.el:
13841         * mm-view.el: Update copyright.
13842
13843 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * message.el (message-info): New function.
13846         (message-mode-menu): Add it.
13847         Update copyright.
13848
13849         * ChangeLog: Fix and update copyright.
13850
13851 2006-01-13  Romain Francoise  <romain@orebokech.com>
13852
13853         * message.el (message-forward-subject-name-subject): Prefer the
13854         address to 'nowhere' if the sender has no name.
13855         Fix typo.  Update copyright year.
13856
13857 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * gnus-art.el (article-wash-html):
13860         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13861         (gnus-article-wash-html-with-w3m-standalone): New function.
13862
13863         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13864         mm-inline-text-html-render-with-w3m-standalone.
13865         (mm-text-html-washer-alist): Map w3m-standalone to
13866         gnus-article-wash-html-with-w3m-standalone.
13867         (mm-inline-text-html-render-with-w3m-standalone): New function.
13868
13869 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13872         Improve LaTeX.
13873
13874 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13877         (nnrss-request-article): Render text/plain parts as HTML.
13878
13879         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13880         the buffer.
13881
13882 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13885         custom definition of `gnus-posting-styles'.
13886
13887         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13888         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13889
13890 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13893         Use nntp for bug archive.
13894
13895 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13898         parts.
13899         (nnrss-normalize-date): New function converts ISO 8601 date into
13900         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13901         (nnrss-check-group): Use it.
13902
13903 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13906
13907         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13908         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13909         (nnrss-insert-w3): Ditto.
13910
13911 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13914         the articles to be forwarded including the case where neither a
13915         number of articles nor a region is specified.
13916
13917 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * nnrss.el (nnrss-request-article): Fix last change; fill
13920         text/plain parts.
13921
13922 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13925         in text/plain part.
13926         (nnrss-check-group): Don't add excessive newline to dc:subject.
13927
13928 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13929
13930         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13931         article.
13932
13933 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13936         (nnml-use-compressed-files, nnml-save-mail): Support other
13937         comression programs such as bzip2.
13938
13939 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13940
13941         * dns.el (query-dns): Make sure we check the buffer size before
13942         removing tcp headers.
13943
13944 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13947         remove MIME buttons associated with multipart/alternative parts.
13948         (gnus-mime-display-alternative): Tag buttons using `article-type'
13949         text property.
13950
13951         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13952         associated with multipart/alternative parts.
13953
13954         * gnus-art.el (gnus-signature-separator): Fix custom type.
13955
13956         * mm-decode.el (mm-inlined-types): Fix custom type.
13957         (mm-keep-viewer-alive-types): Ditto.
13958         (mm-automatic-display): Ditto.
13959         (mm-attachment-override-types): Ditto.
13960         (mm-inline-override-types): Ditto.
13961         (mm-automatic-external-display): Ditto.
13962
13963 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * spam-report.el (spam-report-user-mail-address)
13966         (spam-report-user-agent): New variables.
13967         (spam-report-url-ping-plain): Use spam-report-user-agent.
13968
13969 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13970
13971         * gnus-art.el (gnus-button-handle-custom): Do not just use
13972         `customize-apropos' for any "M-x customize-*" button but the
13973         function called for.  Accept both the function name and its
13974         argument in order to achieve this.
13975         (gnus-button-alist): Remove support for "custom:" URL's.
13976         Pass function name to `gnus-button-handle-custom' in case of "M-x
13977         customize-*" buttons.
13978
13979 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13982         multipart/alternative and add xref to mm-discouraged-alternatives
13983         in doc string.
13984
13985         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13986         gnus-buttonized-mime-types in doc string.
13987
13988 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13991         Suggest image/.* in the doc string.
13992
13993 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13996         message-marks (Debian bug #342521).
13997
13998 2005-12-12  Simon Josefsson  <jas@extundo.com>
13999
14000         * password.el (password-read-from-cache): Add.
14001         (password-read): Use it.
14002
14003 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * rfc2047.el (rfc2047-charset-to-coding-system):
14006         Recognize us-ascii as a MIME charset.
14007
14008         * mm-bodies.el (mm-decode-content-transfer-encoding):
14009         Protect against the case where the 2nd arg TYPE is nil.
14010
14011 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * pop3.el (pop3-stream-type): Fix custom version.
14014
14015         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14016
14017 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14018
14019         * mm-decode.el (mm-display-external): Add missing cdr.
14020
14021 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14024         RFC1524) if it is in mailcap or add a suffix according to
14025         mailcap-mime-extensions when generating a temp filename; postpone
14026         deleting a temp file for 2 seconds for some wrappers, shell
14027         scripts, and so on, which might exit right after having started a
14028         viewer command as a background job.
14029
14030 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * nntp.el (nntp-marks-directory): Fix custom group.
14033
14034         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14035         steps when < 10.
14036
14037         * gnus-start.el (gnus-no-server-1):
14038         Mention `gnus-level-default-subscribed' in doc string.
14039
14040 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14041
14042         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14043         parens.
14044
14045 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-xmas.el (gnus-use-toolbar): Revert.
14048         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14049         gnus-use-toolbar is default.
14050
14051         * messagexmas.el (message-use-toolbar): Revert.
14052         (message-setup-toolbar): Use global default-toolbar if
14053         message-use-toolbar is default.
14054
14055 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14058         according to default-toolbar-visible-p.
14059
14060         * messagexmas.el (message-use-toolbar): Ditto.
14061
14062 2005-11-26  Dave Love  <fx@gnu.org>
14063
14064         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14065         (tls-program, tls-success): Provide openssl alternative.
14066
14067         * starttls.el: Doc fixes.
14068         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14069         SERVICE to PORT.
14070
14071         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14072         port null or service name.
14073         (starttls-negotiate): Autoload.
14074
14075 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * message.el (message-kill-to-signature): Fix interactive spec.
14078
14079 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * pop3.el (pop3-open-server): Recognize a string as a service name.
14082
14083 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14084
14085         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14086
14087 2005-11-23  Dave Love  <fx@gnu.org>
14088
14089         Add pop3s, pop3/starttls.
14090
14091         * pop3.el (pop3-authentication-scheme): Clarify doc.
14092         (open-tls-stream, starttls-open-stream): Autoload.
14093         (pop3-stream-type): New.
14094         (pop3-open-server): Use it.
14095
14096         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14097         for POP.
14098         (mail-source-keyword-map): Add :stream for POP.
14099         (mail-source-fetch-pop): Use pop3-stream-type.
14100
14101 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14104         of current-time-string.
14105
14106 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14107
14108         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14109         date header.
14110
14111 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14112
14113         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14114         it can seriously impact performance as it bypasses the agent's
14115         local caches.
14116
14117 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14118
14119         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14120         must be explicitly online rather than "not explicitly offline" for
14121         its flags to be synchronized.
14122
14123         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14124         that gnus-uu-unmark-thread will function correctly.
14125
14126         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14127         1024K is instead displayed as 1M.
14128
14129 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14130
14131         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14132
14133 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14134
14135         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14136
14137 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14138
14139         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14140         error message to display actual error condition.
14141         (gnus-agent-save-local): Avoid saving symbols that are bound to
14142         nil as they simply result in a warning message in
14143         gnus-agent-read-local.
14144
14145 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14148         rather than make-variable-buffer-local for file-precious-flag.
14149
14150 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14151
14152         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14153         for duplicates which are removed.  The invalid sort check then
14154         triggers a rescan after the sort as sorting may have moved
14155         duplicate entries such that they can be cheaply detected.
14156
14157 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14160
14161 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14162
14163         * gnus-agent.el (gnus-agent-article-alist-save-format):
14164         Change internal variable to a custom variable.  Change default value
14165         from compressed(2) to uncompressed(1).
14166         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14167         support for uncompressed agentview files.  Taken together, reading
14168         the agentview file should now be 6-7 times faster.
14169
14170 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14171
14172         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14173         as a buffer-local variable.  This avoids creating truncated
14174         dribble files as a result of a hang up, eg.
14175
14176 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14177
14178         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14179         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14180         XEmacs.
14181
14182 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * gnus-start.el (gnus-start-draft-setup):
14185         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14186
14187         * gnus.el (gnus-splash): Change custom group.
14188         (gnus-group-get-parameter, gnus-group-parameter-value):
14189         Describe allow-list argument.
14190
14191         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14192         string.
14193
14194 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * gnus-art.el (gnus-default-article-saver): Add user-defined
14197         `function' to custom type.
14198
14199 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14200
14201         * imap.el (imap-open): Handle case where buffer is a buffer
14202         object.
14203
14204 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14205
14206         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14207         long lines.
14208         (gnus-cache-delete-group): Wrap doc strings.
14209
14210         * gnus-agent.el (gnus-agent-rename-group)
14211         (gnus-agent-delete-group): Wrap doc strings.
14212
14213 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * messagexmas.el (message-use-toolbar): Change the valid values
14216         into default, top, bottom, left, and right.
14217         (message-toolbar-thickness): New variable.
14218         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14219         well.
14220         (message-setup-toolbar): Make it work.
14221
14222         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14223         (gnus-use-toolbar): Change the valid values into default, top,
14224         bottom, left, and right.
14225         (gnus-toolbar-thickness): New variable.
14226         (gnus-xmas-setup-toolbar): New function.
14227         (gnus-xmas-setup-group-toolbar): Use it.
14228         (gnus-xmas-setup-summary-toolbar): Use it.
14229
14230 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14231
14232         * gnus-start.el (gnus-1): Add "native" to
14233         gnus-predefined-server-alist.
14234
14235         * gnus.el (gnus-method-to-server): Don't add "native" to the
14236         lists here, because that leads to problems when
14237         gnus-select-method is bound.
14238
14239 2005-11-09  Simon Josefsson  <jas@extundo.com>
14240
14241         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14242         use (not sort-by-date) instead.
14243
14244 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14245
14246         * gnus-delay.el (gnus-delay-group): Don't autoload.
14247         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14248         to be re-loaded when customizing the `gnus-delay' group.
14249
14250 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14251
14252         * message.el: Revert last changes.
14253         (message-insert-citation-line): Use newlines.
14254
14255 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14256
14257         * message.el (message-courtesy-message)
14258         (message-mark-insert-begin, message-mark-insert-end)
14259         (message-elide-ellipsis, message-cancel-message)
14260         (message-add-header, message-change-subject)
14261         (message-cross-post-followup-to-header)
14262         (message-cross-post-insert-note, message-reduce-to-to-cc)
14263         (message-widen-reply, message-delete-not-region)
14264         (message-kill-to-signature, message-insert-signature)
14265         (message-insert-importance-high, message-insert-importance-low)
14266         (message-insert-or-toggle-importance)
14267         (message-insert-disposition-notification-to)
14268         (message-indent-citation, message-yank-original)
14269         (message-cite-original-without-signature, message-cite-original)
14270         (message-insert-citation-line, message-position-on-field)
14271         (message-fix-before-sending, message-send-mail-partially)
14272         (message-send-mail, message-send-mail-with-sendmail)
14273         (message-send-mail-with-qmail, message-send-news)
14274         (message-check-news-header-syntax, message-generate-headers)
14275         (message-insert-courtesy-copy, message-fill-address)
14276         (message-fill-header, message-shorten-references)
14277         (message-setup-1, message-cancel-news)
14278         (message-forward-make-body-plain, message-forward-make-body-mime)
14279         (message-forward-make-body-mml, message-encode-message-body)
14280         (message-forward-make-body-digest-plain)
14281         (message-forward-make-body-digest-mime)
14282         (message-use-alternative-email-as-from): Insert `hard-newline'
14283         instead of ordinary newlines.
14284
14285 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * message.el (message-generate-headers): Downcase the argument
14288         given to message-check-element.
14289
14290 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14291
14292         * nntp.el (nntp-authinfo-rejected): New error condition.
14293         (nntp-wait-for): Use new error condition to signal authentication
14294         error.
14295         (nntp-retrieve-data): Rethrow new error condition to break out of
14296         recursive call to nntp-send-authinfo.
14297
14298 2005-11-08  Romain Francoise  <romain@orebokech.com>
14299
14300         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14301         (gnus-summary-exit-map): Bind to `Z p'.
14302         (gnus-summary-make-menu-bar): Add menu item.
14303
14304 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14307         (gnus-treat-*): Add `first' in all doc strings.
14308
14309         * gnus-group.el (gnus-group-compact-group): Fix typo.
14310
14311 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus.el (gnus-parameters-case-fold-search): New variable.
14314         (gnus-parameters-get-parameter): Use it.
14315
14316         * gnus-score.el (gnus-home-score-file): Doc fix.
14317
14318 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14319
14320         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14321
14322 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * mm-util.el (mm-special-display-p): New function.
14325
14326         * mml.el (mml-preview): Use it; doc fix.
14327
14328 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14329
14330         * imap.el (imap-open): Handle case where buffer is a buffer object.
14331
14332 2005-10-29  Romain Francoise  <romain@orebokech.com>
14333
14334         * message.el (message-fix-before-sending): Fix comment.
14335
14336 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14337
14338         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14339
14340 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14341
14342         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14343         Used in gnus-score.el.
14344
14345 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14348
14349 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14352         whitespace removed in revision 7.8.  Use concatenated string to
14353         protect trailing whitespace.
14354
14355 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14356
14357         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14358         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14359         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14360         Courier IMAP ("some version from 2004").  Mostly based on similar
14361         code in the same function.
14362
14363 2005-10-26  Didier Verna  <didier@xemacs.org>
14364
14365         * gnus-group.el (gnus-group-compact-group): Invalidate original
14366         article buffer.
14367         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14368         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14369         NOV database and in article itself.
14370         Invalidate article backlog.
14371
14372 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14375
14376 2005-10-26  Simon Josefsson  <jas@extundo.com>
14377
14378         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14379         part of 2004-07-25 change.
14380
14381 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * message.el (message-display-completion-list): New function.
14384         (message-expand-group): Use it; make sure the Completions buffer
14385         is modifiable.
14386 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14387
14388         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14389         user-mail-name is an empty string.
14390
14391 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14394         depending on gnus-score-decay-constant.
14395
14396         * encrypt.el (encrypt-insert-file-contents)
14397         (encrypt-write-file-contents): Don't use `gnus-message'.
14398
14399         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14400         arguments.
14401         (mm-uu-type-alist): Add message-marks and insert-marks.
14402         Pass arguments to mm-uu-verbatim-marks-extract.
14403         (mm-uu-hide-markers): New variable.
14404         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14405
14406         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14407         (gnus-convert-image-to-face-command): Use "convert" by default to
14408         allow other input image formats.
14409         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14410         accordingly.
14411
14412 2005-10-23  Simon Josefsson  <jas@extundo.com>
14413
14414         * imap.el (imap-gssapi-program): Align command line parameters
14415         with latest GNU SASL.
14416         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14417
14418 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14419
14420         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14421         HTML.
14422         (nnslashdot-request-article): Ditto.
14423
14424         * lpath.el (featurep): Add nobreak-char-display.
14425
14426 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14427
14428         * mail-source.el (mail-source-fetch-pop): Require pop3.
14429         (mail-source-check-pop): Ditto.
14430
14431 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14434         errors.
14435
14436 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14439         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14440
14441         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14442
14443         * mm-bodies.el (mm-decode-string):
14444         Call `mm-charset-to-coding-system' with allow-override argument.
14445
14446 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14449         (rfc2047-charset-to-coding-system): New function.
14450         (rfc2047-decode-encoded-words): New function.
14451         (rfc2047-decode-region): Use them.
14452         (rfc2047-decode-cte): Remove.
14453         (rfc2047-parse-and-decode): Remove.
14454         (rfc2047-decode): Remove.
14455
14456 2005-10-15  Kenichi Handa  <handa@m17n.org>
14457
14458         * rfc2047.el (rfc2047-decode-cte): New function.
14459         (rfc2047-decode-region): Change the way to decode successive
14460         encoded-words: decode B- or Q-encoding in each encoded-word,
14461         concatenate them, and decode it as charset.
14462
14463 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * lpath.el: Fbind codepage-setup for XEmacs.
14466
14467 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14468
14469         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14470         widget-move-and-invoke.
14471         (gnus-custom-mode): Use gnus-custom-map.
14472
14473 2005-10-15  Bill Wohler  <wohler@newt.com>
14474
14475         * message.el (message-tool-bar-map): Rename image file from
14476         mail_send to mail/send.
14477
14478 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14479
14480         * message.el (message-expand-group): Pass the common
14481         prefix substring of completion to `display-completion-list'.
14482
14483 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * mml-sec.el (mml-secure-method): New internal variable.
14486         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14487         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14488         New functions using mml-secure-method.
14489
14490         * mml.el (mml-mode-map): Add key bindings for those functions.
14491         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14492         Harder <harder@myrealbox.com>.
14493         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14494         Goto end of message if point is the headers of the message.
14495
14496         * message.el (message-in-body-p): New function.
14497
14498         * assistant.el: Autoload gnus-util and netrc.
14499
14500         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14501         Use `mm-charset-override-alist' only when decoding.
14502
14503         * mm-bodies.el (mm-decode-body):
14504         Call `mm-charset-to-coding-system' with allow-override argument.
14505
14506         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14507         `filename' from Content-Disposition if Content-Type doesn't
14508         provide `name'.
14509         (gnus-mime-view-part-as-type): Set default instead of
14510         initial-input.
14511
14512 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14513
14514         * format-spec.el (format-spec): Propagate text properties of % spec.
14515
14516 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-art.el (gnus-treat-predicate): Add `first'.
14519
14520 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14523         (mm-charset-override-alist): New variable.
14524         (mm-charset-to-coding-system): Use it.
14525         (mm-codepage-setup): New helper function.
14526         (mm-charset-eval-alist): New variable.
14527         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14528         Warn about unknown charsets.
14529
14530         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14531
14532 2005-10-04  David Hansen  <david.hansen@gmx.net>
14533
14534         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14535         (nnrss-check-group): Ditto.
14536
14537 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14540         Rename x-gnus-verbatim to x-verbatim.
14541         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14542
14543         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14544         x-verbatim.
14545
14546         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14547
14548         * gnus-util.el (gnus-remove-duplicates): Remove.
14549
14550         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14551         instead of gnus-remove-duplicates.
14552
14553         * message.el (message-remove-duplicates): Remove.
14554         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14555         message-remove-duplicates.
14556
14557         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14558         available, else use implementation from `delete-dups'.
14559
14560         * message.el (message-insert-expires): New function.
14561         (message-mode-map): Add key binding.
14562         (message-mode-field-menu): Add menu entry.
14563         (message-mode): Document it.
14564         (message-make-expires-date): Use `message-make-date'.
14565
14566 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14567
14568         * message.el (message-make-expires-date): New function.
14569
14570 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * Makefile.in (list-installed-shadows): New entry.
14573         (install): Use it.
14574         (remove-installed-shadows): New entry.
14575
14576         * dgnushack.el (dgnushack-default-load-path): New variable.
14577         (dgnushack-find-lisp-shadows): New function.
14578         (dgnushack-remove-lisp-shadows): New function.
14579
14580 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * Makefile.in (install-el-elc): New entry.
14583         (install): Use it so that .el files are necessarily installed.
14584
14585 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14588
14589 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14590
14591         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14592         function rather than the diff-mode.el package.
14593         (mm-display-external): Use with-current-buffer.
14594         (mm-viewer-completion-map, mm-viewer-completion-map):
14595         Move initialization inside declaration.
14596
14597 2005-09-29  Simon Josefsson  <jas@extundo.com>
14598
14599         * spam.el: Load hashcash when compiling, to avoid warnings.
14600         Don't autoload mail-check-payment.
14601         (spam-check-hashcash): Define unconditionally, since hashcash.el
14602         is part of Gnus now.  Ignore errors from payment checking.
14603
14604 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14605
14606         * message.el (message-bold-region, message-unbold-region):
14607         Rename from `bold-region' and `unbold-region'.
14608
14609         * message.el: Remove useless autoloads.
14610
14611 2005-09-28  Simon Josefsson  <jas@extundo.com>
14612
14613         * message.el (message-use-idna): Default to t.
14614         (message-use-idna): Test whether encoding works too.  Doc fix.
14615
14616 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * nntp.el (nntp-warn-about-losing-connection): Remove.
14619
14620 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14623         customizable.  Change default value.
14624         (mm-uu-diff-groups-regexp): Change default value.
14625         (mm-uu-type-alist): Add doc string.
14626         (mm-uu-configure): Add doc string.  Make it interactive.
14627         (mm-uu-tex-groups-regexp): New variable.
14628         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14629         (mm-uu-type-alist): Add LaTeX documents.
14630         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14631         of "text/verbatim".
14632         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14633
14634         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14635         instead of "text/verbatim".
14636
14637         * message.el (message-mark-inserted-region)
14638         (message-mark-insert-file): Use slrn style marks when called with
14639         prefix argument.
14640
14641 2005-09-27  Simon Josefsson  <jas@extundo.com>
14642
14643         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14644
14645 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14646
14647         * message.el (message-remove-duplicates): New function.
14648         Implementation borrowed from `gnus-remove-duplicates'.
14649         (message-idna-to-ascii-rhs): Also encode idna addresses in
14650         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14651         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14652         only ask about the same idna domain once per header and also tell
14653         in what header to replace the idna domain.
14654
14655         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14656         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14657         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14658         a header is decoded and not just the last one.
14659
14660 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14663         has been decoded.
14664
14665         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14666         (mm-insert-part): Don't modify text if it has been decoded.
14667
14668         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14669         decoded.
14670
14671         * mm-view.el (mm-inline-text): Don't strip text props unless
14672         decoding enriched or richtext parts.
14673
14674 2005-09-25  Romain Francoise  <romain@orebokech.com>
14675
14676         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14677         * gnus-start.el (gnus-subscribe-interactively):
14678         * gnus-uu.el (gnus-uu-grab-articles):
14679         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14680         space.
14681
14682 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14683
14684         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14685         * mm-view.el (mm-view-pkcs7-decrypt):
14686         * gnus-sum.el (gnus-summary-limit-to-extra)
14687         (gnus-summary-respool-article, gnus-read-move-group-name):
14688         * gnus-score.el (gnus-summary-increase-score):
14689         * gnus-util.el (gnus-completing-read-with-default):
14690         * gnus-art.el (gnus-read-save-file-name)
14691         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14692         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14693         * message.el (message-check-news-header-syntax):
14694         Follow convention for reading with the minibuffer.
14695
14696 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * spam-report.el (spam-report-url-ping-plain):
14699         Use gnus-extended-version as User-Agent.
14700
14701         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14702         default value is nil.
14703
14704         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14705         (mm-uu-verbatim-marks-extract): New function.
14706         (mm-uu-extract): New face.
14707         (mm-uu-copy-to-buffer): Use it.
14708
14709         * spam-report.el (spam-report-gmane-ham): Rename from
14710         `spam-report-gmane-unspam'.
14711         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14712         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14713
14714         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14715         Autoload.
14716         (spam-report-gmane-unregister-routine):
14717         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14718
14719 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14720
14721         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14722         (spam-report-gmane-unregister-routine): Add support for gmane
14723         unregistration.
14724
14725         * spam-report.el (spam-report-gmane-unspam)
14726         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14727         (spam-report-gmane): Change to take a single article and do unspam
14728         registration.
14729
14730 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * mm-url.el (mm-url-decode-entities): Fix regexp.
14733
14734 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735
14736         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14737         default to nil, to be able to use Gnus at all.  If the default
14738         switches to something else, then the function should be fixed not
14739         be exceedingly slow.
14740
14741 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14742
14743         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14744         fail hard.
14745
14746         * spam-report.el: Add better Keywords line.
14747
14748         * spam.el: Add Maintainer and better Keywords line.
14749
14750 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * gnus-art.el (gnus-article-replace-part)
14753         (gnus-mime-replace-part): New functions.
14754         (gnus-mime-action-alist, gnus-mime-button-commands)
14755         (gnus-mime-save-part-and-strip): Add file argument.
14756         (gnus-article-part-wrapper): Add interactive argument.
14757
14758         * gnus-sum.el (gnus-summary-mime-map):
14759         Add `gnus-article-replace-part'.
14760
14761 2005-09-19  Didier Verna  <didier@xemacs.org>
14762
14763         The nnml compaction feature:
14764         * nnml.el (nnml-request-compact-group): New function.
14765         * nnml.el (nnml-request-compact): New function.
14766         * gnus-int.el (gnus-request-compact-group): New function.
14767         * gnus-int.el (gnus-request-compact): New function.
14768         * gnus-group.el (gnus-group-compact-group): New function.
14769         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14770         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14771         * gnus-srvr.el (gnus-server-compact-server): New function.
14772         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14773         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14774
14775 2005-09-18  Deepak Goel  <deego@gnufans.org>
14776
14777         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14778         format spec.
14779
14780 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14783
14784 2005-09-15  Romain Francoise  <romain@orebokech.com>
14785
14786         * message.el (message-fill-paragraph): Clarify docstring.
14787
14788 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-art.el (gnus-mime-display-part): Protect against broken
14791         MIME messages.
14792
14793 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14796         before parsing header.
14797
14798 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14799
14800         * html2text.el (html2text-replace-list): Add new entities.
14801
14802 2005-09-11  Romain Francoise  <romain@orebokech.com>
14803
14804         * message.el (message-alternative-emails): Improve docstring.
14805         (message-setup-1): Call `message-use-alternative-email-as-from'
14806         after `message-setup-hook' to give it precedence over posting
14807         styles, etc.
14808         (message-use-alternative-email-as-from): Add docstring.
14809         Remove the original From header if present.
14810
14811         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14812         (nnml-save-mail): Use it.
14813
14814         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14815         articles.  Add new argument `silent'.
14816         (gnus-uu-mark-all): Report the total number of marked articles.
14817
14818 2005-09-10  Romain Francoise  <romain@orebokech.com>
14819
14820         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14821         (gnus-uu-mark-series): Likewise.
14822
14823 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * spam-report.el (spam-report-gmane): Fix generation of spam
14826         report URL.
14827
14828 2005-09-10  Simon Josefsson  <jas@extundo.com>
14829
14830         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14831         t, based on discussion on the ding list with Robert Epprecht
14832         <epprecht@solnet.ch>.
14833
14834 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * spam-report.el (spam-report-gmane): Make it work without
14837         X-Report-Spam header.  Gmane now only provides Archived-At.
14838         This is only used if `spam-report-gmane-use-article-number' is nil.
14839         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14840
14841         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14842         make `gnus-summary-sort-by-recipient' work with threading.
14843
14844         * nnweb.el (nnweb-google-wash-article): Print a message if article
14845         is not available.
14846
14847 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14848
14849         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14850         change.  Decode text/* parts content before displaying.
14851
14852 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14855
14856 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14859
14860         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14861         url-package-name, url-package-version,
14862         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14863         w3m-display-inline-images, and w3m-minor-mode-map.
14864
14865 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14866
14867         * message.el (message-tab-body-function): Fix mismatched custom type.
14868
14869         * gnus.el (gnus-group-change-level-function): Ditto.
14870
14871         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14872
14873         * gnus-art.el (gnus-signature-limit)
14874         (gnus-article-mime-part-function): Ditto.
14875
14876 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * mml.el (mml-mode): Silence the byte compiler.
14879
14880         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14881         using `(sit-for 0)' before moving the point to the specified part;
14882         skip unbuttonized parts.
14883         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14884         return to the summary window if gnus-auto-select-part is non-nil.
14885
14886 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14889         New variables.
14890         (mml-dnd-attach-file, mml-mode): Use them.
14891
14892         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14893         Make fetching article by MID work again for Google Groups.
14894         Add FIXME concerning gnus-group-make-web-group.
14895
14896         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14897         Don't depend on Gnus by using mail-extract-address-components if
14898         gnus-extract-address-components is not bound.
14899
14900 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14901
14902         * gnus-art.el (gnus-mime-display-security): Don't display the
14903         signature, but only the signed part.
14904
14905 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14908
14909         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14910         list, not listp.
14911
14912 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14913
14914         * mm-encode.el (mm-encode-content-transfer-encoding):
14915         Likewise when encoding.
14916
14917         * mm-bodies.el (mm-decode-content-transfer-encoding):
14918         De-canonicalize CRLF for all text content types, not just
14919         text/plain.
14920
14921 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14924         valid article; point arrow and cursor at the MIME button.
14925
14926 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14929         Suggested by Dan Christensen <jdc@uwo.ca>.
14930
14931         * mm-decode.el (mm-save-part): Enable change of prompt.
14932
14933 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14934
14935         * gnus-msg.el (gnus-inews-add-send-actions):
14936         Make `message-post-method' lambda parameter ARG `&optional'.
14937
14938 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * gnus-sum.el (gnus-summary-mime-map):
14941         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14942         gnus-article-jump-to-part.
14943
14944         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14945         (gnus-article-edit-part): Use it.
14946         (gnus-article-part-wrapper): Add no-handle argument.
14947         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14948         New functions.
14949
14950 2005-08-29  Romain Francoise  <romain@orebokech.com>
14951
14952         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14953         docstring.
14954         (gnus-face-from-file): Likewise.
14955
14956 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14959         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14960         non-nil.
14961         (gnus-auto-select-part): New variable.
14962         (gnus-article-jump-to-part): New function.
14963         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14964         (gnus-mime-delete-part): Allow selecting specified part after
14965         deleting or stripping parts.
14966         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14967         part if argument is bogus.
14968
14969 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14970
14971         * gnus-art.el (w3m-minor-mode-map):
14972         * gnus-spec.el (gnus-newsrc-file-version):
14973         * gnus-util.el (nnmail-active-file-coding-system)
14974         (gnus-original-article-buffer, gnus-user-agent):
14975         * gnus.el (gnus-ham-process-destinations)
14976         (gnus-parameter-ham-marks-alist)
14977         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14978         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14979         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14980         * mm-decode.el (gnus-current-window-configuration):
14981         * mm-extern.el (gnus-article-mime-handles):
14982         * mm-url.el (url-current-object, url-package-name)
14983         (url-package-version):
14984         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14985         (smime-keys, w3m-cid-retrieve-function-alist)
14986         (w3m-current-buffer, w3m-display-inline-images)
14987         (w3m-minor-mode-map):
14988         * mml-smime.el (gnus-extract-address-components):
14989         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14990         (gnus-newsrc-hashtb, message-default-charset)
14991         (message-deletable-headers, message-options)
14992         (message-posting-charset, message-required-mail-headers)
14993         (message-required-news-headers):
14994         * mml1991.el (mc-pgp-always-sign):
14995         * mml2015.el (mc-pgp-always-sign):
14996         * nnheader.el (nnmail-extra-headers):
14997         * rfc1843.el (gnus-decode-encoded-word-function)
14998         (gnus-decode-header-function, gnus-newsgroup-name):
14999         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15000
15001 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15002
15003         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15004         the end of the date treatments.
15005
15006 2005-08-15  Simon Josefsson  <jas@extundo.com>
15007
15008         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15009         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15010         Capello and Romain Francoise.
15011         (pgg-fetch-key-function): Remove, not used?
15012         (pgg-insert-url-with-w3): Require url, to get
15013         url-insert-file-contents regardless of where it is defined.
15014
15015 2005-08-13  Romain Francoise  <romain@orebokech.com>
15016
15017         * message.el (message-cite-original-1): New function.
15018         (message-cite-original): Use it.
15019         (message-cite-original-without-signature): Ditto.
15020
15021 2005-08-08  Romain Francoise  <romain@orebokech.com>
15022
15023         * message.el (message-yank-empty-prefix): New variable.
15024         (message-indent-citation): Use it.
15025         (message-cite-original-without-signature): Respect X-No-Archive.
15026
15027 2005-08-08  Simon Josefsson  <jas@extundo.com>
15028
15029         * pgg.el: Autoload url-insert-file-contents instead of loading
15030         w3/url.
15031         (pgg-insert-url-with-w3): Don't load url here.
15032
15033 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15034
15035         * message.el (message-kill-to-signature): Don't insert newline at
15036         bol.
15037         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15038
15039 2005-08-06  Romain Francoise  <romain@orebokech.com>
15040
15041         * message.el (message-user-fqdn): Fix typo in docstring.
15042
15043 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15044
15045         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15046
15047         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15048
15049 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * mm-bodies.el (mm-encode-body): Use coding system rather than
15052         charset to encode text.
15053
15054         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15055         number of charsets if utf-8 is available (XEmacs).
15056
15057 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15058
15059         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15060         taken from `gnus-button-mid-or-mail-regexp'.
15061         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15062         (gnus-button-alist): Improve regexp for domain part of the MIDs
15063         for news:localpart@domain buttons.
15064         (gnus-button-ctan-directory-regexp): Update.
15065
15066 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * sieve-manage.el (sieve-manage-interactive-login):
15069         Use make-local-variable rather than make-variable-buffer-local.
15070         (sieve-manage-open): Ditto.
15071         (sieve-manage-authenticate): Ditto.
15072
15073         * mml.el (mml-generate-mime-1): Make the content type default to
15074         text/plain if the filename is not specified.
15075
15076 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15079         instead of insert-buffer.
15080
15081         * message.el (message-yank-original): Ditto; set the mark at the
15082         end of the yanked message.
15083
15084 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15087         lines to scroll rather than to stop it.
15088
15089         * mml.el (mml-generate-default-type): Add doc string.
15090         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15091         default to application/octet-stream when determining the content
15092         type if it is not specified for the part or the mml contents; add
15093         a comment about mml-generate-default-type.
15094
15095 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15098         make it default to application/octet-stream when determining the
15099         content type if it is not specified for the external contents.
15100
15101 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15104         segmented parameter but also other parameters might be there.
15105
15106 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * mm-decode.el (mm-display-external): Delete temp file, directory
15109         and buffer immediately if the external process is exited.
15110
15111 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15114         fewer lines than that of scroll-margin.
15115         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15116
15117 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-art.el (gnus-article-next-page): Revert.
15120         (gnus-article-beginning-of-window): New macro.
15121         (gnus-article-next-page-1): Use it.
15122         (gnus-article-prev-page): Ditto.
15123         (gnus-article-edit-part): Use insert-buffer-substring instead of
15124         insert-buffer.
15125         (gnus-article-edit-exit): Ditto.
15126
15127         * gnus-util.el (gnus-beginning-of-window): Remove.
15128         (gnus-end-of-window): Remove.
15129
15130         * lpath.el: Don't bind header-line-format and scroll-margin.
15131
15132 2005-07-25  Simon Josefsson  <jas@extundo.com>
15133
15134         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15135         to have the url package without w3.  Reported by Daiki Ueno
15136         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15137
15138 2005-07-20  Didier Verna  <didier@xemacs.org>
15139
15140         * gnus-diary.el: Remove the description comment (nndiary is now
15141         properly documented in the Gnus manual).
15142         Fix the spelling of "Back End".
15143         * nndiary.el: Ditto.
15144         Fix the copyright notice.
15145
15146 2005-07-18  Romain Francoise  <romain@orebokech.com>
15147
15148         * gnus-sum.el (gnus-summary-to-prefix)
15149         (gnus-summary-newsgroup-prefix): New variables.
15150         (gnus-summary-from-or-to-or-newsgroups): Use them.
15151
15152 2005-07-17  Romain Francoise  <romain@orebokech.com>
15153
15154         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15155         space as it's generally not especially interesting to the user.
15156
15157 2005-07-16  Romain Francoise  <romain@orebokech.com>
15158
15159         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15160         nil to avoid prompting and file modification if one of the
15161         messages at the top of the nnfolder file contains a copyright
15162         notice.
15163         Update copyright notice.
15164
15165         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15166         instead of `current-time-string' as the latter creates a time
15167         string that is not RFC 2822 compliant (it lacks the zone).
15168         Update copyright notice.
15169
15170 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15171
15172         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15173         for text/rtf.  Display default in prompt.  Pass default for M-n.
15174
15175         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15176
15177 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15178
15179         * gnus-msg.el (gnus-button-mailto):
15180         Remove save-selected-window-window hackery because it relies on
15181         save-selected-window internals.
15182
15183 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15186         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15187         (gnus-article-prev-page): Ditto.
15188
15189         * gnus-util.el (gnus-beginning-of-window): New function.
15190         (gnus-end-of-window): New function.
15191
15192         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15193
15194 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15195
15196         * gnus-score.el (gnus-score-edit-all-score):
15197         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15198         gnus-message.
15199
15200 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15201
15202         * gnus-msg.el (gnus-button-mailto):
15203         Remove save-selected-window-window hackery because it relies on
15204         save-selected-window internals.
15205
15206 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15209         add-minor-mode.
15210         (gnus-binary-mode): Ditto.
15211
15212         * gnus-topic.el (gnus-topic-mode): Ditto.
15213
15214 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15215
15216         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15217         (gnus-article-prev-page): Take scroll-margin into consideration.
15218
15219 2005-07-04  Lute Kamstra  <lute@gnu.org>
15220
15221         Update FSF's address in GPL notices.
15222
15223 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15224
15225         * gnus.el (gnus-exit):
15226         * gnus-group.el (gnus-group-icons):
15227         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15228
15229         * gnus-nocem.el (gnus-nocem):
15230         * message.el (message-various, message-buffers, message-sending)
15231         (message-interface, message-forwarding, message-insertion)
15232         (message-headers, message-news, message-mail):
15233         * pgg-gpg.el (pgg-gpg):
15234         * pgg-parse.el (pgg-parse):
15235         * pgg-pgp.el (pgg-pgp):
15236         * pgg-pgp5.el (pgg-pgp5):
15237         * pop3.el (pop3): Finish `defgroup' description with period.
15238
15239 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-art.el (article-display-face): Improve the efficiency.
15242         (article-display-x-face): Ditto; remove grey x-face stuff.
15243
15244 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-art.el (article-display-face): Correct the position in
15247         which Faces are inserted.
15248
15249 2005-06-29  Didier Verna  <didier@xemacs.org>
15250
15251         * gnus-art.el (article-display-face): Display faces in correct
15252         order.
15253
15254 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15257         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15258         (gnus-nocem-check-article): Fetch the Type header.
15259         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15260         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15261         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15262         make sure gnus-nocem-hashtb is initialized.
15263         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15264         (gnus-nocem-unwanted-article-p): Ditto.
15265
15266         * pgg.el (pgg-verify): Return the verification result.
15267
15268 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15269
15270         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15271         is ascii.
15272
15273 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15274
15275         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15276         `show-nonbreak-escape'.
15277
15278 2005-06-23  Lute Kamstra  <lute@gnu.org>
15279
15280         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15281
15282         * dig.el (dig-mode):
15283         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15284
15285 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15286
15287         * nnimap.el (nnimap-split-download-body): Fix spellings.
15288
15289 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15290
15291         * gnus-art.el (gnus-article-encrypt-body):
15292         * gnus-cus.el (gnus-score-customize):
15293         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15294         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15295
15296 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15297
15298         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15299         header by looking for magic "MII" at the beginnig.
15300
15301 2005-06-16  Miles Bader  <miles@gnu.org>
15302
15303         * gnus-xmas.el (gnus-xmas-group-startup-message):
15304         Use renamed gnus-splash face.
15305
15306         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15307         (assistant-field-face): New backward-compatibility alias for renamed
15308         face.
15309         (assistant-render-text): Use renamed assistant-field face.
15310
15311         * spam.el (spam): Remove "-face" suffix from face name.
15312         (spam-face): New backward-compatibility alias for renamed face.
15313         (spam-face, spam-initialize): Use renamed spam face.
15314
15315         * message.el (message-header-to, message-header-cc)
15316         (message-header-subject, message-header-newsgroups)
15317         (message-header-other, message-header-name)
15318         (message-header-xheader, message-separator, message-cited-text)
15319         (message-mml): Remove "-face" suffix from face names.
15320         (message-header-to-face, message-header-cc-face)
15321         (message-header-subject-face, message-header-newsgroups-face)
15322         (message-header-other-face, message-header-name-face)
15323         (message-header-xheader-face, message-separator-face)
15324         (message-cited-text-face, message-mml-face):
15325         New backward-compatibility aliases for renamed faces.
15326         (message-font-lock-keywords): Use renamed message faces.
15327
15328         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15329         (sieve-test-commands, sieve-tagged-arguments):
15330         Remove "-face" suffix from face names.
15331         (sieve-control-commands-face, sieve-action-commands-face)
15332         (sieve-test-commands-face, sieve-tagged-arguments-face):
15333         New backward-compatibility aliases for renamed faces.
15334         (sieve-control-commands-face, sieve-action-commands-face)
15335         (sieve-test-commands-face, sieve-tagged-arguments-face):
15336         Use renamed sieve faces.
15337
15338         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15339         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15340         (gnus-group-news-3-empty, gnus-group-news-4)
15341         (gnus-group-news-4-empty, gnus-group-news-5)
15342         (gnus-group-news-5-empty, gnus-group-news-6)
15343         (gnus-group-news-6-empty, gnus-group-news-low)
15344         (gnus-group-news-low-empty, gnus-group-mail-1)
15345         (gnus-group-mail-1-empty, gnus-group-mail-2)
15346         (gnus-group-mail-2-empty, gnus-group-mail-3)
15347         (gnus-group-mail-3-empty, gnus-group-mail-low)
15348         (gnus-group-mail-low-empty, gnus-summary-selected)
15349         (gnus-summary-cancelled, gnus-summary-high-ticked)
15350         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15351         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15352         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15353         (gnus-summary-low-undownloaded)
15354         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15355         (gnus-summary-low-unread, gnus-summary-normal-unread)
15356         (gnus-summary-high-read, gnus-summary-low-read)
15357         (gnus-summary-normal-read, gnus-splash):
15358         Remove "-face" suffix from face names.
15359         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15360         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15361         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15362         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15363         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15364         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15365         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15366         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15367         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15368         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15369         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15370         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15371         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15372         (gnus-summary-normal-ticked-face)
15373         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15374         (gnus-summary-normal-ancient-face)
15375         (gnus-summary-high-undownloaded-face)
15376         (gnus-summary-low-undownloaded-face)
15377         (gnus-summary-normal-undownloaded-face)
15378         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15379         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15380         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15381         (gnus-splash-face):
15382         New backward-compatibility aliases for renamed faces.
15383         (gnus-group-startup-message): Use renamed gnus faces.
15384
15385         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15386         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15387         (gnus-server-agent): Remove "-face" suffix from face names.
15388         (gnus-server-agent-face, gnus-server-opened-face)
15389         (gnus-server-closed-face, gnus-server-denied-face)
15390         (gnus-server-offline-face):
15391         New backward-compatibility aliases for renamed faces.
15392         (gnus-server-agent-face, gnus-server-opened-face)
15393         (gnus-server-closed-face, gnus-server-denied-face)
15394         (gnus-server-offline-face): Use renamed gnus faces.
15395
15396         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15397         Remove "-face" suffix from face names.
15398         (gnus-picon-xbm-face, gnus-picon-face):
15399         New backward-compatibility aliases for renamed faces.
15400
15401         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15402         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15403         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15404         (gnus-cite-11): Remove "-face" suffix from face names.
15405         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15406         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15407         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15408         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15409         New backward-compatibility aliases for renamed faces.
15410         (gnus-cite-attribution-face, gnus-cite-face-list)
15411         (gnus-article-boring-faces): Use renamed gnus faces.
15412
15413         * gnus-art.el (gnus-signature, gnus-header-from)
15414         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15415         (gnus-header-content): Remove "-face" suffix from face names.
15416         (gnus-signature-face, gnus-header-from-face)
15417         (gnus-header-subject-face, gnus-header-newsgroups-face)
15418         (gnus-header-name-face, gnus-header-content-face):
15419         New backward-compatibility aliases for renamed faces.
15420         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15421
15422         * gnus-sum.el (gnus-summary-selected-face)
15423         (gnus-summary-highlight): Use renamed gnus faces.
15424         * gnus-group.el (gnus-group-highlight): Likewise.
15425
15426 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15427
15428         * gnus-sieve.el (gnus-sieve-article-add-rule):
15429         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15430         * spam-stat.el (spam-stat-buffer-change-to-spam)
15431         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15432
15433         * message.el (message-is-yours-p):
15434         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15435
15436 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * mm-view.el (mm-inline-text): Withdraw the last change.
15439
15440 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15443         executing enriched-decode.
15444
15445 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15448         charset of tar files.
15449
15450 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15451
15452         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15453
15454 2005-06-04  Lute Kamstra  <lute@gnu.org>
15455
15456         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15457         information is never recorded.
15458
15459 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15460
15461         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15462
15463 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * pop3.el (pop3-apop): Run md5 in the binary mode.
15466
15467         * starttls.el (starttls-set-process-query-on-exit-flag):
15468         Use eval-and-compile.
15469
15470 2005-05-31  Simon Josefsson  <jas@extundo.com>
15471
15472         * smime.el (smime-replace-in-string): Define.
15473         (smime-cert-by-ldap-1): Use it.
15474
15475 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-art.el (article-display-x-face): Replace
15478         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15479
15480         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15481         set-process-query-on-exit-flag or process-kill-without-query.
15482
15483         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15484         loop instead of replace-regexp.
15485
15486         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15487         instead of process-kill-without-query if it is available.
15488
15489         * lpath.el: Fbind ldap-search-entries.
15490
15491         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15492         instead of find-file-hooks if it is available.
15493
15494         * mml1991.el: Bind pgg-default-user-id when compiling.
15495
15496         * mml2015.el: Bind pgg-default-user-id when compiling.
15497
15498         * nndraft.el (nndraft-request-associate-buffer):
15499         Use write-contents-functions instead of write-contents-hooks if it is
15500         available.
15501
15502         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15503         instead of find-file-hooks if it is available.
15504
15505         * nntp.el (nntp-open-connection): Replace
15506         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15507         (nntp-open-ssl-stream): Ditto.
15508         (nntp-open-tls-stream): Ditto.
15509
15510         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15511         set-process-query-on-exit-flag or process-kill-without-query.
15512         (starttls-open-stream-gnutls): Use it instead of
15513         process-kill-without-query.
15514         (starttls-open-stream): Ditto.
15515
15516 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15517
15518         * smime.el (smime-cert-by-ldap-1): Don't use
15519         replace-regexp-in-string.
15520
15521 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15522
15523         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15524
15525         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15526         in PEM format.  Adjust to the XEmacs compability.
15527
15528 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15531         by `string-to-number'.
15532         * gnus-agent.el (gnus-agent-regenerate-group)
15533         (gnus-agent-fetch-articles): Ditto.
15534         * gnus-art.el (gnus-button-fetch-group): Ditto.
15535         * gnus-cache.el (gnus-cache-generate-active)
15536         (gnus-cache-articles-in-group): Ditto.
15537         * gnus-group.el (gnus-group-set-current-level)
15538         (gnus-group-insert-group-line): Ditto.
15539         * gnus-score.el (gnus-score-set-expunge-below)
15540         (gnus-score-set-mark-below, gnus-summary-score-effect)
15541         (gnus-summary-score-entry): Ditto.
15542         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15543         (gnus-soup-pack): Ditto.
15544         * gnus-spec.el (gnus-xmas-format): Ditto.
15545         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15546         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15547         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15548         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15549         * nndb.el (nndb-get-remote-expire-response): Ditto.
15550         * nndiary.el (nndiary-parse-schedule-value)
15551         (nndiary-string-to-number, nndiary-request-replace-article)
15552         (nndiary-request-article): Ditto.
15553         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15554         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15555         * nneething.el (nneething-make-head): Ditto.
15556         * nnfolder.el (nnfolder-request-article)
15557         (nnfolder-retrieve-headers): Ditto.
15558         * nnheader.el (nnheader-file-to-number): Ditto.
15559         * nnkiboze.el (nnkiboze-request-article): Ditto.
15560         * nnmail.el (nnmail-process-unix-mail-format)
15561         (nnmail-process-babyl-mail-format): Ditto.
15562         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15563         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15564         (nnmh-request-create-group, nnmh-request-list-1)
15565         (nnmh-request-group, nnmh-request-article): Ditto.
15566         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15567         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15568         * nnsoup.el (nnsoup-make-active): Ditto.
15569         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15570         * nntp.el (nntp-find-group-and-number)
15571         (nntp-retrieve-headers-with-xover): Ditto.
15572         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15573         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15574         (pgg-format-key-identifier): Ditto.
15575         * pop3.el (pop3-last, pop3-stat): Ditto.
15576         * qp.el (quoted-printable-decode-region): Ditto.
15577
15578         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15579         of concat.
15580
15581 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15584
15585         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15586
15587         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15588
15589         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15590
15591         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15592
15593         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15594
15595         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15596         (gnus-carpal-mode): Ditto.
15597
15598         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15599         (gnus-browse-mode): Ditto.
15600
15601         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15602
15603         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15604
15605 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15606
15607         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15608
15609 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-util.el (gnus-run-mode-hooks): New function.
15612
15613         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15614
15615         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15616         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15617
15618 2005-05-27  Lute Kamstra  <lute@gnu.org>
15619
15620         * dns-mode.el (dns-mode): Specify customization group.
15621
15622 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15623
15624         * gnus-agent.el (gnus-agent-make-mode-line-string):
15625         Use mode-line-highlight as mouse-face.
15626
15627 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * canlock.el (canlock): Change the parent group to news.
15630
15631         * deuglify.el (gnus-outlook-deuglify): Add :group.
15632
15633         * dig.el (dig): Add :group.
15634
15635         * dns-mode.el (dns-mode): Add :group.
15636
15637         * encrypt.el (encrypt): Add :group.
15638
15639         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15640         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15641         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15642         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15643         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15644
15645         * gnus-diary.el (gnus-diary): Add :group.
15646
15647         * gnus.el (gnus-group-news-1-face): Add :group.
15648         (gnus-group-news-1-empty-face): Ditto.
15649         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15650         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15651         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15652         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15653         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15654         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15655         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15656         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15657         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15658         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15659         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15660         (gnus-summary-high-ticked-face): Ditto.
15661         (gnus-summary-low-ticked-face): Ditto.
15662         (gnus-summary-normal-ticked-face): Ditto.
15663         (gnus-summary-high-ancient-face): Ditto.
15664         (gnus-summary-low-ancient-face): Ditto.
15665         (gnus-summary-normal-ancient-face): Ditto.
15666         (gnus-summary-high-undownloaded-face): Ditto.
15667         (gnus-summary-low-undownloaded-face): Ditto.
15668         (gnus-summary-normal-undownloaded-face): Ditto.
15669         (gnus-summary-high-unread-face): Ditto.
15670         (gnus-summary-low-unread-face): Ditto.
15671         (gnus-summary-normal-unread-face): Ditto.
15672         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15673         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15674
15675         * hashcash.el (hashcash): New custom group.
15676         (hashcash-default-payment): Add :group.
15677         (hashcash-payment-alist): Ditto.
15678         (hashcash-default-accept-payment): Ditto.
15679         (hashcash-accept-resources): Ditto.
15680         (hashcash-path): Ditto.
15681         (hashcash-extra-generate-parameters): Ditto.
15682         (hashcash-double-spend-database): Ditto.
15683         (hashcash-in-news): Ditto.
15684
15685         * message.el (message-minibuffer-local-map): Add :group.
15686
15687         * netrc.el (netrc): Add :group.
15688
15689         * sieve-manage.el (sieve-manage-log): Add :group.
15690         (sieve-manage-default-user): Diito.
15691         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15692         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15693         (sieve-manage-authenticators): Ditto.
15694         (sieve-manage-authenticator-alist): Ditto.
15695         (sieve-manage-default-port): Ditto.
15696
15697         * sieve-mode.el (sieve-control-commands-face): Add :group.
15698         (sieve-action-commands-face): Ditto.
15699         (sieve-test-commands-face): Ditto.
15700         (sieve-tagged-arguments-face): Ditto.
15701
15702         * smime.el (smime): Add :group.
15703
15704         * spam-report.el (spam-report): Add :group.
15705
15706         * spam.el (spam, spam-face): Add :group.
15707
15708 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15709
15710         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15711         return \n.\n.\n at the end of articles.  Protect against that.
15712         (nntp-with-open-group): Allow debugging.
15713
15714         * nnheader.el (mail-header-set-extra): Make into a function
15715         because I just could't understand how to quote the list properly.
15716
15717         * dns.el (query-dns-cached): New function.
15718
15719 2005-05-26  Lute Kamstra  <lute@gnu.org>
15720
15721         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15722
15723 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15726
15727         * gnus-art.el: Don't autoload mail-extract-address-components.
15728
15729         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15730         eval-and-compile to evaluate it.
15731
15732         * hashcash.el: Don't autoload executable-find.
15733
15734         * nndb.el: Don't declare the nndb back end two or more times; don't
15735         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15736
15737         * nntp.el: Autoload format-spec instead of format; use
15738         eval-and-compile to evaluate autoload forms.
15739
15740 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15741
15742         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15743
15744 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15745
15746         * gnus.el (gnus-version-number): Bump version.
15747
15748 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15749
15750         * gnus.el: No Gnus v0.3 is released.
15751
15752 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15753
15754         * lpath.el (featurep): Bind show-nonbreak-escape.
15755
15756 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-art.el (gnus-article-edit-part): Disable undo.
15759
15760 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15763         gnus-article-date-lapsed-new-header is t if date timer is active;
15764         skip headers in which the original date value is empty.
15765         (gnus-article-save-original-date): Redefine it as a macro.
15766         (gnus-display-mime): Use it.
15767
15768 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-art.el (article-date-ut): Support converting date in
15771         forwarded parts as well.
15772         (gnus-article-save-original-date): New function.
15773         (gnus-display-mime): Use it.
15774
15775 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15776
15777         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15778         enclosure element of <item>.
15779
15780 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * message.el (message-kill-buffer-query): Rename from
15783         `message-kill-buffer-query-if-modified'.  Add :version.
15784
15785 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15788         window layout.
15789
15790 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * mml.el: Autoload dnd when compiling.
15793
15794 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15797         x-dnd-*.
15798
15799 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * qp.el (quoted-printable-encode-region): Save excursion.
15802
15803 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15804
15805         * message.el (message-kill-buffer-query-if-modified): Add new variable
15806         so the user can kill a modified message buffer quickly.
15807         (message-kill-buffer): Use it.
15808
15809 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * lpath.el: Fbind display-time-event-handler; don't fbind
15812         string-to-multibyte.
15813
15814         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15815
15816 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15819         contained in text because xml.el decodes entities) with LFs.
15820
15821 2005-04-11  Lute Kamstra  <lute@gnu.org>
15822
15823         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15824         differently.
15825
15826 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15827
15828         * mm-util.el (mm-detect-coding-region): Typo.
15829
15830 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15833
15834 2005-04-06  Deepak Goel  <deego@gnufans.org>
15835
15836         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15837         user-function allow user modifications of the scores.
15838         (spam-stat-score-buffer-user): New function, to allow
15839         user-computed modifications to the score.
15840         (spam-stat-score-buffer-user-functions): List of additional
15841         scoring functions.
15842         (spam-stat-error-holder): Global temporary error holder.
15843         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15844         variable.
15845
15846 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * gnus-registry.el (gnus-registry-clean-empty-function)
15849         (gnus-registry-trim, gnus-registry-fetch-groups)
15850         (gnus-registry-delete-group): Groups that match
15851         `gnus-registry-ignored-groups' are removed from the registry
15852         entries, not just ignored for splitting.  This helps clean up the
15853         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15854         to get all the groups a message ID is in.
15855
15856         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15857         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15858         (spam-stat-score-buffer-user-functions): Add :number custom type.
15859
15860 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15863         argument in XEmacs.
15864
15865         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15866         (nnrss-request-group): Decode group name first.
15867         (nnrss-request-article): Make a text/plain article if mml-to-mime
15868         failed.
15869         (nnrss-get-encoding): Return a compatible encoding according to
15870         nnrss-compatible-encoding-alist.
15871         (nnrss-find-el): Use consp instead of listp.
15872         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15873
15874 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15877         which Emacs 20 doesn't support.
15878         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15879
15880 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15883         silence the byte compiler inside the defun.
15884
15885         * gnus-demon.el (parse-time-string): Add autoload.
15886
15887         * gnus-delay.el (parse-time-string): Add autoload.
15888
15889         * gnus-art.el (parse-time-string): Add autoload.
15890
15891         * nnultimate.el (parse-time): Require for `parse-time-string'.
15892
15893 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15894
15895         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15896
15897         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15898
15899         * smime.el (smime-ldap-host-list): Add :version.
15900
15901 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15904         pass it to `gnus-browse-read-group'.
15905         (gnus-browse-read-group): Add NUMBER argument and pass it to
15906         `gnus-group-read-ephemeral-group'.
15907
15908         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15909         argument and pass it to `gnus-group-read-group'.
15910
15911 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15912
15913         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15914         mm-xemacs-find-mime-charset-1 if we have the mule feature
15915         available at runtime.
15916
15917 2005-03-25  Werner Lemberg  <wl@gnu.org>
15918
15919         * nnmaildir.el: Replace `illegal' with `invalid'.
15920
15921 2005-03-23  Lute Kamstra  <lute@gnu.org>
15922
15923         * time-date.el: Add comment on time value formats.
15924         Don't require parse-time.
15925         (with-decoded-time-value): New macro.
15926         (encode-time-value): New function.
15927         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15928         (days-to-time): Return a valid time value when arg is huge.
15929         (time-since): Use time-subtract.
15930         (time-to-number-of-days): Use time-to-seconds.
15931
15932 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15933
15934         * gnus-start.el (gnus-display-time-event-handler):
15935         Check display-time-timer at runtime rather than only at load time
15936         in case display-time-mode is turned off in the mean time.
15937
15938 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15941         used.
15942
15943         * nneething.el (nneething-map-file-directory): Derive from
15944         `gnus-directory'.
15945
15946         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15947         the To/Cc button.
15948
15949 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * nnmaildir.el (nnmaildir-request-accept-article):
15952         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15953
15954 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15955
15956         * gnus-async.el: Require timer-funcs at compile time when in
15957         XEmacs for `run-with-idle-timer'.
15958
15959 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15960
15961         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15962         autoloaded function.
15963
15964 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15965
15966         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15967
15968 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15969
15970         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15971
15972 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15973
15974         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15975         Add gnus-expert-user to default.
15976
15977 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15978
15979         * nnimap.el (nnimap-open-server): Ditto.
15980
15981         * imap.el (imap-authenticate): Fix typo.
15982
15983 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15984
15985         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15986         buffer (since IMAP server might return FETCH response out of
15987         order, and the nntp buffer must be sorted).
15988
15989 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15990
15991         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15992         comparison on string.
15993
15994         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15995         (gnus-agent-score): Rename category keywords to match gnus-cus.
15996         (gnus-agent-summary-fetch-series): Modify to protect against
15997         gnus-agent-summary-fetch-group clearing processable flags.
15998         (gnus-agent-synchronize-group-flags): Update live group buffer as
15999         synchronization may occur due to the user toggle the plugged
16000         status.
16001         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16002         successfully downloaded.
16003         (gnus-agent-expire-group-1): Avoid using markers when the overview
16004         is in ascending order; greatly improves performance.
16005         (gnus-agent-regenerate-group):
16006         Use gnus-agent-synchronize-group-flags to reset read status in both
16007         gnus and server.
16008         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16009
16010 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16011
16012         * message.el: Don't autoload former message-utils variables.
16013         (message-strip-subject-trailing-was): Change doc string.
16014
16015         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16016         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16017         (nnweb-google-search): Add "hl=en" here.
16018         (nnweb-google-parse-1, nnweb-google-create-mapping):
16019         Don't hardcode URL.
16020
16021 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * message.el (message-get-reply-headers, message-followup):
16024         Mention related variables `message-use-followup-to' and
16025         `message-use-mail-followup-to', in the information buffer.
16026
16027         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16028         of broken groups(-beta).google.com.
16029
16030 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16031
16032         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16033         parameter to invoked gnus-request-move-article; remove the
16034         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16035         all at once instead of once per article.
16036         (gnus-summary-remove-process-mark): Accept a list of articles as
16037         well as a single article for processing.
16038
16039         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16040         parameter.
16041
16042         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16043
16044         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16045
16046         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16047         parameter.
16048
16049         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16050         parameter.
16051
16052         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16053         parameter and remove the gnus-sum-hint-move-is-internal variable.
16054
16055         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16056         parameter.
16057
16058         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16059         parameter.
16060
16061         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16062         parameter.
16063
16064         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16065
16066         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16067         parameter.
16068
16069         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16070         parameter.
16071
16072 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16073
16074         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16075         a more conservative way.
16076
16077 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16078
16079         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16080         buffer, so it moves the window's cursor.
16081
16082 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16083
16084         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16085         `mm-dissect-multipart' and receive the from field as an (optional)
16086         argument from `mm-dissect-multipart'.
16087         (mm-dissect-multipart): Receive the from field as an argument and
16088         pass it on when we call `mm-dissect-buffer' on MIME parts.
16089         Fixes verification/decryption of signed/encrypted MIME parts.
16090
16091 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * gnus-sum.el (gnus-summary-move-article):
16094         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16095         whatever it calls (right now, only nnimap-request-move article
16096         respects it).
16097
16098         * nnimap.el (nnimap-request-move-article):
16099         When gnus-sum-hint-move-is-internal is set, don't do the extra
16100         nnimap-request-article.
16101
16102 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16103
16104         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16105
16106         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16107         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16108
16109         * gnus-sum.el (gnus-summary-caesar-message):
16110         Apply `gnus-treat-article' after rotation.
16111
16112         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16113         doc string.
16114
16115 2005-02-22  Simon Josefsson  <jas@extundo.com>
16116
16117         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16118         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16119         <arne@arnested.dk>.
16120         (encrypt): Add password-cache and password-cache-expiry as group
16121         members.
16122
16123 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16124
16125         * smime.el (smime-ldap-host-list): Doc fix.
16126         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16127         cache) password.
16128         (smime-sign-region): Use it.
16129         (smime-decrypt-region): Use it.
16130         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16131         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16132         fails.
16133         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16134         certificate from DER to PEM format rather than calling openssl.
16135
16136         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16137
16138         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16139         for signing/encryption.
16140
16141         * mml.el (mml-parse-1): Use them.
16142
16143 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16144
16145         * nnrss.el (nnrss-verbose): Remove.
16146         (nnrss-request-group): Use `nnheader-message' instead.
16147
16148 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16149
16150         * nnrss.el (nnrss-verbose): New variable.
16151         (nnrss-request-group): Make it say nnrss is requesting a group.
16152
16153 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16156         Handle news URL with given port correctly.
16157
16158 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16161         containing special characters.
16162
16163         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16164
16165         * mml.el (mime-to-mml): Ditto.
16166
16167         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16168         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16169         (rfc2047-decode-region): Quote decoded words containing special
16170         characters when rfc2047-quote-decoded-words-containing-tspecials
16171         is non-nil.
16172
16173 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16174
16175         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16176
16177         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16178
16179 2005-02-15  Simon Josefsson  <jas@extundo.com>
16180
16181         * nnimap.el (nnimap-debug): Doc fix.
16182
16183         * imap.el (imap-debug): Doc fix.
16184
16185 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16188
16189 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16190
16191         * gnus.el (spam-contents): Improve docs for spam-contents
16192         parameter in its variable incarnation.
16193
16194 2005-02-14  Simon Josefsson  <jas@extundo.com>
16195
16196         * smime-ldap.el: Use require instead of load-library for ldap.
16197         (smime-ldap-search): Indent.
16198         (smime-ldap-search-internal): Shorten line.
16199
16200         * smime.el (smime-cert-by-dns): Add doc-string.
16201         (smime-cert-by-ldap-1): Indent.
16202
16203         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16204         mml-smime-get-dns-ldap.
16205         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16206
16207 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16208
16209         * smime.el: Require smime-ldap.
16210         (smime-ldap-host-list): New variable.
16211         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16212
16213         * mml-smime.el (mml-smime-encrypt-query): New function.
16214         (mml-smime-encrypt-query): Use it.
16215
16216         * smime-ldap.el: New file.
16217
16218 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16221
16222 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16225         argument in doc string.  Make query for type more clear.
16226
16227 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus.el (gnus-group-startup-message): Search for gnus images in
16230         etc/images/gnus.
16231         * mm-util.el (mm-image-load-path): Likewise.
16232         * smiley.el (smiley-data-directory): Search for smilies in
16233         etc/images/smilies.
16234
16235 2005-02-09  Kim F. Storm  <storm@cua.dk>
16236
16237         Change Emacs release version from 21.4 to 22.1 throughout.
16238         Change Emacs development version from 21.3.50 to 22.0.50.
16239
16240 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16243
16244         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16245         non-Mule XEmacs as well.
16246         (mm-decompress-buffer): Signal an error intentionally if it does
16247         not decompress compressed data because auto-compression-mode is
16248         disabled.
16249
16250 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16251
16252         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16253         an ID in the registry even if it has no groups.
16254
16255 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16258         merge it into mm-decompress-buffer.
16259         (gnus-mime-copy-part): Use the MIME part charset, the value which
16260         a user specified or gnus-newsgroup-charset for decoding, like
16261         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16262         save-buffer what was used.  Suggested by Kevin Ryde
16263         <user42@zip.com.au>.
16264         (gnus-mime-inline-part): Allow the name parameter as well as the
16265         filename parameter; force decompressing of compressed data; always
16266         display contents being not decoded as unibyte.
16267
16268         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16269         as well as the filename parameter.
16270
16271         * mm-util.el (mm-decompress-buffer):
16272         Merge gnus-mime-jka-compr-maybe-uncompress.
16273         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16274         of compressed data.
16275
16276 2005-02-08  Simon Josefsson  <jas@extundo.com>
16277
16278         * imap.el (imap-log): Doc fix.
16279
16280 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16283         the coding cookies; decompress compressed parts.
16284
16285         * mml.el (mml-generate-mime-1): Add the charset parameter according
16286         to the value which a user specified manually or the coding cookie.
16287
16288         * mm-util.el (mm-string-to-multibyte): New function.
16289         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16290         (mm-coding-system-to-mime-charset): New function.
16291         (mm-decompress-buffer): New function.
16292         (mm-find-buffer-file-coding-system): New function.
16293
16294         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16295         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16296         parts.
16297
16298 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16299
16300         * mm-view.el (mm-display-inline-fontify): Decode a part according
16301         to the charset parameter.
16302
16303 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16306         prefix arg is neither nil nor a number, as info specifies.
16307
16308 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16311         timestamps.
16312
16313 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16314
16315         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16316         groups error checking and notify user.
16317
16318 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16319
16320         * message.el (message-send-mail-function): Check existence of
16321         sendmail-program first before using default value
16322         `message-send-mail-with-sendmail'.  Otherwise use more generic
16323         `smtpmail-send-it'.
16324
16325 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * nntp.el (nntp-request-update-info): Always return nil.
16328
16329 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16330
16331         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16332
16333 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16334
16335         * message.el (message-beginning-of-line): Change the behavior when
16336         invoked between BOL and : so that it first moves backward.
16337
16338 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16341         article buffer when editing of the article is discarded.
16342         (gnus-article-prepare): Revert.
16343
16344 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * gnus-art.el (gnus-article-prepare):
16347         Remove message-strip-forbidden-properties from the local hook.
16348
16349 2005-01-27  Simon Josefsson  <jas@extundo.com>
16350
16351         * password.el (password-cache-add): Only start one timer per key.
16352         Reported by Derek Atkins <warlord@MIT.EDU>.
16353
16354 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16355
16356         * run-at-time.el: Remove.  It is no longer needed as
16357         timer-funcs.el in the xemacs-base package has a working version of
16358         `run-at-time'.
16359
16360         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16361
16362         * password.el: Require timer-funcs instead of run-at-time in
16363         XEmacs.
16364         Remove `password-run-at-time' macro.
16365         (password-cache-add): Use `run-at-time' instead of
16366         `password-run-at-time'.
16367
16368         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16369         Remove `nnheader-cancel-function-timers' alias,
16370         `cancel-function-timers' exists in XEmacs in timer-funcs.
16371
16372         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16373         for `run-with-idle-timer'.
16374
16375         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16376         for `run-at-time'.
16377
16378         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16379         for `with-timeout'.
16380
16381         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16382         the same as for XEmacs 21.4.
16383         No need to ignore `run-with-idle-timer', this function exists in
16384         XEmacs now in timer-funcs.el in the xemacs-base package.
16385         (dgnushack-compile): No need to delete
16386         run-at-time.el from the list of files to compile because it
16387         doesn't exist anymore.
16388
16389 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16392         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16393
16394 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16395
16396         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16397         sensitively.
16398
16399 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16400
16401         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16402
16403 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16406         which will be inserted according to the multibyteness of a buffer
16407         rather than the type of contents.  Suggested by ARISAWA Akihiro
16408         <ari@mbf.ocn.ne.jp>.
16409
16410         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16411         of string which old xml.el may return rather than a string.
16412
16413 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16416
16417 2005-01-16  Simon Josefsson  <jas@extundo.com>
16418
16419         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16420         idn/idna.el isn't available.
16421         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16422         <michael@waxrat.com>.
16423
16424         * hashcash.el: Remove non-FSF copyright header.
16425
16426         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16427         (hashcash-generate-payment): Use it.
16428         (hashcash-generate-payment-async): Use it.
16429
16430 2005-01-15  Simon Josefsson  <jas@extundo.com>
16431
16432         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16433         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16434
16435         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16436         gnus-summary-idna-message.
16437         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16438         (gnus-summary-idna-message): New function.
16439
16440 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16443         gnus-novice-user.
16444
16445 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * nnrss.el (nnrss-request-delete-group): Delete entries in
16448         nnrss-group-alist as well.
16449         (nnrss-save-server-data): Insert newline.
16450
16451 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * gnus.el (gnus-user-agent): Use list of symbols instead of
16454         symbols.  Display full version number for (S)XEmacs.
16455         Optionally display (S)XEmacs codename.
16456
16457         * gnus-util.el (gnus-emacs-version): Update for new
16458         `gnus-user-agent'.
16459
16460         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16461         Gnus version.
16462
16463 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16466         which is unreadable in some setups.
16467
16468 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * gnus-spec.el (gnus-update-format-specifications): Flush the
16471         group format spec cache if it doesn't support decoded group names.
16472
16473 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16476         Allow to apply decay on score files matching a regexp.
16477
16478 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16481         compatibility in %g and %c.
16482
16483 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16486         name for only %g and %c.
16487         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16488         of gnus-tmp-group to decoded group name.
16489         (gnus-group-make-rss-group): Exclude `/'s from group names.
16490
16491 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * nnrss.el (nnrss-get-encoding): Fix regexp.
16494
16495 2004-12-27  Simon Josefsson  <jas@extundo.com>
16496
16497         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16498         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16499         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16500
16501 2004-12-17  Kim F. Storm  <storm@cua.dk>
16502
16503         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16504
16505         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16506
16507 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16508
16509         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16510
16511 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * nnrss.el: Require rfc2047 and mml.
16514         (nnrss-file-coding-system): New variable.
16515         (nnrss-format-string): Redefine it as an inline function.
16516         (nnrss-decode-group-name): New function.
16517         (nnrss-string-as-multibyte): Remove.
16518         (nnrss-retrieve-headers): Decode group name; don't use
16519         nnrss-format-string.
16520         (nnrss-request-group): Decode group name.
16521         (nnrss-request-article): Decode group name; allow a Message-ID as
16522         well as an article number; don't use nnrss-format-string; encode a
16523         Message-ID string which may contain non-ASCII characters; use
16524         mml-to-mime to compose a MIME article.
16525         (nnrss-request-expire-articles): Decode group name.
16526         (nnrss-request-delete-group): Decode group name.
16527         (nnrss-fetch): Clarify error message.
16528         (nnrss-read-server-data): Use insert-file-contents instead of load;
16529         bind file-name-coding-system; use multibyte buffer.
16530         (nnrss-save-server-data): Bind coding-system-for-write to the
16531         value of nnrss-file-coding-system; bind file-name-coding-system;
16532         add coding cookie.
16533         (nnrss-read-group-data): Use insert-file-contents instead of load;
16534         bind file-name-coding-system; use multibyte buffer.
16535         (nnrss-save-group-data): Bind coding-system-for-write to the
16536         value of nnrss-file-coding-system; bind file-name-coding-system.
16537         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16538         make it work with non-ASCII text.
16539         (nnrss-find-el): Make it work with old xml.el as well.
16540
16541 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16542
16543         * nnrss.el (nnrss-get-encoding): New function.
16544         (nnrss-fetch): Use unibyte buffer initially; bind
16545         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16546         decode contents according to the encoding attribute.
16547         (nnrss-save-group-data): Add coding cookie.
16548         (nnrss-mime-encode-string): New function.
16549         (nnrss-check-group): Use it to encode subject and author.
16550
16551 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16552
16553         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16554         imaginary variable.
16555
16556 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16559         correctly even if there are wide characters.
16560
16561 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16564         downcased symbol names; make a new cache instead of reusing
16565         bbdb-hashtable.
16566
16567 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16570         concatenating segments rather than before concatenating them.
16571         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16572
16573         * message.el (message-get-reply-headers): Bind `extra'.
16574
16575 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16576
16577         * message.el (message-extra-wide-headers): New variable.
16578         (message-get-reply-headers): Use it.
16579
16580 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16583         (gnus-agent-group-pathname): Ditto.
16584
16585         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16586
16587         * gnus-group.el (gnus-group-make-group): Decode group name.
16588         (gnus-group-make-rss-group): Register the group data after opening
16589         the nnrss group.
16590
16591 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16592
16593         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16594         by expiry now get marked as read.
16595
16596 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16599
16600 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16601
16602         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16603         unify Latin characters in XEmacs.
16604         (mm-find-mime-charset-region): Use it.
16605
16606 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-util.el (gnus-delete-directory): New function.
16609
16610         * gnus-agent.el (gnus-agent-delete-group): Use it.
16611
16612         * gnus-cache.el (gnus-cache-delete-group): Use it.
16613
16614 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16617         names.
16618
16619 2004-12-16  Simon Josefsson  <jas@extundo.com>
16620
16621         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16622
16623 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16626
16627         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16628         (gnus-group-set-current-level): Decode group name.
16629
16630 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16631
16632         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16633         failed.
16634
16635 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * gnus-group.el (gnus-group-delete-group): Decode group name.
16638         (gnus-group-make-rss-group): Encode group name.
16639         (gnus-group-catchup-current): Decode group name.
16640         (gnus-group-kill-group): Decode group name.
16641
16642 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16643
16644         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16645
16646 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-group.el (gnus-group-make-rss-group):
16649         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16650
16651         * gnus-start.el (gnus-setup-news): Honor user's setting to
16652         gnus-message-archive-method.  Suggested by Lute Kamstra
16653         <lute@gnu.org>.
16654
16655 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16656
16657         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16658         global counterparts of the buffer-local variables.
16659
16660 2004-11-16  Romain Francoise  <romain@orebokech.com>
16661
16662         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16663         counterparts of the buffer-local variables.
16664
16665 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * message.el (message-forbidden-properties): Fix typo in doc
16668         string.
16669
16670 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * gnus-util.el (gnus-replace-in-string): Add doc string.
16673
16674         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16675         to avoid problems when splitting mails with many recipients.
16676
16677 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16678
16679         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16680         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16681
16682 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16683
16684         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16685         if there is no hashtable in memory or file modification time is
16686         newer than cached timestamp.
16687
16688 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-sum.el (gnus-summary-limit-to-recipient):
16691         Implement not-matching option.
16692
16693 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16696         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16697         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16698         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16699         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16700         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16701
16702 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * message.el (message-forward-make-body-mml): Remove headers
16705         according to message-forward-ignored-headers if a message is decoded.
16706
16707 2004-12-02  Romain Francoise  <romain@orebokech.com>
16708
16709         * message.el (message-forward-make-body-plain): Always remove
16710         headers according to message-forward-ignored-headers.
16711
16712 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16713
16714         * spam.el (spam-summary-prepare-exit): Remove the
16715         gnus-summary-limit pop for now, it has problems with ham marks for
16716         me.
16717
16718 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16719
16720         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16721         correctly.
16722
16723 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16724
16725         * format-spec.el (format-spec): Message the char.
16726
16727 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16728
16729         * gnus-art.el (gnus-split-methods): Reformat comments.
16730
16731         * spam.el (spam-summary-prepare-exit): Remove article limits
16732         before exiting the summary buffer.
16733
16734 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16737         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16738
16739         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16740         order to silence the byte compiler.
16741
16742         * spam.el: Fix the way to silence the byte compiler, which
16743         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16744         bbdb-search-simple, spam-BBDB-register-routine,
16745         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16746         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16747         spam-stat-buffer-is-spam, spam-stat-load,
16748         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16749         spam-stat-save and spam-stat-split-fancy.
16750
16751 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16754         which may confuse users.
16755         (canlock-password-for-verify): Ditto.
16756
16757         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16758
16759         * gnus-art.el (gnus-emphasis-alist): Ditto.
16760
16761         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16762
16763         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16764
16765         * gnus-start.el (gnus-save-killed-list): Ditto.
16766
16767         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16768         (gnus-sum-thread-tree-root): Ditto.
16769         (gnus-sum-thread-tree-false-root): Ditto.
16770         (gnus-sum-thread-tree-single-indent): Ditto.
16771
16772         * message.el (message-courtesy-message): Ditto.
16773         (message-archive-note): Ditto.
16774         (message-subscribed-address-file): Ditto.
16775         (message-user-fqdn): Ditto.
16776
16777         * spam-report.el (spam-report-gmane-regex): Ditto.
16778
16779         * spam.el (spam-blackhole-good-server-regex): Ditto.
16780
16781 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * mml.el (mml-preview): Widen the message buffer before copying
16784         the contents to the preview buffer; sort headers before previewing.
16785
16786         * message.el (message-hidden-headers): Fix the way to avoid a bug
16787         in the `repeat' widget in Emacs 21.3 or earlier.
16788
16789 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * message.el (message-hidden-headers): Default to "^References:".
16792         Improve customization type.  Suggested by Reiner Steib
16793         <Reiner.Steib@gmx.de>.
16794
16795 2004-11-25  Romain Francoise  <romain@orebokech.com>
16796
16797         * message.el (message-strip-forbidden-properties): Remove check for
16798         obsolete `message-hidden' text property, hidden headers are not
16799         accessible in the buffer anymore.
16800
16801 2004-11-22  Romain Francoise  <romain@orebokech.com>
16802
16803         * message.el (message-header-format-alist): Add `From' in list
16804         so that it can be sorted.
16805         (message-fix-before-sending): Widen and sort headers before
16806         sending.
16807         (message-hide-headers): Use narrowing to hide headers by moving
16808         them to the top of the buffer and narrowing to the region
16809         underneath.
16810
16811 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16812
16813         * message.el (message-strip-forbidden-properties):
16814         Bind buffer-read-only (etc) to nil.
16815
16816 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16819         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16820
16821 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16822
16823         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16824
16825 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16826
16827         * dns.el (query-dns): Use sit-for to time instead of
16828         accept-process-output, since that doesn't seem to work on udp
16829         sockets.
16830
16831 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16834
16835 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16836
16837         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16838         doc string.  Improve doc string.
16839
16840 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * nntp.el (nntp-request-update-info): Return nil if
16843         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16844         may not call gnus-activate-group which uselessly issues the GROUP
16845         commands for all nntp groups and wastes time.  Reported by Romain
16846         Francoise <romain@orebokech.com>.
16847
16848         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16849
16850 2004-11-15  Simon Josefsson  <jas@extundo.com>
16851
16852         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16853         headers separately.
16854         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16855         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16856
16857 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * gnus-start.el (gnus-convert-old-newsrc):
16860         Assign legacy-gnus-agent to 5.10.7.
16861
16862 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16863
16864         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16865         start of the lines.
16866
16867 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16868
16869         * hashcash.el (hashcash-default-payment): Change default to 20.
16870         (hashcash-default-accept-payment): Change default to 20.
16871         (hashcash-process-alist): New variable.
16872         (hashcash-generate-payment-async): Add.
16873         (hashcash-already-paid-p): Add.
16874         (hashcash-insert-payment): Don't generate payments twice.
16875         (hashcash-insert-payment-async): Add.
16876         (hashcash-insert-payment-async-2): Add.
16877         (hashcash-cancel-async): Add.
16878         (hashcash-wait-async): Add.
16879         (hashcash-processes-running-p): Add.
16880         (hashcash-wait-or-cancel): Add.
16881         (mail-add-payment): New optional argument.  Conditionally start
16882         asynchronous calculation.
16883         (mail-add-payment-async): Add.
16884
16885         * message.el (message-send-mail): Wait for asynchronous hashcash
16886         results.  Don't clobber existing X-Hashcash headers.
16887         (message-setup-1): Call mail-add-payment-async when
16888         message-generate-hashcash is non-nil.
16889
16890 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16891
16892         * message.el (message-use-alternative-email-as-from): Examine the
16893         From header as well; use message-make-from in order to include a
16894         user's full name.
16895
16896 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16899         default; improve customization type.
16900         (gnus-emphasis-custom-with-format): New macro.
16901         (gnus-emphasis-custom-value-to-external): New function.
16902         (gnus-emphasis-custom-value-to-internal): New function.
16903
16904 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16905
16906         * dns.el (query-dns): Resolve reverse addresses.
16907
16908 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16909
16910         * gnus-group.el (gnus-group-get-new-news): Use it.
16911
16912         * gnus-start.el (gnus-check-reasonable-setup): New function.
16913
16914 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16917         "Args out of range" error.  Reported by Arnaud Giersch
16918         <arnaud.giersch@free.fr>.
16919
16920 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16921
16922         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16923
16924 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16925
16926         * spam.el (spam group): Add :version.
16927
16928         * pgg-def.el (pgg group): Add :version.
16929
16930 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-art.el (gnus-article-edit-article): Don't associate the
16933         article buffer with a draft file.  This is a temporary measure
16934         against the 2004-08-22 change to gnus-article-edit-mode.
16935
16936 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16939         (html2text-format-tags): Remove unused variable `attr'.
16940
16941 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16944
16945         * tls.el (tls-process-connection-type, tls-success)
16946         (tls-certtool-program): Add :version.
16947
16948         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16949         (starttls-extra-arguments, starttls-process-connection-type)
16950         (starttls-connect, starttls-failure, starttls-success): Add :version.
16951
16952         * spam-stat.el (spam-stat): Add :version.
16953
16954         * sieve.el (sieve): Add :version.
16955
16956         * sha1.el (sha1): Add :version.
16957         (sha1-use-external): Remove redundant version.
16958
16959         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16960         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16961         (nnmail-split-fancy-match-partial-words)
16962         (nnmail-split-lowercase-expanded): Add :version.
16963
16964         * nndiary.el (nndiary): Add :version.
16965
16966         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16967
16968         * mml-sec.el (mml-default-sign-method)
16969         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16970         Add :version.
16971
16972         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16973
16974         * mm-url.el (mm-url-use-external, mm-url-program)
16975         (mm-url-arguments): Add :version.
16976
16977         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16978         (mm-attachment-file-modes, mm-decrypt-option)
16979         (mm-w3m-safe-url-regexp): Add :version.
16980
16981         * message.el (message-cite-prefix-regexp)
16982         (message-sendmail-envelope-from, message-minibuffer-local-map)
16983         (message-user-fqdn, message-completion-alist): Add :version.
16984
16985         * gnus-win.el (gnus-configure-windows-hook)
16986         (gnus-use-frames-on-any-display): Add :version.
16987
16988         * gnus-art.el (gnus-article-address-banner-alist)
16989         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16990         (gnus-treat-from-picon, gnus-treat-mail-picon)
16991         (gnus-treat-x-pgp-sig): Add :version.
16992
16993         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16994         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16995         (gnus-summary-article-delete-hook)
16996         (gnus-summary-display-while-building): Add :version.
16997
16998         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16999         (gnus-get-top-new-news-hook): Add :version.
17000
17001         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17002         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17003
17004         * gnus-registry.el (gnus-registry): Add :version.
17005
17006         * gnus-spec.el (gnus-use-correct-string-widths)
17007         (gnus-make-format-preserve-properties): Add :version.
17008
17009         * gnus.el (gnus-group-charter-alist)
17010         (gnus-group-fetch-control-use-browse-url)
17011         (gnus-install-group-spam-parameters): Add :version.
17012
17013         * gnus-diary.el (gnus-diary): Add :version.
17014
17015         * gnus-delay.el (gnus-delay): Add :version.
17016
17017         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17018         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17019         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17020         Add :version.
17021
17022         * gnus-agent.el (gnus-agent-max-fetch-size)
17023         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17024         (gnus-agent-prompt-send-queue): Add :version.
17025
17026         * deuglify.el (gnus-outlook-deuglify): Add :version.
17027
17028         * html2text.el: Beautify code.  Improve doc strings.
17029         Some checkdoc cleanup.
17030         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17031
17032 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17033
17034         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17035
17036 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17037
17038         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17039         when package is loaded.
17040
17041         * spam.el (spam-summary-score-preferred-header): Add global preference
17042         for people who want to override the default SpamAssassin over
17043         Bogofilter preference (when both are set).
17044         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17045         (spam-user-format-function-S):
17046         Check spam-summary-score-preferred-header.
17047         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17048         (spam-user-format-function-S): Format the score correctly.
17049
17050 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17053         signature file.  Suggested by Manoj Srivastava
17054         <srivasta@golden-gryphon.com>.
17055
17056         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17057         iso-2022-jp even in the Japanese language environment.
17058         Suggested by Jason Rumney <jasonr@gnu.org>.
17059
17060 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17063         use the same characters as the dummy marks; make it free from
17064         getting affected by the language environment.
17065         (gnus-summary-read-group-1): Update mark positions only when the
17066         format spec is updated.
17067
17068         * gnus-spec.el (gnus-update-format-specifications): Return a list
17069         of updated types.
17070
17071 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17074         of boundp to check if display-warning is available.
17075
17076 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17077
17078         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17079
17080 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * nnspool.el (nnspool-spool-directory): Use news-path if the
17083         news-directory variable is not bound.
17084
17085         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17086         function instead of display-warning if it is not available.
17087
17088 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17089
17090         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17091         v5-10: Use `point-at-bol'.
17092
17093 2004-10-26  Simon Josefsson  <jas@extundo.com>
17094
17095         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17096         <chenggao@gmail.com>.
17097
17098 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17101         instead.
17102
17103 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17104
17105         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17106         to remove a server from the nnimap-server-buffer-alist.
17107         (nnimap-open-connection, nnimap-close-server): Use it.
17108
17109         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17110
17111 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17114         running the major-mode function.
17115
17116 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17119         dummy marks in the right way.
17120
17121 2004-10-18  David Edmondson  <dme@dme.org>
17122
17123         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17124         excessively.
17125
17126 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * gnus-util.el (gnus-split-references): Accept a nil references
17129         string and go on blissfully.
17130
17131         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17132         cases where the references string is non-nil but has no references.
17133
17134         * encrypt.el: Add autoload tags.
17135
17136         * spam.el (spam-resolve-registrations-routine): Remove article
17137         from unregistration list too.  Reported by David Hanak
17138         <dhanak@isis.vanderbilt.edu>
17139
17140 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17143         nil.  Change custom type.
17144
17145 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17148
17149         * gnus-sum.el (gnus-summary-move-article): Use it.
17150
17151 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17152
17153         * encrypt.el: Add autoload cookies.
17154
17155         * spam.el (spam-backend-article-list-property)
17156         (spam-backend-get-article-todo-list)
17157         (spam-backend-put-article-todo-list)
17158         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17159         Resolve registrations separately.
17160         (spam-register-routine): Format comments.
17161         (spam-unregister-routine, spam-register-routine): Always call with
17162         specific-articles, no default list.
17163         (spam-summary-prepare-exit): Use the spam-classifications function.
17164
17165         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17166         gnus-encrypt.el.
17167
17168         * encrypt.el: Copied from gnus-encrypt.el.
17169
17170         * gnus-encrypt.el: Commented that it's obsolete.
17171
17172 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17173
17174         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17175         (gnus-score-save): Use it.
17176
17177         * message.el (message-bury): Use `window-dedicated-p'.
17178
17179 2004-10-15  Simon Josefsson  <jas@extundo.com>
17180
17181         * pop3.el (top-level): Don't require nnheader.
17182         (pop3-read-timeout): Add.
17183         (pop3-accept-process-output): Add.
17184         (pop3-read-response, pop3-retr): Use it.
17185
17186 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17187
17188         * spam.el (spam-register-routine): Move comment.
17189         (spam-verify-bogofilter): Use 'unknown for the initial
17190         spam-bogofilter-valid state, not 'never.
17191
17192         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17193         for netrc-machine.
17194
17195         * nnimap.el (nnimap-open-connection):
17196         Use netrc-machine-user-or-password.
17197
17198 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17199
17200         * gnus-registry.el (gnus-registry-unload-hook):
17201         Set as a variable with add-hook.
17202
17203         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17204         of news-path.
17205
17206         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17207
17208         * spam.el: Delete duplicate `provide'.
17209         (spam-unload-hook): Set as a variable with add-hook.
17210
17211 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17212
17213         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17214         in the doc string.
17215
17216         * message.el (message-ignored-news-headers)
17217         (message-ignored-supersedes-headers)
17218         (message-ignored-resent-headers)
17219         (message-forward-ignored-headers): Improve custom type.
17220
17221 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * message.el (message-tokenize-header): Fix 2004-09-06 change
17224         which used point-min in the wrong place.
17225
17226 2004-10-12  Simon Josefsson  <jas@extundo.com>
17227
17228         * tls.el (tls-certtool-program): New variable.
17229         (tls-certificate-information): New function, based on
17230         ssl-certificate-information.
17231
17232 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * compface.el: Move the version of ELisp-based uncompface program
17235         to the contrib directory because of the copyright problem.
17236
17237 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * message.el (message-kill-buffer): Raise the current frame.
17240
17241 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17242
17243         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17244
17245         * gnus.el (message-y-or-n-p): Autoload.
17246
17247         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17248         (pop3-password-required, pop3-authentication-scheme)
17249         (pop3-leave-mail-on-server): Make customizable.
17250         (pop3): New custom group.
17251         (pop3-retr): Remove `sleep-for' statements.
17252         Suggested by Dave Love <fx@gnu.org>.
17253
17254         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17255         Windows/DOS.
17256
17257         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17258         (imap-parse-body): Fix incorrect use of `assert'.
17259         Suggested by Dave Love <fx@gnu.org>.
17260
17261         * mml.el (mml-minibuffer-read-disposition): Require match.
17262         Suggested by Dave Love <fx@gnu.org>.
17263
17264 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17267         doc string.
17268
17269 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17272
17273 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17274
17275         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17276         instead of calling `mm-insert-inline', to decode text/* parts
17277         before displaying them.
17278
17279 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * mm-uu.el (mm-uu-text-plain-type): New variable.
17282         (mm-uu-pgp-signed-extract-1): Use it.
17283         (mm-uu-pgp-encrypted-extract-1): Use it.
17284         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17285         bind mm-uu-text-plain-type with that value.
17286         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17287         mm-uu-dissect.
17288
17289 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * gnus-group.el (gnus-update-group-mark-positions):
17292         * gnus-sum.el (gnus-update-summary-mark-positions):
17293         * message.el (message-check-news-body-syntax):
17294         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17295         of string-as-multibyte.
17296
17297 2004-10-05  Juri Linkov  <juri@jurta.org>
17298
17299         * gnus-group.el (gnus-update-group-mark-positions):
17300         * gnus-sum.el (gnus-update-summary-mark-positions):
17301         * message.el (message-check-news-body-syntax):
17302         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17303         8-bit unibyte values to a multibyte string for search functions.
17304
17305 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17308         (mm-uu-dissect-text-parts): New function.
17309
17310         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17311         dissect text parts.
17312
17313         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17314         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17315
17316         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17317
17318         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17319         Use gnus-current-topics instead of gnus-current-topic.
17320
17321 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17322
17323         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17324
17325 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17326
17327         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17328         where approriate.
17329
17330         * nnml.el (nnml-generate-active-info): do.
17331
17332         * nndiary.el (nndiary-generate-active-info): do.
17333
17334         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17335         (gnus-topic-move): do.
17336
17337         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17338         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17339
17340         * gnus-srvr.el (gnus-server-prepare)
17341         (gnus-server-open-all-servers): do.
17342
17343         * gnus-msg.el (gnus-summary-cancel-article)
17344         (gnus-summary-resend-message)
17345         (gnus-summary-mail-crosspost-complaint): do.
17346
17347         * gnus-move.el (gnus-change-server): do.
17348
17349         * gnus-group.el (gnus-group-unmark-all-groups)
17350         (gnus-group-set-current-level): do.
17351
17352 2004-10-04  Simon Josefsson  <jas@extundo.com>
17353
17354         * message.el (message-generate-hashcash): Doc fix.
17355
17356 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17357
17358         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17359         avoid infinite recursion via gnus-get-function.
17360
17361 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17362
17363         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17364
17365         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17366
17367         * nnmail.el (nnmail-split-history): do.
17368
17369         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17370         (nnml-request-delete-group): do.
17371
17372         * nnslashdot.el (nnslashdot-read-groups): do.
17373
17374         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17375         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17376
17377         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17378         (nnspool-sift-nov-with-sed): Use last.
17379         (nnspool-retrieve-headers-with-nov): Use mapc.
17380         (nnspool-request-newgroups): Use dolist.
17381         (nnspool-request-group): Use last.
17382
17383         * nntp.el (nntp-read-server-type): Use dolist.
17384
17385         * nnvirtual.el (nnvirtual-create-mapping)
17386         (nnvirtual-update-read-and-marked): Use dolist.
17387         (nnvirtual-convert-headers): Simplify.
17388
17389 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17390
17391         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17392         Add support for sync'ing tick marks.
17393
17394 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17397         there's no visible header.
17398
17399 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17400
17401         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17402         When necessary, pass full group name to gnus-request-set-marks.
17403
17404 2004-10-01  Simon Josefsson  <jas@extundo.com>
17405
17406         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17407         acroread.
17408
17409 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17410
17411         * spam-report.el (spam-report-gmane): Fix interactive.
17412
17413         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17414
17415         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17416         when writing file.
17417         (gnus-agent-synchronize-flags): Don't default to being
17418         interactive.
17419
17420 2004-09-30  Simon Josefsson  <jas@extundo.com>
17421
17422         * message.el (message-generate-hashcash): Add.
17423         (message-send-mail): Use it, call mail-add-payment.
17424
17425 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17426
17427         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17428
17429 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17430
17431         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17432         gnus-requst-update-info with explicit code to sync the in-memory
17433         info read flags with the marks being sync'd to the backend.
17434
17435         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17436
17437 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17438
17439         * spam.el (spam-verify-bogofilter): Add new function.
17440         (spam-check-bogofilter)
17441         (spam-bogofilter-register-with-bogofilter): Use it.
17442         (spam-verify-bogofilter): Add small fixes.
17443
17444 2004-09-28  Simon Josefsson  <jas@extundo.com>
17445
17446         * hashcash.el (hashcash-generate-payment): Revert.
17447
17448 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17449
17450         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17451         Use gnus-extract-references instead of gnus-split-references.
17452
17453         * gnus-util.el (gnus-extract-references): Add new function, analogous
17454         to gnus-split-references but extracts only the message-ID without
17455         anything extra.
17456
17457         * hashcash.el (hashcash-generate-payment)
17458         (hashcash-check-payment): Do the right thing if hashcash-path is
17459         nil (because the hashcash program could not be found).
17460
17461         * spam.el (spam-use-hashcash): Remove comment.
17462
17463 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17466         (gnus-cache-enter-article, gnus-cache-remove-article)
17467         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17468
17469         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17470
17471         * gnus-art.el (article-hide-boring-headers)
17472         (article-translate-strings, article-display-face)
17473         (gnus-article-mime-match-handle-first)
17474         (gnus-article-highlight-headers)
17475         (gnus-article-add-buttons-to-head): do.
17476
17477 2004-09-27  Simon Josefsson  <jas@extundo.com>
17478
17479         * hashcash.el: New version, from
17480         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17481         ../contrib/.
17482
17483 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17486
17487 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17488
17489         * gnus-dup.el (gnus-dup-open): Use mapc.
17490         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17491
17492         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17493         Reported by Stefan Wiens <s.wi@gmx.net>.
17494
17495         * gnus.el (gnus-shutdown): Use dolist.
17496
17497         * gnus-undo.el (gnus-undo): Use mapc.
17498
17499         * nnrss.el (nnrss-generate-active): do.
17500
17501         * message.el (message-cite-original-without-signature)
17502         (message-cite-original): Use mapc.
17503         (message-do-actions, message-make-forward-subject): Use dolist.
17504
17505 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17506
17507         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17508         deletion to remove entire duplicate line.  Fixes merged article
17509         number bug.
17510
17511 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17512
17513         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17514         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17515         first ask if you want to open a server and then, even when you
17516         responded with no, asking if you want to synchronize the server's
17517         flags.
17518         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17519         multi-line expressions.
17520         (gnus-agent-synchronize-group-flags): New internal function.
17521         Updates marks in memory (in the info structure) AND in the
17522         backend.
17523
17524         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17525
17526         * nnagent.el (nnagent-request-set-mark):
17527         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17528         method, to ensure that synchronization updates marks in the
17529         backend and in the info (in memory) structure.
17530
17531 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17534         convention fully; don't miss the root article of a thread; make
17535         the X-Draft-From header with correct article numbers.
17536
17537 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17538
17539         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17540         unless plugged.  Disable the agent so that an open failure causes
17541         an error.
17542
17543         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17544         Revert 2004-09-21 change.  The backend must be opened while
17545         synchronizing flags even when the backend stores the flags
17546         locally.
17547
17548 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17549
17550         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17551         in `header' match.  Reported by Svend Tollak Munkejord.
17552
17553         * message.el (message-cite-original): Fix use of
17554         `message-cite-articles-with-x-no-archive'.
17555
17556 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17559         (gnus-window-to-buffer): Ditto.
17560
17561         * mml.el (mml-preview-buffer): New variable.
17562         (mml-preview): Manage window layout with gnus-buffer-configuration.
17563
17564         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17565         X-Draft-From header even if those articles aren't quoted.
17566
17567 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17568
17569         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17570         (gnus-request-set-mark, gnus-request-update-mark): Use new
17571         g-s-t-u-l-m to decide to use backend even when unplugged.
17572
17573 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17576         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17577
17578 2004-09-20  Simon Josefsson  <jas@extundo.com>
17579
17580         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17581         "utf-16-le".
17582
17583 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17584
17585         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17586
17587 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17588
17589         * uudecode.el (uudecode-use-external): Add :version.
17590
17591         * smime.el (smime-CA-file, smime-encrypt-cipher)
17592         (smime-dns-server): Add :version.
17593
17594         * smiley.el (gnus-smiley-file-types): Add :version.
17595
17596         * sha1.el (sha1-use-external): Add :version.
17597
17598         * pgg-def.el (pgg-query-keyserver): Add :version.
17599
17600         * nnmail.el (nnmail-fancy-expiry-targets)
17601         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17602         Add :version.
17603
17604         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17605         (nnimap-retrieve-groups-asynchronous): Add :version.
17606         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17607
17608         * mml.el (mml-content-disposition-parameters)
17609         (mml-insert-mime-headers-always): Add :version.
17610
17611         * mm-util.el (mm-coding-system-priorities): Add :version.
17612
17613         * mm-decode.el (mm-inline-text-html-with-images)
17614         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17615         (mm-verify-option): Add :version.
17616         (mm-text-html-renderer): Change :version.
17617
17618         * message.el (message-fcc-externalize-attachments)
17619         (message-required-headers, message-draft-headers)
17620         (message-subject-trailing-was-query)
17621         (message-subject-trailing-was-ask-regexp)
17622         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17623         (message-mark-insert-end, message-archive-header)
17624         (message-archive-note, message-cross-post-default)
17625         (message-cross-post-note, message-followup-to-note)
17626         (message-cross-post-note-function, message-use-mail-followup-to)
17627         (message-subscribed-address-functions)
17628         (message-subscribed-address-file, message-subscribed-addresses)
17629         (message-subscribed-regexps, message-allow-no-recipients)
17630         (message-yank-cited-prefix, message-signature-insert-empty-line)
17631         (message-hidden-headers, message-hierarchical-addresses)
17632         (message-mail-user-agent, message-use-idna)
17633         (message-valid-fqdn-regexp)
17634         (message-strip-special-text-properties, message-header-synonyms)
17635         (message-beginning-of-line, message-tab-body-function): Add :version.
17636         (message-insert-canlock, message-wide-reply-confirm-recipients):
17637         Change :version.
17638
17639         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17640         and :version.
17641         (mail-source-delete-old-incoming-confirm)
17642         (mail-source-movemail-program): Add :version.
17643
17644         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17645         (gnus-agent-cache, gnus-agent): Change :version.
17646
17647         * gnus-util.el (gnus-use-byte-compile): Change :version.
17648
17649         * gnus-sum.el (gnus-summary-make-false-root-always)
17650         (gnus-summary-default-high-score)
17651         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17652         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17653         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17654         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17655         (gnus-sum-thread-tree-single-indent)
17656         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17657         (gnus-sum-thread-tree-leaf-with-other)
17658         (gnus-sum-thread-tree-single-leaf): Add :version.
17659         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17660         (gnus-article-loose-mime): Change :version.
17661
17662         * gnus-start.el (gnus-backup-startup-file)
17663         (gnus-save-startup-file-via-temp-buffer): Add :version.
17664
17665         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17666         (gnus-server-offline-face): Add :version.
17667
17668         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17669
17670         * gnus-msg.el (gnus-gcc-externalize-attachments)
17671         (gnus-debug-files, gnus-debug-exclude-variables)
17672         (gnus-discouraged-post-methods): Change :version.
17673         (gnus-confirm-mail-reply-to-news)
17674         (gnus-confirm-treat-mail-like-news): Add :version.
17675
17676         * gnus-int.el (gnus-server-unopen-status): Add :version.
17677
17678         * gnus-group.el (gnus-group-jump-to-group-prompt)
17679         (gnus-large-ephemeral-newsgroup)
17680         (gnus-fetch-old-ephemeral-headers): Add :version.
17681
17682         * gnus-fun.el (gnus-x-face-directory)
17683         (gnus-convert-pbm-to-x-face-command)
17684         (gnus-convert-image-to-x-face-command)
17685         (gnus-convert-image-to-face-command): Add :version.
17686
17687         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17688
17689         * gnus-cite.el (gnus-cite-blank-line-after-header)
17690         (gnus-article-boring-faces): Add :version.
17691
17692         * gnus-art.el (gnus-buttonized-mime-types)
17693         (gnus-inhibit-mime-unbuttonizing)
17694         (gnus-treat-display-face)
17695         (gnus-treat-body-boundary): Change :version.
17696         (gnus-body-boundary-delimiter, gnus-picon-databases)
17697         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17698         (gnus-treat-date-english, gnus-treat-fold-headers)
17699         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17700         (gnus-treat-mail-picon, gnus-treat-wash-html)
17701         (gnus-article-encrypt-protocol)
17702         (gnus-use-idna, gnus-article-over-scroll)
17703         (gnus-mime-display-multipart-alternative-as-mixed)
17704         (gnus-mime-display-multipart-related-as-mixed)
17705         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17706         (gnus-ctan-url, gnus-button-ctan-handler)
17707         (gnus-button-handle-ctan-bogus-regexp)
17708         (gnus-button-ctan-directory-regexp)
17709         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17710         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17711         (gnus-button-man-level, gnus-button-emacs-level)
17712         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17713
17714         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17715         (gnus-agent-go-online): Change :version.
17716         (gnus-agent-expire-unagentized-dirs)
17717         (gnus-agent-auto-agentize-methods): Add :version.
17718
17719         * flow-fill.el (fill-flowed-display-column)
17720         (fill-flowed-encode-column): Add :version.
17721
17722         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17723         (gnus-outlook-deuglify-unwrap-max)
17724         (gnus-outlook-deuglify-cite-marks)
17725         (gnus-outlook-deuglify-unwrap-stop-chars)
17726         (gnus-outlook-deuglify-no-wrap-chars)
17727         (gnus-outlook-deuglify-attrib-cut-regexp)
17728         (gnus-outlook-deuglify-attrib-verb-regexp)
17729         (gnus-outlook-deuglify-attrib-end-regexp)
17730         (gnus-outlook-display-hook): Add :version.
17731
17732         * binhex.el (binhex-use-external): Add :version.
17733
17734 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17737         and `invisible'.
17738
17739 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17740
17741         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17742         in gnus-registry-trim.
17743
17744 2004-09-13  Simon Josefsson  <jas@extundo.com>
17745
17746         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17747
17748         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17749
17750         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17751         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17752         <yamaoka@jpl.org>.
17753         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17754         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17755         <yamaoka@jpl.org>.
17756
17757         * sieve.el (sieve-manage-mode): Ditto.
17758
17759 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17760
17761         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17762
17763 2004-09-11  Simon Josefsson  <jas@extundo.com>
17764
17765         * dns-mode.el: Add.
17766
17767         * mm-view.el (mm-display-dns-inline): Add.
17768
17769         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17770         (mm-automatic-display): Ditto.
17771
17772         * mailcap.el (mailcap-mime-data): Add text/dns.
17773         (mailcap-mime-extensions): Map .soa to text/dns.
17774
17775 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17776
17777         * gnus-art.el (article-decode-mime-words, article-babel)
17778         (gnus-article-highlight-signature, gnus-article-add-buttons)
17779         (gnus-signature-toggle): Remove unnecessary bindings of
17780         `inhibit-read-only' inherited from v5.10 merge.
17781
17782 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * nntp.el (nntp): New customization group.
17785         (nntp-authinfo-file): Add customization group.
17786
17787         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17788
17789         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17790
17791         * gnus.el (to-address, to-list, subscribed)
17792         (large-newsgroup-initial): Ditto.
17793
17794         * flow-fill.el (fill-flowed-display-column)
17795         (fill-flowed-encode-column): Ditto.
17796
17797 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17798
17799         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17800         Use point-min rather than 1.
17801         (message-send-mail): Use buffer-size rather than point-max.
17802
17803         * gnus-sum.el (gnus-summary-search-article-forward):
17804         Signal a specific `search-failed' rather than a generic `error'.
17805
17806         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17807         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17808         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17809
17810 2004-09-10  Simon Josefsson  <jas@extundo.com>
17811
17812         * nndb.el (require): Remove tcp and duplicate cl.
17813
17814 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * gnus-agent.el (directory-files-and-attributes): Move forward.
17817
17818 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17819
17820         * gnus-agent.el (directory-files-and-attributes):
17821         Optionally defined to support XEmacs.
17822
17823 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17824
17825         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17826         to avoid run-time CL dependencies.
17827         (gnus-agent-unfetch-articles): New function.
17828         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17829         article numbers even when local .overview file is missing.
17830         (gnus-agent-read-article-number): New function.  Only accepts
17831         27-bit article numbers.
17832         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17833         Use gnus-agent-read-article-number.
17834         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17835         from backend while recognizing that article numbers in .overview
17836         must be valid.
17837         (gnus-agent-update-files-total-fetched-for):
17838         Use directory-files-and-attributes to improve performance.
17839         * gnus-int.el (gnus-request-move-article):
17840         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17841         improve performance.
17842
17843         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17844         some users confused by references to .newsrc when they only have a
17845         .newsrc.eld file.
17846         (gnus-convert-mark-converter-prompt)
17847         (gnus-convert-converter-needs-prompt): Fix use of property list.
17848         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17849         New function.  Used internally to only display 'gnus converting
17850         files' message when actually necessary.
17851
17852         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17853         methods now autoloaded.
17854
17855 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17858         identifiers.
17859
17860 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17861
17862         * gnus-picon.el: Fix indentation and closing parenthesis.
17863
17864 2004-09-01  Simon Josefsson  <jas@extundo.com>
17865
17866         * message.el (message-canlock-generate): Require sha1, not
17867         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17868         to require within a function.  Sadly, if sha1.el isn't loaded, the
17869         let binding in m-c-g will hide the defcustom definition, which is
17870         bad.)
17871
17872         * canlock.el: Require sha1, not sha1-el.
17873
17874         * message.el: Don't autoload sha1 (there is a autoload cookie in
17875         sha1.el).
17876
17877         * sha1-el.el: Rename to sha1.el.
17878
17879 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17880
17881         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17882
17883 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17884
17885         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17886
17887 2004-08-30  Kim F. Storm  <storm@cua.dk>
17888
17889         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17890
17891         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17892         Add :group 'nnimap.
17893
17894 2004-08-30  Andreas Schwab  <schwab@suse.de>
17895
17896         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17897         ?* and ?\;.
17898
17899         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17900         and ?\' to symbol instead of whitespace.
17901
17902 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17905
17906         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17907         instead of re-search-forward.
17908
17909         * gnus-uu.el (gnus-uu-save-article): Ditto.
17910         (gnus-uu-post-encode-uuencode): Ditto.
17911
17912         * html2text.el (html2text-clean-list-items): Ditto.
17913         (html2text-clean-dtdd): Ditto.
17914         (html2text-format-tags): Ditto.
17915
17916         * message.el (message-send-mail-with-sendmail): Fix regexp.
17917         (message-fill-field-general): Use search-forward instead of
17918         re-search-forward.
17919         (unbold-region): Ditto.
17920
17921         * nnrss.el (nnrss-request-article): Ditto.
17922
17923         * nnslashdot.el (nnslashdot-request-article): Ditto.
17924
17925         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17926
17927         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17928         "Unrecognized menu descriptor" error in XEmacs.
17929
17930 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17931
17932         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17933         parent article of a sparse article in the thread hashtb.
17934
17935 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17936
17937         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17938         (nnmail-expand-newtext): Lowercase expanded entries if
17939         nnmail-split-lowercase-expanded is non-nil.
17940
17941 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17944
17945         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17946         of gnus-tmp-news-method into string under XEmacs.  It will be
17947         passed to gnus-correct-length which takes only a string argument.
17948
17949 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * gnus-util.el (gnus-bind-print-variables): New macro.
17952         (gnus-prin1): Use it.
17953         (gnus-prin1-to-string): Use it.
17954         (gnus-pp): New function.
17955         (gnus-pp-to-string): New function.
17956
17957         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17958         Replace pp-to-string with gnus-pp-to-string.
17959         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17960         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17961         * gnus-msg.el (gnus-debug): Ditto.
17962         * gnus-score.el (gnus-score-save): Ditto.
17963         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17964         gnus-pp-to-string.
17965         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17966         with gnus-pp.
17967         * score-mode.el (gnus-score-pretty-print): Ditto.
17968         * webmail.el (webmail-debug): Ditto.
17969
17970 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-art.el (article-display-face, article-display-x-face):
17973         Use buffer-read-only.
17974
17975 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * gnus-art.el (article-hide-list-identifiers):
17978         Bind inhibit-read-only as t.
17979
17980 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17983
17984 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17985
17986         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17987         (gnus-narrow-to-page): Don't assume point-min == 1.
17988         (gnus-article-edit-mode): Derive from message-mode.
17989
17990         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17991         point-min == 1.
17992
17993         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17994         Disable incorrect use of `assert'.
17995
17996         * message.el (message-mode): Set comment-start-skip.
17997
17998
17999 2004-08-22  Sam Steingold  <sds@gnu.org>
18000
18001         * pop3.el (pop3-leave-mail-on-server): New user variable.
18002         (pop3-movemail): Delete mail only when it is nil.
18003
18004 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18005
18006         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18007
18008         * mml.el (mml-preview): Use `pop-to-buffer'.
18009
18010         * message.el (message-goto-mail-followup-to): Insert after "To".
18011         (message-carefully-insert-headers): Add comment.
18012
18013         * gnus.el: Remove unused variable `gnus-article-check-size'.
18014
18015         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18016
18017         * gnus-art.el (gnus-button-alist):
18018         Improve `gnus-button-handle-library' entry.
18019
18020 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18021
18022         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18023         Use downcase, since XEmacs capitalizes error messages differently.
18024
18025 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * nntp.el: Add (require 'gnus) due to reference to
18028         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18029
18030 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18031
18032         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18033         Bind `mm-fill-flowed'.
18034
18035         * mm-decode.el (mm-dissect-singlepart): Check it.
18036
18037 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18038
18039         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18040         'imap' for netrc parsing.
18041
18042 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18043
18044         * mailcap.el (mailcap-mime-data): Mark as risky.
18045
18046 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18049         may be included in the encoded word.
18050         (rfc2047-encode): Don't append a space if the encoded word
18051         includes close parenthesis.
18052
18053 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18056         of text within parentheses.
18057
18058 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18059
18060         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18061         (gnus-encrypt-write-file-contents): Make the password key the file
18062         name PLUS the cipher, not just the cipher.  Also remove failed
18063         passwords from the cache.
18064
18065 2004-08-06  Simon Josefsson  <jas@extundo.com>
18066
18067         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18068         Doc fix.
18069
18070 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18073         LWSP.
18074
18075 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18076
18077         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18078         Try to append in-reply-to: data to the references: header.
18079
18080         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18081         (netrc-parse): Use gnus-encrypt.el functions.
18082
18083         * gnus-encrypt.el: Add new file for encryption support; currently
18084         does only a few GPG ciphers and an internal XOR cipher.
18085
18086         * password.el: Add comments on using password-read-and-add.
18087         (password-read-and-add): Add function to read and add the
18088         password to the cache at once.
18089
18090 2004-07-28  Simon Josefsson  <jas@extundo.com>
18091
18092         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18093         parameter (but don't use it, for now).
18094
18095         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18096         instead of hard coding to nil.
18097
18098 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18101         as mm-inline-image-xemacs does.
18102
18103 2004-07-26  Simon Josefsson  <jas@extundo.com>
18104
18105         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18106         Revert part of 2004-07-17 change below.
18107
18108 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18111         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18112
18113 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18114
18115         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18116         quotes that actually start with ">" at the beginning of the
18117         lines.
18118
18119 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * rfc2047.el (rfc2047-encode-region): Fix last change.
18122         (rfc2047-encode-parameter): Remove useless concat.
18123
18124 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18127         encode special characters; fix some kind of misconfigured headers;
18128         signal a real error if debug-on-quit or debug-on-error is non-nil.
18129         (rfc2047-encode-max-chars): New variable.
18130         (rfc2047-encode-1): Use it.
18131         (rfc2047-encode-parameter): New function.
18132
18133         * mml.el (mml-insert-parameter): Remove an excessive space.
18134
18135 2004-07-17  Simon Josefsson  <jas@extundo.com>
18136
18137         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18138         Kai Grossjohann <kai@emptydomain.de>.
18139         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18140         (gnus-group-make-menu-bar): Ditto.
18141
18142         * gnus-util.el (gnus-group-server): Add.
18143
18144 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18145
18146         * message.el (message-clone-locals): Clone sendmail and smtp
18147         variables.
18148
18149 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * rfc2047.el (rfc2047-encode-region): Fix last change.
18152
18153 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18156         characters as non-special.
18157
18158 2004-07-09  Simon Josefsson  <jas@extundo.com>
18159
18160         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18161         Users will lose all flag changes made while unplugged with
18162         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18163         good default.  See numerous reports on ding mailing list.
18164
18165 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18168         add generate-head-function and generate-article-function to the
18169         rfc822-forward entry.
18170         (nndoc-rfc822-forward-generate-article): New function.
18171         (nndoc-rfc822-forward-generate-head): New function.
18172
18173         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18174
18175 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18176
18177         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18178         respect display group parameter and gnus-summary-expunge-below.
18179         (gnus-articles-to-read): Remove unused reference to display group
18180         parameter.
18181
18182 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18183
18184         * nnheader.el (nnheader-uniquify-message-id): New experimental
18185         variable.
18186         (nnheader-nov-read-message-id): Use it.
18187
18188         * spam-report.el (spam-report-gmane): Add interactive.
18189
18190 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * mm-encode.el (mm-content-transfer-encoding-defaults):
18193         Use qp-or-base64 for the application/* types.
18194
18195 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18196
18197         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18198
18199 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18200
18201         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18202         trim value.
18203
18204 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18205
18206         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18207         New macro and function.
18208         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18209
18210 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18213         after-load-alist.
18214
18215 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18216
18217         * gnus-group.el (gnus-group-get-new-news-this-group):
18218         Don't update info that isn't there.
18219
18220 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18221
18222         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18223         entry.
18224
18225 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * mm-view.el (mm-inline-render-with-function): Use multibyte
18228         buffer; decode html source by charset.
18229
18230         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18231
18232         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18233         Mule-UCS is loaded under XEmacs.
18234         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18235
18236 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18237
18238         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18239
18240 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * mm-util.el (mm-coding-system-p): Return a coding-system.
18243         (mm-mime-mule-charset-alist): Use shift_jis instead of
18244         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18245         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18246         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18247         instead of japanese-shift-jis and iso-latin-1 respectively in
18248         order to share the default value with both Emacs and XEmacs-mule.
18249         (mm-mule-charset-to-mime-charset):
18250         Make mm-coding-system-priorities effective.
18251         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18252         while predicating of candidates upon the priorities.
18253
18254 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18255
18256         * gnus-sum.el (gnus-summary-make-menu-bar):
18257         Add gnus-uu-invert-processable.
18258
18259         * gnus.el: Autoload gnus-uu-invert-processable.
18260
18261 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * mm-util.el (mm-with-multibyte-buffer): New macro.
18264
18265         * rfc2047.el (rfc2047-encode-string): Use it.
18266         (rfc2047-encode-region): Move point to the end of the region after
18267         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18268
18269 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18272         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18273
18274 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18277         (gnus-cite-parse): Ignore quoted envelope From_.
18278         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18279
18280 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18281
18282         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18283         invalid addresses.
18284
18285 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18286
18287         * spam.el: Change section markers, revise TODO list.
18288         (spam-backends): Make new master list of all installed backends.
18289         (spam-summary-exit-behavior): Add new variable to determine how
18290         messages moves are done at summary exit.
18291         (spam-move-spam-nonspam-groups-only)
18292         (spam-process-ham-in-nonham-groups)
18293         (spam-process-ham-in-spam-groups): Remove variables, the
18294         spam-summary-exit-behavior variable should be used to manage this
18295         behavior.
18296         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18297         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18298         and spam-old-spam-articles.
18299         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18300         Add empty variables, placeholders for the backends they represent.
18301         (spam-set-difference): Move, unchanged.
18302         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18303         unless the user has a processor variable.
18304         (spam-classifications, spam-classification-valid-p)
18305         (spam-backend-properties, spam-backend-property-valid-p)
18306         (spam-backend-function-type-valid-p)
18307         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18308         (spam-report-articles-gmane, spam-report-articles-resend):
18309         Remove functions, they are not needed.
18310         (spam-install-backend-super, spam-backend-list)
18311         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18312         (spam-backend-function, spam-backend-ham-registration-function)
18313         (spam-backend-spam-registration-function)
18314         (spam-backend-ham-unregistration-function)
18315         (spam-backend-spam-unregistration-function)
18316         (spam-backend-statistical-p, spam-backend-mover-p)
18317         (spam-install-backend-alias, spam-install-checkonly-backend)
18318         (spam-install-mover-backend, spam-install-nocheck-backend)
18319         (spam-install-backend, spam-install-statistical-backend)
18320         (spam-install-statistical-checkonly-backend): Add backend installation
18321         support.
18322         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18323         (spam-group-processor-p): Use the new backend code and respect the
18324         summary exit behavior.
18325         (spam-mark-spam-as-expired-and-move-routine): Remove.
18326         (spam-summary-prepare): Change to use the new spam-old-articles
18327         variable.
18328         (spam-copy-or-move-routine, spam-copy-spam-routine)
18329         (spam-move-spam-routine, spam-copy-ham-routine)
18330         (spam-move-ham-routine): Add code to copy/move ham or spam.
18331         (spam-fetch-field-fast): Improve doc and code, plus allow the
18332         'number request.
18333         (spam-list-of-checks, spam-list-of-statistical-checks):
18334         Remove variables.
18335         (spam-split, spam-find-spam): Use the new backend code.
18336         (spam-registration-functions): Remove variable.
18337         (spam-unregister-routine): Add convenience wrapper.
18338         (spam-log-undo-registration, spam-register-routine)
18339         (spam-log-processing-to-registry)
18340         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18341         where possible.
18342         (spam-check-gmane-xref, spam-check-regex-headers)
18343         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18344         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18345         (spam-check-bogofilter-headers, spam-check-spamoracle)
18346         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18347         (spam-check-crm114-headers): Use the spam-split-group that
18348         spam-split prepares, no need to determine it every time.
18349
18350         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18351         to the nnheader-parse-naked-head call.
18352
18353         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18354
18355         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18356         the nnheader-nov-read-message-id call.
18357
18358 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18361         gnus-activate-group twice.  Suggested by Markus Peter
18362         <warp@spin.de>.
18363
18364 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * gnus-art.el (gnus-article-time-format): Exchange the order of
18367         day and month in the default value; fix customization type.
18368         (article-date-ut): Use add-text-properties.
18369         (article-make-date-line): Use message-make-date instead of
18370         current-time-string.
18371
18372         * message.el (message-fetch-field): Don't use set-text-properties.
18373         (message-make-date): Simplify.
18374
18375         * messagexmas.el (message-xmas-make-date): New function.
18376         (message-xmas-redefine): Defalias message-make-date to it.
18377
18378 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18381         (rfc2047-encode-region): Treat text within parentheses as special;
18382         show the original text when error has occurred.
18383
18384         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18385         already-computed method to gnus-activate-group.
18386
18387         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18388         same select-methods identical Lisp objects.
18389
18390         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18391         object when modifying the info.
18392
18393 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18394
18395         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18396         gnus-opened-servers since it has never been opened with the new
18397         configuration yet.
18398
18399 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18402         arg to nnheader-generate-fake-message-id.
18403
18404 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18405
18406         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18407         number and build a fake message ID localized to a group and
18408         article number (so it's repeatable from that point on).
18409         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18410         ID format.
18411
18412         * gnus-sum.el (gnus-get-newsgroup-headers):
18413         Call nnheader-generate-fake-message-id with the article number.
18414
18415 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18416
18417         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18418         end-of-buffer.
18419
18420 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18421
18422         * message.el (message-ignored-supersedes-headers): Add Approved.
18423
18424 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18427         goto-char.
18428         (rfc2047-encode): Fold the line before encoding.
18429
18430 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18431
18432         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18433         folding -- not all headers can be folded, and this should be done
18434         by the message composition mode.  Probably.  I think.
18435
18436 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18439         fast.
18440
18441         * gnus-ems.el (gnus-remove-image): Don't use
18442         message-text-with-property; remove only the image found first.
18443
18444         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18445         found first.
18446
18447 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18448
18449         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18450
18451 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * message.el (message-text-with-property): Make it fast and accept
18454         optional arguments.
18455         (message-strip-forbidden-properties): Use it.
18456         (message-fix-before-sending): Follow the m-t-w-p change.
18457
18458         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18459
18460 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * gnus-art.el (article-hide-headers): Don't change the buffer
18463         mistakenly when performing mml-preview even if
18464         gnus-single-article-buffer is nil.
18465
18466 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18467
18468         * message.el (message-expand-name-databases): New user option.
18469         (message-expand-name): Use it.
18470
18471 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18472
18473         * spam.el (spam-report-articles-resend)
18474         (spam-report-resend-register-routine): Allow ham reporting.
18475         (spam-report-resend-register-ham-routine): Add wrapper.
18476         (spam-registration-functions): Add ham resending functions.
18477         (spam-list-of-processors): Add ham resend processor.
18478
18479         * gnus.el (ham-resend-to): Add new group parameter.
18480         (spam-process): Add ham resend option.
18481
18482         * spam-report.el (spam-report-resend): Allow reporting ham.
18483         (spam-report-resend-ham): Add wrapper.
18484
18485 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18486
18487         * message.el (message-cite-articles-with-x-no-archive):
18488         New variable.
18489         (message-cite-original): Use it.
18490
18491 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18492
18493         * message.el (message-cite-original): Respect X-No-Archive.
18494
18495 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * gnus-art.el (article-hide-headers): Refer to the values for
18498         gnus-ignored-headers and gnus-visible-headers in the summary
18499         buffer since a user may have set them as group parameters.
18500
18501 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18502
18503         * assistant.el (assistant-node-name): Add convenience function.
18504         (assistant-render-text, assistant-render-node): Add error handling,
18505         plus handle multiple next nodes.
18506         (assistant-find-next-node): Comment out for now.
18507         (assistant-find-next-nodes): Add function, returns list of next
18508         nodes.
18509
18510 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18511
18512         * mail-source.el (mail-source-directory): Fix doc-string.
18513
18514 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18515
18516         * assistant.el (assistant-render-text, assistant-eval): Add :set
18517         widget type, which is different because it takes and returns a
18518         list.  Much hilarity ensues.
18519
18520 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18521
18522         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18523
18524         * gnus-group.el (gnus-group-get-new-news-this-group):
18525         Add doc-string.
18526
18527         * gnus-start.el (gnus-activate-group): Add doc-string.
18528
18529 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18532
18533 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18534
18535         * assistant.el (assistant-render-text): Try to add a :set
18536         widget, more to come.
18537
18538         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18539         strings.
18540         (spam-report-articles-resend)
18541         (spam-register-routine): Do registration iff any articles warrant
18542         it.
18543         (spam-summary-prepare-exit): Change log message for nil group
18544         destinations.
18545
18546 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18547
18548         * spam.el (spam-report-resend-register-routine):
18549         Allow spam-report-resend-to to be a group parameter or a global value.
18550
18551 2004-05-26  Simon Josefsson  <jas@extundo.com>
18552
18553         * starttls.el: Merge with my GNUTLS based starttls.el.
18554         (starttls-gnutls-program, starttls-use-gnutls)
18555         (starttls-extra-arguments, starttls-process-connection-type)
18556         (starttls-connect, starttls-failure, starttls-success):
18557         New variables.
18558         (starttls-program, starttls-extra-args): Doc fix.
18559         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18560         New functions.
18561         (starttls-negotiate, starttls-open-stream):
18562         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18563         function if it is set.
18564
18565 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18566
18567         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18568         structured fields.
18569
18570 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18573
18574 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18575
18576         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18577         Add variable.
18578         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18579         assigning the spam-mark to new messages.
18580
18581 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18582
18583         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18584
18585 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18588
18589         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18590         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18591         default.
18592
18593 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18594
18595         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18596         correct data.
18597
18598 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18599
18600         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18601         (spam-group-processor-p): Fix function.
18602         (spam-group-processor-multiple-p)
18603         (spam-group-spam-processor-report-gmane-p)
18604         (spam-group-spam-processor-report-resend-p)
18605         (spam-group-spam-processor-bogofilter-p)
18606         (spam-group-spam-processor-blacklist-p)
18607         (spam-group-spam-processor-ifile-p)
18608         (spam-group-ham-processor-ifile-p)
18609         (spam-group-spam-processor-spamoracle-p)
18610         (spam-group-spam-processor-crm114-p)
18611         (spam-group-ham-processor-bogofilter-p)
18612         (spam-group-spam-processor-stat-p)
18613         (spam-group-ham-processor-stat-p)
18614         (spam-group-ham-processor-whitelist-p)
18615         (spam-group-ham-processor-BBDB-p)
18616         (spam-group-ham-processor-spamoracle-p)
18617         (spam-group-ham-processor-copy-p): Remove functions with some
18618         prejudice against unneeded code.
18619         (spam-report-articles-resend)
18620         (spam-report-resend-register-routine): Allow the group/topic
18621         spam-resend-to value to override spam-report-resend-to.
18622         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18623         properly now.
18624
18625         * gnus.el (spam-resend-to): Add group/topic parameter.
18626         (spam-process): Move the OBSOLETE processors to the end of the
18627         choices.
18628
18629 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18630
18631         * spam-report.el (spam-report-resend-to, spam-report-resend):
18632         Start with resend-to set to nil, and then ask the user if necessary.
18633         (spam-report-resend): spam-report-resend takes a list of articles, not
18634         separate article numbers.
18635
18636 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18639         addition to emacs-w3m.
18640
18641 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18642
18643         * assistant.el (assistant-authinfo-data): New function.
18644         (assistant-eval): Eval for entire assistant.
18645
18646         * netrc.el (netrc-services-file): New variable.
18647         (netrc-parse-services): New function.
18648         (netrc-find-service-name): New function.
18649         (netrc-find-service-number): New function.
18650         (netrc-port-equal): New function.
18651         (netrc-machine): Use it.
18652
18653         * nnimap.el (nnimap-open-connection): Use netrc.
18654
18655         * gnus-util.el (gnus-netrc-get): Remove aliases.
18656
18657         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18658
18659         * assistant.el (wid-edit): Fix compilation.
18660
18661         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18662
18663 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18664
18665         * gnus-util.el (gnus-set-file-modes): New function.  (small
18666         patch).
18667
18668 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18669
18670         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18671
18672         * assistant.el (assistant-render-node): Fix up rendering and
18673         read-only text.
18674         (assistant-render-node): Reset.
18675         (assistant-make-read-only): Not sticky.
18676
18677 2004-05-20  Danny Siu  <dsiu@adobe.com>
18678
18679         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18680         centered even when gnus-auto-center-summary is t.
18681
18682 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18683
18684         * dns.el (dns-get-txt-answer): New function.
18685         (dns-read-txt): Ditto.
18686         (query-dns): Use it.
18687
18688 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18691         active for foreign groups even if the group level is higher than
18692         the specified value.
18693
18694 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18695
18696         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18697         non-active groups.
18698
18699         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18700
18701 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18702
18703         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18704
18705 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18706
18707         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18708         (spam-crm114-header, spam-crm114-spam-switch)
18709         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18710         (spam-crm114-positive-spam-header)
18711         (spam-crm114-database-directory, spam-list-of-processors)
18712         (spam-group-spam-processor-crm114-p)
18713         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18714         (spam-generic-score, spam-list-of-checks)
18715         (spam-list-of-statistical-checks, spam-registration-functions)
18716         (spam-check-crm114-headers, spam-crm114-score)
18717         (spam-check-crm114, spam-crm114-register-with-crm114)
18718         (spam-crm114-register-spam-routine)
18719         (spam-crm114-unregister-spam-routine)
18720         (spam-crm114-register-ham-routine)
18721         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18722         From asjo@koldfront.dk (Adam Sjøgren).
18723
18724         * gnus.el: Add spam-use-crm114.
18725
18726         * spam.el (spam-list-of-processors, spam-registration-functions):
18727         Add spam-use-resend.
18728         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18729         (spam-report-articles-gmane): Add doc fix.
18730         (spam-report-articles-resend, spam-report-resend-register-routine):
18731         Add wrappers around spam-report-resend-to.
18732
18733         * spam-report.el (spam-report-resend-to, spam-report-resend):
18734         Add support for resending spam.
18735         (spam-report-gmane): Fix line length >80.
18736
18737         * gnus.el (spam-process): Add spam-use-resend.
18738
18739 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18740
18741         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18742         number of processed spam messages.
18743         (spam-ham-copy-or-move-routine): Return the number of processed
18744         ham messages.
18745         (spam-summary-prepare-exit): Use the above values to decide
18746         whether status messages shouled be displayed.
18747
18748 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18751         `rfc2047-encoding-function-alist' in order to avoid conflicting
18752         with the old version.
18753         (rfc2047-encode-region): Concatenate words containing non-ASCII
18754         characters in structured fields; don't encode space-delimited
18755         ASCII words even in unstructured fields; don't break words at
18756         char-category boundaries.
18757         (rfc2047-encode-1): New function.
18758         (rfc2047-encode): Use it; encode text so that it occupies the
18759         maximum width within 76-column; work correctly on Q encoding for
18760         iso-2022-* charsets.
18761         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18762         sure not to break a line just after the header name.
18763         (rfc2047-b-encode-region): Remove.
18764         (rfc2047-b-encode-string): New function.
18765         (rfc2047-q-encode-region): Remove.
18766         (rfc2047-q-encode-string): New function.
18767
18768         * mm-util.el (mm-replace-in-string): New function.
18769
18770 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18771
18772         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18773         Really get it right.
18774         (gnus-inews-make-draft): Really.
18775
18776 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18777
18778         * nnmh.el (nnmh-request-list-1): Don't check the link count
18779         before descending.  (small patch)
18780
18781 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18782
18783         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18784         stuff.
18785
18786         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18787         Match on real group name.
18788
18789         * gnus-art.el (gnus-signature-limit): Doc fix.
18790
18791         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18792
18793         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18794
18795 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18796
18797         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18798         isn't a string.
18799
18800 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18801
18802         * gnus-draft.el (gnus-draft-send):
18803         Bind rfc2047-encode-encoded-words.
18804
18805         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18806         (rfc2047-encodable-p): Say that =? needs encoding.
18807         (rfc2047-encode-encoded-words): New variable.
18808
18809         * gnus-group.el (gnus-group-select-group): Doc fix.
18810
18811         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18812
18813         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18814         to nil.
18815
18816         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18817
18818         * nnheader.el (nnheader-get-lines-and-char): New function.
18819
18820 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * gnus-msg.el (gnus-summary-followup-with-original):
18823         Document yanking of region when active.
18824
18825 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18826
18827         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18828         groups if the group level is higher than the specified value.
18829
18830 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18831
18832         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18833         (gnus-group-jump-to-group): Add prefix argument using
18834         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18835         non-active group.
18836
18837         * compface.el (uncompface): Be verbose when changing
18838         `uncompface-use-external'.
18839
18840         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18841         handle manual section.
18842
18843 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18844
18845         * gnus-art.el (gnus-button-alist): Revert previous change.
18846
18847 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18850
18851 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18852
18853         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18854         whether backend can accept message.
18855
18856         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18857
18858 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18859
18860         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18861         Avoid creating directory when nntp-marks-is-evil is true.
18862         Reported by Reiner Steib.
18863
18864 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * gnus-picon.el (gnus-picon-style): New variable.
18867         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18868         (gnus-picon-transform-address): Support `gnus-picon-style'.
18869         From Jesper Harder <harder@ifa.au.dk>.
18870
18871 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18872
18873         * message.el (message-fill-field): Return point.
18874         (message-generate-headers): Go to end of field.
18875
18876         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18877         stuff for non-living groups.
18878
18879 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * gnus-art.el (gnus-article-followup-with-original)
18882         (gnus-article-reply-with-original): gnus-mark-active-p ->
18883         gnus-region-active-p.
18884
18885 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18886
18887         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18888         only when there is spam or ham to be processed.
18889
18890 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * mail-source.el (mail-source-delete-crash-box): Refactor.
18893         (mail-source-fetch): Use it.
18894         (mail-source-fetch-file): Ditto.
18895         (mail-source-fetch-directory): Run postscript in loop.
18896         (mail-source-fetch-pop): Delete.
18897         (mail-source-fetch-maildir): Ditto.
18898         (mail-source-fetch-imap): Ditto.
18899
18900         * imap.el (imap-authenticators): Comment out sasl.
18901
18902         * message.el (message-skip-to-next-address): New function.
18903         (message-fill-header-address): Refactor.
18904         (message-fill-address): Use it.
18905         (message-delete-address): Use it.
18906         (message-fill-header-general): Refactor.
18907         (message-fill-field-address): Rename.
18908         (message-narrow-to-field): Find the start of the header.
18909         (message-header-format-alist): Don't pre-fill.
18910         (message-fill-header): Remove.
18911         (message-insert-header): New function.
18912         (message-shorten-references): Use it.
18913
18914         * rfc2047.el (rfc2047-field-value): Strip props.
18915
18916         * mail-parse.el (mail-header-make-address): New alias.
18917
18918         * ietf-drums.el (ietf-drums-make-address): New function.
18919
18920         * imap.el: Add compiler directives.
18921
18922         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18923
18924         * gnus-art.el (article-decode-idna-rhs): Don't use
18925         message-idna-inside-rhs-p.
18926
18927 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928
18929         * message.el (message-idna-inside-rhs-p): Remove.
18930         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18931
18932         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18933         false positives.
18934
18935 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18936
18937         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18938
18939 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18940
18941         * nneething.el (nneething-file-name): Don't create spurious
18942         files.
18943
18944         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18945         (gnus-inews-do-gcc): Remove sleep.
18946
18947         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18948         part under point.
18949
18950         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18951         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18952
18953 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18954
18955         * spam.el (spam-summary-prepare-exit): Fix (length).
18956
18957 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18958
18959         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18960         as expired without moving it" message when there are spam
18961         messages left.
18962
18963 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18964
18965         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18966         header is not nil.
18967
18968 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18969
18970         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18971         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18972         (nntp-marks-changed-p): New arg SERVER.
18973         (nntp-request-update-info): Adjust caller.
18974
18975 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18976
18977         * nntp.el (nntp-save-marks): Pass missing arg.
18978
18979 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18980
18981         * nntp.el: Support marks.
18982         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18983         (nntp-marks-modtime, nntp-marks-directory): New variables.
18984         (nntp-request-set-mark, nntp-request-update-info)
18985         (nntp-possibly-create-directory, nntp-marks-changed-p)
18986         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18987         New functions.
18988
18989 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18990
18991         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18992         (gnus-xmas-redefine): Rename.
18993
18994         * gnus-score.el (gnus-score-insert-help):
18995         Use gnus-select-lowest-window.
18996
18997         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18998         appt-select-lowest-window and rename to gnus-select-lowest-window.
18999
19000         * gnus.el: do.
19001
19002 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19003
19004         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19005         encodings of MIME-encoded words, in order to improve
19006         interoperability with several broken MUAs.
19007
19008 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19009
19010         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19011         tags, only when charsets are not specified in headers.
19012         (mm-inline-text-html-render-with-w3m): Ditto.
19013
19014         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19015         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19016
19017 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19018
19019         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19020         instead of MIME-decoded from fields when checking
19021         `gnus-article-address-banner-alist'.
19022
19023 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19024
19025         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19026         description rather than subject.
19027
19028 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19029
19030         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19031
19032 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19033
19034         * gnus.el (gnus-version-number): Bump.
19035
19036 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19037
19038         * gnus.el: No Gnus v0.2 is released.
19039
19040 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19041
19042         * gnus-agent.el (gnus-agent-read-agentview):
19043         Inline gnus-uncompress-range.
19044
19045 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19046
19047         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19048         `exec-installed-p'.
19049
19050 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19051
19052         * gnus.el (spam-process, spam-autodetect-methods):
19053         Add bsfilter and bsfilter-headers.
19054
19055         * spam.el (spam-bsfilter): New customize group.
19056         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19057         (spam-bsfilter-header, spam-bsfilter-probability-header)
19058         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19059         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19060         (spam-bsfilter-database-directory): New options.
19061         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19062         (spam-list-of-statistical-checks, spam-registration-functions):
19063         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19064         (spam-bsfilter-score): New command.
19065         (spam-check-bsfilter-headers, spam-check-bsfilter)
19066         (spam-bsfilter-register-with-bsfilter)
19067         (spam-bsfilter-register-spam-routine)
19068         (spam-bsfilter-unregister-spam-routine)
19069         (spam-bsfilter-register-ham-routine)
19070         (spam-bsfilter-unregister-ham-routine): New functions.
19071         (spam-generic-score): Support bsfilter; Accept an optional argument
19072         to recalcurate spam score even if scoring header has already been
19073         added.
19074         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19075         optional argument to recalcurate spam score even if scoring header
19076         has already been added.
19077
19078 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19079
19080         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19081         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19082         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19083         link is missing.
19084
19085 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19088         (html2text-get-attr): Rewrite.
19089
19090         * message.el (message-setup-1): Remove redundant put-text-property
19091         on mail-header-separator.
19092
19093 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19094
19095         * gnus-registry.el (gnus-registry-cache-whitespace)
19096         (gnus-registry-action, gnus-registry-spool-action)
19097         (gnus-registry-split-fancy-with-parent): Change message levels
19098         from 5 to 3 or 7, as needed.
19099
19100         * spam.el (spam-summary-prepare-exit)
19101         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19102         (spam-split, spam-find-spam, spam-log-undo-registration)
19103         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19104         level from 5 to 6.
19105
19106 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19109         2004-03-04 change).
19110
19111 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19112
19113         * sieve-manage.el (sieve-manage-open):
19114         * nnweb.el (nnweb-insert-html):
19115         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19116         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19117         * nnspool.el (nnspool-request-group):
19118         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19119         * nnml.el (nnml-request-update-info):
19120         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19121         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19122         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19123         (nnimap-request-set-mark):
19124         * nnfolder.el (nnfolder-request-update-info):
19125         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19126         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19127         * gnus-uu.el (gnus-uu-find-articles-matching):
19128         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19129         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19130         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19131         * gnus-nocem.el (gnus-nocem-scan-groups):
19132         * gnus-int.el (gnus-start-news-server):
19133         * gnus-group.el (gnus-group-make-kiboze-group)
19134         (gnus-group-browse-foreign-server):
19135         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19136         Use mapc when appropriate.
19137
19138 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19139
19140         FIXME: Make separate entries for each person.
19141
19142         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19143         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19144         <shields@msrl.com>:
19145
19146         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19147         may need for spam sorting and scoring.
19148         (spam-user-format-function-S): Add user format function suitable for
19149         general use.
19150         (spam-article-sort-by-spam-status): Add sorting function for summary
19151         sorting.
19152         (spam-extra-header-to-number): Add function to get a score from a
19153         header.
19154         (spam-summary-score): Add function to get a numeric score from the
19155         headers.
19156         (spam-generic-score): Fix function doc, was in wrong place.
19157         (spam-initialize): Take symbols when it's run, and install the
19158         extra headers that spam-necessary-extra-headers thinks we need.
19159
19160 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19161
19162         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19163         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19164
19165 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19166
19167         * gnus-sum.el (gnus-set-global-variables)
19168         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19169         (gnus-article-get-xrefs, gnus-summary-best-group)
19170         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19171         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19172         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19173         Use with-current-buffer.
19174
19175 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19176
19177         * spam.el (spam-summary-prepare-exit): Simplify logic.
19178         (spam-fetch-article-header): Read the article header if it's not
19179         available.
19180         (spam-list-articles): Simplify logic.
19181         (spam-filelist-register-routine): Fix bug with unregister-list.
19182
19183         * gnus-registry.el: Fix comments at beginning.
19184
19185 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19186
19187         * message.el (message-cater-to-broken-inn): Remove.
19188         (message-shorten-references): Make sure the total folded length of
19189         References is shorter than 998 characters to cater to a bug in INN
19190         2.3.  Also, don't pretend that references aren't folded -- this
19191         hasn't worked for a while.
19192
19193 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19194
19195         * gnus-agent.el (gnus-agentize):
19196         gnus-agent-send-mail-real-function no longer set to current value
19197         of message-send-mail-function but rather a lambda that calls
19198         message-send-mail-function.  The change makes the agent real-time
19199         responsive to user changes to message-send-mail-function.
19200
19201 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19202
19203         * legacy-gnus-agent.el
19204         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19205         help from Florian Weimer <fw@deneb.enyo.de>
19206
19207 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19208
19209         * nnmail.el (nnmail-cache-insert): Revert last change.
19210
19211 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * nnmail.el (nnmail-cache-insert): Always check whether
19214         nnmail-cache-ignore-groups matches a group name.
19215
19216 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19217
19218         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19219         (spam-find-spam, spam-log-processing-to-registry)
19220         (spam-log-registered-p, spam-log-unregistration-needed-p)
19221         (spam-log-undo-registration): Use gnus-message instead of
19222         gnus-error, none of these errors are fatal.
19223
19224         * gnus-registry.el (gnus-registry-clean-empty-function)
19225         (gnus-registry-clean-empty): Remove only empty entries without
19226         extra data.
19227
19228 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19229
19230         * spam-stat.el (spam-stat-buffer-change-to-spam)
19231         (spam-stat-buffer-change-to-non-spam): Change (error) to
19232         (gnus-message 8) invocation.
19233
19234 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * nntp.el (nntp-via-netcat-command): New variable.
19237         (nntp-via-netcat-switches): New variable.
19238         (nntp-open-via-rlogin-and-netcat): New function.
19239         (nntp-open-connection-function): Doc fix.
19240         (nntp-telnet-command): Doc fix.
19241         (nntp-end-of-line): Doc fix.
19242         (nntp-via-rlogin-command): Doc fix.
19243         (nntp-via-user-name): Doc fix.
19244         (nntp-via-address): Doc fix.
19245
19246 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19249         error in Emacs 21.1.
19250
19251 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19252
19253         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19254
19255 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19256
19257         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19258         (gnus-agent-with-refreshed-group): New macro.
19259         (gnus-agent-rename-group): New function.
19260         (gnus-agent-delete-group): New function.
19261         (gnus-agent-save-group-info): Use gnus-command-method when
19262         `method' parameter is nil.  Don't write nil entries into the
19263         active file.
19264         (gnus-agent-get-group-info): New function.
19265         (gnus-agent-fetch-articles):
19266         Use gnus-agent-update-files-total-fetched-for to increment disk space
19267         used.
19268         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19269         Use gnus-agent-update-view-total-fetched-for to increment disk space
19270         used.
19271         (gnus-agent-get-local): Add optional parameters to avoid calling
19272         gnus-group-real-name and gnus-find-method-for-group.
19273         (gnus-agent-set-local): Delete stored entry if either min, or max,
19274         are nil.
19275         (gnus-agent-fetch-session): Reworded error/quit messages.
19276         On quit, use gnus-agent-regenerate-group to record existance of any
19277         articles fetched to disk before the quit occurred.
19278         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19279         gnus-agent-update-view-total-fetched-for, and
19280         gnus-agent-update-files-total-fetched-for to decrement disk space
19281         used.
19282         (gnus-agent-retrieve-headers):
19283         Use gnus-agent-update-view-total-fetched-for to increment disk space
19284         used.
19285         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19286         with gnus-agent-update-files-total-fetched-for to decrement disk
19287         space and fresh group buffer.
19288         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19289         (gnus-agent-need-update-total-fetched-for): New variable.
19290         (gnus-agent-update-files-total-fetched-for): New function.
19291         (gnus-agent-update-view-total-fetched-for): New function.
19292         (gnus-agent-total-fetched-for): New function.
19293
19294         * gnus-cache.el (gnus-cache-save-buffers):
19295         Use gnus-cache-update-overview-total-fetched-for to change disk space
19296         used by this group.
19297         (gnus-cache-possibly-enter-article):
19298         Use gnus-cache-update-file-total-fetched-for to increment disk space
19299         used by this group.
19300         (gnus-cache-possibly-remove-article):
19301         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19302         used by this group.
19303         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19304         (gnus-cache-rename-group): New function.
19305         (gnus-cache-delete-group): New function.
19306         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19307         (gnus-cache-need-update-total-fetched-for): New variable.
19308         (gnus-cache-with-refreshed-group): New macro.
19309         (gnus-cache-update-file-total-fetched-for): New function.
19310         (gnus-cache-update-overview-total-fetched-for): New function.
19311         (gnus-cache-rename-group-total-fetched-for): New function.
19312         (gnus-cache-delete-group-total-fetched-for): New function.
19313         (gnus-cache-total-fetched-for): New function.
19314
19315         * gnus-group.el: Require gnus-sum and autoload functions to
19316         resolve warnings when gnus-group.el compiled alone.
19317         (gnus-group-line-format): Documented new %F.
19318         (size of Fetched data) group line format; identifies disk space
19319         used by agent and cache.
19320         (gnus-group-line-format-alist): Defined new F format.
19321         (gnus-total-fetched-for): New function.
19322         (gnus-group-delete-group): No longer update
19323         gnus-cache-active-altered as gnus-request-delete-group now keeps
19324         the cache in sync.
19325         (gnus-group-list-active): Let the agent store a server's active
19326         list if currently plugged.
19327
19328         * gnus-int.el (gnus-request-delete-group):
19329         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19330         local disk in sync with the server.
19331         (gnus-request-rename-group):
19332         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19333         local disk in sync with the server.
19334
19335         * gnus-start.el (gnus-get-unread-articles):
19336         Cosmetic simplification to logic.
19337
19338         * gnus-util.el (gnus-rename-file): New function.
19339
19340 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19341
19342         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19343
19344 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19345
19346         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19347         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19348
19349 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19350
19351         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19352         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19353
19354 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19357
19358 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19359
19360         * spam.el (spam-set-difference): Add function to replace
19361         gnus-set-difference in spam.el.
19362         (spam-summary-prepare-exit): Use spam-set-difference.
19363
19364 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * gnus-registry.el (gnus-registry-cache-file): Update to use
19367         gnus-dribble-directory OR gnus-home-directory OR ~.
19368         (gnus-registry-split-fancy-with-parent): Fix doc.
19369
19370 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * message.el (message-exchange-point-and-mark):
19373         Use message-mark-active-p.  Suggested by Jesper Harder
19374         <harder@ifa.au.dk>.
19375
19376 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * message.el (message-exchange-point-and-mark): Don't activate
19379         region if it was inactive.  Suggested by Hiroshi Fujishima
19380         <pooh@nature.tsukuba.ac.jp>.
19381
19382 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * gnus-art.el (article-display-face): Display Faces in the same
19385         order as X-Faces.
19386
19387 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19390
19391 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19394         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19395         (gnus-article-mime-hierarchy): Remove.
19396         (gnus-article-mime-hierarchy-next): Remove.
19397         (gnus-article-mode): Revert 2004-03-19 change.
19398         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19399         (gnus-insert-mime-button): Revert 2004-03-19 change.
19400         (gnus-mime-accumulate-hierarchy): Remove.
19401         (gnus-mime-enter-multipart): Remove.
19402         (gnus-mime-leave-multipart): Remove.
19403         (gnus-mime-display-part): Revert 2004-03-19 change.
19404         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19405
19406         * mml.el (mml-preview): Revert 2004-03-19 change.
19407
19408 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19409
19410         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19411
19412 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19415         t while entering a file name using the mm-with-multibyte macro.
19416         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19417
19418         * mm-util.el (mm-with-multibyte): New macro.
19419
19420 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19421
19422         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19423         New user option.
19424         (gnus-mime-multipart-functions): Doc and customization fix.
19425         (gnus-article-mime-hierarchy): New variable.
19426         (gnus-article-mime-hierarchy-next): New variable.
19427         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19428         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19429         gnus-article-mime-hierarchy-next to nil.
19430         (gnus-insert-mime-button): Show hierarchy numbers.
19431         (gnus-mime-accumulate-hierarchy): New function.
19432         (gnus-mime-enter-multipart): New function.
19433         (gnus-mime-leave-multipart): New function.
19434         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19435         (gnus-mime-display-alternative): Show hierarchy numbers.
19436
19437         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19438         gnus-article-mime-hierarchy-next to nil.
19439
19440 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19441
19442         * dns.el: Don't require gnus-xmas.
19443
19444 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19445
19446         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19447         inline PGP.
19448         (mml-menu): Disable mml-quote-region if mark is inactive.
19449
19450 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19453         when the group's active is not available.
19454
19455 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19458         error.
19459
19460 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19461
19462         * imap.el (imap-store-password): New variable.
19463         (imap-interactive-login): Use it.
19464         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19465
19466 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19469         window-start and hscroll to summary window.
19470
19471 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19472
19473         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19474         conversion message to newsrc-dribble when an actual conversion is
19475         performed.
19476
19477 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19478
19479         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19480
19481 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * mm-decode.el (mm-complicated-handles): New function reviving
19484         former definition of mm-multiple-handles.
19485
19486         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19487         (gnus-mime-delete-part): Use it.
19488
19489 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19490
19491         * gnus-agent.el (gnus-agent-read-local):
19492         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19493         avoid the implicit assumption that they will always be equal.
19494         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19495         coding-system-for-write, as the with-temp-file macro first prints
19496         to a buffer then saves the buffer.
19497
19498 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * gnus-art.el (gnus-article-edit-part): New function.
19501         (gnus-mime-save-part-and-strip): Use it; do query instead of
19502         signaling an error; don't use mm-multiple-handles.
19503         (gnus-mime-delete-part): Ditto.
19504
19505 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19506
19507         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19508         old file versions.
19509         (gnus-group-prepare-hook): Remove function that converted list
19510         form of gnus-agent-expire-days to group properties.
19511
19512         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19513         (gnus-request-accept-article): Re-indented.
19514
19515         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19516         converters to handle old agent file formats.  Add logic for a
19517         "backup before upgrading warning".
19518         (gnus-convert-mark-converter-prompt): Developers can mark
19519         functions as needing (default), or not needing,
19520         gnus-convert-old-newsrc's "backup before upgrading warning".
19521         (gnus-convert-converter-needs-prompt): Tests whether the user
19522         should be protected from potentially irreversable changes by the
19523         function.
19524
19525         * legacy-gnus-agent.el: New.  Provides converters that are only
19526         loaded when gnus-convert-old-newsrc needs to call them.
19527
19528 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * mail-source.el (mail-source-touch-pop): Doc fix.
19531
19532         * message.el (message-smtpmail-send-it): Doc fix.
19533
19534 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19535
19536         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19537
19538         * nnmail.el (nnmail-split-fancy): do.
19539
19540         * gnus-kill.el (gnus-kill, gnus-execute): do.
19541
19542 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19543
19544         * gnus-sum.el (gnus-widget-reversible-match)
19545         (gnus-widget-reversible-to-internal)
19546         (gnus-widget-reversible-to-external): New functions.
19547         (gnus-widget-reversible): New widget.
19548         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19549
19550 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19551
19552         * gnus-sum.el (gnus-thread-sort-functions)
19553         (gnus-article-sort-functions): Document `(not F)' items.
19554
19555 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19556
19557         * spam.el (spam-use-gmane-xref): Add new backend.
19558         (spam-gmane-xref-spam-group): Add variable to control the name of the
19559         Gmane spam group.
19560         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19561         (spam-regex-headers-spam, spam-regex-headers-ham)
19562         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19563         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19564         backends and checks.
19565         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19566
19567         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19568         an autodetect method.
19569
19570 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19571
19572         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19573         articles are being added to a group.
19574         (gnus-request-replace-article): Inform the agent that articles
19575         need to be uncached as the cached contents are no longer valid.
19576
19577 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * binhex.el: Don't autoload executable-find.
19580
19581         * canlock.el: Don't autoload mail-fetch-field.
19582
19583         * dgnushack.el: Autoload c-mode for XEmacs.
19584
19585         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19586
19587         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19588         rmail-dont-reply-to and rmail-output.
19589
19590         * gnus-score.el: Don't autoload ffap-string-at-point.
19591
19592         * gnus-setup.el: Don't autoload sc-cite-original.
19593
19594         * imap.el: Don't autoload base64-decode-string,
19595         base64-encode-string and md5.
19596
19597         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19598         and rmail-msg-restore-non-pruned-header.
19599
19600         * mm-decode.el: Don't autoload executable-find.
19601
19602         * mm-url.el: Don't autoload executable-find.
19603
19604         * mm-view.el: Don't autoload diff-mode.
19605
19606         * nndb.el: Don't autoload news-reply-mode, news-setup,
19607         cancel-timer and telnet.
19608
19609         * password.el: Don't autoload run-at-time for Emacs.
19610
19611         * sha1-el.el: Don't autoload executable-find.
19612
19613         * sieve-mode.el: Don't autoload c-mode.
19614
19615         * uudecode.el: Don't autoload executable-find.
19616
19617 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19618
19619         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19620         (gnus-agent-possibly-alter-active): Avoid null in numeric
19621         comparison.
19622         (gnus-agent-set-local): Refuse to save null in local object table.
19623         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19624         list of articles that will be marked as unread.
19625
19626 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19629
19630 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19631
19632         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19633         language tags.
19634
19635 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19636
19637         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19638         Don't bind "obarray".
19639
19640         * gnus-sum.el (gnus-thread-sort-functions):
19641         Add `gnus-thread-sort-by-most-recent-number' and
19642         `gnus-thread-sort-by-most-recent-date'.
19643         Reported by Kai Grossjohann <kai@emptydomain.de>.
19644
19645 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19648
19649 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19650
19651         * gnus-cus.el (gnus-agent-customize-category):
19652         Remove ignore-errors macro reference that required cl to be loaded at
19653         run-time.
19654
19655         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19656         single-interval range of the form (min . max).  Previously the
19657         range had to look like ((min . max)).  Likewise, return
19658         (min . max) rather than ((min . max)).
19659         (gnus-range-map): Use gnus-range-normalize to accept
19660         single-interval range.
19661
19662         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19663         the cache, but not the agent, now appear with their usual face.
19664
19665         * dgnushack.el (loaddir): New variable that is bound to the
19666         directory containing the dgnushack.el file. Use loaddir, rather
19667         than srcdir, to update load-path. Change lets dgnushack compile
19668         code in directories other than GNUS/lisp.
19669
19670 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * lpath.el: Don't bind w3m-safe-url-regexp.
19673
19674         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19675         w3m-safe-url-regexp variable buffer-local.
19676
19677         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19678
19679 2004-02-27  Simon Josefsson  <jas@extundo.com>
19680
19681         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19682         gnus-group-real-prefix.
19683         (gnus-summary-move-article): Use it, instead of
19684         gnus-group-real-prefix.
19685
19686 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * lpath.el: Bind w3m-safe-url-regexp.
19689
19690         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19691         w3m-safe-url-regexp variable buffer-local and set it as the value
19692         of mm-w3m-safe-url-regexp.
19693
19694         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19695
19696         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19697         parsing gnus-posting-styles when the message is not for replying.
19698
19699         * dgnushack.el: Autoload sgml-mode for XEmacs.
19700
19701         * nnrss.el (nnrss-opml-export):
19702         Use mm-set-buffer-file-coding-system instead of
19703         set-buffer-file-coding-system.
19704
19705 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19706
19707         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19708         of checkdoc.el).
19709         * nnrss.el: do.
19710         * gnus-mlspl.el: do.
19711         * gnus-ml.el: do.
19712         * gnus-srvr.el: do.
19713
19714         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19715
19716 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19717
19718         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19719         Corrections to custom-manual links.
19720
19721         * gnus-art.el (gnus-article): Ditto.
19722
19723         * mm-decode.el (mime-display, mime-security): Ditto.
19724
19725 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19726
19727         * flow-fill.el: Typo.
19728
19729 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19730
19731         * spam-wash.el: New file.
19732
19733 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19734
19735         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19736
19737 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19738
19739         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19740         to be run with new-articles as LIST1, not LIST2.
19741         (spam-registration-functions): Add spam-use-ham-copy as a nil
19742         registration backend.
19743
19744 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19745
19746         * spam-stat.el (spam-stat-washing-hook): New option.
19747         (spam-stat-buffer-words): Use it.
19748         (spam-stat-process-directory, spam-stat-test-directory):
19749         Use insert-file-contents-literally.
19750         (spam-stat-coding-system): New variable.
19751         (spam-stat-load, spam-stat-save): Use it.
19752
19753 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * spam-report.el (spam-report-plug-agent):
19756         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19757
19758 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19759
19760         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19761         Allow / in mailto URLs.
19762
19763 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19764
19765         * spam-report.el (spam-report-process-queue): Fix interactive use.
19766         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19767         (spam-report-unplug-agent): Doc fixes.
19768         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19769         (spam-report-agentize, spam-report-deagentize): Autoload.
19770
19771 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19772
19773         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19774
19775         * message.el (message-setup-fill-variables): Add mml tags to
19776         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19777         <ajk@iu.edu>.
19778         (message-mode): Don't modify paragraph-separate there.
19779
19780 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19781
19782         * compface.el (uncompface-use-external): Default to undecided.
19783         (uncompface-use-external-threshold): New variable.
19784         (uncompface-float-time): New macro.
19785         (uncompface): Determine whether to use the external decoder if
19786         uncompface-use-external is undecided.
19787
19788 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19789
19790         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19791         after images.
19792
19793         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19794
19795 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19796
19797         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19798
19799         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19800
19801         * gnus-sum.el (gnus-summary-limit-to-age)
19802         (gnus-summary-limit-children): do.
19803
19804         * gnus-int.el (gnus-request-scan): do.
19805
19806         * gnus-group.el (gnus-group-suspend): do.
19807
19808         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19809
19810         * gnus-cite.el (gnus-cite-parse-attributions): do.
19811
19812         * gnus-agent.el (gnus-summary-set-agent-mark)
19813         (gnus-agent-regenerate-group): do.
19814
19815         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19816
19817         * binhex.el (binhex-decode-region-internal): do.
19818
19819 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19820
19821         * gnus-fun.el (gnus-face-properties-alist): New user option.
19822         (gnus-display-x-face-in-from): Use it.
19823
19824         * gnus-art.el (article-display-face): Ditto.
19825
19826         * compface.el (uncompface-use-external): Default to nil.
19827
19828 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * nntp.el (nntp-erase-buffer): New function.
19831         (nntp-retrieve-data, nntp-send-command)
19832         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19833         (nntp-possibly-change-group): Use it.
19834
19835         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19836         Use with-current-buffer.
19837
19838 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19839
19840         * compface.el: Merge the ELisp-based uncompface program.
19841         (compface): New customization group.
19842         (uncompface-use-external): New user option.
19843         (uncompface): Call uncompface-internal if uncompface-use-external
19844         is nil.
19845         (uncompface-internal): New function.  Note that there are also
19846         some other functions and variables added for this function.
19847
19848 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19849
19850         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19851         if necessary.
19852
19853 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19854
19855         * spam-report.el (spam-report-unplug-agent)
19856         (spam-report-plug-agent, spam-report-deagentize)
19857         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19858         Add support for the Agent in spam-report: when unplugged, report to a
19859         file; when plugged, submit all the requests.
19860
19861         * spam.el (spam-register-routine): Fix message about
19862         registration.
19863
19864 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19865
19866         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19867         dependencies.
19868         (rfc2047-encode): Use it.
19869
19870         * gnus-art.el (gnus-button-marker-list): Move before first
19871         reference.
19872
19873         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19874         (imap-parse-body): Fix format string mismatch.
19875
19876         * gnus-score.el (gnus-summary-increase-score): do.
19877
19878         * nnrss.el (nnrss-close): New function.
19879
19880 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19881
19882         * nnrss.el (nnrss-make-filename): New function.
19883         (nnrss-request-delete-group, nnrss-read-server-data)
19884         (nnrss-save-server-data, nnrss-read-group-data)
19885         (nnrss-save-group-data): Use it.
19886         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19887         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19888         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19889
19890 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19893
19894 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19897         files.
19898
19899         * message.el (message-generate-headers-first): Don't quote nil
19900         and t in docstrings.
19901
19902         * imap.el (imap-id): do.
19903
19904         * gnus-agent.el (gnus-agent-consider-all-articles)
19905         (gnus-agent-queue-mail): do.
19906
19907 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19908
19909         * spam-report.el (spam-report-process-queue): New function.
19910         Process requests from `spam-report-requests-file'.
19911         (spam-report-process-queue): Doc fix.
19912
19913 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19914
19915         * spam.el (spam-register-routine)
19916         (spam-log-processing-to-registry, spam-log-registered-p)
19917         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19918         Change "check" to "spam-check" for semi-clarity.
19919
19920 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19921
19922         * pop3.el: Require nnheader.
19923
19924         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19925
19926         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19927
19928         * gnus-picon.el: Require cl.
19929
19930         * gnus-fun.el: Require gnus-ems and gnus-util.
19931
19932         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19933
19934         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19935
19936         * gnus-art.el (gnus-article-edit-mode): Define before first
19937         reference.
19938
19939 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19940
19941         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19942         (gnus-uu-post-encoded): Use point-at-bol.
19943
19944         * gnus-topic.el (gnus-group-active-topic-p): do.
19945
19946         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19947
19948         * gnus-group.el (gnus-group-kill-region): do.
19949
19950         * gnus-art.el (article-date-ut): do.
19951
19952         * message.el (message-fetch-field): Remove redundant
19953         case-fold-search binding.
19954         (message-narrow-to-field): Simplify.
19955
19956 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * spam.el (spam-directory): Derive from `gnus-directory'.
19959
19960         * spam-report.el (spam-report-url-to-file)
19961         (spam-report-requests-file): New function and variable for offline
19962         reporting.
19963         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19964         and user defined function.
19965         (spam-report-url-ping-mm-url): Remove doubled slash.
19966
19967 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19968
19969         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19970
19971 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19972
19973         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19974         Fix format string mismatch.
19975
19976         * sieve.el (sieve-deactivate-all): do.
19977
19978         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19979
19980         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19981
19982         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19983
19984         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19985
19986 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19987
19988         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19989         the list of checks.
19990
19991 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19992
19993         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19994         padding.
19995
19996 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19997
19998         * mm-view.el (mm-fill-flowed): New variable.
19999         (mm-inline-text): Use it.
20000
20001 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20002
20003         * spam.el (spam-spamassassin-register-ham-routine)
20004         (spam-spamassassin-register-spam-routine): Fix function names.
20005
20006 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * gnus.el (gnus-tmp-grouplens): Remove.
20009         (gnus-summary-line-format): Remove grouplens.
20010
20011         * gnus-group.el (gnus-group-line-format): Ditto.
20012
20013         * gnus-spec.el (gnus-format-specs): Ditto.
20014         (gnus-update-format-specifications): Flush the group format spec
20015         cache if there's the grouplens stuff.
20016         (gnus-parse-simple-format): Replace %l with the empty string.
20017
20018 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20019
20020         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20021         omission.
20022
20023 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20026         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20027
20028 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20029
20030         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20031         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20032         New macros and functions.
20033         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20034         Handle > NLINK_MAX messages.
20035         * nnmaildir.el (nnmaildir-request-set-mark):
20036         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20037
20038 2004-01-25  Alex Schroeder  <alex@gnu.org>
20039
20040         * spam-stat.el (spam-stat-process-directory-age): New option.
20041         (spam-stat-process-directory): Use it.
20042
20043 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20044
20045         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20046         (spam-stat-save): Accept prefix argument.
20047
20048 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20049
20050         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20051         links" error.
20052
20053 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20054
20055         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20056         the rest of the and/or forms.
20057
20058 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20059
20060         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20061         compatibility with old .newsrc.eld files.
20062
20063         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20064
20065         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20066
20067         * gnus-start.el (gnus-1): do.
20068
20069         * gnus-group.el (gnus-group-line-format-alist): do.
20070
20071         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20072
20073         * gnus-gl.el: Remove.
20074
20075 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20076
20077         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20078         marks consisting of a single range {for example, (3 . 5)} rather
20079         than a list of a single range { ((3 . 5)) }.
20080
20081 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20082
20083         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20084         Use with-current-buffer.
20085         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20086         avoid consing a string.
20087
20088         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20089         Remove obsolete entries for big5 and gb2312.
20090
20091 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20092
20093         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20094         uncompressed list.
20095
20096 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20097
20098         * spam-stat.el (spam-stat-strip-xref): New function.
20099         (spam-stat-process-directory): Use it.
20100
20101         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20102         here -- it's done in message-fetch-field.
20103
20104 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20105
20106         * gnus-agent.el (gnus-agent-queue-mail)
20107         (gnus-agent-prompt-send-queue): New variables.
20108         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20109         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20110         "nndraft:queue" along to gnus-draft-send.
20111         Use gnus-agent-prompt-send-queue.
20112         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20113         is "nndraft:queue".  Suggested by Gaute Strokkenes
20114         <gs234@srcf.ucam.org>
20115
20116         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20117         (agent-enable-undownloaded-faces): Add.
20118         (gnus-agent-cat-groups): Use eval-and-compile, not
20119         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20120         method of gnus-agent-cat-groups even when the buffer has been
20121         evaled.
20122         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20123         delete gnus-agent-save-active-1.
20124         (gnus-agent-save-groups): Delete.  Identical to
20125         gnus-agent-save-active.
20126         (gnus-agent-write-active): No longer adjust agent's copy of active
20127         file as agent's adjustments are now stored in their own
20128         file.  Remove optional parameter.
20129         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20130         servers.  Add use of min/max range limits from server's local
20131         file.
20132         (gnus-agent-save-alist): Remove unused optional argument.
20133         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20134         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20135         (gnus-agent-set-local): A per-server file that keeps min/max range
20136         limits for articles known to the agent.  Provides a fast mechanism
20137         for altering many active ranges.
20138         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20139         active file (local makes it unnecessary).
20140         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20141
20142         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20143         (agent-enable-undownloaded-faces): Add.
20144
20145         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20146         disable it when sending to "nndraft:queue".
20147         (gnus-group-send-queue): Add safety check to avoid sending queue
20148         when unplugged.
20149
20150         * gnus-group.el (gnus-group-catchup): Use new
20151         gnus-sequence-of-unread-articles, not
20152         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20153         numbers of articles.  Use gnus-range-map to avoid having to
20154         uncompress the unread list.
20155         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20156         Fix invalid ange-ftp reference.
20157
20158         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20159         (gnus-sorted-range-intersection): Intersection of two ranges
20160         without requiring that they first be uncompressed.
20161
20162         * gnus-start.el (gnus-activate-group): Unless blocked by the
20163         caller, possibly expand the active range to include both cached
20164         and agentized articles.
20165         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20166         multiple version-dependent converters.
20167         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20168         gnus-agent-save-active.
20169         (gnus-save-newsrc-file): Save dirty agent range limits.
20170
20171         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20172         gnus-agent-possibly-alter-active.
20173         (gnus-adjust-marked-articles): Faster handling of simple lists.
20174
20175 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20176
20177         * spam-stat.el (spam-stat-test-directory): New optional argument
20178         displays a list of files detected.  Suggested by Andrew Cohen
20179         <cohen@andy.bu.edu>.
20180         (spam-stat-buffer-words-with-scores): Don't narrow and change
20181         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20182
20183 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20184
20185         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20186         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20187         (spam-spamassassin-arguments)
20188         (spam-spamassassin-spam-flag-header)
20189         (spam-spamassassin-positive-spam-flag-header)
20190         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20191         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20192         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20193         (spam-list-of-processors, spam-list-of-checks)
20194         (spam-list-of-statistical-checks, spam-registration-functions)
20195         (spam-check-spamassassin-headers, spam-check-spamassassin)
20196         (spam-spamassassin-score)
20197         (spam-spamassassin-register-with-sa-learn)
20198         (spam-spamassassin-register-spam-routine)
20199         (spam-spamassassin-register-ham-routine)
20200         (spam-assassin-register-spam-routine)
20201         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20202         (spam-bogofilter-score): Fix to show article before scoring.
20203
20204 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20205
20206         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20207         default scoring function.
20208         (spam-generic-score): Call spam-spamassassin-score if
20209         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20210         spam-bogofilter-score otherwise.
20211
20212         * gnus.el (spam-process, spam-autodetect-methods):
20213         Add spamassassin and spamassassin-headers.
20214
20215 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20216
20217         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20218         Suppress unnecessary messages.
20219
20220 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20221
20222         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20223         make-hash-table.
20224
20225 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20226
20227         * canlock.el (base64-encode-string): Don't autoload it.
20228
20229 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20230
20231         * run-at-time.el: Remove useless (require 'itimer),
20232         eval-and-compile and (featurep 'xemacs).
20233
20234 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20235
20236         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20237         GROUP is a virtual group.
20238
20239 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20240
20241         * gnus.el: Autoload `message-y-or-n-p'.
20242
20243 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20244
20245         * pgg-parse.el: Remove unnecessary (require 'custom).
20246
20247         * pgg-def.el: do.
20248
20249         * nnmail.el: do.
20250
20251         * gnus-undo.el: do.
20252
20253         * gnus-picon.el: do.
20254
20255         * gnus-util.el: do.
20256
20257 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20258
20259         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20260
20261 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20262
20263         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20264         handle, as well as a list.
20265
20266         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20267         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20268         (mm-w3m-cid-retrieve): Simplify.
20269
20270 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20271
20272         * message.el (message-kill-to-signature): Allow prefix arg to
20273         specify number of lines to keep before signature.
20274
20275 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20276
20277         * message.el (message-kill-to-signature): Change docstring.
20278
20279 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20280
20281         * canlock.el: Always require sha1-el.
20282         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20283
20284         * message.el: Autoload sha1 only when compiling.
20285
20286         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20287         eudc-expand-inline for XEmacs.
20288
20289 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20290
20291         * message.el (message-canlock-generate): Require sha1-el.
20292
20293 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20294
20295         * message.el (message-expand-name): Silence the byte compiler.
20296
20297         * lpath.el: Add detect-coding-system.
20298
20299         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20300         cus-edit.
20301
20302 2004-01-13  Simon Josefsson  <jas@extundo.com>
20303
20304         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20305         Invoke gnus-score-mode.
20306         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20307
20308         * gnus-range.el (gnus-compress-sequence): Doc fix.
20309         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20310
20311 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20312
20313         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20314
20315 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20316
20317         * spam.el (spam-get-article-as-string): Update to use
20318         gnus-request-article-this-buffer, much simpler.
20319         (spam-get-article-as-buffer): Remove.
20320
20321 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20322
20323         * message.el (message-expand-name): Use EUDC if the user uses that.
20324
20325 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20328         character for the encoding to avoid consing a string.
20329
20330         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20331         unnecessarily.
20332
20333         * mm-util.el (mm-replace-chars-in-string): Remove.
20334
20335         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20336         of mm-replace-chars-in-string.
20337
20338 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20339
20340         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20341
20342         * mm-util.el (mm-subst-char-in-string): Support inplace.
20343
20344         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20345         a new string in every iteration.  Use shy groups.
20346
20347 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20348
20349         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20350         * gnus-soup.el (gnus-soup-group-brew):
20351         * gnus-msg.el (gnus-put-message):
20352         * gnus-move.el (gnus-group-move-group-to-server):
20353         * gnus-kill.el (gnus-batch-score):
20354         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20355         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20356         (gnus-group-update-group, gnus-group-read-group)
20357         (gnus-group-make-group, gnus-group-make-help-group)
20358         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20359         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20360         (gnus-group-sort-by-unread, gnus-group-catchup)
20361         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20362         (gnus-group-yank-group, gnus-group-set-info)
20363         (gnus-group-list-groups):
20364         * gnus.el (gnus-generate-new-group-name):
20365         * gnus-delay.el (gnus-delay-send-queue):
20366         * nnvirtual.el (nnvirtual-catchup-group):
20367         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20368         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20369         (gnus-group-prepare-topics, gnus-topic-check-topology):
20370         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20371         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20372         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20373         (gnus-group-make-articles-read):
20374         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20375         (gnus-group-change-level, gnus-kill-newsgroup)
20376         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20377         (gnus-get-unread-articles, gnus-make-articles-unread)
20378         (gnus-make-ascending-articles-unread): Use accessor
20379         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20380         to get group information for improved readability.
20381
20382
20383 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20384
20385         * gnus-art.el (article-decode-mime-words, article-babel)
20386         (gnus-article-highlight-signature, gnus-article-add-buttons)
20387         (gnus-signature-toggle): Use gnus-with-article-buffer.
20388
20389         * gnus-art.el (gnus-article-highlight-headers)
20390         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20391
20392         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20393         (gnus-article-set-globals, gnus-request-article-this-buffer)
20394         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20395         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20396         (gnus-mime-display-alternative): Use with-current-buffer.
20397
20398 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20399
20400         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20401         also under 80 char limit, and call gnus-error if needed.
20402         (spam-fetch-article-header): Fix - it was a
20403         buffer-local variable (gnus-newsgroup-data).
20404         (spam-find-spam): Use spam-generate-fake-headers, forget about
20405         spam-insert-fake-headers.
20406         (spam-insert-fake-headers): Remove.
20407
20408 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20409
20410         * deuglify.el (gnus-article-outlook-unwrap-lines)
20411         (gnus-outlook-rearrange-article)
20412         (gnus-outlook-repair-attribution-outlook)
20413         (gnus-outlook-repair-attribution-block)
20414         (gnus-outlook-repair-attribution-other): Remove redundant
20415         save-excursion.
20416
20417 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20418
20419         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20420         (spam-fetch-field-subject-fast)
20421         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20422         (spam-fetch-article-header): Add functions to deal with Gnus
20423         internals for fast retrieval of article header data.
20424         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20425
20426 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20427
20428         * pop3.el (pop3-md5): Remove.
20429         (pop3-apop): Replace pop3-md5 with md5.
20430
20431         * mm-bodies.el: base64 is always built-in.
20432
20433         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20434         Use with-current-buffer.
20435
20436 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20437
20438         * canlock.el (canlock-insert-header): Remove excessive grouping in
20439         regexp.
20440
20441         * gnus-sum.el (gnus-summary-read-document): Ditto.
20442
20443         * gnus-uu.el (gnus-uu-part-number): Ditto.
20444
20445         * html2text.el (html2text-remove-tags): Ditto.
20446         (html2text-format-tags): Ditto.
20447         (html2text-format-single-elements): Ditto.
20448
20449         * mml.el (mml-parse-1): Ditto.
20450
20451 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20452
20453         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20454
20455         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20456
20457         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20458
20459         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20460
20461 2003-11-15  Simon Josefsson  <jas@extundo.com>
20462
20463         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20464         (pgg-gpg-lookup-key): Use regexp match instead of
20465         split-string (split-string is different between emacs 21.2 and
20466         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20467
20468 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20469
20470         * gnus-art.el (gnus-mime-view-all-parts)
20471         (gnus-article-part-wrapper, gnus-article-view-part):
20472         Use with-current-buffer.
20473
20474 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20475
20476         * spam.el (spam-disable-spam-split-during-ham-respool)
20477         (spam-spamoracle-database, spam-cache-lookups)
20478         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20479         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20480         (spam-group-ham-marks, spam-group-spam-marks)
20481         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20482         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20483         also add spam-use-blackholes to the statistical checks.
20484         (spam-fetch-field-fast): Add interface to fetching fields, may
20485         become a macro.
20486         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20487         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20488         (spam-insert-fake-headers): Fake an article when needed.
20489         (spam-find-spam): Fake article when possible.
20490         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20491         (spam-check-bogofilter-headers): Use message-fetch-field instead
20492         of nnmail-fetch-field.
20493
20494 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20495
20496         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20497
20498 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20499
20500         * spam.el (spam-split): Do not require spam-use-CHECK to be
20501         enabled if that check is passed to spam-split explicitly; also
20502         fix so 'spam doesn't get converted to spam-split-group when
20503         spam-split-symbolic-return is t.
20504         (spam-find-spam): Find registrations of the article and use those
20505         instead of re-running spam-split to find the spam/ham
20506         classification of the article.
20507         (spam-log-processing-to-registry, spam-log-registered-p)
20508         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20509         Use gnus-error instead of gnus-message.
20510         (spam-log-registration-type): Add function to determine the
20511         classification of a message based on registry entries; will
20512         return nil if both 'spam and 'ham are found.
20513         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20514         a reasonably fast local cache without the loading errors.
20515         (spam-cache-lookups): Set to t by default.
20516         (spam-find-spam): Don't try to guess spam-cache-lookups.
20517         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20518         spam-caches entry.
20519         (spam-filelist-build-cache, spam-filelist-check-cache):
20520         Fix caching of whitelist/blacklist entries.
20521         (spam-check-whitelist, spam-check-blacklist):
20522         Invoke spam-from-listed-p with a type, not a cache variable.
20523         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20524
20525 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20526
20527         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20528
20529         * nnmail.el (nnmail-split-fancy): do.
20530
20531         * mml.el (mml-parse): do.
20532
20533         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20534         (gnus-score-adaptive): do.
20535
20536 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20539         (gnus-mime-button-map): Don't set keymap parent.
20540         (gnus-button-ctan-directory-regexp): Use shy grouping.
20541         (gnus-prev-page-map): Don't set keymap parent.
20542         (gnus-prev-page-map): Remove duplicated one.
20543         (gnus-next-page-map): Don't set keymap parent.
20544         (gnus-mime-security-button-map): Ditto.
20545
20546         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20547         version number.
20548
20549         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20550
20551 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20552
20553         * canlock.el (canlock-sha1-function): Remove.
20554         (canlock-sha1-function-for-verify): Remove.
20555         (canlock-openssl-program): Remove.
20556         (canlock-openssl-args): Remove.
20557         (canlock-ignore-errors): Remove.
20558         (canlock-sha1-with-openssl): Remove.
20559         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20560         (canlock-verify): Don't use canlock-ignore-errors.
20561
20562         * sha1-el.el (sha1-string-external): Make it can return a string
20563         in binary form.
20564         (sha1-region-external): Ditto.
20565         (sha1-string-internal): Ditto.
20566         (sha1-region-internal): Ditto.
20567         (sha1-region): Ditto.
20568         (sha1-string): Ditto.
20569         (sha1): Ditto.
20570
20571 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20572
20573         * spam.el (spam-report-articles-gmane): New command.
20574
20575 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20578
20579         * run-at-time.el (run-at-time-saved): Remove.
20580         (run-at-time): Doc fix.
20581
20582 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20583
20584         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20585         (gnus-summary-limit-map): Add it.
20586         (gnus-summary-make-menu-bar): do.
20587
20588 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20589
20590         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20591         Make attempt at some caching support (done for BBDB only now).
20592         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20593         addresses to be checked.
20594         (spam-clear-cache-BBDB): Add function, to be invoked by
20595         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20596         (spam-check-BBDB): Check and use the caches, if
20597         spam-cache-lookups is on, remove superfluous (provide).
20598
20599 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20602
20603 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20604
20605         * run-at-time.el (run-at-time-saved): Move to after the definition
20606         of `run-at-time'.
20607
20608         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20609
20610 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20613         mm-w3m-local-map-property.
20614
20615         * mm-view.el (mm-w3m-mode-map): Remove.
20616         (mm-w3m-local-map-property): Remove.
20617         (mm-inline-text-html-render-with-w3m): Don't use
20618         mm-w3m-local-map-property.
20619
20620 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20621
20622         * run-at-time.el: New file.
20623
20624         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20625         under Emacs.
20626
20627         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20628         of gnus-set-text-properties.
20629
20630         * gnus-uu.el (gnus-uu-save-article): Ditto.
20631
20632         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20633
20634         * gnus-cite.el (gnus-cite-parse): Ditto.
20635
20636         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20637         of gnus-.
20638
20639         * gnus-xmas.el (run-at-time): Require run-at-time.
20640
20641         * gnus.el: Change calls to nnheader-run-at-time and
20642         password-run-at-time throughout to use run-at-time directly.
20643
20644         * password.el: Remove definition of run-at-time.
20645
20646         * nnheaderxm.el: Remove definition of run-at-time.
20647
20648 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20649
20650         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20651         in prompt.
20652
20653 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20654
20655         * messagexmas.el (message-xmas-redefine): Alias
20656         `message-make-caesar-translation-table' to
20657         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20658         version.
20659
20660         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20661         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20662         `gnus-xmas-set-text-properties'.
20663         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20664         `gnus-xmas-completing-read'.
20665         (gnus-xmas-completing-read): Removed.
20666         (gnus-xmas-open-network-stream): Removed.
20667
20668         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20669         XEmacs version.
20670
20671         * dns.el (dns-make-network-process): Use `open-network-stream'
20672         instead of `gnus-xmas-open-network-stream'.
20673
20674         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20675
20676         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20677
20678 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20679
20680         * gnus-art.el (gnus-mime-display-alternative)
20681         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20682         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20683         Don't use gnus-local-map-property.
20684
20685         * gnus-util.el (gnus-local-map-property): Remove.
20686
20687         * mm-view.el (mm-view-pkcs7-decrypt):
20688         Replace gnus-completing-read-maybe-default with completing-read.
20689
20690         * gnus-util.el (gnus-completing-read): do.
20691         (gnus-completing-read-maybe-default): Remove.
20692
20693 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20694
20695         * password.el: Only autoload `run-at-time' if not XEmacs.
20696         Only autoload the itimer functions if XEmacs.
20697
20698 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20701         XEmacsen.
20702
20703         * dgnushack.el: Autoload executable-find for XEmacs.
20704
20705 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20706
20707         * gnus-art.el (gnus-read-string): Remove.
20708         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20709         read-string.
20710
20711 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20712
20713         * netrc.el: Autoload password-read.
20714         (netrc): Add configuration group.
20715         (netrc-encoding-method, netrc-openssl-path):
20716         Add variables for encoding and decoding of files with symmetric
20717         ciphers.
20718         (netrc-encode): Add assistant function to encode a file with
20719         netrc-encoding-method.
20720         (netrc-parse): Add interactive parameter, added optional
20721         decoding if netrc-encoding-method is non-nil but otherwise
20722         behavior is standard.
20723         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20724         Do s/encode/encrypt/ everywhere.
20725
20726         * spam.el: Remove executable-find autoload.
20727
20728 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20729
20730         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20731
20732         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20733
20734 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20735
20736         * gnus-art.el (gnus-treat-ansi-sequences)
20737         (article-treat-ansi-sequences): New variable and function.
20738         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20739
20740         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20741         Use it.
20742
20743 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20744
20745         * mm-util.el (mm-quote-arg): Remove.
20746
20747         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20748         shell-quote-argument.
20749
20750         * gnus-uu.el (gnus-uu-command): do.
20751
20752         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20753
20754         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20755         with make-char.
20756
20757         * mm-util.el (mm-make-char): Remove.
20758
20759         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20760         add-minor-mode.
20761
20762         * gnus-undo.el (gnus-undo-mode): do.
20763
20764         * gnus-topic.el (gnus-topic-mode): do.
20765
20766         * gnus-sum.el (gnus-dead-summary-mode): do.
20767
20768         * gnus-start.el (gnus-slave-mode): do.
20769
20770         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20771
20772         * gnus-ml.el (gnus-mailing-list-mode): do.
20773
20774         * gnus-gl.el (gnus-grouplens-mode): do.
20775
20776         * gnus-draft.el (gnus-draft-mode): do.
20777
20778         * gnus-dired.el (gnus-dired-mode): do.
20779
20780         * gnus-ems.el (gnus-add-minor-mode): Remove.
20781
20782         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20783         Replace gnus-char-width with char-width.
20784
20785         * gnus-ems.el (gnus-char-width): Remove.
20786
20787         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20788         Replace gnus-char-width with char-width.
20789
20790         * gnus-ems.el (gnus-char-width): Remove.
20791
20792         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20793         definition.
20794         Remove Emacs 20 hash table compatibility code.
20795
20796         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20797         20 compatibility code.
20798
20799         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20800
20801         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20802
20803         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20804         Replace with point-at-{eol,bol}.
20805
20806         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20807
20808         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20809
20810         * flow-fill.el (fill-flowed-point-at-bol)
20811         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20812
20813         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20814         Replace with point-at-{eol,bol} throughout all files.
20815
20816 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20817
20818         * ntlm.el (ntlm-string-as-unibyte): New macro.
20819         (ntlm-build-auth-response): Use it.
20820
20821         Remove Emacs 20 stuff:
20822         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20823         (butlast, mapc, remove): Remove the compiler macros.
20824         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20825         of delq and copy-sequence.
20826         * gnus-art.el (popup-menu): Remove the compiler macro.
20827         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20828         Emacs 20.
20829
20830 2004-01-05  Simon Josefsson  <jas@extundo.com>
20831
20832         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20833         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20834         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20835         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20836         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20837         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20838         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20839         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20840         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20841         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20842         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20843         string-xor into ntlm-string-xor.
20844         Suggested by Jesper Harder <harder@myrealbox.com>.
20845
20846         * ntlm.el: Don't include poem.
20847
20848         * md4.el (print-int32, print-string-hexa): Remove.
20849         Suggested by Jesper Harder <harder@myrealbox.com>.
20850
20851         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20852
20853         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20854         probably breaks emacs with DL patch, but do we care? Is anyone
20855         still using the DL stuff?)
20856
20857         * sieve-manage.el: Use the password package.
20858         (sieve-manage-read-passwd): Remove.
20859         (sieve-manage-interactive-login): Use password.  Re-add
20860         condition-case around loop.
20861
20862         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20863         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20864         Use the password package.
20865
20866 2003-02-19  Simon Josefsson  <jas@extundo.com>
20867
20868         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20869         token.
20870
20871 2002-08-07  Simon Josefsson  <jas@extundo.com>
20872
20873         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20874         (sieve-manage-authenticators):
20875         (sieve-manage-authenticator-alist): Add some SASL mechs.
20876         (sieve-sasl-auth): New function.
20877         (sieve-manage-cram-md5-auth):
20878         (sieve-manage-plain-auth): Rewrite using SASL library.
20879         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20880         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20881         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20882         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20883
20884 2004-01-05  Simon Josefsson  <jas@extundo.com>
20885
20886         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20887         New files.
20888
20889 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20890
20891         * gnus-group.el (gnus-no-groups-message): Update.
20892
20893         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20894
20895 2003-11-09  Simon Josefsson  <jas@extundo.com>
20896
20897         * imap.el: Support for ID IMAP extension (RFC 2971).
20898         (imap-local-variables): Add imap-id.
20899         (imap-id): New variable.
20900         (imap-id): New function.
20901         (imap-parse-response): Parse untagged ID response.
20902         * nnimap.el (nnimap-id): New variable.
20903         (nnimap-open-connection): Use it.
20904
20905 2003-12-28  Simon Josefsson  <jas@extundo.com>
20906
20907         * gnus-score.el (gnus-score-edit-all-score): New.
20908         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20909
20910 2004-01-04  Simon Josefsson  <jas@extundo.com>
20911
20912         * password.el: Add.
20913
20914 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20915
20916         * dns.el (dns-query-types): Fix typo.
20917         (dns-query-types): New function.
20918         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20919         PTR and SOA replies, see RFC 1035.
20920
20921 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20922
20923         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20924
20925         * Move to Changelog.2.
20926
20927 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20928
20929         * gnus.el (gnus-version-number): Bump version.
20930
20931 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20932
20933         * gnus.el: No Gnus v0.1 is released.
20934
20935 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20936
20937         * gnus.el: No Gnus v0.0 is released.
20938
20939 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20940
20941         * gnus.el (gnus-version-number): Bump.
20942         (gnus-version): No.
20943
20944 See ChangeLog.2 for earlier changes.
20945
20946   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20947
20948   This file is part of GNU Emacs.
20949
20950   GNU Emacs is free software: you can redistribute it and/or modify
20951   it under the terms of the GNU General Public License as published by
20952   the Free Software Foundation, either version 3 of the License, or
20953   (at your option) any later version.
20954
20955   GNU Emacs is distributed in the hope that it will be useful,
20956   but WITHOUT ANY WARRANTY; without even the implied warranty of
20957   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20958   GNU General Public License for more details.
20959
20960   You should have received a copy of the GNU General Public License
20961   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20962
20963 ;; Local Variables:
20964 ;; coding: utf-8
20965 ;; fill-column: 79
20966 ;; add-log-time-zone-rule: t
20967 ;; End: