* gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP stuff.
[gnus] / lisp / ChangeLog
1 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4         stuff.
5
6         * gnus-score.el (gnus-score-string): Fix calling convention of
7         `gnus-simplify-buffer-fuzzy' after last patches.
8
9         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
10         server for articles we didn't get any headers for.  This is a sanity
11         check.
12
13 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
14
15         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
16         new CAPABILITY, use it.
17
18 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
21         downloading anything.
22
23         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
24
25 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
26
27         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
28         colors.
29         (gnus-splash-svg-color-symbols): New function.
30
31 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
34         instead of using the global gnus-simplify-subject-fuzzy-regexp.
35         (gnus-simplify-subject-fuzzy): Use the local
36         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
37         makes using this variable in group parameters work.
38
39 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
42         "archive:sent" to the unfollowed group regex (for the recent Gnus
43         archive:sent-YYYY-MM-DD groups).
44         (gnus-registry-split-fancy-with-parent): Bail out early in sender
45         tracking if there are more than `gnus-registry-max-track-groups'
46         matches.
47
48 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
49
50         * message.el (message--yank-original-internal): New function to do the
51         insertion cleanly inside eval in `message-yank-original'.
52         (message-yank-original): Use it.
53
54 2011-03-29  Julien Danjou  <julien@danjou.info>
55
56         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
57         local variables disabled rather than `normal-mode'.
58
59 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
60
61         * imap.el (imap-shell-open, imap-process-connection-type): Use
62         imap-process-connection-type for 'shell' streams as well as
63         Kerberos, SSL, other subprocesses.
64
65 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
66
67         * proto-stream.el: Changes preparatory to merging open-protocol-stream
68         with open-network-stream.
69         (proto-stream-always-use-starttls): Option removed.
70         (open-protocol-stream): Return a process object by default.  Provide a
71         new parameter :return-list specifying a list-type return value, which
72         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
73         :type `network' to `try-starttls', and `network-only' to `default'.
74         Make `default' the default, for compatibility with open-network-stream.
75         Handle the no-parameter case exactly as open-network-stream, with no
76         additional stream processing.  Search plists using plist-get.
77         Explicitly add :end-of-commend parameter if it is missing.
78         (proto-stream-open-default): Renamed from
79         proto-stream-open-network-only.  Return 'default as the type.
80         (proto-stream-open-starttls): Rename from proto-stream-open-network.
81         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
82         failed.  Always return a list with a (possibly dead) process as the
83         first element, for compatibility with open-network-stream.
84         (proto-stream-open-tls): Use plist-get.  Always return a list.
85         (proto-stream-open-shell): Return `default' as connection type.
86         (proto-stream-capability-open): Use plist-get.
87         (proto-stream-eoc): Function deleted.
88
89         * nnimap.el (nnimap-stream, nnimap-open-connection)
90         (nnimap-open-connection-1): Handle renaming of :type parameter for
91         open-protocol-stream.
92         (nnimap-open-connection-1): Pass a :return-list parameter
93         open-protocol-stream to obtain a list return value.  Parse this list
94         using plist-get.
95
96         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
97         for open-protocol-stream.  Accept open-protocol-stream return value
98         that is a subprocess object instead of a list.  Handle the case of a
99         dead returned process.
100
101 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
102
103         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
104
105         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
106
107 2011-03-21  Julien Danjou  <julien@danjou.info>
108
109         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
110         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
111         query.
112         (mm-inline-text): Render normal text with fontification whenever
113         possible.
114
115         * gnus-sum.el (gnus-summary-save-parts-1):
116         * gnus-art.el (gnus-article-browse-html-save-cid-content)
117         (gnus-article-browse-html-parts, gnus-mime-delete-part)
118         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
119         Use `mm-handle-filename'.
120
121         * mm-util.el (mm-handle-filename): New function, return the filename of
122         an handle.
123
124 2011-03-18  Julien Danjou  <julien@danjou.info>
125
126         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
127         (gnus-buffer-live-p): Check that buffer is not nil.
128
129 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
130
131         * gnus.el: No Gnus v0.15 is released.
132
133 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * time-date.el (format-seconds): Use assoc instead of assoc-string to
136         avoid warning on XEmacs.
137
138         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
139         on XEmacs.
140
141         * gnus-art.el: Require mouse, which the build bot seems to say is
142         needed.
143
144         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
145
146         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
147         XEmacs, since it doesn't have url-retrieve-synchronously.
148
149         * time-date.el (format-seconds): Use assoc instead of assoc-string,
150         since assoc-string doesn't exist in XEmacs.
151
152 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
153
154         * gnus-group.el (gnus-group-list-ticked): New function.
155         (gnus-group-make-menu-bar): Provide a menu entry for it.
156         (gnus-group-list-map): Provide a binding for it.
157
158 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * shr.el (shr-visit-file): New command.
161
162         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
163
164 2011-03-17  Bjørn Mork  <bjorn@mork.no>
165
166         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
167         servers.
168
169 2011-03-16  Julien Danjou  <julien@danjou.info>
170
171         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
172         inline.
173
174         * gnus-art.el (article-hide-list-identifiers): Use
175         gnus-group-get-list-identifiers.
176
177         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
178         (gnus-summary-remove-list-identifiers): Use
179         gnus-group-get-list-identifiers to get regexp.
180         (gnus-select-newsgroup, gnus-summary-insert-subject)
181         (gnus-summary-insert-articles): Call
182         gnus-summary-remove-list-identifiers unconditionally.
183
184 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
187         we're selecting a group with unread articles.
188
189         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
190
191         * gssapi.el: New file separated out from imap.el to provide a general
192         Kerberos 5 connection facility for Emacs.
193
194         * message.el (message-elide-ellipsis): Document the format spec
195         ellipsis.
196
197 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
198
199         * message.el (message-elide-region): Allow the ellipsis to say how many
200         lines were removed.
201
202 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
205         window configurations containing buffers that are now dead.
206
207         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
208         parsing to avoid integer overflows.
209         (nnimap-parse-flags): Simplify the last change.
210         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
211         too large for 32-bit Emacsen.
212
213 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
214
215         * auth-source.el (auth-source-netrc-create):
216         * message.el (message-yank-original): Fix use of `case'.
217
218 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
219
220         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
221         XEmacs, which was one character too wide.
222
223 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
224
225         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
226         default number of articles to display.
227         (gnus-articles-to-read): Use pretty names for prompt.
228
229 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-int.el (gnus-open-server): Ditto.
232
233         * gnus-start.el (gnus-activate-group): Give a backtrace if
234         debug-on-quit is set and the user hits `C-g'.
235         (gnus-read-active-file): Ditto.
236
237         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
238
239 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
240
241         * message.el (message-yank-original): Use cond instead of CL case.
242
243 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
244
245         * auth-source.el (auth-source-netrc-create): Use usual format for the
246         default in prompts.
247
248 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * lpath.el: Fbind read-char-choice for XEmacs.
251
252 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
253
254         * auth-source.el (auth-source-netrc-create): Show the default in the
255         prompt when prompting for token creation.
256
257 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
258
259         * auth-source.el (auth-source-format-prompt): Always convert the value
260         to a string to avoid evaluating non-string arguments.
261         (auth-source-netrc-create): Offer default properly, not as initial
262         content in `read-string'.
263         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
264         of line to determine if we've been run before.  If so, don't run again,
265         but print a trivial message to indicate the cache was hit instead.
266
267 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
270         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
271         The user will have to run `gnus-sync-read' manually and wait for Cloudy
272         Gnus.
273
274 2011-03-11  Julien Danjou  <julien@danjou.info>
275
276         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
277         modified file".
278
279 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * auth-source.el (auth-source-read-char-choice): New function to read a
282         character choice using `dropdown-list', `read-char-choice', or
283         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
284         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
285         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
286         (auth-source-netrc-saver): Use it.
287         (auth-source-pick-first-password): New convenience function.
288
289 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
290
291         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
292         parameter in the credentials.
293         (nnimap-open-connection-1): Use it after a successful login.
294         (nnimap-credentials): Add IMAP-specific user and password prompt.
295
296         * auth-source.el (auth-source-search): Add :require parameter, taking a
297         list.  Document it and the :save-function return token.  Pass :require
298         down.  Change the CREATED message from a warning to a debug statement.
299         (auth-source-search-backends): Pass :require down.
300         (auth-source-netrc-search): Pass :require down.
301         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
302         Change save prompt to indicate all modifications saved here are
303         deletions.
304         (auth-source-netrc-create): Take user login name as default in user
305         prompt.  Move all the save functionality to a lexically bound function
306         under the :save-function token in the returned list.  Set up clearer
307         default prompts for user, host, port, and secret.
308         (auth-source-netrc-saver): New function, intended to be wrapped for
309         :save-function.
310
311 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * shr.el (shr-table-horizontal-line): Change the defaults for the table
314         lines to be spaces instead.
315
316 2011-03-07  Julien Danjou  <julien@danjou.info>
317
318         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
319         (sieve-sasl-auth): Check that auth-source-search did return something,
320         or just return an empty string.
321
322 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
323
324         * gnus.el (gnus-interactive): Use read-directory-name.
325
326         * gnus-uu.el (gnus-uu-decode-uu-and-save)
327         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
328         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
329         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
330         Likewise.
331
332         * gnus-group.el (gnus-group-make-directory-group): Likewise.
333
334 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
337         onto the list of killed groups, too.  This makes killed nnimap groups,
338         for instance, more reliably not reappear.
339
340         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
341         the parent.
342
343         * gnus-sum.el (gnus-update-read-articles): Fix typo.
344
345         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
346         really have server-side marks.
347
348         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
349         since most backends do not usefully have server-side marks.
350         (gnus-update-read-articles): Propagate marks to all backends that
351         really have server-side marks.
352
353 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
354
355         * message.el (message-cite-reply-position, message-cite-style):
356         New variables.
357         (message-yank-original): Use the new citation styles.
358
359 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
360
361         * message.el (message-options): Revert 22da67af (workaround for XEmacs
362         buffer-local issue); don't mark it buffer-local when running under
363         XEmacs.
364
365 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
366
367         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
368         numbers too big to be `read'.
369
370 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
371
372         * password-cache.el (password-in-cache-p): Add autoload.
373
374         * message.el (message-options): Make buffer-local two ways to attempt
375         to fix a XEmacs bug.
376
377 2011-03-02  Julien Danjou  <julien@danjou.info>
378
379         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
380
381 2011-03-01  Julien Danjou  <julien@danjou.info>
382
383         * gnus-art.el (list-identifier): Add list-identifier as a parameter
384         group.
385         (article-hide-list-identifiers): Use list-identifier group parameter.
386
387 2011-02-28  Julien Danjou  <julien@danjou.info>
388
389         * sieve.el (sieve-buffer-script-name): New local variable to store
390         sieve script name.
391         (sieve-edit-script): Store sieve script name.
392         (sieve-upload): Use sieve script name when uploading.
393         (sieve-upload): Use substitute-command-keys.
394         (sieve-edit-script): Use substitute-command-keys.
395         (sieve-refresh-scriptlist): Use substitute-command-keys.
396         (sieve-manage-mode-map): Define keymap properly.
397         (sieve-manage-mode): Do not set mode name manually, change mode-name to
398         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
399         Remove commented code about cvs.
400         (sieve-manage-quit): New function.
401         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
402
403 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-group.el (gnus-import-other-newsrc-file): New function.
406
407 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * auth-source.el (auth-source-search): Cache empty result sets.
410
411         * password-cache.el (password-in-cache-p): Convenience function to
412         check if a key is in the cache, even if the value is nil.
413
414         * auth-source.el (auth-source-save-behavior): New variable to replace
415         `auth-source-never-create'.
416         (auth-source-netrc-create): Use it.
417         (auth-source-never-save): Remove.
418
419 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
420
421         * nnimap.el (nnimap-stream): Doc fix.
422         (nnimap-open-connection-1): Reverse the order of the ports to that the
423         prompted-for port is first.
424
425         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
426         retrieval by the no-group selection.
427
428         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
429         numerical parameters.
430
431 2011-02-25  Julien Danjou  <julien@danjou.info>
432
433         * gnus-gravatar.el: Use gnus-with-article-buffer.
434
435         * gnus-art.el (gnus-with-article-buffer): Check that the
436         gnus-article-buffer is alive.
437
438 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
439
440         * auth-source.el (auth-source-creation-prompts): New variable to manage
441         creation-time prompts.
442         (auth-source-search): Document it.
443         (auth-source-format-prompt): Add utility function.
444         (auth-source-netrc-create): Don't default the user name to
445         user-login-name.  Use `auth-source-creation-prompts' and some default
446         prompts for user, host, port, and password (the default generic prompt
447         remains ugly).
448         (auth-source-never-save): Add customizable option to never save info.
449         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
450         mode excursion.
451
452 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
455         argument that XEmacs doesn't support.
456
457         * dgnushack.el (dgnushack-compile): Exclude color.el from being
458         compiled for Emacsen having no `libxml-parse-html-region' support.
459
460         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
461
462         * lpath.el: Bind buffer-save-without-query for XEmacs.
463
464 2011-02-23  Julien Danjou  <julien@danjou.info>
465
466         * gnus-art.el (article-make-date-line): Ignore errors if time is
467         invalid and not convertible.
468         (article-make-date-line): Only add lapsed time if time is not nil.
469
470 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
471
472         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
473         `read-char-choice' for backwards compatibility.
474         (auth-source-netrc-element-or-first): New function to DTRT for
475         parameter extraction.
476         (auth-source-netrc-create): Use it and fix multiple parameter print
477         bug.  Use the default passed from above (given-default) or the
478         built-in (user-login-name for :user).
479
480 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-start.el (gnus-dribble-read-file):
483         Set buffer-save-without-query, since we always want to save the dribble
484         file, probably.
485
486         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
487         nnimap.
488
489         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
490         -summary- since it's a user-visible variable.
491
492         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
493         first time you use the new Gnus.
494
495 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
496
497         * auth-source.el: Don't load netrc.el.
498         (auth-sources): Search ~/.netrc as well by default.
499         (auth-source-debug): Add 'trivia option for extra output.
500         (auth-source-do-trivia): Use it.
501         (auth-source-search): Simplify logic to use
502         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
503         appropriate.  Don't keep a running count at this level.  Layer :create
504         and :delete options appropriately on the first and second passes.
505         Don't track the backend with the search results.
506         (auth-source-search-backends): New function to search a list of
507         backends for a processed spec.
508         (auth-source-netrc-parse): Cache all netrc files, making
509         auth-source-netrc-cache an alist keyed by the file name and using the
510         file mtime as the caching criterion.  Keep the obfuscated data secret
511         with a lexical bind.
512         (auth-source-netrc-search): Don't calculate the length of the results
513         unnecessarily.
514         (auth-source-search-backends): Fix bug.
515         (auth-source-netrc-create): Rework prompts.
516
517 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
518
519         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
520         Lower case names of search constraints.
521         (nnir-run-query): Cache and reuse search constraints for all imap
522         servers.
523
524 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
525
526         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
527         after exit.
528         (gnus-setup-message): Define missing variable from last checkin.
529
530         * gnus-sum.el (gnus-summary-show-article): When called with t as the
531         value, show the raw article.
532
533 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
534
535         * gnus.el: No Gnus v0.13 is released.
536
537 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
538
539         * nnimap.el (nnimap-open-connection-1): Revert last change, since
540         auth-source now accepts numbers.
541
542         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
543         spec, too.
544         (auth-source-ensure-strings): New function.
545
546         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
547         (gnus-article-setup-buffer): Always restart the date timer so that user
548         changes to the frequency is respected.
549
550         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
551         port numbers, so make sure it gets that if nnimap-server-port is
552         explicit.
553
554 2011-02-21  Simon Josefsson  <simon@josefsson.org>
555
556         * nnimap.el (nnimap-inbox): Doc fix.
557
558 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
559
560         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
561         Autoload.  Add optional arg FRAME, and pass it to color-values.
562         (color-complement): Caller changed.  Doc fix.
563         (color-gradient): Rewrite for better clarity and efficiency.
564
565 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
566
567         * shr-color.el (shr-color->hexadecimal): Use renamed function names
568         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
569         color-lab-to-srgb.
570
571 2011-02-20  Drew Adams  <drew.adams@oracle.com>
572
573         * color.el: First part of merge from hexrgb.el.
574         (color-rgb-to-hex): Rename from color-rgb->hex.
575         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
576         saturation to zero if the value is too small.
577         (color-rgb-to-hsl): Rename from color-rgb->hsl.
578         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
579         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
580         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
581         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
582         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
583         (color-cie-de2000): Doc fix.
584
585 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
586
587         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
588         given method as in the group name if we're using an extended method.
589         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
590         command, if we're using that, instead of waiting for the beginning.
591
592         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
593         we're sure to get unique server names, and we don't output two async
594         commands in the same buffer.  This fixes an NNTP hang for some users.
595
596 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
597
598         * gnus.el: No Gnus v0.11 is released.
599
600 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
603         summary buffer before reading going to the next buffer.  This avoids
604         putting the point in the group buffer if you `C-g' the command.
605
606         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
607         cache (for now) to make ~/.authinfo.gpg files usable.
608
609         * nnfolder.el (copyright-update): Define for the compiler.
610
611         * auth-source.el (auth-source-search): Fix unbound variable.
612
613 2011-02-19  Glenn Morris  <rgm@gnu.org>
614
615         * gnus.el (gnus-meta): Doc fix.
616
617 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
618
619         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
620         in case it's not yet loaded.
621
622 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
623
624         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
625         line we're waiting for.
626
627 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
628
629         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
630         face with line-width greater than zero will cause RET in gnus summary
631         buffer to scroll down article page-wise because auto vscroll happens,
632         it should be temporalily disabled when doing a scroll-up.
633
634 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
637         outputs from the server.
638
639 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
640
641         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
642         later so that bbdb can hook in easier.
643
644 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * auth-source.el (auth-source-search): Don't try to create credentials
647         if the caller doesn't want that.
648         (auth-source-search): If we don't find a match, don't bug out on
649         non-bound variables.
650         (auth-source-search): Only ask a single backend to create the
651         credentials.
652
653         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
654         logging.
655         (nnimap-credentials): Protect against auth-source-search returning nil.
656         (nnimap-request-list): Protect against not being able to open the
657         server.
658
659 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
660
661         * auth-source.el (auth-source-search): Do a two-phase search, one with
662         no :create to get the responses from all backends.
663
664         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
665         when getting credentials.
666
667         * gnus-util.el (gnus-delete-duplicates): New function.
668
669 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
670
671         * nnimap.el (nnimap-credentials): Instead of picking the first port as
672         a creation default, pass the whole port list down.  It will be
673         completed.
674
675         * auth-source.el (auth-source-search): Updated docs to talk about
676         multiple creation choices.
677         (auth-source-netrc-create): Accept a list as a value (from the search
678         parameters) and do completion on that list.  Keep a separate netrc line
679         with the password obscured for showing the user.
680
681         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
682         first choice to `auth-source-search' so it will be used for entry
683         creation instead of the server's Gnus-specific name.
684         (nnimap-credentials): Rely on the auth-source library to select which
685         port is actually wanted in the new netrc entry, so don't override
686         `auth-source-creation-defaults'.
687
688         * auth-source.el (auth-source-netrc-parse): Use :port instead of
689         :protocol and accept a missing user, host, or port as a wildcard match.
690         (auth-source-debug): Default to off.
691
692         (auth-source-netrc-search, auth-source-netrc-create)
693         (auth-source-secrets-search, auth-source-secrets-create)
694         (auth-source-user-or-password, auth-source-backend, auth-sources)
695         (auth-source-backend-parse-parameters, auth-source-search): Use :port
696         instead of :protocol.
697
698         * nnimap.el (nnimap-credentials): Pass a port default to
699         `auth-source-search' in case an entry needs to be created.
700         (nnimap-open-connection-1): Use :port instead of :protocol.
701
702 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * auth-source.el: Bind load-path when loading EIEIO from
705         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
706         21.4 doesn't support, to `require'.
707         (auth-source-secrets-search): Use mm-delete-duplicates instead of
708         delete-dups that is not available in XEmacs 21.4.
709
710 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
711
712         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
713         as EIEIO must also be loaded when auth-source.el is being
714         byte-compiled.
715
716 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
717
718         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
719
720         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
721
722         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
723
724         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
725
726         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
727
728         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
729
730         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
731
732         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
733         necessary.
734
735 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
738         nil means that nnimap doesn't get updated.
739
740 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * auth-source.el (auth-source-netrc-create): Return a synthetic search
743         result when the user doesn't want to write to the file.
744         (auth-source-netrc-search): Expect a synthetic result and proceed
745         accordingly.
746         (auth-source-cache-expiry): New variable to override
747         `password-cache-expiry'.
748         (auth-source-remember): Use it.
749
750         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
751         parameter.  Create entry if necessary by using :create t.
752         (nnimap-open-connection-1): Don't pass `inhibit-create'.
753
754 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
755
756         * auth-source.el (auth-source-debug): Enable by default and don't
757         mention the obsolete `auth-source-hide-passwords'.
758         (auth-source-do-warn): New function to debug unconditionally.
759         (auth-source-do-debug): Use it.
760         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
761         and for Secrets API entries when the secrets.el library is not
762         available.
763
764 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * gnus-sum.el (gnus-propagate-marks): Default to nil.
767         (gnus-summary-exit): Kill the correct article buffer on exit from a
768         `C-d' group.
769
770         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
771         gnus-propagate-marks.
772
773         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
774         before killing the buffers so that a non-full window conf gets handled
775         correctly.
776         (gnus-summary-exit): Ditto.
777         (gnus-summary-read-group-1): Ditto.
778
779         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
780         async code again so that we can debug it properly.
781
782         * message.el (message-reply): Take an optional switch-buffer parameter
783         so that Gnus window confs are respected better.
784
785 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
786
787         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
788         `plist-get' to accept non-list parameters (XEmacs issue).
789         Fix docstring.
790         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
791         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
792         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
793         Login collection is "Login" and not "login".
794
795 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
798         multiple headers.
799
800         * nnimap.el (nnimap-inhibit-logging): New variable.
801         (nnimap-log-command): Don't log login commands.
802
803         * auth-source.el (auth-source-netrc-search): The asserts seem to want
804         to have more parameters.
805
806         * nnimap.el (nnimap-send-command): Mark the command time for each
807         command, so that we don't get NOOPs stepping on our toes.
808
809         * gnus-art.el (article-date-ut): Get the date from the Date header on
810         `t'.
811
812 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * auth-source.el (auth-source-search): Use copy-sequence instead of
815         the cl.el copy-list.
816
817 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * imap.el: Bring it back (revert
820         84d800cd31de3064f0ed39617d725709a2f8f42f).
821
822 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
823
824         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
825         Improve prompt.
826
827 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-art.el (gnus-article-mode-line-format): Remove the article
830         washing status from the default format.  It isn't very informative.
831
832 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
833
834         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
835         Fix Gcc processing on imap.
836
837 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * imap.el: Remove file.  All the functionality is in nnimap.el.
840
841 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
842
843         * message.el (message-bury): Don't pop up a new window when selected
844         window is dedicated.
845
846 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
847
848         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
849
850 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
851
852         * sieve-manage.el: Autoload `auth-source-search'.
853         (sieve-sasl-auth): Use it.
854
855 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
856
857         * nnimap.el: Autoload `auth-source-forget+'.
858         (nnimap-open-connection-1): Use it if the connection fails.
859
860         * auth-source.el: Require `password-cache'.
861         (auth-source-hide-passwords, auth-source-cache): Remove and mark
862         obsolete.
863         (auth-source-magic): Marker for `password-cache' keys.
864         (auth-source-do-cache): Update docstring.
865         (auth-source-search): Use and check cache.
866         (auth-source-forget-all-cached, auth-source-remember)
867         (auth-source-recall, auth-source-forget, auth-source-forget+)
868         (auth-source-specmatchp): Caching support functions.
869         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
870         Remove and obsolete.
871         (auth-source-user-or-password): Remove caching to further discourage
872         using it.  Always hide passwords.
873
874         * password-cache.el (password-cache-remove): Accept secrets that are
875         not strings.
876
877 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
880         code for now, since it doesn't work for all users.
881
882 2011-02-09  Julien Danjou  <julien@danjou.info>
883
884         * message.el (message-options): Make message-options really buffer
885         local.
886
887 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         * mail-source.el: Autoload `auth-source-search'.
890         (mail-source-keyword-map): Note order matters.
891         (mail-source-set-1): Get all the mail-source source values and
892         defaults and search auth-source on those if needed.  This can all
893         probably be simplified.
894
895         * nnimap.el: Autoload `auth-source-search'.
896         (nnimap-credentials): Use it.
897         (nnimap-open-connection-1): Ask for the virtual server and physical
898         address in one shot.
899
900         * nntp.el: Autoload `auth-source-search'.
901         (nntp-send-authinfo): Use it.  Note TODO.
902
903 2011-02-08  Julien Danjou  <julien@danjou.info>
904
905         * shr.el (shr-tag-body): Add support for text attribute in body
906         markups.
907
908         * message.el (message-options): Make message-options a local variable.
909
910 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
911
912         * auth-source.el (auth-source-secrets-search)
913         (auth-source-user-or-password): Use `append' instead of `nconc'.
914         (auth-source-user-or-password): Build return list better and protect
915         against nil :secret.
916
917 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
918
919         * nnimap.el (nnimap-update-info): Refactor slightly.
920         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
921         (nnimap-update-info): Clean up slightly.
922         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
923         characters.
924         (nnimap-process-quirk): Rename function to avoid collision.
925         (nnimap-update-info): Fix macrology bug-out.
926         (nnimap-update-info): Simplify split history test.
927
928 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
929
930         * auth-source.el (top): Require 'eieio unconditionally.
931         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
932         (auth-source-secrets-search): Limit search when `max' is greater than
933         number of results.
934
935 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
936
937         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
938         part not returning any data.
939
940         * proto-stream.el (open-protocol-stream): Document the return value.
941
942 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
943
944         * auth-source.el (auth-source-secrets-search): Add examples.
945
946 2011-02-06  Julien Danjou  <julien@danjou.info>
947
948         * message.el (message-setup-1): Handle message-generate-headers-first
949         set to t.
950
951 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
952
953         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
954         API with a string "secrets:collection-name" and with 'default.
955         (auth-source-backend-parse): Parse "secrets:collection-name" and
956         'default.  Recurse on parses instead of repeating code.  Use the
957         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
958         message when ignoring a source.
959         (auth-source-search): List ignored search keys at the top level.
960         (auth-source-netrc-create): Use `case' instead of `cond'.
961         (auth-source-secrets-search): Created with TODOs.
962         (auth-source-secrets-create): Created with TODOs.
963         (auth-source-retrieve, auth-source-create, auth-source-delete)
964         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
965         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
966         (auth-source-user-or-password-sftp)
967         (auth-source-user-or-password-smtp): Remove.
968         (auth-source-user-or-password): Deprecated and modified to be a wrapper
969         around `auth-source-search'.  Not tested thoroughly.
970
971 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
972
973         * auth-source.el: Bring in assoc and eioeio libraries.
974         (secrets-enabled): New variable to track the status of the Secrets API.
975         (auth-source-backend): New EIOEIO class to represent a backend.
976         (auth-source-creation-defaults): New variable to set prompt defaults
977         during token creation (see the `auth-source-search' docstring for
978         details).
979         (auth-sources): Simplify to allow a simple string as a netrc backend
980         spec.
981         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
982         (auth-source-backend-parse-parameters): Fill in the backend parameters.
983         (auth-source-search): Main auth-source API entry point.
984         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
985         (auth-source-search-collection): Helper function for searching.
986         (auth-source-netrc-parse, auth-source-netrc-normalize)
987         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
988         Supports search, create, and delete.
989         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
990         backend stubs.
991         (auth-source-user-or-password): Call `auth-source-search' but it's not
992         ready yet.
993
994 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
995
996         * message.el (message-setup-1): Remove the read-only stuff, since it
997         doesn't work under XEmacs, for some reason.
998
999         * gnus-sum.el (gnus-user-date): Rename back from
1000         gnus-summary-user-date since user code refers to it.
1001
1002         * shr.el (shr-render-td): Store the actual background colour used.
1003
1004         * message.el (message-setup-1): Don't bind the constant
1005         -forbidden-properties.
1006         (message-setup-1): Revert previous change, since it needs to bind the
1007         props to insert them.
1008         (message-resend): Allow removing the read-only separator line.
1009
1010 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1011
1012         * nnimap.el (nnimap-request-accept-article): Give an error message if
1013         the APPEND wasn't successful.
1014
1015 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1016
1017         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1018         that have no groups.
1019
1020 2011-02-03  Julien Danjou  <julien@danjou.info>
1021
1022         * gnus-draft.el: Remove progn around gnus-draft-setup.
1023
1024 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus-start.el (gnus-read-active-for-groups): This function is never
1027         called with a nil `infos', so clean that up.
1028         (gnus-get-unread-articles): Request active files from primary/secondary
1029         methods that have no groups (yet).
1030
1031 2011-02-03  Julien Danjou  <julien@danjou.info>
1032
1033         * message.el (message-setup-1): Always generate References first.
1034         (message-mail): Return the return value of message-setup, not always t.
1035         (message-setup-1): Insert mail-header-separator with read-only and
1036         intangible properties set.
1037
1038         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1039         user-date in docstring.
1040
1041         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1042
1043         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1044         docstring.
1045
1046         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1047         defcustom, with type and group. Move from gnus-util.el. Rename to
1048         gnus-summary-user-date-format-alist.
1049
1050 2011-02-03  Glenn Morris  <rgm@gnu.org>
1051
1052         * nnimap.el (gnus-fetch-headers): Declare.
1053
1054         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1055
1056 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1057
1058         * message.el (message-forward-make-body-digest-plain)
1059         (message-followup, message-reply): Clean up things noted by Stefan.
1060
1061         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1062         gnus-article-update-date-headers is nil.
1063         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1064         it didn't really work with defcustom.
1065         (article-update-date-lapsed): Make sure the window start doesn't move,
1066         either.
1067
1068 2011-02-01  Julien Danjou  <julien@danjou.info>
1069
1070         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1071         format.
1072
1073         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1074         standard in Emacs nowadays.
1075
1076         * color.el (color-gradient): Add a color-gradient function.
1077
1078 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1079
1080         * message.el (message-expand-name): Don't trust the return value of
1081         bbdb-complete-name.
1082         (message-check-news-header-syntax): Remove unused var `start'.
1083         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1084         (message-inhibit-body-encoding): Move to before first use.
1085         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1086         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1087         (Organization, Message-ID, Date, mh-previous-window-config):
1088         Defvar the vars using dynamic scoping.
1089
1090 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1091
1092         * shr.el (shr-render-td): Only do colours at the final rendering.
1093         Should be slightly faster.
1094         (shr-insert-table): Fix up TD background colours when doing the
1095         vertical padding.
1096
1097         * gnus-art.el (article-date-ut): Protect against articles with no Date
1098         header.
1099         (article-update-date-lapsed): Don't use current-column to find the
1100         horizontal position.  It's fragile in the presence of \003 characters.
1101
1102         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1103
1104 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1105
1106         * gnus-art.el (article-transform-date): Rewrite to still work when
1107         there are several rfc2822 parts.
1108         (article-transform-date): Fix infinite recursion.
1109         (article-date-ut): Replace infinitely many Date headers with a single
1110         one when called interactively.
1111
1112         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1113         secure manner.
1114
1115         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1116         move around by not using save-window-excursion.  It seems to work...
1117
1118 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-art.el (article-make-date-line): Work for user-defined format.
1121
1122 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nntp.el (nntp-retrieve-group-data-early)
1125         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1126         fetching functions.
1127
1128         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1129         thoroughly for all backends that have no known groups.  This should
1130         allow new nnml methods to retrieve mail.
1131
1132         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1133         that Gnus doesn't know exists again.
1134
1135         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1136         (gnus-treat-date-ut): Ditto.
1137         (gnus-article-update-date-header): Rename.
1138         (gnus-treat-date-local): Remove.
1139         (gnus-treat-date-english): Remove.
1140         (gnus-treat-date-lapsed): Remove.
1141         (gnus-treat-date-combined-lapsed): Remove.
1142         (gnus-treat-date-original): Remove.
1143         (gnus-treat-date-iso8601): Remove.
1144         (gnus-treat-date-user-defined): Remove.
1145         (gnus-article-date-headers): New variable to control all the date
1146         header options.
1147         (article-date-ut): Rewrite to allow using the new way to format date
1148         headers(s).
1149
1150 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1151
1152         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1153         method.
1154         (nnmail-article-group): A better test for fanciness.
1155
1156         * nnimap.el (nnimap-request-head): Protect against not finding the
1157         article by Message-ID.
1158
1159 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1162         keep point at the "same place".
1163
1164 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1165
1166         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1167         data if the group is unactivated.
1168
1169 2011-01-28  Julien Danjou  <julien@danjou.info>
1170
1171         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1172         (gnus-all-windows-visible-p): Remove old compatibility code.
1173         (gnus-window-top-edge): Add docstring.
1174
1175         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1176
1177 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1180         older request-update-info.
1181
1182         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1183
1184 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1185
1186         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1187         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1188
1189 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1192         groups.  This makes the nndraft:queue group pop up if it's not already
1193         there.
1194
1195         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1196         messages" logic, which was reversed.
1197
1198         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1199         the "same place" even if point is on the line being replaced.
1200         (article-update-date-lapsed): Allow updating both the combined lapsed
1201         and the lapsed headers.
1202         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1203         (article-make-date-line): Limit the number of segments dynamically to
1204         avoid too-long lines.
1205
1206 2011-01-27  Julien Danjou  <julien@danjou.info>
1207
1208         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1209         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1210
1211 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1214         Use plist-get instead of the cl function getf.
1215
1216 2011-01-27  Glenn Morris  <rgm@gnu.org>
1217
1218         * gnus-util.el (float-time): Get rid of compiler warning, again.
1219
1220 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1221
1222         * shr.el (shr-put-color): Special-case background colours: Do put them
1223         at the blank parts at the front of the lines.
1224
1225         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1226         exit hook to nix out all data on readedness on group exit.
1227
1228         * gnus-util.el (float-time): If float-time is bound, always use it on
1229         all Emacsen.  It's unclear why the subrp check was there.
1230         (time-date): Require to make some autoload issues on XEmacs go away.
1231
1232         * shr.el (shr-put-color): Don't do the box padding in tables, since
1233         they're already padded.
1234
1235 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-art.el (gnus-article-next-page): When the last line of the
1238         article is displayed, scroll down once more instead of going to the
1239         next article at once.
1240         (article-lapsed-string): Refactor out and allow specifying how many
1241         segments you want.
1242         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1243         (gnus-article-update-lapsed-header): New variable.
1244
1245         * shr.el: Revert change that made headings use different-sized faces.
1246         The Emacs display engine isn't advanced enough that, for instance,
1247         tables can comfortably use differently-sized faces.
1248
1249 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1250
1251         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1252         used.
1253         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1254         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1255         we're using an encrypted connection.
1256
1257         * proto-stream.el: Alter the interface functions to also return the
1258         actual stream type used: network or tls.
1259
1260 2011-01-25  Julien Danjou  <julien@danjou.info>
1261
1262         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1263         (mm-display-javascript-inline): New function.
1264
1265         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1266         viewing function.
1267
1268 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * shr.el (shr-expand-newlines): Fix variable name.
1271
1272 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1273
1274         * shr.el (shr-expand-newlines): Make nested boxes work.
1275
1276 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1277
1278         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1279         backgrounds.
1280         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1281         in a more sensible manner.
1282
1283 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1284
1285         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1286         if EPG is loaded.
1287
1288 2011-01-24  Julien Danjou  <julien@danjou.info>
1289
1290         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1291         tags.
1292
1293 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1296         commands.
1297
1298         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1299         in the article buffer.
1300         (gnus-gravatar-insert): Use blank space from the current buffer to
1301         avoid breaking text properties.  This makes X-Sent updating work again.
1302
1303         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1304
1305 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1306
1307         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1308         fix the bug in url-http.el instead.
1309
1310         * shr.el (shr-image-fetched): Ditto.
1311
1312         * shr.el (shr-image-fetched): Avoid having point move in the article
1313         buffer.
1314
1315         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1316         buffer after being called.  It's apparently being killed by url.el, and
1317         killing it made point move to end-of-buffer in a random buffer.
1318
1319         * shr.el (shr-image-fetched): Ditto.
1320
1321 2011-01-23  Julien Danjou  <julien@danjou.info>
1322
1323         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1324
1325         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1326         text/x-org.
1327
1328 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1329
1330         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1331         (i.e., nnimap) returning nil as the article number.
1332
1333 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1334
1335         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1336         "DelSp" parameter in RFC3676.
1337
1338 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1339
1340         * message.el (message-check-recipients): Display the encoded version of
1341         the bogus address if they differ.
1342
1343         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1344         after sending.
1345
1346         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1347
1348         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1349
1350         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1351         group buffer after sending the queue.
1352
1353         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1354
1355 2011-01-22  Julien Danjou  <julien@danjou.info>
1356
1357         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1358
1359 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1360
1361         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1362         nested related parts.
1363
1364         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1365         unexpired articles.  This fixes the regression that led expiry marks to
1366         disappear from nnfolder groups.
1367
1368 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1369
1370         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1371         Don't confuse the "ret" of "retrograde" with RET.
1372
1373 2011-01-21  Julien Danjou  <julien@danjou.info>
1374
1375         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1376         than mm-insert-inline.
1377
1378 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1381         Widen article buffer.
1382
1383 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1384
1385         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1386         the temp buffer.
1387         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1388
1389 2011-01-20  Julien Danjou  <julien@danjou.info>
1390
1391         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1392
1393         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1394         than mm-insert-inline to insert inline part: this respect
1395         mm-inline-media-tests displayers.
1396
1397         * mm-view.el (mm-display-shell-script-inline): New function.
1398
1399         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1400
1401         * mm-uu.el (mm-uu-type-alist): Add org block.
1402         (mm-uu-org-src-code-block-extract): New function.
1403
1404         * mm-view.el (mm-display-org-inline): New function.
1405
1406         * mm-decode.el (mm-automatic-display): Add text/org.
1407
1408         * mailcap.el (mailcap-mime-extensions): Add .org.
1409
1410 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1413         gnus-article-add-buttons.
1414
1415 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1416
1417         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1418         From header with a date and "nobody" as the sender.
1419
1420 2011-01-19  Julien Danjou  <julien@danjou.info>
1421
1422         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1423         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1424         if you have the same regexp several times.
1425         (gnus-button-push): Fix matching when regexp is symbol.
1426
1427 2011-01-15  Glenn Morris  <rgm@gnu.org>
1428
1429         * message.el (message-mail): A compose-mail function should
1430         accept headers as strings.
1431
1432 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1433
1434         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1435         Add :vert-only tags.
1436         (message-mail): New arg RETURN-ACTION.
1437         (message-return-action): New var.
1438         (message-bury): Use it.
1439         (message-mode): Make it buffer-local.
1440         (message-send-and-exit): Always call message-bury.
1441
1442         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1443         message-mail.
1444
1445 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * nnimap.el (nnimap-convert-partial-article): Protect against
1448         zero-length body parts.
1449
1450         * mm-decode.el (mm-preferred-alternative-precedence):
1451         Discourage showing empty parts.
1452
1453         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1454         and stuff if the backend didn't return the article number.  This fixes
1455         an Exchange-related nnimap bug.
1456
1457         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1458         group window, because it does the wrong thing when a separate frame
1459         displays the group buffer.
1460
1461         * proto-stream.el (open-protocol-stream): Protect against the low-level
1462         transport functions returning nil.
1463
1464 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1465
1466         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1467         (mml2015-epg-find-usable-secret-key): New function.
1468         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1469         mml2015-epg-find-usable-key (Bug#7797).
1470         (mml2015-epg-encrypt): Ditto.
1471
1472 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * dgnushack.el (rot13-string): Fix the way to get the argument.
1475
1476 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1479
1480 2011-01-03  Glenn Morris  <rgm@gnu.org>
1481
1482         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1483
1484         * sieve.el (sieve-open-server): Give a more explicit error if
1485         sieve-manage-open returns nil.  (Bug#7720)
1486
1487 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1488
1489         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1490
1491 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1494         This avoids sending passwords in plain text over non-encrypted
1495         channels.
1496
1497         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1498
1499         * nnimap.el (nnimap-login): Refactored out into own function, and
1500         implement CRAM-MD5.
1501         (nnimap-wait-for-line): Refactored out.
1502
1503         * mm-view.el (mml-smime): Require.
1504
1505 2010-12-20  David Engster  <deng@eml.cc>
1506
1507         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1508         use EPG to decrypt S/MIME messages instead of openssl.
1509
1510 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1513
1514         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1515         status is the group clearly is unreachable.
1516
1517         * auth-source.el (auth-source-create): Add the optional second
1518         parameter to `local-variable-p' to be compatible with XEmacs.
1519
1520 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1521
1522         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1523         work when using a compressed nnml folder.
1524
1525 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1528         backends after sanitising on entry, because this never makes sense:
1529         If the articles have gone missing, then the data no longer exists on
1530         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1531         overwrite anything anyway.
1532
1533         * shr.el (shr-insert-document): Bind shr-width dynamically to
1534         window-width if it's nil.
1535
1536 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1537
1538         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1539         with the meaning of using the full emacs window width for rendering.
1540
1541 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1542
1543         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1544         case when sender is not given.
1545
1546 2010-12-23  Julien Danjou  <julien@danjou.info>
1547
1548         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1549         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1550         the addresses, otherwise we might misplaced the gravatar.
1551
1552 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1553
1554         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1555         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1556         obsolete in Emacs.
1557
1558 2010-12-20  Julien Danjou  <julien@danjou.info>
1559
1560         * gnus-util.el (gnus-rescale-image): Revert last change.
1561
1562 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1563
1564         * binhex.el: Improve commentary (Bug#7482).
1565
1566 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * gnus-group.el (gnus-group-delete-articles): New command.
1569
1570 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1571
1572         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1573
1574 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1577         here, since it's up to the backends to do CRLF removal if their
1578         protocol has it.
1579
1580         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1581
1582 2010-12-17  Julien Danjou  <julien@danjou.info>
1583
1584         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1585         they are from file. Can also scale up.
1586
1587 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1588
1589         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1590         gnus-use-agent.
1591         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1592
1593         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1594
1595 2010-12-17  Julien Danjou  <julien@danjou.info>
1596
1597         * gravatar.el (gravatar-retrieve-synchronously): New function.
1598         (gravatar-get-data): Make more robust.
1599
1600 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1603
1604 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1607         to really consider the last line.
1608
1609 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1610
1611         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1612         list of recipient keys, or use symmetric encryption if not a list.
1613         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1614         EPA override, replacing the call to `netrc-store-data'.
1615
1616 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1617
1618         * gnus-srvr.el: Avoid passing nil regexp argument to
1619         delete-matching-lines.
1620
1621 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1624         fetching stops when Gnus exits.
1625
1626         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1627         function.
1628         (nnfolder-request-expire-articles): Save all the buffers after doing
1629         expiry.
1630
1631         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1632         the last article", since that led to serious performance regressions
1633         when expiring nnml groups.
1634
1635 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1636
1637         * nnir.el: Improve customizations.
1638
1639 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1642
1643         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1644         group has been killed.
1645         (gnus-group-yank-group): Ditto.
1646
1647         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1648
1649         * nnimap.el (nnimap-request-update-group-status): New function.
1650
1651         * gnus-int.el (gnus-request-update-group-status): New interface
1652         function.
1653
1654         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1655         copying read-ness to the backends.
1656
1657         * nnimap.el (nnimap-quirk): New function.
1658         (nnimap-retrieve-group-data-early): Use it.
1659         (nnimap-quirks): New alist.
1660
1661 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1664         don't delete it within indentation.
1665
1666 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1669         previous line.
1670
1671 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1674         QRESYNC command by deleting a superfluous space which broke Cyrus
1675         servers.  This change will break other servers that are buggy the other
1676         way around.
1677
1678 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * spam.el: Reindent and fix long lines.
1681         (spam-copy-or-move-routine): Exclude invalid move destinations.
1682
1683 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1684
1685         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1686         installed the registry.
1687
1688 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1691
1692 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1693
1694         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1695         groupname doesn't contain "gmane".
1696
1697 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1700         and netrc-bound-and-true-p bindings.
1701         (netrc-parse): Cache the netrc contents.
1702
1703         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1704         (gnus-1): Don't create the nndrafts group twice.
1705         (gnus-setup-news): There's no need to read the active file here, since
1706         that's done again later on a per-backend basis.
1707         (gnus-start-draft-setup): Make sure that the new group is started out
1708         empty.
1709
1710         * gnus-agent.el (gnus-agentize): Don't create the queue group
1711         automatically on startup.  It'll be created later, if needed.
1712
1713         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1714         of automatically subscribed groups.
1715         (gnus-auto-subscribed-categories): New variable.
1716         (gnus-matches-options-n): Use it.
1717         (gnus-default-subscribed-newsgroups): Remove unused variable.
1718         (gnus-start-draft-setup): Message a bit less.
1719
1720 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1721
1722         * nnir.el (nnir-run-imap): Return article list in order of increasing
1723         UID.
1724
1725 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * gnus-sum.el (gnus-summary-enter-digest-group):
1728         Mention gnus-auto-select-on-ephemeral-exit.
1729
1730         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1731         convention of the network-only option.
1732
1733 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * proto-stream.el (proto-stream-open-network-only): New function to
1736         have a way to specify non-STARTTLS upgrade connections.
1737
1738 2010-12-10  Julien Danjou  <julien@danjou.info>
1739
1740         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1741         email address is nil.
1742
1743         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1744
1745 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1746
1747         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1748         deletion.
1749         (nnir-run-imap): Only need to parse list once.
1750
1751 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * shr.el (shr-tag-script): Ignore <script>.
1754         (shr-tag-label): Add <label> support.
1755
1756 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1759
1760         * shr.el (shr-image-displayer): Work for images lined side by side.
1761
1762 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1763
1764         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1765         parameter, since XEmacs doesn't accept t as a parameter.
1766
1767 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1768
1769         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1770         ids.
1771         (nnir-run-gmane): Simplify groupspec formatting.
1772         (nnir-request-expire-articles): New function.
1773
1774 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1777         overflow, possibly.
1778
1779         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1780         (shr-render-td): Handle td style="" better.
1781         (shr-tag-table): Use the color from the style sheet.
1782         (shr-render-td): Make sure we copy over all the overlays, too.
1783
1784 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1785
1786         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1787         (nnir-request-article): Improve article retrieval.
1788
1789 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * mm-util.el (mm-extra-numeric-entities): New variable.
1792
1793         * mm-url.el (mm-url-decode-entities):
1794         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1795
1796         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1797
1798 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1799
1800         * message.el: Use completion-at-point.
1801         (message-completion-function): New fun, extracted from message-tab.
1802         (message-mode): Use it for completion-at-point-functions.
1803         (message-tab): Use it and completion-at-point.
1804
1805 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1808         character if a non-breakable character follows.
1809
1810 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1813         any stream.
1814
1815         * shr.el (shr-tag-font): Colorize the region.
1816         (shr-tag-body): Ditto.
1817         (shr-tag-font): Actually let the styles be inherited instead of
1818         overwriting them.
1819         (shr-tag-font): Get the background color right.
1820         (shr-tag-style): Ignore all <style> tags for the moment.
1821
1822         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1823         a Message-ID to avoid having nnimap depend on gnus-sum.
1824
1825         * shr.el (shr-descend): Only colorize something if we have a node that
1826         sets colors.
1827
1828 2010-12-06  Julien Danjou  <julien@danjou.info>
1829
1830         * shr.el (shr-render-td): Render td content with shr-descend, so style
1831         will be applied to <td> too.
1832         (shr-colorize-region): Colorize region even if we only have a background.
1833         (shr-tag-body): Fix color and background color inheritance.
1834         Do not recolorize after shr-generic.
1835         (shr-tag-font): Let shr-generic colorize via inheritance.
1836
1837 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1840
1841 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el (nnir-request-move-article): Remove obsolete code.
1844
1845 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1848
1849 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-sum.el (gnus-summary-respool-article): The completion function
1852         expects a list instead of an alist.
1853
1854         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1855         string as the parameter.
1856
1857         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1858
1859         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1860         styles.
1861         (shr-colorize-region): New function.
1862         (shr-insert-background-overlay): Remove.
1863         (shr-render-td): Background setting should be taken care of on a higher
1864         level.
1865         (shr-tag-body): Use post-hoc colorizations.
1866         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1867         (shr-put-color-1): Don't overwrite old colors.
1868         (shr-colorize-region): When the background color isn't explicit, use
1869         a fixed background.
1870
1871         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1872         nnmail variables.
1873
1874 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1875
1876         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1877         unless necessary.
1878
1879 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1880
1881         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1882         server.
1883
1884 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1887         so that TAB works.
1888
1889         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1890         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1891
1892         * shr.el (shr-urlify): Show the URL before the title to avoid
1893         misleading URLs.
1894
1895 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1896
1897         * shr.el (shr-urlify): Display the title in <a> tags.
1898
1899 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1900
1901         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1902
1903 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1904
1905         * nnir.el: Rearrange code to allow macros to be autoloaded by
1906         gnus-sum.el.
1907         (nnir-retrieve-headers-override-function): Make this variable
1908         customizable.
1909         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1910
1911         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1912         from nnir.el.
1913
1914 2010-12-03  Julien Danjou  <julien@danjou.info>
1915
1916         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1917
1918 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1921         allow optional argument `environment'.
1922
1923 2010-12-03  Glenn Morris  <rgm@gnu.org>
1924
1925         * mm-extern.el (message-goto-body): Update declaration.
1926
1927 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * gnus-util.el (gnus-macroexpand-all): New function.
1930
1931         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1932         instead of macroexpand-all that is unavailable in XEmacs.
1933
1934 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1935
1936         * nnir.el (nnir-summary-line-format): New variable.
1937         (nnir-mode): Use it.
1938         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1939         (nnir-article-ids): Reimplement as defsubst.
1940         (nnir-retrieve-headers): Don't mangle the subject header.
1941         (nnir-run-imap): Use 100 as RSV score.
1942         (nnir-run-find-grep): Fix for full server searching.
1943         (nnir-run-gmane): Better restriction to gmane groups.
1944
1945         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1946         summary buffers.
1947
1948 2010-12-02  Julien Danjou  <julien@danjou.info>
1949
1950         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1951
1952         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1953
1954         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1955         support.
1956
1957 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1958
1959         * nnir.el: Update to handle the registry better.
1960         (autoload): Silence byte-compiler.
1961         (nnir-open-server): Add a hook for nnir groups.
1962         (nnir-request-move-article): Don't mangle the header. Better to use
1963         formating variables (which will be added in the future).
1964         (nnir-registry-action): Update the registry using the original article
1965         group name.
1966         (nnir-mode): Install nnir-specific hooks for updating the registry.
1967
1968         * gnus-sum.el
1969         (gnus-article-original-subject,gnus-newsgroup-original-name):
1970         Remove obsolete variables.
1971         (gnus-summary-move-article): Remove use of obsolete variables.
1972         (gnus-summary-local-variables): Make move and delete hooks local to
1973         summary buffers.
1974
1975 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * rtree.el: New file.
1978
1979 2010-12-01  Julien Danjou  <julien@danjou.info>
1980
1981         * message.el (message-user-organization): Do not use
1982         gnus-local-organization.
1983
1984         * gnus.el: Remove gnus-local-organization.
1985
1986         * gnus-msg.el: Remove nastygram thing.
1987
1988 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1989
1990         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1991         funcall.
1992
1993 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1996         names.
1997
1998         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1999         characters.
2000
2001         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2002         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2003         Suggested by Štěpán Němec <stepnem@gmail.com>.
2004         (gnus-gravatar-transform-address): Use mail-extract-address-components
2005         that supports non-ASCII names rather than mail-header-parse-addresses.
2006
2007 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * proto-stream.el (open-protocol-stream): All starttls connections are
2010         handled by the network handler.
2011
2012 2010-11-30  Julien Danjou  <julien@danjou.info>
2013
2014         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2015         (nnimap-open-connection-1): Fix PREAUTH.
2016
2017         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2018
2019 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2022         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2023         (shr-insert): Use them.
2024         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2025
2026 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2027
2028         * nnir.el (nnir-request-move-article): Bail out if original group
2029         doesn't support article moves.
2030         (nnir-get-active): Improve active list retrieval.
2031
2032 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2035
2036 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2037
2038         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2039         seem to accept strings-with-numbers as port numbers,
2040
2041 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2042
2043         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2044         change the registry.
2045
2046 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2049         delete-dups that is not available in XEmacs 21.4.
2050
2051         * mm-util.el (mm-delete-duplicates): Add comment.
2052
2053 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2054
2055         * nnir.el (nnir-ignored-newsgroups): New variable.
2056         (nnir-get-active): Use it.
2057
2058 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * proto-stream.el (proto-stream-open-network): Add some comments.
2061
2062         * nntp.el (nntp-open-connection): Provide a :success condition.
2063
2064         * nnimap.el (nnimap-open-connection-1): Ditto.
2065
2066         * proto-stream.el (proto-stream-open-network): See what the response to
2067         the STARTTLS command is.
2068
2069         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2070         backwards compatibility).
2071         (nnimap-open-connection-1): Really respect nnimap-server-port.
2072
2073         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2074         TLS upgrades we don't really care about the identity of the peer.
2075         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2076         that what we've checked for.
2077         (proto-stream-always-use-starttls): Only default to t if
2078         open-gnutls-stream exists.
2079         (proto-stream-open-network): If STARTTLS failed, then just open a
2080         normal connection.
2081         (proto-stream-open-network): Wait until the greeting before doing
2082         STARTTLS.
2083
2084         * nntp.el (nntp-open-connection): Report what the connection error is.
2085
2086         * proto-stream.el (open-protocol-stream): Rename from
2087         open-proto-stream.
2088
2089 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nnimap.el (nnimap-stream): Change default to `undecided'.
2092         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2093         first, and then network.
2094         (nnimap-open-connection-1): Respect nnimap-server-port.
2095         (nnimap-open-connection): Be more backwards-compatible.
2096
2097         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2098         (proto-stream-open-starttls): De-duplicate the starttls code.
2099         (proto-stream-open-starttls): Folded back into the main function.
2100         (proto-stream-open-network): Fix typo in the gnutls path.
2101         (proto-stream-command): Refactor out.
2102
2103         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2104
2105         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2106         starttls.el STARTTLS.
2107
2108         * color.el (color-lab->srgb): Fix function call name.
2109
2110         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2111         if we're using tls.el.
2112         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2113         built in, then don't try to establish a STARTTLS connection.
2114
2115         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2116         servers.
2117
2118         * proto-stream.el (open-proto-stream): Use network, not stream.
2119         (open-proto-stream): Add a way to specify what the end of a command is.
2120
2121         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2122         connections types.
2123         (nntp-open-network-stream): Remove.
2124         (nntp-open-ssl-stream): Remove.
2125         (nntp-open-tls-stream): Remove.
2126         (nntp-ssl-program): Remove.
2127
2128         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2129
2130 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2131
2132         * nnir.el: Fix typos.
2133         (nnir-retrieve-headers-override-function): Rename variable to reflect
2134         new semantics.
2135         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2136         macros.
2137         (nnir-request-article, nnir-request-move-article): Use them.
2138         (nnir-categorize): New function.
2139         (nnir-run-query): Use it.
2140         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2141         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2142         sorted.
2143         (nnir-group-full-name): Use gnus-group-full-name instead.
2144         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2145         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2146
2147 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2150
2151         * proto-stream.el: New library to provide protocol-specific
2152         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2153         protocols.
2154         (open-proto-stream): Complete the documentation.
2155         (proto-stream-open-network): Fix some typos.
2156
2157         * nnimap.el (nnimap-open-connection): Use it.
2158
2159 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2160
2161         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2162         negotiation.
2163
2164 2010-11-26  Julien Danjou  <julien@danjou.info>
2165
2166         * color.el: Rename various rgb functions to srgb.
2167
2168 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2171         names.
2172
2173 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * shr.el (shr-insert): Revert last change.
2176         (shr-find-fill-point): Never leave point being at bol;
2177         relax the kinsoku limitation when rendering tables.
2178
2179 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2182         results from -accept-article.
2183
2184         * shr-color.el: Require cl when compiling.
2185
2186         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2187         checkin.
2188
2189         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2190
2191         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2192
2193         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2194         'add and 'delete to set backend marks.
2195
2196         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2197
2198         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2199
2200         * nntp.el (nntp-request-set-mark): Use it.
2201
2202         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2203
2204         * nnml.el (nnml-request-set-mark): Ditto.
2205
2206         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2207         introduces regressions in article selection.
2208         (nnimap-find-uid-response): New function.
2209         (nnimap-request-accept-article): Use the UID returned, if any.
2210         (nnimap-request-move-article): Use the UID returned, if any.
2211         (nnimap-get-groups): Reimplement to work with folded lines.
2212         (nnimap-find-uid-response): The UID is the last element in the list.
2213         (nnimap-request-set-mark): Extend syntax with 'set.
2214
2215         * nnml.el (nnml-request-set-mark): Ditto.
2216
2217         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2218
2219         * nntp.el (nntp-request-set-mark): Ditto.
2220
2221 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * message.el (message-called-interactively-p): A temporary macro.
2224         (message-goto-body): Use it temporarily.
2225
2226 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2229         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2230         (nnimap-last-response-string): Fix last unfolding fix.
2231
2232 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * shr.el (shr-insert): Fix the way to fold lines.
2235
2236 2010-11-25  Julien Danjou  <julien@danjou.info>
2237
2238         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2239
2240         * color.el: Rename from color-lab.el
2241         (color-rgb->hex): Add.
2242         (color-complement): Add.
2243         (color-complement-hex): Add.
2244
2245         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2246
2247 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2250         don't exist.
2251
2252 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2255         assuming that article displaying or another mml-preview may be
2256         interrupted for an error or for the like.
2257
2258         * shr.el (shr-get-background): Fix argument name.
2259
2260 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2263
2264         * gnus-sum.el (gnus-summary-include-articles): New function.
2265
2266         * message.el (message-goto-body): called-interactively-p needs a
2267         parameter, so use `any'.
2268
2269         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2270         clear marks before moving, since they're synced from the Gnus side
2271         first.
2272
2273         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2274         (gnus-summary-move-article): Copy over all marks before moving, so that
2275         IMAP doesn't think a new article has arrived.
2276
2277 2010-11-24  Julien Danjou  <julien@danjou.info>
2278
2279         * shr.el (shr-insert-background-overlay): Fix typo.
2280         (shr-render-td): Copy the background before rendering.
2281
2282         * shr-color.el (shr-color-visible): Fix docstring.
2283
2284         * shr.el (shr-tag-table): Add bgcolor support.
2285         (shr-render-td): Add bgcolor support.
2286         (shr-get-background): Add.
2287         (shr-insert-foreground-overlay): Use shr-get-background.
2288
2289         * message.el (message-goto-body): Use called-interactively-p.
2290         (message-in-body-p): message-goto-body returns point.
2291
2292 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2295         Fixes something or other in Emacs 23, and is backwards compatible.
2296
2297         * message.el (message-goto-body): Remove the <#secure special-casing,
2298         which is too special.
2299
2300         * shr.el (shr-parse-style): Drop !important from styles.
2301
2302 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2303
2304         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2305         this function to return incorrect results when calling it with an
2306         explicit article argument different from
2307         (gnus-summary-article-number).
2308
2309 2010-11-24  Julien Danjou  <julien@danjou.info>
2310
2311         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2312         (shr-tag-body): Add background support.
2313         (shr-descend): Add background support.
2314         (shr-tag-title): Add.
2315
2316         * shr-color.el (shr-color-visible): Really return original background
2317         if fixed.
2318
2319 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * shr.el (shr-color-check): Protect against non-existent colour names.
2322
2323 2010-11-24  Julien Danjou  <julien@danjou.info>
2324
2325         * color-lab.el: Require 'cl when compiling.
2326
2327         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2328
2329         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2330         matched part.
2331
2332         * color-lab.el: Fix all expt calls to use float type.
2333
2334 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2337         expression to shr-color-check as is.
2338
2339         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2340
2341         * color-lab.el: Add coding cookie.
2342         (float-pi): Use eval-and-compile.
2343
2344         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2345         compiled for Emacsen having no `libxml-parse-html-region' support.
2346
2347 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * shr.el (shr-insert-color-overlay): Split stuff like
2350         "#444444 !important" to find the real colour.
2351         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2352         parse <font color="red"> entries.
2353
2354 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2355
2356         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2357         point when parsing headers.
2358
2359         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2360         is positioned properly when parsing headers.
2361
2362 2010-11-23  Julien Danjou  <julien@danjou.info>
2363
2364         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2365
2366         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2367
2368         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2369
2370         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2371         Use shr-color-hue-to-rgb.
2372         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2373
2374 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * shr.el (shr-color->hexadecimal): Autoload.
2377         (shr-descend): Add color to all tags.
2378
2379 2010-11-22  Julien Danjou  <julien@danjou.info>
2380
2381         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2382         shr-color->hexadecimal.
2383
2384         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2385         RGB() or HSL() color representation.
2386
2387         * shr.el (shr-tag-font): Add.
2388         (shr-tag-color-check): New function to get better colors.
2389         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2390         tag-span.
2391
2392         * shr-color.el: New file.
2393
2394         * color-lab.el: New file.
2395
2396         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2397
2398 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2399
2400         * nnir.el: Fix typo in comments.
2401         (nnir-run-imap): Simplify code. No need to reverse artlist.
2402         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2403
2404 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2407
2408         * nnimap.el (nnimap-get-capabilities): Refactor out.
2409         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2410
2411 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2412
2413         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2414         appearing when `mm-uu-hide-markers' is nil.
2415
2416 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * nnimap.el (nnimap-unselect-group): Make into its own function.
2419         (nnimap-request-rename-group): Unselect group before renaming.
2420         This had gotten lost somewhere.
2421         (nnimap-request-accept-article): Keep track of examined groups, and
2422         unselect the group before APPENDing to read-only groups.
2423         (nnimap-request-move-article): Clear flags before moving so that they
2424         can be re-set later.
2425
2426 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2429         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2430
2431 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-art.el (gnus-mime-display-single)
2434         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2435         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2436         parameter.
2437
2438 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2441         (shr-table-vertical-line): New variable.
2442         (shr-insert-table): Use it.
2443
2444 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * gnus-html.el (gnus-html-wash-images): Don't display images if
2447         gnus-inhibit-images is non-nil; register displayer for cid images.
2448         (gnus-html-display-image): Work for cid image.
2449         (gnus-html-insert-image): Allow arguments.
2450         (gnus-html-put-image): Inhibit read-only.
2451         (gnus-html-prefetch-images): Don't prefetch images if
2452         gnus-inhibit-images is non-nil.
2453
2454 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * shr.el (shr-put-image): Break lines when inserting big pictures.
2457
2458 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2459
2460         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2461         sender, thanks Katsumi Yamaoka.
2462
2463 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2464
2465         * nnir.el (nnir-run-imap): Reverse the article list for each group
2466         rather than the whole list.
2467
2468 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * shr.el (shr-image-displayer): Protect function against non-existent
2471         image source.
2472
2473         * gnus-art.el (gnus-inhibit-images): New user option.
2474         (gnus-mime-display-single): Don't display image if it is non-nil.
2475
2476         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2477         gnus-inhibit-images.
2478
2479         * shr.el (shr-image-displayer): New function.
2480         (shr-tag-img): Use it.
2481
2482 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2483
2484         * mml2015.el (mml2015-epg-sign): Use From header.
2485
2486 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2489
2490         * gnus-util.el (gnus-find-text-property-region): Return markers.
2491
2492         * shr.el (shr-tag-img): Put a displayer in the text property.
2493
2494         * gnus-util.el (gnus-find-text-property-region): New utility function.
2495
2496         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2497         (gnus-html-show-images): Remove.
2498
2499         * gnus-art.el (gnus-article-show-images): New, more general function.
2500
2501         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2502         image url text properties.
2503
2504         * shr.el: Ditto.
2505
2506         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2507         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2508
2509 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2512         work for two or more articles.
2513
2514 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2517         divide an image that's in an html article to two or more when washing
2518         non-ASCII characters in alt text of it.
2519
2520 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2523         smime-decrypt-region using function argument.
2524         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2525
2526         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2527
2528         * smime.el (smime-decrypt-region): Catch it.
2529
2530 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2531
2532         * smime.el (smime-mode-map): Move initialization into declaration.
2533         (gnus-run-mode-hooks): Don't autoload.
2534         (smime-mode): Use define-derived-mode.
2535
2536 2010-11-11  Glenn Morris  <rgm@gnu.org>
2537
2538         * smime.el (from): Restrict declaration to XEmacs.
2539
2540         * nnir.el (gnus-group-topic-name): Autoload.
2541
2542 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * shr.el (shr-insert): Don't break long line if it is because of
2545         kinsoku-bol characters in the line end.
2546
2547 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2548
2549         * nnir.el (nnir-request-move-article): Fix to provide original group
2550         and subject.
2551         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2552         been retrieved.
2553
2554         * gnus-sum.el (gnus-summary-move-article): Use original group and
2555         subject for virtual articles such as those in an nnir summary buffer.
2556
2557 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2560         least 21.5).
2561
2562         * smime.el (from): Declare it again for XEmacs.
2563
2564 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * message.el (message-resend): Don't disable encoding unless it's
2567         already encoded.
2568
2569         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2570         low-numbered articles.
2571
2572 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * rfc2047.el (rfc2047-syntax-table): Simplify.
2575
2576         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2577
2578         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2579         set-char-table-range for XEmacs.
2580
2581 2010-11-10  Glenn Morris  <rgm@gnu.org>
2582
2583         * time-date.el (time-to-seconds): Always an alias on Emacs,
2584         never a real function.
2585         (with-no-warnings): Remove compat stub, now unused.
2586         (time-less-p): Doc fix.
2587         (time-to-number-of-days): Simplify.
2588
2589         * smime.el (from): Remove unused declaration.
2590
2591         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2592         (gnus-float-time): On Emacs, always an alias.
2593
2594         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2595         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2596
2597 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * dgnushack.el: Don't use ignore-errors in the top level form since it
2600         is unavailable in XEmacs even if cl is loaded.
2601
2602         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2603
2604 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * shr.el (browse-url-mailto): Autoload.
2607
2608         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2609
2610         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2611         regexp doesn't need quoting.
2612
2613 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2614
2615         * message.el (message-subject-trailing-was-ask-regexp)
2616         (message-subject-trailing-was-regexp): Match was: in addition to was.
2617
2618 2010-11-09  Glenn Morris  <rgm@gnu.org>
2619
2620         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2621         (nnbabyl-check-mbox): Use point-at-bol.
2622
2623 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2626
2627         * message.el (message-mailto): New function.
2628         (message-mailto): Should accept other parameters.
2629         (message-mailto): Remove since it duplicates browse-url-mailto
2630         functionality.
2631
2632 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2635         methods.
2636         (gnus-read-active-file): Ditto.
2637
2638         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2639         ": " from the prompt.
2640         (gnus-group-make-group): Ditto.
2641
2642 2010-11-07  Glenn Morris  <rgm@gnu.org>
2643
2644         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2645         (gnus-bookmark-kill-line): Use point-at-eol.
2646
2647 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2650         asterisks in From header.
2651
2652 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2655         string to avoid making the From headers syntactically invalid.
2656
2657         * message.el (message-send-mail): Don't insert courtesy messages if the
2658         message already has List-Post and List-ID messages.
2659
2660 2010-11-06  Glenn Morris  <rgm@gnu.org>
2661
2662         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2663         `condition', `type', `length' a prefix.
2664         (gnus-treat-predicate): Update for above name changes.
2665
2666 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2667
2668         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2669         binding.  Handled by `gnus-summary-refer-thread' instead.
2670         (nnir-warp-to-article): New backend function.
2671
2672         * nnimap.el (nnimap-request-thread): Force dependency updating.
2673
2674         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2675         (gnus-summary-refer-thread): Rework to improve thread-referral.
2676
2677         * gnus-int.el (gnus-warp-to-article): New function.
2678
2679         * gnus-sum.el (gnus-summary-article-map): Bind it.
2680
2681 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2682
2683         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2684         gnus-summary-refer-thread.
2685
2686         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2687         headers.
2688         (gnus-summary-limit-include-thread): Prevent articles in thread from
2689         being cut in gnus-cut-threads.
2690         (gnus-summary-refer-thread): Limit retrieved headers to those in
2691         thread.
2692
2693 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * message.el (message-send-mail): Use the value of
2696         message-courtesy-message from the message buffer.
2697
2698         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2699
2700         * shr.el (shr-browse-url): Implement mailto: URLs.
2701
2702         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2703         "raw".
2704
2705         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2706         if it's already selected.
2707
2708         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2709
2710 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2713         to measure the length and truncate alt text.
2714
2715 2010-11-03  Glenn Morris  <rgm@gnu.org>
2716
2717         * nndiary.el (nndiary-generate-nov-databases-1)
2718         (nndiary-generate-active-info): Rename dynamic variable `files' to
2719         something less generic.
2720
2721 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2722
2723         * nnir.el (nnir-request-move-article): Call the underlying backend to
2724         move articles from nnir.
2725
2726 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2729
2730 2010-11-02  Julien Danjou  <julien@danjou.info>
2731
2732         * nnir.el: Remove wais support.
2733
2734 2010-11-02  Glenn Morris  <rgm@gnu.org>
2735
2736         * gnus-html.el: Reorder requirements to quieten compiler.
2737
2738 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2741         properly for XEmacs as well.
2742         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2743         (gnus-article-natural-long-line-p): Use window-width rather than
2744         frame-width.
2745
2746 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2747
2748         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2749         (nnir-read-parms): Don't modify query.
2750         (nnir-run-query): Add ability to search topic on current line.
2751         (nnir-get-active): Clean up.
2752
2753 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2756         degenerate articles.
2757
2758         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2759         (gnus-print-buffer): Just print the buffer as is, without any copying
2760         to a buffer and then re-highlighting.
2761
2762         * nnimap.el (nnimap-request-group): Store the new updated info.
2763         (nnimap-request-group): Select the group when we don't know whether it
2764         exists or not.
2765
2766         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2767         groups.
2768
2769         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2770         groups.
2771
2772         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2773         groups.
2774
2775         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2776         long-lines case by only filling the long lines.
2777
2778         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2779         (bug #7311).
2780
2781 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * shr.el: No need to declare `declare-function' since shr.el is for
2784         only Emacsen that provide `libxml-parse-html-region'.
2785
2786         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2787         effective only in a file it is referred to.
2788
2789 2010-11-01  Glenn Morris  <rgm@gnu.org>
2790
2791         * mm-util.el (gnus-completing-read): Autoload.
2792         (mm-read-coding-system): Simplify Emacs definition.
2793
2794         * nnmail.el (gnus-activate-group):
2795         * nnimap.el (gnutls-negotiate):
2796         * nntp.el (netrc-parse): Fix declarations.
2797
2798 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2801         string-match-p in Emacs >=23.
2802
2803         * gnus-msg.el (gnus-configure-posting-styles)
2804         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2805
2806 2010-11-01  Glenn Morris  <rgm@gnu.org>
2807
2808         * nnir.el (declare-function): Add compat stub.
2809         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2810         (nnir-run-gmane): Require 'mm-url.
2811
2812         * mm-util.el (mm-string-to-multibyte): Simplify.
2813
2814         * shr.el (declare-function): Add compat stub.
2815         (url-cache-create-filename): Declare.
2816         (mm-disable-multibyte, widget-convert-button): Autoload.
2817
2818         * smime.el (ldap-search): Declare.
2819         (smime-cert-by-ldap-1): Require ldap on Emacs.
2820
2821         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2822         (nnimap-keepalive): Use gnus-float-time.
2823
2824         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2825         (mail-source-delete-crash-box): Use gnus-float-time.
2826
2827         * gnus-dired.el (gnus-completing-read): Autoload.
2828
2829         * mm-view.el (gnus-rescale-image): Autoload.
2830
2831         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2832
2833         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2834
2835         * sieve-manage.el: Require 'cl when compiling.
2836
2837         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2838         (gnus-iswitchb-completing-read): Require iswitchb.
2839         (gnus-select-frame-set-input-focus): Silence compiler.
2840
2841 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * message.el (message-subject-trailing-was-query): Change default to t,
2844         since I think that's what most people want.
2845
2846         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2847         appending for easier debugging.
2848         (nnimap-wait-for-connection): Take a regexp.
2849         (nnimap-request-accept-article): Wait for the continuation line before
2850         sending anything unless we're streaming.
2851
2852         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2853         leave the header washing to take place.
2854
2855 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2856
2857         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2858         regular expression match and replace in posting styles.
2859
2860 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2861
2862         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2863         an entire server.
2864         (nnir-get-active): New function.
2865         (nnir-run-imap): Use it.
2866         (nnir-run-gmane): Who knew, gmane search returns an article score!
2867
2868         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2869         server on the current line with nnir.
2870
2871 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2874         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2875         left edge.
2876         (gnus-article-foldable-buffer): Skip past the prefix when determining
2877         raggedness.
2878
2879         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2880         the raw article, and change `C-u g' to show the article without doing
2881         treatments.
2882
2883         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2884         on to `gnus-treat-article'.
2885         (gnus-inhibit-article-treatments): New variable.
2886
2887         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2888
2889         * gnus-art.el (gnus-treatment-function-alist): Have
2890         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2891         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2892         sections.
2893
2894         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2895         parameter.
2896         (gnus-article-fill-cited-long-lines): New function.
2897         (gnus-article-fill-cited-article): Allow filling only long sections.
2898
2899         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2900         and non-punctuation (like after the apostrophe in "'We").
2901
2902         * gnus-sum.el (gnus-summary-select-article): Make sure
2903         gnus-original-article-buffer is alive.
2904
2905         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2906         reflect the order they're in in the digest.
2907
2908         * gnus.el (gnus-group-startup-message): Move point to the start of the
2909         buffer.
2910
2911         * nnimap.el (nnimap-capability): New function.
2912         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2913         is set.
2914
2915 2010-10-31  David Engster  <dengste@eml.cc>
2916
2917         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2918         conform with changes to gnus-completing-read.
2919
2920 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2923
2924 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2925
2926         * nnir.el: Move defvar, defcustom around to keep file organized
2927         and keep byte-compiler quiet.
2928         (nnir-read-parms): Accept search-engine as arg.
2929         (nnir-run-query): Pass search-engine as arg.
2930         (nnir-search-engine): Remove.
2931
2932 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * shr.el (shr-generic): The text nodes should be text, not :text.
2935
2936         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2937         later in the file.
2938
2939 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2940
2941         * nnir.el: General clean up.  Allow searching with multiple engines.
2942         Allow separate extra-parameters for each engine.
2943         Batch queries when possible.
2944         (nnir-imap-default-search-key,nnir-method-default-engines):
2945         Add customize interface.
2946         (nnir-run-gmane): New engine.
2947         (nnir-engines): Use it.  Qualify all prompts with engine name.
2948         (nnir-search-engine): Remove global variable.
2949         (nnir-run-hyrex): Restore for now.
2950         (nnir-extra-parms,nnir-search-history): New variables.
2951         (gnus-group-make-nnir-group): Use them.
2952         (nnir-group-server): Remove in favor of gnus-group-server.
2953         (nnir-request-group): Avoid searching twice.
2954         (nnir-sort-groups-by-server): New function.
2955
2956 2010-10-30  Julien Danjou  <julien@danjou.info>
2957
2958         * gnus-group.el: Remove gnus-group-fetch-control.
2959
2960         * gnus-start.el (gnus-find-new-newsgroups):
2961         Remove gnus-check-first-time-used.
2962
2963         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2964
2965 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2966
2967         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2968         set on groups that don't have \* permanentflags.
2969
2970 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2973         control the background color.
2974         (shr-tag-img): Ignore very small web bug type images.
2975         (shr-put-image): Add help-echo alt texts to the images.
2976         (shr-tag-video): Show the video poster image.
2977
2978 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * shr.el (shr-table-depth): New variable.
2981         (shr-tag-table-1): Only insert the images after the top-level table.
2982
2983         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2984
2985         * gnus-util.el (gnus-list-memq-of-list): New function.
2986
2987         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2988         selected.
2989         (nnimap-unsplittable-articles): New slot.
2990         (nnimap-new-articles): Use it.
2991
2992 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2993
2994         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2995         move to the previous line on `M-g'.
2996
2997 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3000         *-request-group, which seems unnecessary.
3001
3002         * nnimap.el (nnimap-quote-specials): Function copied over from
3003         imap.el.
3004         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3005         they support that.  Suggested by Tom Regner.
3006
3007 2010-10-29  Julien Danjou  <julien@danjou.info>
3008
3009         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3010         defalias.
3011         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3012
3013         * gnus.el: Remove `gnus-nntp-service' variable.
3014         (gnus-secondary-servers): Make obsolete.
3015         (gnus-nntp-server): Make obsolete.
3016
3017         * gnus-start.el (gnus-1): Remove x-splash calls.
3018
3019         * gnus-ems.el (gnus-x-splash): Remove.
3020
3021         * gnus.el (gnus-group-startup-message): Simplify/update code.
3022
3023         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3024         definition.
3025
3026         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3027         capability before doing anything.
3028         (gnus-group-insert-group-line): Remove useless
3029         gnus-group-remove-excess-properties.
3030
3031 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3034
3035 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3038         config after reselecting.
3039
3040 2010-10-28  Julien Danjou  <julien@danjou.info>
3041
3042         * shr.el (shr-put-image): Use point even if only inserting text.
3043         (shr-put-image): Save excursion when inserting alt text on non-graphic
3044         display, so the behaviour is the same when we are on a graphic display.
3045
3046         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3047
3048 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3051         (gnus-mime-copy-part): Check coding system, not charset.
3052         (gnus-mime-view-part-externally): Never remove part.
3053         (gnus-mime-view-part-internally): Don't remove part here.
3054         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3055         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3056         multipart/alternative.
3057
3058         * mm-decode.el (mm-display-part): Take optional arg `force'.
3059
3060 2010-10-26  Julien Danjou  <julien@danjou.info>
3061
3062         * gnus-group.el (gnus-group-default-list-level): Add this function to
3063         compute the default list level.
3064         (gnus-group-default-list-level): Add possibility to use a function.
3065
3066 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3069
3070         * gnus-group.el (gnus-group-completing-read)
3071         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3072         gnus-replace-in-string.
3073
3074 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * shr.el (shr-tag-div): Add.
3077
3078         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3079
3080 2010-10-25  Julien Danjou  <julien@danjou.info>
3081
3082         * gnus-util.el: Remove `gnus-with-local-quit'.
3083
3084         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3085
3086 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3089         the original article buffer.
3090
3091 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * nnimap.el (nnimap-request-head): New function.
3094         (nnimap-request-move-article): Try to be slighly faster by not
3095         requesting the entire message when moving.
3096         (nnimap-transform-headers): Don't bug out on bodiless articles.
3097         (nnimap-send-command): Have no outstanding messages if the IMAP server
3098         doesn't support streaming.
3099         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3100
3101 2010-10-24  Julien Danjou  <julien@danjou.info>
3102
3103         * message.el (message-default-headers): Fix type.
3104
3105 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3108         prefetching images.
3109
3110         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3111         backend for unknown groups.  This is mainly useful for nnimap groups.
3112
3113         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3114         group isn't covered by the agent.
3115
3116 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3117
3118         * nnir.el (nnir-method-default-engines): New variable.
3119         (nnir-run-query): Use it.
3120         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3121         (gnus-summary-nnir-goto-thread): Change group if needed.
3122
3123         * gnus-group.el (gnus-group-group-map): Add key binding for
3124         gnus-group-make-nnir-group.
3125
3126 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * shr.el (shr-tag-object): Add.
3129
3130         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3131         original article buffer live.
3132         (gnus-summary-select-article-buffer):
3133         Mention gnus-widen-article-buffer.
3134
3135 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * shr.el (shr-tag-strong): Add.
3138
3139 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3142         group names.  They mess up the group buffer badly.
3143
3144         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3145
3146         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3147         instead of the summary one.
3148
3149 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * mml.el (mml-preview): Work properly when editing article.
3152
3153         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3154         gnus-have-read-active-file if it's already been in.
3155
3156 2010-10-22  Tom Tromey  <tromey@redhat.com>
3157
3158         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3159         gnus-group-completing-read.
3160
3161 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * message.el (message-mode-map): Don't bind M-; to comment region, to
3164         allow the global comment-dwim to work.
3165
3166 2010-10-21  Julien Danjou  <julien@danjou.info>
3167
3168         * message.el (message-setup-1): Allow message-default-headers to be a
3169         function.
3170
3171 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * shr.el (shr-tag-table): Simplify.
3174
3175 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3178         to avoid trying to snarf invalid stuff.
3179
3180         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3181
3182         * gnus.el (gnus-message-archive-group): Quote value.
3183         (gnus-message-archive-group): Mark as changed.
3184
3185         * shr.el (shr-add-font): Don't put the font properties on the newline
3186         or the indentation.
3187
3188         * message.el (message-fix-before-sending): Change options when sending
3189         non-printable characters.
3190
3191         * gnus.el (gnus-message-archive-method): Change the default to
3192         monthly outgoing groups.
3193
3194         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3195         that have gotten new numbers.
3196
3197         * nnimap.el (nnimap-request-replace-article): New function.
3198
3199 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3202         (nnrss-request-article): Don't use special html washing code.
3203
3204 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * shr.el (shr-tag-table): Remove useless nconc.
3207
3208 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * gnus-art.el (article-wash-html): Simplify and remove the charset
3211         stuff.  Use the normal html rendering code instead of the special html
3212         washing code.
3213
3214         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3215         `gnus-w3m' symbols.
3216         (mm-text-html-washer-alist): Remove.
3217
3218         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3219         (mm-inline-media-tests): Remove use.
3220         (mm-text-html-renderer): Change default to the `shr' symbol.
3221
3222         * mm-view.el (mm-inline-text-html): Remove use.
3223
3224         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3225         `gnus-blocked-images' to be a function.
3226         (gnus-article-wash-function): Remove.
3227
3228 2010-10-20  Julien Danjou  <julien@danjou.info>
3229
3230         * spam.el (spam-list-of-processors): Mark as obsolete.
3231
3232         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3233         (nnimap-insert-partial-structure): Fix boundary detection.
3234
3235 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3236
3237         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3238         run file-truename on remote files.  This can be expensive and even
3239         prevent one from editing drafts if some unrelated buffer has a stale
3240         connection.
3241
3242 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3245         kinsoku-eol regardless of shr-kinsoku-shorten.
3246         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3247         (shr-tag-table): Support caption, thead, and tfoot.
3248
3249 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3252         lines.
3253         (shr-save-contents): New command and keystroke.
3254
3255         * nndoc.el (nndoc-type-alist): Add git support.
3256         (nndoc-git-type-p): New function.
3257         (nndoc-transform-git-article): Ditto.
3258         (nndoc-transform-git-headers): Ditto.
3259         (nndoc-transform-git-headers): Generate Subject headers.
3260
3261         * shr.el (shr-parse-style): New function.
3262         (shr-tag-span): Ditto.
3263
3264         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3265         to `G G' to avoid collisions.
3266
3267 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * shr.el: Load kinsoku if necessary.
3270         (shr-kinsoku-shorten): New internal variable.
3271         (shr-find-fill-point): Make kinsoku shorten text line if
3272         shr-kinsoku-shorten is bound to non-nil.
3273         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3274         shr-indentation too when testing if table is wider than frame width.
3275         (shr-insert-table): Use `string-width' instead of `length' to measure
3276         text width.
3277         (shr-insert-table-ruler): Make sure indentation is done at bol.
3278
3279 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3280
3281         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3282         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3283         undecoded network data.
3284
3285 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3288         name in the mode line spec so that the mode line menu works
3289         (bug #2431).
3290
3291         * message.el (message-get-reply-headers): If we're fed `to-address',
3292         then always use that.
3293
3294         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3295         aren't so wide as to need to switch off the edit menu.
3296
3297         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3298         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3299
3300         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3301         `M-g'.
3302         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3303         the permanent marks.
3304
3305 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3306
3307         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3308         Splitting according to references/in-reply-to obeys the ignore-groups
3309         variable, while splitting by sender and subject do not.
3310
3311 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3314         alist, so that we can look for non-Unicode chars.
3315         (article-translate-strings): Allow both character and string maps.
3316
3317 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * shr.el (shr-insert): Don't insert space behind a wide character
3320         categorized as kinsoku-bol, or between characters both categorized as
3321         nospace.
3322
3323 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3324
3325         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3326         headers to gnus-newsgroup-headers.
3327
3328 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * shr.el (shr-tag-img): Don't align images -- since we're not
3331         rescaling, this often leads to ugly displays.
3332
3333 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3334
3335         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3336         duplicates.
3337
3338 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3339
3340         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3341         call.
3342
3343 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus.el: Autoload gnus-html-show-images.
3346
3347         * nnimap.el: Use nnheader-message throughout.
3348
3349         * shr.el (shr-tag-img): Ignore images with no data.
3350
3351 2010-10-15  Julien Danjou  <julien@danjou.info>
3352
3353         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3354         a possibility to disable format=flow encoding when using hard newlines.
3355
3356 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * shr.el (shr-insert): Remove space inserted before or after a
3359         breakable character or at the beginning or the end of a line.
3360         (shr-find-fill-point): Do kinsoku; find the second best point or give
3361         it up if there's no breakable point.
3362
3363 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * nnimap.el (nnimap-open-connection): Message when opening connection
3366         for debugging purposes.
3367
3368         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3369         on every setup buffer call to allow this to change from article to
3370         article.
3371
3372         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3373         buffers where we have a wide table.
3374
3375 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3376
3377         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3378         uses *-request-thread.
3379
3380 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3383         incantation, which is no longer valid.
3384
3385 2010-10-14  Julien Danjou  <julien@danjou.info>
3386
3387         * shr.el: Fix defcustom type (char -> character).
3388
3389 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3392         programs.
3393
3394 2010-10-14  Julien Danjou  <julien@danjou.info>
3395
3396         * shr.el (shr-tag-a): Use url-link as widget type.
3397
3398         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3399         `gnus-group-get-icon'.
3400
3401 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3404         This should make server editing work better.
3405
3406         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3407
3408         * tls.el (tls-program): Remove spurious %s from openssl.
3409
3410         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3411         (nnimap-parse-flags): Fix regexp.
3412
3413         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3414         probably work for CJVK text, too.
3415
3416         * nnimap.el (nnimap-extend-tls-programs): Remove.
3417         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3418
3419         * tls.el (tls-starttls-switches): Remove starttls hack.
3420         (open-tls-stream): Ditto.
3421         (tls-find-starttls-argument): Ditto.
3422
3423 2010-10-13  Julien Danjou  <julien@danjou.info>
3424
3425         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3426         responses.
3427
3428 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3431
3432         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3433         anything in Emacs.
3434
3435         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3436
3437 2010-10-13  Julien Danjou  <julien@danjou.info>
3438
3439         * shr.el (shr-width): Make shr-width a defcustom with default to
3440         fill-column.
3441         (shr-tag-img): Use shr-width rather than fill-column.
3442
3443 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * dgnushack.el (byte-optimize-apply)
3446         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3447
3448         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3449         position when (X-)Faces exist.
3450         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3451         avatars when called interactively.
3452
3453 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3456         gnus-article-x-face-too-ugly is bound.
3457
3458 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459
3460         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3461
3462         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3463         mailbox that doesn't exist.
3464
3465 2010-10-12  Julien Danjou  <julien@danjou.info>
3466
3467         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3468         (shr-get-image-data): Encode URL properly when fetching from cache.
3469         (shr-tag-img): Use aligned-to spaces to align correctly images.
3470
3471         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3472         before inserting the Gravatar.
3473
3474         * shr.el (shr-tag-img): Add align attribute support for <img>.
3475
3476 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-gravatar.el (gnus-art): Require.
3479
3480         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3481         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3482         Remove long obsoleted functions.
3483
3484 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3487
3488         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3489
3490         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3491         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3492         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3493         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3494         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3495         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3496         * sieve-manage.el, smime.el, spam.el:
3497         Fix comment for declare-function.
3498
3499 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * nnimap.el (nnimap-request-rename-group): Select group read-only
3502         before renaming it.
3503
3504         * shr.el (shr-insert): Fix up the white space only regexp.
3505
3506         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3507         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3508
3509         * shr.el (shr-current-column): New function.
3510         (shr-find-fill-point): New function.
3511
3512 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3513
3514         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3515         numbers.
3516
3517 2010-10-11  Julien Danjou  <julien@danjou.info>
3518
3519         * shr.el (shr-hr-line): Add.
3520         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3521         display hr lines.
3522         (shr-max-columns): Do not change state to nil if we just inserting
3523         spaces.
3524
3525 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3528         select the last group.
3529
3530 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3531
3532         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3533
3534 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3535
3536         * dig.el (dig-mode-map): Declare and define in one step.
3537
3538 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3541         for Gnus.
3542         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3543         (nnimap-update-qresync-info): Mark \Seen articles as read.
3544
3545         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3546         non-variable, too.
3547
3548         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3549         available.
3550         (nnimap-update-info): Rely more on the current active than the param
3551         active to avoid marking articles as read too much.
3552
3553         * auth-source.el (auth-source-create): Use (user-login-name) for the
3554         user name default.
3555
3556         * nnimap.el (nnimap-update-info): If the server doesn't return any
3557         useful info, just use the previous info.
3558         (nnimap-update-info): Prefer old info over start-article.
3559         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3560
3561 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3562
3563         * nnir.el (autoload): Clean up autoloads.
3564         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3565         Use key rather than value.
3566         (nnir-imap-search-other): New variable.
3567         (nnir-read-parm): Use it.
3568         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3569         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3570
3571 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3572
3573         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3574         the process, too.
3575
3576 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * spam.el (gnus-summary-mode-map): Bind to "$".
3579         Suggested by Russ Allbery.
3580
3581         * shr.el: Rework the way things are indented by <li> slightly.
3582
3583         * gnus.el (gnus-group-set-parameter): Fix typo.
3584
3585         * nnimap.el: Start implementing QRESYNC support.
3586
3587 2010-10-09  Julien Danjou  <julien@danjou.info>
3588
3589         * nnir.el (nnir-engines): Fix too many arguments.
3590
3591 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3594         group is the "last", so that the backends like nnfolder actually save
3595         their folders.
3596
3597         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3598         try to use that for the tls stream.
3599         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3600         UIDVALIDITY and find out which groups are read-only and not.
3601         (nnimap-get-flags): Use the same marks parsing code as the rest of
3602         nnimap.
3603
3604 2010-10-09  Julien Danjou  <julien@danjou.info>
3605
3606         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3607
3608         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3609         retrieving gravatars.
3610
3611         * shr.el (shr-table-corner): Add.
3612         (shr-table-line): Add.
3613         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3614
3615 2010-10-08  Julien Danjou  <julien@danjou.info>
3616
3617         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3618
3619 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3620
3621         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3622
3623         * gnus-sum.el (gnus-mark-article-as-unread)
3624         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3625         (gnus-summary-set-bookmark): Use it.
3626
3627         * gnus-msg.el (gnus-setup-message): Use it.
3628
3629         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3630
3631         * gnus.el (gnus-group-remove-parameter): Use it.
3632
3633         * gnus-group.el (gnus-group-make-web-group): Use it.
3634
3635         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3636
3637         * nnregistry.el: Update docs to mention manual.
3638
3639         * gnus-registry.el: Update docs to mention nnregistry.el.
3640         (gnus-registry-initialize): Don't install nnregistry refer method
3641         automatically.
3642         (gnus-registry-install-nnregistry): Remove it.
3643
3644 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * shr.el (shr-insert): Don't insert double spaces.
3647
3648 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-gravatar.el (gnus-treat-from-gravatar)
3651         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3652         called interactively.
3653
3654         * gnus-art.el (gnus-mime-view-part-externally)
3655         (gnus-mime-view-part-internally): Make predicate function passed to
3656         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3657         of a mime type.
3658
3659         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3660
3661 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * shr.el (require): Require cl when compiling.
3664         (shr-tag-hr): New function.
3665
3666         * nnimap.el (nnimap-update-info): Remove double setting of high.
3667         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3668         This makes nnimap work properly on Courier again.
3669
3670         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3671         the variable for backwards compatibility.
3672
3673         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3674         the file name before using to avoid setting mm-default-directory to
3675         nil.
3676
3677         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3678         bidning gnus-agent variables.
3679
3680         * shr.el (shr-render-td): Use a cache for the table rendering function
3681         to avoid getting an exponential rendering behaviour in nested tables.
3682         (shr-insert): Rework the line-breaking algorithm.
3683         (shr-insert): Don't leave trailing spaces.
3684         (shr-insert-table): Also insert empty TDs.
3685         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3686
3687 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3688
3689         * gnus-sum.el (gnus-number): Rename from `number'.
3690         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3691         (gnus-summary-limit-children): Update uses correspondingly.
3692
3693 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3696         (gnus-gravatar-transform-address): Don't show avatars of people of
3697         which mail addresses match gnus-gravatar-too-ugly.
3698
3699 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * shr.el (shr-table-widths): Expand TD elements to fill available
3702         space.
3703
3704 2010-10-07  Julien Danjou  <julien@danjou.info>
3705
3706         * nnimap.el (nnimap-request-rename-group): Add this method.
3707
3708 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3711         name from XEmacs' function-arglist.
3712
3713         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3714         gravatar under XEmacs.
3715
3716 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3717
3718         * auth-source.el: Update docs with TODO items.
3719
3720         * gnus-sync.el: Update docs to explain state and plans.
3721
3722         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3723         Hooks for mark updates.
3724         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3725
3726         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3727         hooks with arguments, which is needed for mark update hooks.
3728
3729 2010-10-06  Julien Danjou  <julien@danjou.info>
3730
3731         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3732         was matched.
3733
3734         * sieve-manage.el: Update example in `Commentary'.
3735
3736         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3737
3738         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3739         not 2000.
3740         (sieve-manage-authenticate): Re-add function.
3741
3742 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * shr.el (shr-insert): Get 'space transition right.
3745         (shr-render-td): Only delete space at the end of the TD.
3746
3747         * nnimap.el (nnimap-open-connection): Prepare to support
3748         open-gnutls-stream.
3749
3750         * shr.el: Rearrange function order to be more logical.
3751
3752 2010-10-06  Julien Danjou  <julien@danjou.info>
3753
3754         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3755         (nnrss-discover-feed): Remove 404 URL in docstring.
3756
3757         * nnir.el: Fix Swish-E URL.
3758         Fix Namazu URL.
3759
3760         * message.el (message-change-subject): Remove 404 URL in a comment.
3761
3762 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3765         called interactively.
3766
3767         * gnus-util.el (gnus-remove-if): Allow hash table.
3768         (gnus-remove-if-not): New function.
3769
3770         * gnus-art.el (gnus-mime-view-part-as-type)
3771         * gnus-score.el (gnus-summary-score-effect)
3772         * gnus-sum.el (gnus-read-move-group-name):
3773         Replace remove-if-not with gnus-remove-if-not.
3774
3775         * gnus-group.el (gnus-group-completing-read):
3776         Regard collection as a hash table if it is not a list.
3777
3778 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3781
3782         * shr.el: Document the table-rendering algorithm.
3783
3784 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3787         for Emacsen having no `libxml-parse-html-region' support.
3788
3789 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3792         invalid URLs.
3793
3794         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3795         line-broken.
3796         (shr-tag-img): Ignore image fetching errors.
3797         (shr-overlays-in-region): Compute overlay positions correctly.
3798
3799         * mm-decode.el (mm-shr): Require shr.
3800
3801         * gnus-art.el (gnus-blocked-images): Move variable here.
3802
3803         * shr.el (shr-insert-table): Bind free variable.
3804
3805         * mm-decode.el (mm-shr): Bind shr-content-function.
3806
3807         * shr.el (shr-content-function): New variable.
3808
3809         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3810         added for symmetry.
3811
3812         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3813
3814         * gnus-group.el (gnus-group-make-group): Doc fix.
3815
3816         * nnimap.el (nnimap-request-newgroups): Return success.
3817
3818         * shr.el (shr-find-elements): New function.
3819         (shr-tag-table): Put all the images after the table.
3820         (shr-tag-table): Really inhibit images inside the table.
3821         (shr-collect-overlays): Copy over overlays from the TD elements to the
3822         main document.
3823
3824         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3825         gnus-blocked-images.
3826
3827 2010-10-05  Julien Danjou  <julien@danjou.info>
3828
3829         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3830
3831         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3832         (gnus-html-maximum-image-size): Add this function.
3833         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3834
3835         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3836         server-value of the capability is nil.
3837
3838 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * shr.el (shr-tag-em): Add <EM> tag.
3841
3842 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3843
3844         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3845         customizable.
3846
3847         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3848         handing broken links to browse-url.
3849
3850 2010-10-05  Julien Danjou  <julien@danjou.info>
3851
3852         * gnus-util.el (gnus-emacs-completing-read)
3853         (gnus-iswitchb-completing-read): Use autoload rather than require.
3854
3855 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3858         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3859         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3860         iswitchb-temp-buflist for XEmacs.
3861
3862         * gnus-util.el (gnus-completing-read-function): Exclude
3863         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3864         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3865         XEmacs.
3866
3867         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3868         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3869
3870         * gnus-html.el: Don't require help-fns under XEmacs.
3871         (gnus-html-schedule-image-fetching): Work for XEmacs.
3872
3873         * mm-decode.el (mm-shr): Decode contents by charset.
3874
3875 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3878         unknown.
3879
3880         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3881         (shr-get-image-data): Ensure against the cache file missing.
3882
3883         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3884         for data.
3885
3886         * spam-report.el (spam-report-url-ping-plain): Don't query about
3887         killing the process.
3888
3889         * shr.el (shr-render-td): Protect against too-wide text.
3890
3891 2010-10-04  Julien Danjou  <julien@danjou.info>
3892
3893         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3894         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3895
3896         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3897         retrieved.
3898
3899 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * shr.el (browse-url): Require.
3902         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3903         lines.
3904         (shr-show-alt-text, shr-browse-image): New commands.
3905         (shr-browse-url, shr-copy-url): New commands.
3906
3907         * gnus-sum.el (gnus-widen-article-window): New variable.
3908         (gnus-summary-select-article-buffer): Use it.
3909
3910         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3911         without @ signs.
3912
3913 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3914
3915         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3916
3917 2010-10-04  Julien Danjou  <julien@danjou.info>
3918
3919         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3920         for XEmacs.
3921
3922 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3925
3926         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3927         (nnimap-close-server): Implement.
3928
3929         * dgnushack.el (iswitchb): Require to shut up the compiler.
3930
3931         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3932         (shr-insert): Tweak line breaking.
3933         (shr-insert): Handle <pre> better.
3934         (shr-tag-li): Get <li> indentation right.
3935         (shr-tag-li): Get <li> indentation even righter.
3936         (shr-tag-blockquote): Ensure paragraph start.
3937         (shr-make-table): Tweak table generation.
3938         (shr-make-table): Fix typo.
3939
3940         * shr.el: Implement table rendering.
3941
3942 2010-10-04  Julien Danjou  <julien@danjou.info>
3943
3944         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3945
3946 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * shr.el (shr-insert): Use string anchors instead of line anchors.
3949
3950 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * shr.el: Add headings.
3953         (shr-ensure-paragraph): Actually work.
3954         (shr-tag-li): Make <ul> prettier.
3955         (shr-insert): Get white space at the beginning/end of elements right.
3956         (shr-tag-p): Collapse subsequent <p>s.
3957         (shr-ensure-paragraph): Don't insert double line feeds after blank
3958         lines.
3959         (shr-insert): \t is also space.
3960         (shr-tag-s): Fix "s" tag name function.
3961         (shr-tag-s): Fix face prop name.
3962
3963 2010-10-03  Julien Danjou  <julien@danjou.info>
3964
3965         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3966
3967         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3968         gnus-window-inside-pixel-edges.
3969
3970         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3971         gnus-ems.
3972
3973         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3974
3975         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3976         function.
3977
3978         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3979         resize choice.
3980
3981 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3984         beginning of the buffer.
3985
3986         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3987         article buffer again.
3988
3989         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3990
3991         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3992         when it's at the start of the buffer.
3993
3994         * shr.el (shr-tag-blockquote): Convert name.
3995         (shr-rescale-image): Use the right image-size variant.
3996
3997         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3998         buffer isn't shown, then select the current article first instead of
3999         bugging out.
4000         (gnus-summary-select-article-buffer): Show both the article and summary
4001         buffers again.
4002
4003         * shr.el (shr-fontize-cont): Protect against regions with no text.
4004         Rename tag functions to shr-tag-* for enhanced security.
4005         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4006
4007 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4008
4009         * shr.el (shr-insert):
4010         * pop3.el (pop3-movemail):
4011         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4012         loaded.
4013
4014 2010-10-03  Glenn Morris  <rgm@gnu.org>
4015
4016         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4017
4018         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4019
4020         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4021
4022         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4023
4024         * gnus-util.el (gnus-make-local-hook): Simplify.
4025
4026 2010-10-02  Julien Danjou  <julien@danjou.info>
4027
4028         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4029         (gnus-ido-completing-read): New function.
4030         (gnus-emacs-completing-read): New function.
4031         (gnus-completing-read): Use gnus-completing-read-function.
4032         Add gnus-completing-read-function.
4033
4034 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035
4036         * shr.el (shr-insert-document): Autoload.
4037         (shr-img): Be silent.
4038         (shr-insert): Add a newline after every picture before text.
4039         (shr-add-font): Use overlays for combining faces.
4040         (shr-insert): Pass upwards the text start point.
4041
4042         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4043         possible.
4044         (mm-shr): New function.
4045
4046 2010-10-02  Julien Danjou  <julien@danjou.info>
4047
4048         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4049         should go backward.
4050
4051 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4052
4053         * shr.el (shr): Fix typo in provide call.
4054
4055 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * shr.el: New file.
4058
4059         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4060
4061         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4062         completing read.
4063
4064 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4067         we're being queried about.  Suggested by Dan Jacobson.
4068
4069         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4070         Suggested by Jason Eisner.
4071
4072         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4073         table, too.  Suggested by Stefan Wiens.
4074         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4075         the table unnecessary.  Suggested by Stefan Wiens.
4076
4077         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4078         longer needed, and probably doesn't work either, as pointed out by
4079         Stefan Wiens.
4080         (gnus-summary-exit): Remove call to the clearing function.
4081         (gnus-summary-exit-no-update): Ditto.
4082
4083         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4084         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4085         Reported by Stefan Monnier.
4086         (gnus-summary-save-in-rmail): Ditto.
4087
4088         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4089         article buffer, instead of both the article buffer and the summary
4090         buffer.  Sort of suggested by Dan Jacobson.
4091
4092         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4093
4094         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4095         Suggested by Dan Jacobson.
4096
4097         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4098         documentation clearer.
4099
4100         * message.el (message-shorten-references): Comment on the number "21".
4101         Suggested by Stefan Monnier.
4102
4103         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4104         Suggested by Dan Jacobson.
4105
4106         * gnus.el (gnus-large-newsgroup):
4107         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4108
4109         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4110         externalize attachments.  Bug reported by Steve Wen.
4111
4112         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4113         really message anything to the user.
4114
4115         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4116         directly.
4117
4118         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4119         messages in empty groups.
4120
4121 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4122
4123         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4124         non-UIDNEXT group.
4125
4126 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4129         not the value from the collection.
4130
4131         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4132         values.  This sometimes happens on some groups that have no info.
4133         (nnimap-request-newgroups): New function.
4134
4135 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4136
4137         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4138         check into `gnus-registry-initialize'.
4139         (gnus-registry-initialize): Ditto.
4140         Fix and extend header docs.
4141
4142 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4145         regexp backtrace overflows.
4146
4147         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4148         for starttls that tls.el implements; i.e. openssl.
4149
4150         * tls.el (tls-starttls-switches): Give up on using starttls with
4151         gnutls-cli.
4152         (tls-program): Add --insecure to be consistent with the defaults from
4153         openssl s_client.  Now all three commands are insecure.
4154
4155 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * lpath.el: Bind completion-styles-alist for XEmacs.
4158
4159         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4160         (gravatar-create-image): New function that's an alias to
4161         gnus-xmas-create-image, gnus-create-image, or create-image.
4162         (gravatar-data->image): Use it.
4163
4164 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4167         install the nnregistry refer method.
4168         (gnus-registry-install-hooks): Use it.
4169         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4170         unfollowed groups.
4171
4172 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4173
4174         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4175         expanding threads.
4176
4177 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * nnir.el: Use the server names without suffixes (bug #7009).
4180
4181         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4182         unencrypted to STARTTLS, if possible.
4183
4184 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4185
4186         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4187         headers before superseding.
4188
4189 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * nnrss.el (nnrss-use-local): Add documentation.
4192
4193         * nnimap.el (nnimap-extend-tls-programs): New function.
4194         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4195         (nnimap-wait-for-connection): Accept the greeting from the stupid
4196         output from openssl s_client -starttls, too.
4197
4198         * tls.el (tls-starttls-switches): New variable.
4199         (tls-find-starttls-argument): Use it.
4200         (open-tls-stream): Ditto.
4201
4202         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4203         (netrc-machine): Ditto.
4204
4205         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4206         article number.
4207         (nnimap-split-fancy): New variable.
4208         (nnimap-split-incoming-mail): Use it.
4209
4210         * nntp.el (nntp-server-list-active-group): Document.
4211
4212         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4213         SELECT to get the message-id.
4214
4215         * mail-source.el (mail-sources): Remove webmail support.
4216         (defvar): Ditto.
4217         (mail-source-fetcher-alist): Ditto.
4218         (mail-source-fetch-webmail): Remove.
4219
4220         * webmail.el: Remove -- doesn't seem relevant any more.
4221
4222         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4223
4224         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4225         the \r.
4226
4227 2010-09-30  Julien Danjou  <julien@danjou.info>
4228
4229         * gnus-agent.el (gnus-agent-add-group): Fix call to
4230         gnus-completing-read.
4231
4232 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4233
4234         * nndoc.el (nndoc-retrieve-groups): New function.
4235
4236         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4237         `default', use nnmail-split-methods.
4238         (nnimap-request-article): Downcase the NILs so that they are nil.
4239
4240         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4241         symbol.
4242
4243         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4244         code, since if the user has requested network, that's what they ought
4245         to get.
4246         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4247         (nnimap-split-rule): Mark as obsolete.
4248
4249         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4250         New variable.
4251
4252         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4253         correct slot, too.
4254
4255 2010-09-29  Julien Danjou  <julien@danjou.info>
4256
4257         * gnus.el (gnus-local-domain): Declare variable obsolete.
4258
4259         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4260         Fix history computing.
4261         (gnus-ido-completing-read): Require ido.
4262
4263 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4266         build Gnus.
4267
4268         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4269         when interpreting the structures.
4270         (nnimap-request-accept-article): Add \r\n to the lines to make this
4271         work with Cyrus.
4272
4273         * nndraft.el (nndraft-request-expire-articles): Use the group name
4274         instead if "nndraft".  Fix found by Nils Ackermann.
4275
4276 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4277
4278         * nnregistry.el: Add.
4279
4280 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4281
4282         * nnmail.el (group, group-art-list, group-art):
4283         Remove unneeded directives.
4284
4285 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4288         (mm-mime-charset)
4289         * rfc2047.el (rfc2047-syntax-table)
4290         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4291
4292         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4293         rather than `insert-file-contents' and `eval-region'.
4294
4295         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4296         construction.
4297
4298         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4299
4300         * time-date.el: No need to require cl for Emacs 21.
4301
4302 2010-09-29  Julien Danjou  <julien@danjou.info>
4303
4304         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4305         replacement of `gnus-gravatar-relief' to mimic
4306         `gnus-faces-properties-alist'.
4307         Add :version property.
4308
4309 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * mail-source.el (mail-source-report-new-mail)
4312         * message.el (message-default-mail-headers)
4313         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4314
4315         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4316
4317 2010-09-28  Julien Danjou  <julien@danjou.info>
4318
4319         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4320         mail-address contains the same string as real-name.
4321
4322         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4323         non-blank in header, otherwise it'll get stripped.
4324
4325         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4326         real-name, and then for mail address rather than doing : or , search.
4327
4328 2010-09-27  Julien Danjou  <julien@danjou.info>
4329
4330         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4331         right completing-read function.
4332         (gnus-use-ido): New variable
4333         (gnus-completing-read-with-default): Remove.
4334         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4335         (gnus-agent-add-group):
4336         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4337         * mm-view.el (mm-view-pkcs7-decrypt):
4338         * mm-util.el (mm-codepage-setup):
4339         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4340         * mml-smime.el (mml-smime-openssl-sign-query):
4341         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4342         (mml-insert-multipart):
4343         * gnus-msg.el (gnus-summary-yank-message):
4344         * gnus-int.el (gnus-start-news-server):
4345         * mm-decode.el (mm-interactively-view-part):
4346         * gnus-dired.el (gnus-dired-attach):
4347         * gnus.el (gnus-read-method):
4348         * gnus-bookmark.el (gnus-bookmark-jump):
4349         * gnus-art.el (gnus-mime-view-part-as-type)
4350         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4351         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4352         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4353         * nnmairix.el (nnmairix-create-server-and-default-group)
4354         (nnmairix-update-groups, nnmairix-get-server)
4355         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4356         (nnmairix-get-group-from-file-path):
4357         * nnrss.el (nnrss-find-rss-via-syndic8):
4358         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4359         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4360         (gnus-group-browse-foreign-server):
4361         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4362         (gnus-summary-execute-command, gnus-summary-respool-article)
4363         (gnus-read-move-group-name):
4364         * gnus-score.el (gnus-summary-increase-score)
4365         (gnus-summary-score-effect):
4366         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4367
4368 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4371         x-focus-frame.
4372
4373         * nnimap.el (auth-source-forget-user-or-password)
4374         (auth-source-user-or-password): Autoload.
4375
4376         * message.el (message-from-style, message-interactive)
4377         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4378         (message-yank-prefix, message-indentation-spaces, message-signature)
4379         (message-signature-file): Add comment.
4380
4381 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4384         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4385         new articles.
4386
4387         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4388         parts.
4389         (nnimap-request-article): Work with the t setting, too.
4390
4391         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4392         that you don't get flashes of other buffers.
4393         (gnus-summary-show-complete-article): Intern before setting.
4394
4395 2010-09-27  David Engster  <dengste@eml.cc>
4396
4397         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4398         well as HEADERS.
4399         (nnmairix-retrieve-headers): Provide new argument for the above.
4400
4401 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-sum.el (gnus-summary-move-article): Don't alter
4404         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4405         group.
4406
4407         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4408
4409         * message.el (message-cite-prefix-regexp): Revert my last edit.
4410
4411         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4412         variable instead of the Gnus variable.
4413
4414         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4415
4416         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4417
4418         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4419         since some servers don't like it.
4420         (nnimap-open-connection): Forget credentials if the server says the
4421         password was wrong.
4422         (nnimap-parse-line): Protect against invalid data.
4423
4424         * gnus-sum.el (gnus-summary-move-article): Add comment.
4425         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4426         nothing alters it while scanning for new messages.
4427
4428         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4429         which may or may not help.
4430         (nnimap-open-connection): If we're doing a stream connection, and then
4431         discover we're on a STARTTLS-capable server, then open a STARTTLS
4432         connection instead.
4433
4434 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * nnimap.el (utf7): Require.
4437
4438         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4439         prefix.
4440
4441 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4442
4443         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4444
4445 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * nnimap.el (nnimap-request-accept-article): Message the error on
4448         error.
4449
4450 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4453
4454 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * nndoc.el (nndoc-request-list): Return success always.
4457
4458         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4459         `fetch-old' -- we only want to fetch the articles we've requested.
4460         The rest are in the agent, probably.
4461         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4462         disappeared server" to something low.  It's not important.
4463
4464         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4465         arrived before the FETCH data.
4466
4467         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4468         target here, because we don't know the Gnus name of the group.
4469
4470         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4471         for the correct group.
4472
4473         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4474
4475         * gnus.el (gnus): Give a final warning after startup.
4476
4477         * gnus-util.el (gnus-action-message-log): New variable.
4478         (gnus-message): Use it.
4479         (gnus-final-warning): New function.
4480
4481         * nnimap.el (nnimap-open-connection): Record the greeting.
4482         (nnimap): Add greeting.
4483
4484 2010-09-26  Julien Danjou  <julien@danjou.info>
4485
4486         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4487         arguments.
4488         (gnus-html-wash-images): Fix spec computing to include start/end.
4489
4490         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4491
4492 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4495         deletion.
4496         (nnimap-retrieve-headers): Don't select the group, because that's
4497         already done by nnimap-possibly-change-group.
4498
4499         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4500         (gnus-picon-transform-address): Use it.
4501
4502         * mail-source.el (mail-source-value): Revert previous patch.
4503
4504         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4505         on failure.
4506         (nnimap-open-connection): Look up both virtual and physical server name
4507         credentials.
4508
4509         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4510
4511 2009-02-07  Dave Love  <fx@gnu.org>
4512
4513         * tls.el (open-tls-stream): Don't query killing process.
4514
4515 2009-02-08  Dave Love  <fx@gnu.org>
4516
4517         * gnus-win.el (gnus-window-to-buffer-helper)
4518         (gnus-all-windows-visible-p): Function needn't be a symbol.
4519
4520         * mail-source.el (mail-source-value): Function needn't be a symbol.
4521
4522 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * message.el (message-cite-prefix-regexp): Remove } from the cite
4525         prefix.
4526
4527         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4528         highlight again, so that the highlight is correct.
4529
4530         * gnus-picon.el (gnus-picon): Remove again.
4531         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4532
4533         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4534         doing the header highlightling, so that the background colour of the
4535         picon is correct.
4536
4537         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4538         (gnus-picon): Ditto.
4539         (gnus-picon): Reinstate.  The background colour for picons is white.
4540         (gnus-picon-insert-glyph): Make the background white.
4541
4542         * nnml.el (nnml-open-nov): Don't return dead buffers.
4543
4544         * auth-source.el (auth-source-create): Query the user for whether to
4545         store the credentials.
4546
4547         * netrc.el (netrc-store-data): New function.
4548
4549         * auth-source.el (auth-source-user-or-password): Use the existing auth
4550         sources, if any, for creation.
4551
4552         * gnus.el (gnus-group-fast-parameter): Return the last matching
4553         parameter instead of the first matching parameter.
4554
4555 2010-09-26  Julien Danjou  <julien@danjou.info>
4556
4557         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4558
4559 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * mml2015.el (mml2015-use): Remove gpg support.
4562
4563         * mml1991.el (mml1991-function-alist): Remove gpg function.
4564         (mml1991-gpg-sign): Remove.
4565
4566 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4567
4568         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4569         (gnus-browse-unsubscribe-current-group): Document it.
4570         (gnus-browse-unsubscribe-group): Use it.
4571
4572 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4575         address to the To list for easier response.
4576
4577         * gnus.el (gnus-play-startup-jingle): Remove.
4578         (gnus-splash): Don't play jingle.
4579         (gnus): Silence gnus-load message.
4580
4581         * gnus-art.el (gnus-treat-play-sounds): Remove.
4582
4583         * gnus.el (gnus-play-jingle): Remove audio support.
4584
4585         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4586
4587         * earcon.el: Remove -- no users.
4588
4589         * gnus-audio.el: Remove -- no users of this package.
4590
4591         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4592
4593         * gnus-start.el (gnus-setup-news): Remove nocem support.
4594
4595         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4596
4597         * gnus.el (gnus-use-nocem): Remove.
4598
4599         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4600         Remove.
4601
4602         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4603         uses NoCeM any more.
4604
4605         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4606         (gnus-button-ctan-handler): Ditto.
4607         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4608         (gnus-button-ctan-directory-regexp): Ditto.
4609         (gnus-button-handle-ctan): Ditto.
4610         (gnus-button-tex-level): Ditto.
4611         (gnus-button-alist): Remove CTAN stuff.
4612
4613 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4616         nnimap-streaming test.
4617
4618         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4619         servers twice.
4620
4621         * nnimap.el (nnimap-open-connection): Add more error reporting when
4622         nnimap fails early.
4623
4624         * nnheader.el (nnheader-get-report-string): New function.
4625         (nnheader-get-report): Use it.
4626
4627         * gnus-int.el (gnus-check-server): Say what the error was when opening
4628         failed.
4629
4630         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4631         using streaming.
4632
4633 2010-09-25  Julien Danjou  <julien@danjou.info>
4634
4635         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4636         gnus-window-inside-pixel-edges.
4637
4638 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4641
4642         * mm-decode.el (mm-save-part): Allow saving to other directories the
4643         normal Emacs way.
4644
4645         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4646         Suggested by Jay Berkenbilt.
4647
4648         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4649         there isn't a single byte.
4650
4651         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4652         just do it.  It doesn't really seem to matter what the user responds
4653         here, I think, so it's just a confusing question.
4654
4655         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4656         non-streaming case.
4657
4658         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4659         (gnus-article-encrypt-body): Use it.
4660
4661         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4662         keystroke.
4663
4664         * nnimap.el (nnimap-find-wanted-parts-1):
4665         Use gnus-fetch-partial-articles.
4666
4667         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4668
4669         * nnimap.el (nnimap-insert-partial-structure): New function.
4670         (nnimap-get-partial-article): New function.
4671         (nnimap-request-article): Use it.
4672         (nnimap-wait-for-response): Return whether the wait was successful.
4673         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4674         retrieval wasn't successful.
4675         (nnimap-retrieve-group-data-early): Allow throttling servers.
4676         (nnimap-streaming): New variable.
4677         (nnimap-fetch-partial-articles): Remove.
4678
4679         * mm-decode.el (mm-with-part): Protect against killed buffers.
4680
4681         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4682         for prettier summary display.
4683
4684 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4685
4686         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4687
4688 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4691         apparently third-party libraries depend on it.
4692
4693         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4694         before starting negotiation.
4695
4696         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4697         privacy reasons.
4698         (gnus-treat-mail-gravatar): Ditto.
4699
4700         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4701         buffer when inserting images.  Inserting text into the headers, for
4702         instance, can make them invalid.
4703
4704 2010-09-25  Julien Danjou  <julien@danjou.info>
4705
4706         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4707         variables.
4708
4709         * nnheader.el: Remove useless variables news-reply-yank-from and
4710         news-reply-yank-message-id.
4711
4712         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4713         variables.
4714
4715         * mml1991.el: Remove useless mml1991-verbose.
4716
4717         * gnus.el: Remove useless variable gnus-use-generic-from.
4718         Remove obsolete variable gnus-topic-indentation.
4719
4720         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4721
4722         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4723
4724         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4725
4726         * gnus-group.el: Remove useless gnus-group-icon-cache.
4727         Remove useless gnus-ephemeral-group-server.
4728
4729         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4730
4731         * mml2015.el: Remove useless mml2015-verbose.
4732
4733         * mml-smime.el: Remove useless mml-smime-verbose.
4734
4735         * gnus.el: Remove useless gnus-local-domain.
4736
4737         * gnus-gravatar.el (gnus-gravatar-transform-address):
4738         Use gnus-gravatar-size.
4739
4740         * gnus-art.el: Remove useless gnus-treat-translate.
4741
4742 2010-09-24  Julien Danjou  <julien@danjou.info>
4743
4744         * gnus-sum.el: Add support for Gravatars.
4745
4746         * gnus-art.el: Add support for Gravatars.
4747
4748         * gnus-gravatar.el: Add this file.
4749
4750         * gravatar.el: Add this file.
4751
4752 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4755
4756         * gnus-group.el (gnus-group-fetch-faq): Remove.
4757
4758         * gnus.el (gnus-group-faq-directory): Remove.
4759
4760         * gnus-group.el (gnus-group-fetch-charter): Remove.
4761
4762         * gnus.el (gnus-group-charter-alist): Remove.
4763
4764         * gnus-group.el (gnus-group-archive-directory): Remove.
4765         (gnus-group-recent-archive-directory): Ditto.
4766         (gnus-group-make-archive-group): Remove.
4767
4768         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4769
4770         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4771         use the same article number for all the cached articles.
4772
4773         * nnimap.el (nnimap-command): Register the last command time so
4774         that we can use it for idling NOOPs.
4775         (nnimap-open-connection): Start the keeplive timer.
4776         (nnimap-make-process-buffer): Store all the process buffers.
4777         (nnimap-keepalive): New function.
4778
4779         * starttls.el (starttls-open-stream): Add autoload cookie.
4780
4781 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4782
4783         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4784         handling.
4785
4786 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4789         its data structures.
4790
4791         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4792         instead of the cl.el copy-list.
4793         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4794         equalp.
4795
4796 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4799         and tool-bar-local-item-from-menu.
4800
4801         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4802         mode-line-highlight face for Emacs.
4803
4804         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4805         loading gnus-sum.elc; fix comment for canlock-verify.
4806         (gnus-article-jump-to-part): Use read-number.
4807         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4808         Remove Emacs pre-21 compatible code for help-echo.
4809         (gnus-article-next-page-1): No need to adjust the number of lines.
4810         (gnus-article-describe-bindings): Always use help-buffer.
4811
4812         * gnus-audio.el (gnus-audio-inline-sound)
4813         * gnus-cus.el (gnus-custom-mode)
4814         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4815
4816         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4817
4818         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4819         compatible code.
4820
4821 2010-09-24  Glenn Morris  <rgm@gnu.org>
4822
4823         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4824         visiting the fcc file in rmail-mode.
4825
4826         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4827
4828 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * nnir.el: Silence the byte compiler.
4831
4832         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4833         alias to browse-url-url-encode-chars if any.
4834         (gnus-html-encode-url): Use it.
4835
4836 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * gnus-start.el (gnus-use-backend-marks): New variable.
4839         (gnus-get-unread-articles-in-group): Use it.
4840
4841         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4842         makeover.
4843
4844 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4845
4846         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4847
4848 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4851         Remove.
4852         (gnus-setup-news-hook):
4853         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4854
4855         * gnus-int.el (gnus-request-update-info): Protect against backends not
4856         having the function.
4857
4858         * nnimap.el (nnimap-stream): Mention starttls.
4859         (nnimap-open-connection): Add starttls support.
4860
4861 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4862
4863         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4864
4865 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4868         BODYSTRUCTUREs.
4869         (nnimap-transform-headers): Unfold quoted {42} headers.
4870
4871         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4872         the info.
4873         (gnus-get-unread-articles): Only call updatep on backends that support
4874         it.
4875
4876         * nnweb.el (nnweb-request-update-info): NOOP.
4877
4878         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4879
4880         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4881         since it only deals with marks.
4882
4883         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4884         gnus-request-marks, and make a new gnus-request-update-info.
4885
4886         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4887         the active instead of the high number, which is usually too low.
4888
4889 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4890
4891         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4892         * encrypt.el: Remove.
4893
4894 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4897         server in symbolic form.
4898
4899         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4900
4901 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4904         (nnimap-update-info): Fix up code slightly.
4905
4906         * gnus-int.el (gnus-open-server): Add tracing for performance
4907         debugging.
4908
4909         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4910         (gnus-group-insert-group-line): Pass the real group name so that it
4911         gets the right data.
4912
4913         * gnus-start.el (gnus-get-unread-articles): Don't have
4914         `gnus-get-unread-articles-in-group' update info, since that can be
4915         really slow and doesn't seem to be needed?
4916
4917 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4918
4919         * time-date.el (date-to-time): Try using parse-time-string first before
4920         using the slower timezone-make-date-arpa-standard.
4921
4922 2010-09-22  Julien Danjou  <julien@danjou.info>
4923
4924         * gnus-group.el (gnus-group-insert-group-line):
4925         Call gnus-group-highlight-line.
4926         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4927         default hook list.
4928         (gnus-group-update-eval-form): Add new function.
4929         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4930         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4931
4932 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4935         immediate, then expire all articles.
4936         (nnimap-update-info): Fix off-by-one errors.
4937         (nnimap-flags-to-marks): Would return no marks lists for group with no
4938         flags.  Instead return the other data.
4939
4940 2010-09-22  Julien Danjou  <julien@danjou.info>
4941
4942         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4943         Only return an icon.
4944         (gnus-group-insert-group-line): Compute icon to return.
4945
4946         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4947         (gnus-html-image-fetched): Only cache if
4948         gnus-html-image-automatic-caching is set.
4949         (gnus-html-image-fetched): Check for errors.
4950
4951 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4954         once per method on `g'.  This ensures that backends like nnfolder don't
4955         open all their folders.
4956
4957         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4958         (nnimap-request-list): Nix out group in the correct buffer.
4959         (nnimap-parse-flags): Implement by using `read' instead of
4960         hand-parsing.
4961         (nnimap-flags-to-marks): Pass on permanent-flags.
4962         (nnimap-make-process-buffer): Record the server name.
4963         (nnimap-parse-flags): Fix typo.
4964         (nnimap-request-scan): Run split on the server in general, not just a
4965         single group.
4966
4967         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4968         parameter, and propagate this downwards.
4969
4970         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4971         since EXAMINE changes it on the server.
4972
4973         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4974         this command might take a while.
4975
4976 2010-09-22  Julien Danjou  <julien@danjou.info>
4977
4978         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4979         harmful if you have 2 images side-by-side, they can't be properly
4980         update on text deletion.  Using text-property is safer here.
4981         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4982         data.
4983
4984 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * nnimap.el (nnimap-expunge-inbox): Remove.
4987         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4988         (nnimap-expunge): Flip default to t.
4989
4990         * gnus.el (gnus-method-to-server): Don't push things to the cache
4991         unless it's unique.
4992         (gnus-server-to-method): Ditto.
4993
4994 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4995
4996         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4997
4998 2010-09-22  Julien Danjou  <julien@danjou.info>
4999
5000         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5001         get the start of data.
5002         (gnus-html-encode-url): Add this function to encode special chars in
5003         URL.
5004         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5005         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5006
5007         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5008         default.
5009         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5010
5011         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5012         images alt-text.
5013         (gnus-html-put-image): Put alt-text as help-echo.
5014
5015 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5018         * mm-util.el (mm-decompress-buffer)
5019         * nnir.el (nnir-run-find-grep)
5020         * pop3.el (pop3-list): Use 3rd arg of split-string.
5021
5022         * time-date.el (format-seconds): Comment fix.
5023
5024         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5025         and byte-optimize-form-code-walker.
5026         (dgnushack-make-auto-load): Don't advise make-autoload.
5027
5028         * lpath.el: Remove Emacs 21 stuff.
5029
5030 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5033         outside the active range.  Suggested by Dan Christensen.
5034
5035         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5036         slightly later to avoid double-getting it.
5037
5038         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5039         previous patch.
5040
5041         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5042
5043 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5044
5045         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5046
5047 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-int.el (gnus-open-server): Give a better error message in the
5050         "go offline" case.
5051
5052         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5053         marks for nnimap, which is seldom the right thing to do.
5054
5055         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5056         (gnus-same-method-different-name): New function.
5057
5058         * nnimap.el (parse-time): Require.
5059
5060         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5061         method in the presence of many similar methods.
5062
5063         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5064
5065         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5066         nnml-inhibit-expiry.
5067
5068         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5069         find out whether methods are equal.
5070
5071         * nnimap.el (nnimap-find-expired-articles): New function.
5072         (nnimap-process-expiry-targets): New function.
5073         (nnimap-request-move-article): Request the article before looking at
5074         what the Message-ID is.  Fix found by Andrew Cohen.
5075         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5076
5077         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5078         for oldness in addition to being a predicate.
5079
5080         * nnimap.el (nnimap-request-group): When we have zero articles, return
5081         the right data to Gnus.
5082         (nnimap-request-expire-articles): Only delete articles immediately if
5083         the target is 'delete.
5084
5085         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5086         method, this would bug out.
5087
5088         * gnus-group.el (gnus-group-expunge-group): Rename from
5089         gnus-group-nnimap-expunge, and implemented as a normal interface
5090         function.
5091
5092         * gnus-int.el (gnus-request-expunge-group): New function.
5093
5094         * nnimap.el (nnimap-request-create-group): Implement.
5095         (nnimap-request-expunge-group): New function.
5096
5097 2010-09-21  Julien Danjou  <julien@danjou.info>
5098
5099         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5100         (gnus-html-cache-expired): Add new function.
5101         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5102         wethever we should display image for fetch it.
5103         Compute alt-text earlier to pass it to the fetching function too.
5104         (gnus-html-schedule-image-fetching): Change function argument to only
5105         get one image at a time, not a list.
5106         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5107         cache.
5108         (gnus-html-get-image-data): New function to retrieve image data from
5109         cache.
5110         (gnus-html-put-image): Change buffer argument to use image data rather
5111         than file, and place image above region rather than inserting a new
5112         one.  Do not take alt-text as argument, since it's useless now: we place
5113         the image above alt-text.
5114         (gnus-html-prune-cache): Remove.
5115         (gnus-html-show-images): Start to fetch image when we find one, do not
5116         push into a temporary list.
5117         (gnus-html-prefetch-images): Only fetch image if they have expired.
5118         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5119         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5120
5121 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5124
5125 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5128         spec inser "*" if the group isn't active instead of 0.
5129
5130         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5131         opening the server.
5132         (nnimap-request-delete-group): Implement group deletion.
5133         (nnimap-transform-headers): Return the size of the entire message in
5134         the Bytes header, not just the size of the first part.
5135         (nnimap-request-move-article): When moving an article from nnimap,
5136         request the article first so the accepting form has an article to
5137         accept.  Reported by Dan Christensen.
5138         (nnimap-command): Make sure that the error message doesn't error out.
5139
5140 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5141
5142         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5143         we haven't requested anything.
5144
5145 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5148         "".  Fix found by Andrew Cohen.
5149
5150         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5151         instead of -encode-string.
5152
5153 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5156
5157         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5158         by mm-subst-char-in-string.
5159
5160 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5163         waiting for the connection string.
5164
5165         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5166         arriving.
5167
5168         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5169         bogus characters.  This allows selecting certain Gmail groups.
5170
5171         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5172         (nnimap-fetch-partial-articles): New variable.
5173         (nnimap-open-connection): When looking for credentials, also use the
5174         nnimap-server-port.
5175         (nnimap-request-article): Return the group/article number, so that Gnus
5176         `^' works as expected.
5177         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5178
5179         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5180         comments.
5181         (gnus-methods-sloppily-equal): New function.
5182         (gnus): When using the development version of Gnus, load the gnus-load
5183         file.
5184
5185         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5186         `gnus-open-server' on each method before trying to scan them etc.
5187         This ensures that all the backend parameters are set correctly.
5188
5189         * nnimap.el (nnimap-authenticator): New variable.
5190         (nnimap-open-connection): Allow anonymous login.
5191         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5192         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5193
5194         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5195         patch, found by Knut Anders Hatlen.
5196
5197 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5198
5199         * gnus-agent.el (gnus-agent-batch-confirmation)
5200         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5201         to gnus-message.
5202         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5203         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5204         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5205         * gnus-int.el (gnus-open-server): Likewise.
5206         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5207         (gnus-score-check-syntax): Likewise.
5208         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5209         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5210         Likewise.
5211         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5212
5213 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5216         calling conventions so that prefetch doesn't bug out.
5217
5218 2010-09-19  Julien Danjou  <julien@danjou.info>
5219
5220         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5221         rather than `subst-char-in-region' in order to be able to replace ASCII
5222         char by UTF-8 ones.
5223
5224         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5225         than curl.
5226         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5227         the right URL and ALT text on images.
5228         (gnus-html-wash-tags): Fix tag case.
5229         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5230         (gnus-article-html): Add -o display_ins_del=2 option.
5231         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5232
5233 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5236         the extra mail headers, which sometimes seem to happen for unknown
5237         reasons.
5238
5239         * mail-parse.el (mail-header-encode-parameter): Define as
5240         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5241         (or most, perhaps?) mail readers don't understand the latter, but do
5242         understand the former.
5243
5244         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5245         to nil, so that no methods are automatically agentized.  I think this
5246         is probably what most users want.
5247
5248         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5249         from url-retrieve, for instance about invalid URLs.
5250
5251         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5252         groups that have no articles.
5253         (nnimap-request-article): Check that we really got an article when we
5254         requested one.
5255
5256         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5257         doesn't exist.
5258
5259         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5260         nntp buffer so the agent can save it.
5261         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5262         that CRLF doesn't get translated to \n.
5263         (nnimap-open-connection): Don't make 'shell commands only send \n.
5264
5265 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5268         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5269         Update var name.
5270         (nnml-generate-nov-file): Use dolist.
5271         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5272         Use with-current-buffer.
5273
5274 2010-09-18  Julien Danjou  <julien@danjou.info>
5275
5276         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5277         parallel.
5278
5279 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5282         the range update right.
5283         (nnimap-request-group): Don't make `M-g' bug out on group with no
5284         marks.
5285         (nnoo): Require, so that other packages can require nnimap.
5286         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5287         command we're looking for.  This helps when the server sends more
5288         responses after we've gotten everything we expected.
5289         (nnimap): Add a `newlinep' field to keep track of end-of-line
5290         conventions.
5291         Don't send CRLF to things that don't want it.
5292         (nnimap-request-accept-article): Ditto.
5293
5294 2010-09-18  Julien Danjou  <julien@danjou.info>
5295
5296         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5297         than curl to retrieve images.
5298
5299 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5302         the marks.
5303         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5304         (nnimap-wait-for-connection): New function.
5305         (nnimap-open-connection): If we have PREAUTH, don't query for login
5306         credentials.
5307         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5308         when doing a partial update.
5309
5310 2010-09-18  Julien Danjou  <julien@danjou.info>
5311
5312         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5313         tags.
5314
5315 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * nnimap.el (nnimap-credentials): New function.
5318         (nnimap-open-connection): Use the new function to look for credentials
5319         also on the numeric equivalents of "imap" and "imaps".
5320
5321         * gnus-start.el (gnus-activate-group): Send the info to
5322         gnus-request-group.
5323
5324         * nnimap.el (nnimap-request-group): Have the "check" version of the
5325         function parse flags and update the info, so that a `M-g' get a total
5326         resync of all flags from the group.
5327
5328         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5329         to allow backends to alter the info on group selection.  Also alter all
5330         the backend -request-group functions to take the parameter.
5331
5332         * nnimap.el (nnimap-store-info): New function.
5333         (nnimap-update-info): Store the info for later usage.
5334         (nnimap-request-group): Use the stored info for the dont-check case, so
5335         that we don't retrieve all marks when we enter a group.
5336
5337         * nnimap.el: Use deffoo instead of defun for interface functions.
5338
5339         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5340         update the group info.  This makes the nndraft groups, for instance, go
5341         back to their old behaviour.
5342
5343         * gnus-sum.el (gnus-select-newsgroup): Indent.
5344
5345         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5346         in.
5347         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5348         nothing.
5349
5350         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5351         from methods that are denied.
5352
5353         * gnus-int.el (gnus-method-denied-p): New function.
5354
5355         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5356         store the password instead of netrc.
5357         (nnimap-open-connection): Don't error out when we can't make a
5358         connections.
5359
5360         * auth-source.el (auth-source-create): In the password prompt, say what
5361         we're querying for.  Also prompt for user name if that hasn't been
5362         given.
5363
5364         * nnimap.el (nnimap-with-process-buffer): Remove.
5365
5366 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5369         method when we're reading from the agent.
5370
5371         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5372
5373         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5374         that's probably most useful for users.
5375
5376         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5377         "failed" all the time.
5378
5379         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5380         ...)) with (with-current-buffer ... ).
5381
5382         * nntp.el (nntp-open-server): Return whether the open was successful or
5383         not.
5384
5385         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5386         select an unread unseen article first.
5387
5388         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5389         /etc/services, supply some sensible port defaults.
5390
5391         * dgnushack.el: Define netrc-credentials.
5392
5393 2010-09-17  Julien Danjou  <julien@danjou.info>
5394
5395         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5396
5397 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5398
5399         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5400         doesn't have any parameters.
5401
5402 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5405         only upcased checks.
5406
5407         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5408
5409         * nnimap.el (nnimap-open-shell-stream): New function.
5410         (nnimap-open-connection): Use it.
5411         (nnimap-transform-headers): Get the number of lines in each message.
5412         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5413         number of lines.
5414         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5415         problem.
5416
5417         * utf7.el (utf7-encode): Autoload.
5418
5419         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5420         to allow the mail splitting to not return a default group.  This is
5421         useful for nnimap, which will leave unmatched mail in the inbox.
5422
5423         * nnimap.el: Rewritten.
5424
5425         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5426         nnimap usage.
5427
5428         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5429         if the move is internal, so that nnimap can do fast internal moves.
5430
5431         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5432         data.
5433         (gnus-read-active-for-groups): Support finishing the early retrieval of
5434         data.
5435
5436         * gnus-range.el (gnus-range-nconcat): New function.
5437
5438         * gnus-int.el (gnus-finish-retrieve-group-infos)
5439         (gnus-retrieve-group-data-early): New functions.
5440
5441 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5442
5443         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5444         (nnrss-retrieve-groups):
5445         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5446         (pop3-quit): Use with-current-buffer.
5447
5448 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5451         instead of nnheader-accept-process-output.
5452
5453         * dgnushack.el (dgnushack-compile): Add comment.
5454
5455         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5456
5457         * gnus-html.el (gnus-html-schedule-image-fetching)
5458         (gnus-html-prefetch-images): Replace process-kill-without-query by
5459         gnus-set-process-query-on-exit-flag.
5460
5461 2010-09-16  Romain Francoise  <romain@orebokech.com>
5462
5463         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5464
5465 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5468         parameter to unintern is mandatory-ish in Emacs 24.
5469
5470         * gnus-html.el (gnus-html-schedule-image-fetching)
5471         (gnus-html-prefetch-images): Check for curl before using it.
5472
5473         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5474         depend on curl, which isn't essential.
5475
5476         * imap.el: Revert back to version
5477         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5478         seem problematic.
5479
5480 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5481
5482         * gnus-registry.el (gnus-registry-install-shortcuts):
5483         Explicitly pass `obarray' to `unintern' to avoid a warning.
5484
5485 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5488         change.
5489
5490         * nnrss.el (nnrss-request-list): Remove this function and related
5491         functions, including the moreover stuff.
5492
5493 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * nnrss.el (nnrss-retrieve-groups): New function.
5496
5497 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5498
5499         * .dir-locals.el: Add no-byte-compile cookie.
5500
5501 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * time-date.el (format-seconds): Comment fix.
5504
5505         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5506         for back end that doesn't support request-scan.
5507
5508 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5511         then do request scans from the backends.
5512
5513         * netrc.el (netrc-credentials): New conveniency function.
5514
5515         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5516         avoid running a hook per line, since this takes a lot of time,
5517         profiling shows.
5518         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5519         directly if gnus-visual-p is true.
5520
5521 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5524         groups; replace mapcar with dolist which is a bit faster; pass groups
5525         info to gnus-read-active-file-1.
5526         (gnus-read-active-file-1): Scan only specified groups if the new
5527         optional arg `infos' is given.
5528
5529 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5532
5533         * pop3.el (pop3-movemail): Remove.
5534         (pop3-streaming-movemail): Rename to pop3-movemail.
5535
5536         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5537         don't restrict end-tag searches to the end of the line.
5538
5539 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5542         articles of every unchecked group to t, which means unknown since the
5543         server has never been opened.
5544
5545 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5546
5547         * gnus-html.el (gnus-html-show-alt-text): New command.
5548         (gnus-html-browse-image): Ditto.
5549         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5550         to browse the image directly.
5551         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5552         better.
5553
5554         * gnus-async.el (gnus-async-article-callback):
5555         Call `gnus-html-prefetch-images' unconditionally.
5556
5557         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5558         before feeding URLs to curl.
5559
5560 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5563         internal images as deletable by `W D D'.
5564
5565         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5566         (gnus-async-article-callback): Fix typo.
5567
5568 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5569
5570         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5571         current line to work around bugs in the output from w3m.
5572
5573         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5574         for groups that want that.
5575
5576         * nntp.el (nntp-wait-for-string): Supply a timeout for
5577         accept-process-output to ensure progress.
5578
5579         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5580         level to get unread articles from, then use that for foreign groups,
5581         too.
5582
5583         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5584         confuses the rest of the function.
5585
5586         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5587         for the methods that support -retrieve-groups, too.
5588
5589         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5590
5591 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5594         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5595
5596         * pop3.el: Require cl when compiling.
5597         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5598
5599 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5600
5601         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5602         that aren't going to be activated.
5603         (gnus-get-unread-articles): Fix up the last commit.
5604
5605         * gnus-html.el (gnus-article-html): Allow calling without specifying
5606         the handle.  In that case, dissect the buffer first.
5607
5608         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5609
5610         * nnimap.el (nnimap-open-connection): Revert the change that would look
5611         into authinfo for imaps instead of imap.
5612
5613         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5614         say that you don't want to call gnus-request-group with don-check, but
5615         do check the reponse.  This is for virtual groups only.
5616         (gnus-get-unread-articles): Count the archive groups as secondary, so
5617         that they're activated the same way as before.
5618
5619         * imap.el (imap-message-map): Removed optional buffer parameter, since
5620         no callers use it.
5621         (imap-message-get): Ditto.
5622         (imap-message-put): Ditto.
5623         (imap-mailbox-map): Ditto.
5624         (imap-mailbox-put): Ditto.
5625         (imap-mailbox-get): Ditto.
5626         (imap-mailbox-get): Revert last change for this function.
5627
5628         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5629         case-insensitively.
5630         (nnimap-debug): Remove.
5631
5632         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5633         to use `imap-fetch' instead.  According to the comments, this should be
5634         safe, since all other IMAP clients use the 1:* syntax.
5635         (imap-enable-exchange-bug-workaround): Removed.
5636         (imap-debug): Removed -- doesn't seem very useful.
5637
5638         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5639         mail from a file, and the file doesn't exist.
5640
5641         * imap.el (imap-log): New convenience function used throughout instead
5642         of repeating the same code all over the place.
5643
5644         * pop3.el (pop3-streaming-movemail): Return t for success.
5645
5646         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5647         .authinfo if we're using ssl connection.
5648
5649         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5650         already have if we're in a main Gnus `g' run.
5651
5652         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5653
5654 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5657
5658         * nnmh.el (nnmh-request-list-1): Bind `file'.
5659
5660         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5661         alias to set-process-query-on-exit-flag or process-kill-without-query.
5662         (pop3-open-server): Use it.
5663
5664 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5667         box to the Incoming file.  Fixes mistake in previous checkin.
5668
5669         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5670         request loop (for debugging purposes) removed.
5671
5672         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5673         culprit is more visible.
5674         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5675         (nnml-add-incremental-nov): New functions to do "incremental" nov
5676         updates, where we just append to the end of the existing nov files
5677         without reading/writing them in full.
5678
5679         * mail-source.el (mail-source-delete-crash-box): Really only check the
5680         incoming files once in a while.
5681
5682         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5683
5684         * mail-source.el (mail-source-delete-crash-box): Only check the
5685         incoming files for deletion once per day to save a lot of file
5686         accesses.
5687
5688         * pop3.el (pop3-logon): Fix up unbound variable typo.
5689
5690         * mail-source.el (pop3-streaming-movemail): Autoload.
5691
5692         * pop3.el (pop3-streaming-movemail):
5693         Respect pop3-leave-mail-on-server.
5694
5695         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5696         retrieval.
5697
5698         * pop3.el (pop3-process-filter): Remove unused function.
5699         (pop3-streaming-movemail, pop3-send-streaming-command)
5700         (pop3-wait-for-messages, pop3-write-to-file)
5701         (pop3-number-of-responses): New functions for streaming pop3
5702         retrieval.
5703
5704         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5705         come from no known methods.
5706         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5707         list.
5708
5709         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5710         message sizes.
5711         (pop3-movemail): Use erase-buffer instead of looping and deleting
5712         regions, which seems rather odd.
5713
5714         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5715         file once per `g' run.
5716
5717         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5718         directories.  This makes the draft queue directory work.
5719
5720         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5721         data from the backends, so that we only request the list of groups from
5722         each method once.  This should speed things up considerably.
5723
5724         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5725         detect that it's not implemented.
5726
5727         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5728         we actually do recurse down into the tree, but don't stat all leaf
5729         nodes.
5730
5731         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5732         then say so instead of bugging out.
5733
5734         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5735         files exist before trying to read them.
5736
5737         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5738         around <pre_int>.
5739
5740         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5741
5742         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5743
5744 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * mm-util.el (mm-image-load-path): Just return the image directories,
5747         not all directories in the path in addition to the image directories.
5748         (mm-image-load-path): Maintain a cache of the image directories so that
5749         the `g' command in Gnus doesn't have to stat dozens of directories each
5750         time.
5751
5752         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5753         (gnus-html-wash-tags): Add a new `i' command to insert images.
5754         (gnus-html-insert-image): New command and keystroke.
5755         (gnus-html-redisplay-with-images): New command and keystroke.
5756         (gnus-html-show-images): Rename command.
5757         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5758         spacers.
5759         (gnus-html-wash-tags): Decode entities at the end, so that entities
5760         inside the tags don't mess up the rest of the "parsing".
5761
5762         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5763         so that nnimap methods aren't agentized by default.  There's apparently
5764         many problems related to agent/imap behaviour.
5765
5766         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5767
5768         * gnus-html.el: Doc fix.
5769
5770 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5773         specifier-spec-list for Emacs 21.
5774
5775         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5776         glyph-width and glyph-height instead of display-graphic-p and
5777         image-size; make avoidance of displaying small images work for XEmacs.
5778
5779         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5780         for XEmacs.
5781
5782         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5783         of symbol that holds plist data.
5784         (gnus-process-plist): Remove plist of process after getting it.
5785
5786 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * message.el (message-generate-hashcash): Change default to
5789         'opportunistic if hashcash is installed.
5790
5791         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5792         (gnus-html-put-image): Only call image-size once, since it's somewhat
5793         time-consuming on remote X servers.
5794
5795 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5798         type on data, not a file name.
5799
5800         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5801         window-pixel-edges for Emacs 21.
5802
5803         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5804         decoded contents.
5805         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5806
5807 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808
5809         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5810         group line format, since it isn't very interesting.
5811
5812         * gnus-agent.el (gnus-agent-short-article),
5813         (gnus-agent-long-article): Increase values for these two variables,
5814         since most people are likely to have more network connection and
5815         storage than before.
5816
5817         * gnus.el (gnus-refer-article-method): Change default to 'current.
5818         When referring an article, the common behaviour is to refer it from the
5819         current select method, not the native select method.  The chances of
5820         the native select method having the message in question is rather slim
5821         these days.
5822
5823         * gnus-sum.el (gnus-auto-select-subject): Change default to
5824         `unseen-or-unread'.  I think it's likely that most people want to
5825         select an unseen article over a previously seen, but unread one.
5826
5827         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5828         means that in the article buffer none of the minor mode elements will
5829         be shown, usually, and this is not desirable in most cases.
5830
5831         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5832         that commands like `d' (and the like) go to the next line in the
5833         buffer, instead of the next unread article.  I think this is the
5834         behaviour that is most natural for most users.
5835         (gnus-single-article-buffer): Change default to nil, so that people can
5836         have as many article buffers open as they have summary buffer.  I think
5837         this is the most natural way for the groups to behave.
5838
5839         * message.el (message-generate-new-buffers): Change default to
5840         `unsent', so that all new message buffers start their names with the
5841         string "*unsent", and it's easier to find the buffers if you move from
5842         them.
5843
5844 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5847         small.  They're probably tracking images.
5848         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5849         (gnus-html-rescale-image): Yet another try at getting the image sizing
5850         right.
5851
5852         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5853         nntp-marks-file-name is nil.
5854
5855 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * gnus-html.el (gnus-html-wash-tags)
5858         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5859         Better logging.
5860
5861 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5864
5865         * gnus-html.el (gnus-html-wash-tags): Check the value of
5866         gnus-blocked-images in the summary buffer.
5867
5868 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5871
5872 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873
5874         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5875         like "a", it seems like.
5876         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5877         since it needs to be picked from the correct buffer.
5878
5879         * nnwfm.el: Remove.
5880
5881         * nnlistserv.el: Remove.
5882
5883 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5884
5885         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5886         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5887
5888 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * nnkiboze.el: Remove.
5891
5892         * nndb.el: Remove.
5893
5894         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5895         alt text.
5896         (gnus-html-rescale-image): Try to get the rescaling logic right for
5897         images that are just wide and not tall.
5898
5899         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5900         overshadow variable bindings.
5901
5902 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5903
5904         * gnus-html.el (gnus-html-wash-tags)
5905         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5906         Add extra logging.
5907
5908 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909
5910         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5911         (gnus-max-image-proportion): New variable.
5912         (gnus-html-rescale-image): New function.
5913         (gnus-html-put-image): Rescale images.
5914
5915 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5916
5917         Fix up some byte-compiler warnings.
5918         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5919         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5920         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5921         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5922         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5923         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5924         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5925
5926 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-html.el (gnus-article-html): Decode contents by charset.
5929
5930 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5933         (gnus-html-frame-width, gnus-blocked-images)
5934         * message.el (message-prune-recipient-rules): Add custom version.
5935         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5936
5937         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5938         functions.
5939
5940         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5941         gnus-process-get.
5942
5943 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5944
5945         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5946         instead of lsub directly.
5947
5948 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * nnwarchive.el: Remove.
5951
5952         * gnus-soup.el: Remove.
5953
5954         * nnsoup.el: Remove.
5955
5956         * nnultimate.el: Remove.
5957
5958         * gnus-html.el (gnus-blocked-images): New variable.
5959
5960         * message.el (message-prune-recipients): New function.
5961         (message-prune-recipient-rules): New variable.
5962
5963         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5964         guess whether a long line is natural text or not.
5965
5966         * gnus-html.el (gnus-html-schedule-image-fetching):
5967         Use gnus-process-plist and friends for compatibility.
5968
5969 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5970
5971         * gnus-html.el: Require packages that define macros used in this file.
5972         (gnus-article-mouse-face): Declare to silence byte-compiler.
5973         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5974         process-get.
5975         (gnus-html-put-image): Use plist-get to avoid getf.
5976         (gnus-html-prefetch-images): Use with-current-buffer.
5977
5978 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-ems.el: Provide compatibility functions for
5981         gnus-set-process-plist.
5982
5983         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5984         header-line-format for XEmacs 21.4.
5985
5986         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5987         * gnus.el (gnus-valid-select-methods)
5988         * message.el (message-send-mail-partially-limit)
5989         * mm-decode.el (mm-text-html-renderer)
5990         * mml.el (mml-insert-mime-headers-always)
5991         * smiley.el (smiley-regexp-alist): Bump custom version.
5992
5993 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-html.el: require mm-url.
5996         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5997         with the url to `url'.
5998         (gnus-html-wash-tags): Support cid: URLs/images.
5999
6000 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6003         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6004         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6005
6006         * gnus-move.el: Remove file, since it doesn't really work.
6007
6008         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6009         UTF-8.  This seems to fix problems with some German web feeds.
6010
6011         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6012         at the top so that the proper colours are applied.
6013
6014         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6015         don't have dots in their names.
6016
6017         * gnus-art.el (gnus-article-view-part): Doc fix.
6018
6019         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6020         XEmacs-compatible.
6021         (gnus-html-put-image): Don't do images on non-graphic displays.
6022
6023         * nnslashdot.el: Remove this unused backend.
6024
6025         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6026         actions.
6027         (gnus-undo-register-1): Revert last change.
6028
6029         * gnus-group.el (gnus-group-completing-read): Protect against not
6030         having completion-styles bound.
6031
6032         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6033         make broken recipients happier.
6034
6035         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6036
6037         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6038         point parameter.
6039
6040         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6041
6042         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6043         completion-styles for group selection.
6044
6045 2009-02-04  Andreas Schwab  <schwab@suse.de>
6046
6047         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6048         headers and regexp-quote the match if necessary.
6049
6050 2009-03-24  Miles Bader  <miles@gnu.org>
6051
6052         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6053         the blinking smiley.
6054
6055 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6056
6057         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6058         blink smiley.
6059
6060 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6063         where the dribbel file lives exists.
6064
6065         * message.el (message-send-mail-partially-limit): Change the default to
6066         nil, since most people don't want this.
6067
6068         * mm-url.el (mm-url-decode-entities): Also decode entities like
6069         &#x3212.
6070
6071 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6072
6073         * gnus-sum.el (gnus-summary-idna-message):
6074         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6075         Hyperlink urls in docstrings with URL `...'.
6076
6077 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6078
6079         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6080         functions.
6081
6082 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6085         say what the mouseover text should be.
6086
6087         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6088         version of the mm-w3m-safe-url-regexp variable to only download images
6089         in the groups where we want that to happen.
6090
6091         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6092
6093         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6094         easier debugging.
6095         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6096         big pictures in the article buffer.
6097
6098         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6099         gnus-article-html.
6100         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6101         w3m.
6102
6103         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6104
6105 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6108         which doesn't exist.
6109
6110         * message.el (message-inhibit-ecomplete): New variable to allow some
6111         function to inhibit ecomplete address storage.
6112         (message-resend): Disable ecomplete message storage when resending
6113         messages.
6114
6115         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6116
6117 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6120         Save excursion while copying, moving, and deleting articles in order to
6121         prevent the cursor from jumping to unforeseen place.
6122
6123 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * lpath.el: No need to bind bookmark-current-buffer,
6126         bookmark-yank-point and bookmark-make-record-function.
6127
6128 2010-08-17  Glenn Morris  <rgm@gnu.org>
6129
6130         * gnus-sync.el: Require gnus components whose functions are used.
6131
6132         * gnus-art.el (bookmark-make-record-function):
6133         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6134         Declare for compiler.
6135
6136         * mm-url.el (mml-compute-boundary): Autoload.
6137
6138 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6141
6142 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         Typo fix "hoo4a" -> "hook".
6145
6146         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6147
6148 2010-08-14  Glenn Morris  <rgm@gnu.org>
6149
6150         * gnus-sync.el (gnus-sync): Fix defgroup version.
6151
6152 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6153
6154         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6155
6156         * gnus-sync.el: Fix docs.
6157         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6158         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6159
6160 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         Optimizations for gnus-sync.el.
6163
6164         * gnus-sync.el: Add docs about gnus-sync-backend
6165         possibilities.
6166         (gnus-sync-save): Remove unnecessary message.
6167         (gnus-sync-read): Optimize and show what groups were skipped.
6168
6169 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6170
6171         Minor bug fixes for gnus-sync.el.
6172
6173         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6174         Don't read the sync on get-new-news.
6175
6176         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6177         quiet.
6178
6179         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6180         (fix typo).
6181
6182 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6183
6184         Make saving and restoring of hidden threads work with overlays.
6185         Patch applied by Ted Zlatanov.
6186
6187         * gnus-sum.el (gnus-hidden-threads-configuration)
6188         (gnus-restore-hidden-threads-configuration): Update to deal with text
6189         properties, rather than searching for a magic character.
6190
6191 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         New gnus-sync.el library for synchronization of marks.
6194
6195         * gnus-sync.el: New library for synchronization of marks.
6196
6197         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6198         renamed from `gnus-registry-grep-in-list'.
6199
6200         * gnus-registry.el (gnus-registry-follow-group-p):
6201         Use `gnus-grep-in-list'.
6202
6203         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6204
6205 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6208         determining charset of text fails.
6209
6210 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * nnmail.el (nnmail-get-new-mail-1): Revert.
6213
6214         * nnml.el (nnml-active-number): Make sure names of newly created groups
6215         in nnml-group-alist are encoded.
6216
6217 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6220         containing non-ASCII characters in active file for nnml back end.
6221
6222 2010-07-24  David Engster  <dengste@eml.cc>
6223
6224         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6225         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6226
6227 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6228
6229         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6230         tag (Bug#6654).
6231
6232 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6235         the article buffer, not the summary buffer.
6236
6237 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6240         Emacs 23 as well.
6241
6242 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6245         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6246
6247 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6248
6249         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6250         Patch applied by Karl Fogel.
6251
6252         * gnus-sum.el (gnus-summary-bookmark-make-record):
6253         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6254
6255 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6256
6257         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6258         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6259         C-w still not working correctly from Article buffers; Thierry's
6260         patch to fix that will be applied after this.
6261
6262         * gnus-art.el (bookmark-make-record-function): New local variable.
6263
6264         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6265         article buffer.
6266         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6267
6268 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6269
6270         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6271         on changes in bookmark.el.
6272
6273 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6276         `no-log' instead of message not to log prompt string.
6277
6278 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6279
6280         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6281         the *other* type of HTML form submission.
6282
6283 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6284
6285         * auth-source.el (auth-source-pick): If choice does not contain a
6286         questioned keyword, set the check to t.
6287
6288 2010-06-12  Romain Francoise  <romain@orebokech.com>
6289
6290         * gnus-util.el (gnus-date-get-time): Move up before first use.
6291
6292 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6295         (gnus-article-edit-part): Bind it to make last part that is substituted
6296         or deleted visible.
6297         (gnus-mime-display-single): Buttonize part of which id equals to
6298         gnus-mime-buttonized-part-id.
6299
6300 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6301
6302         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6303         (gnus-dd-mmm): Use gnus-date-get-time.
6304         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6305         simplify logic.
6306         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6307         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6308
6309 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6310
6311         * auth-source.el (top): Autoload `secrets-list-collections',
6312         `secrets-create-item', `secrets-delete-item'.
6313         (auth-sources): Fix tag string.
6314         (auth-get-source, auth-source-retrieve, auth-source-create)
6315         (auth-source-delete): New defuns.
6316         (auth-source-pick): Rewrite in order to avoid 2 passes.
6317         (auth-source-forget-user-or-password): New parameter USERNAME.
6318         (auth-source-user-or-password): New parameters CREATE-MISSING and
6319         DELETE-EXISTING.  Retrieve password interactively, if needed.
6320
6321 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6322
6323         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6324         deleting unused directories when gnus-expert-user is t.
6325
6326 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6329         for each temp file when gnus-article-browse-delete-temp is ask.
6330
6331 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6332
6333         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6334         Lisp calls to delete-backward-char by calls to delete-char.
6335
6336 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6337
6338         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6339
6340 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6341
6342         * password-cache.el (password-cache-remove): Fix docstring.
6343
6344 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6347         article unless decoding article to be saved.
6348
6349 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6352         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6353         generated within the mm-with-unibyte-current-buffer macro.
6354
6355 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6358         to nil when we're in a mml-preview buffer and no group is selected.
6359
6360 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6361
6362         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6363         when catching the `C-g'.  Reported by "Leo".
6364
6365 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * message.el (message-forward-make-body-plain)
6368         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6369         multibyte-string-p.
6370
6371         * lpath.el: Revert.
6372
6373 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * message.el (message-forward-make-body-mml): Assume original message
6376         is multibyte string; error on unibyte.
6377         (message-forward-make-body-plain): Ditto; don't add excessive newline
6378         in body end.
6379
6380         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6381
6382 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6383
6384         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6385         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6386
6387 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * mm-extern.el (mm-extern-url): Don't use
6390         mm-with-unibyte-current-buffer.
6391         (mm-extern-cache-contents): Use with-current-buffer instead of
6392         save-excursion + set-buffer.
6393
6394 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * mm-util.el (mm-emacs-mule): Remove.
6397
6398 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6399
6400         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6401         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6402         change.
6403
6404 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6407         bind the default value of enable-multibyte-characters to nil.
6408
6409 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * message.el (message-forward-make-body-plain)
6412         (message-forward-make-body-mml):
6413         Don't use mm-with-unibyte-current-buffer.
6414
6415 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6416
6417         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6418
6419 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6420
6421         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6422         (Bug#5592).
6423
6424 2010-05-07  Julien Danjou  <julien@danjou.info>
6425
6426         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6427         it to mm-pipe-part.
6428
6429         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6430         it is given.
6431
6432 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * binhex.el (binhex-decode-region-internal)
6435         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6436         (dns-query)
6437         * nnweb.el (nnweb-gmane-search)
6438         * pgg-parse.el (pgg-parse-armor)
6439         * pgg.el (pgg-verify-region)
6440         * sha1.el (sha1-string-external)
6441         * uudecode.el (uudecode-decode-region-internal)
6442         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6443         XEmacs.
6444
6445         * gnus-art.el (gnus-article-browse-html-parts)
6446         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6447         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6448         make-temp-file.
6449
6450         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6451         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6452         compiling.
6453
6454         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6455         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6456         XEmacs when compiling.
6457
6458         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6459         gnus-pick-mode-off-hook for XEmacs when compiling.
6460         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6461         gnus-binary-mode-off-hook for XEmacs when compiling.
6462
6463         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6464         Return nil if char-charset is not available.
6465
6466         * imap.el (imap-disable-multibyte)
6467         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6468         macros.
6469
6470         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6471         instead of encode-coding-string.
6472
6473         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6474         'xemacs) instead of mm-emacs-mule to switch function definitions.
6475         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6476
6477         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6478         bind temporary-file-directory for XEmacs;
6479         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6480         timer-set-function for XEmacs 21.4 and SXEmacs;
6481         bind timer-list for XEmacs 21.4 and SXEmacs;
6482         fbind char-charset and find-charset-region for non-Mule XEmacs;
6483         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6484         encode-coding-region and encode-coding-string for XEmacs having no
6485         file-coding feature.
6486
6487 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6488
6489         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6490
6491 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6494         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6495
6496 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6497
6498         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6499         alias `jka-compr-delete-temp-file' no longer exists.
6500
6501 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6502
6503         Use define-minor-mode in Gnus where applicable.
6504         * mml.el (mml-mode): Use define-minor-mode.
6505         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6506         (gnus-undo-mode): Use define-minor-mode.
6507         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6508         (gnus-dead-summary-mode): Use define-minor-mode.
6509         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6510         Initialize in declaration.
6511         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6512         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6513         (gnus-mailing-list-mode): Use define-minor-mode.
6514         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6515         (gnus-draft-mode): Use define-minor-mode.
6516         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6517         (gnus-dired-mode): Use define-minor-mode.
6518
6519 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6520
6521         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6522         handles on recursive mml-to-mime translation and check them for
6523         boundary delimiter collisions.  Reported by Greg Troxel.
6524
6525 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6528
6529 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6530
6531         * mm-util.el (mm-find-buffer-file-coding-system):
6532         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6533
6534 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6535
6536         * message.el (message-generate-headers): Record insertion of optional
6537         headers as well.  Otherwise the check to prevent repeated insertion of
6538         optional headers is a no-op.
6539
6540 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * smime.el: Don't mention CVS.
6543
6544         * nnrss.el (nnrss-fetch): Don't mention CVS.
6545
6546         * nnir.el: Don't mention CVS.
6547
6548 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6549
6550         * gnus-sum.el (gnus-summary-bookmark-make-record):
6551         Add `location' field.
6552
6553 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * lpath.el: Fbind bookmark-default-handler,
6556         bookmark-get-bookmark-record, bookmark-make-record-default,
6557         bookmark-prop-get for Emacs <23 and XEmacs.
6558
6559 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6562         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6563         Use with-current-buffer to silence the byte-compiler.
6564         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6565         bother to require `gnus'.
6566         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6567
6568 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6569
6570         * gnus-sum.el (gnus-summary-bookmark-make-record)
6571         (gnus-summary-bookmark-jump): New functions.
6572         (gnus-summary-mode): Setup bookmark support.
6573
6574 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6575
6576         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6577         if set.
6578
6579 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6582         gnus-article-browse-html-save-cid-image; make it work recursively for
6583         forwarded messages as well.
6584         (gnus-article-browse-html-parts): Work when prefix arg is given.
6585         (gnus-article-browse-html-article): Doc fix.
6586
6587 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6588
6589         * message.el (message-default-mail-headers):
6590         (message-default-headers): Carry the value mail-default-headers over
6591         into message-default-mail-headers, rather than message-default-headers.
6592
6593 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6594
6595         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6596         charset.
6597
6598         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6599         charset into the <meta> tag when the article is encoded to utf-8.
6600
6601 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-art.el (gnus-article-browse-delete-temp-files):
6604         Delete directories as well.
6605         (gnus-article-browse-html-parts): Work for images that do not specify
6606         file names; delete temp directory when quitting; insert header at the
6607         right place; use file: scheme for image files.
6608
6609 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6610
6611         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6612         (gnus-article-browse-html-parts): Use it to make temporary cid image
6613         files in addition to html file so that browser may display them.
6614
6615 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6618
6619 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6622
6623 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6624
6625         * auth-source.el (auth-sources): Change default to be simpler.
6626         Explain about Secret Service API sources.  Improve Customize options.
6627         (auth-source-pick): Change to accept any number of search parameters.
6628         Implement fallbacks iteratively, not recursively.  Add scoring on the
6629         second pass and sort by score.  Call Secret Service API when needed.
6630         (auth-source-user-or-password): Use it.  Call Secret Service API
6631         directly when needed to get the user name and the password.
6632
6633 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6634
6635         * message.el (message-interactive): Doc fix.
6636         (message-qmail-inject-args): Reflow.
6637         (message-kill-to-signature): Fix typo in docstring.
6638
6639         * smiley.el (smiley-buffer): Fix typo in docstring.
6640
6641 2010-03-24  Glenn Morris  <rgm@gnu.org>
6642
6643         * mail-source.el (gnus-message): Declare.
6644         (mail-source-delete-old-incoming): Require gnus-util.
6645
6646 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6649
6650         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6651
6652         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6653         password-cache's default if it is not bound.
6654         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6655         password-cache-expiry's default if it is not bound.
6656
6657         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6658         available in Emacs 21.
6659
6660         * lpath.el: Suppress compiler warnings for:
6661         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6662         XEmacs;
6663         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6664         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6665         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6666
6667 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6668
6669         * auth-source.el (auth-sources): Fix up definition so extra parameters
6670         are always inline.
6671
6672 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6673
6674         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6675         wasn't updated after mismatch.  Clear cached mailbox info correctly
6676         when uidvalidity changes.
6677         (nnimap-group-prefixed-name): New function to avoid some code
6678         duplication.
6679         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6680         (nnimap-request-group): Use it.
6681         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6682         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6683         with many imap folders.  This is done by caching the group status from
6684         the imap server persistently in a group parameter `imap-status'.  (This
6685         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6686         but not persistently, so every Gnus startup was still very slow.)
6687
6688 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6691         delete the extra newline.  Otherwise editing of :string and :number
6692         types don't work.
6693
6694 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6697         secrets.el dependency.
6698         (auth-sources): Add optional user name.  Add secrets.el configuration
6699         choice (unused right now).
6700
6701 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6702
6703         * gnus-sum.el (gnus-summary-make-menu-bar):
6704         Let `gnus-registry-install-shortcuts' fill in the functions.
6705
6706         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6707         warnings.
6708         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6709         (gnus-registry-install-shortcuts): Populate and use it in a
6710         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6711
6712 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6713
6714         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6715         In-place substitutions for the group name encoding/decoding.
6716         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6717         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6718         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6719         (nnimap-update-unseen, nnimap-request-list)
6720         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6721         (nnimap-request-set-mark, nnimap-split-to-groups)
6722         (nnimap-split-articles, nnimap-request-newgroups)
6723         (nnimap-request-create-group, nnimap-request-accept-article)
6724         (nnimap-request-delete-group, nnimap-request-rename-group)
6725         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6726         `encoded-mbx' for consistency.
6727         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6728         variable `imap-current-mailbox'.
6729
6730         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6731         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6732
6733 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6734
6735         * pop3.el (pop3-display-message-size-flag): Display message size byte
6736         counts during POP3 download.
6737         (pop3-movemail): Use it.
6738         (pop3-list): Implement listing of available messages.
6739
6740 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6741
6742         * nnir.el (nnir-get-article-nov-override-function): New function to
6743         override the normal NOV retrieval.
6744         (nnir-retrieve-headers): Use it.
6745
6746 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6747
6748         * auth-source.el (netrc-machine-user-or-password): Autoload.
6749
6750 2010-03-19  Glenn Morris  <rgm@gnu.org>
6751
6752         Stop message.el from loading about 40 libraries it doesn't always need.
6753         The general approach is to autoload rather than require, and to
6754         require in the specific functions rather than the file.  (Bug#5642)
6755
6756         * gmm-utils.el: Don't require wid-edit.
6757         (widget-create-child-value, widget-convert, widget-default-get):
6758         Autoload.
6759
6760         * gnus-util.el: Don't require time-date, netrc.
6761         (message-fetch-field, gnus-group-name-decode): Declare rather than
6762         autoloading.
6763         (gnus-fetch-field): Require message.
6764         (gnus-decode-newsgroups): Require gnus-group.
6765
6766         * ietf-drums.el: Don't require time-date.
6767
6768         * message.el: Don't require hashcash, canlock, ecomplete.
6769         Do require mail-utils.  Require nnheader only when compiling.
6770         (smtpmail-default-smtp-server): Remove declaration.
6771         (message-send-mail-function): Check smtpmail-default-smtp-server
6772         is bound rather than requiring smtpmail.
6773         (message-auto-save-directory, message-insert-signature):
6774         Use expand-file-name rather than nnheader-concat.
6775         (nnheader-insert-file-contents): Autoload.
6776         (hashcash-wait-async): Declare.
6777         (message-send-mail): Only call gnus-setup-posting-charset if
6778         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6779         (message-send-mail-with-sendmail): Require sendmail.
6780         (canlock-password, canlock-password-for-verify): Declare.
6781         (message-canlock-password): Require canlock.
6782         (nnheader-get-report): Autoload.
6783         (gnus-setup-posting-charset): Declare.
6784         (message-send-news): Require gnus-msg.
6785         (message-make-references, message-make-in-reply-to): Use mail-header-id
6786         rather than the alias mail-header-message-id.
6787         (ecomplete-add-item, ecomplete-save): Declare.
6788         (message-put-addresses-in-ecomplete): Require ecomplete.
6789         (ecomplete-display-matches): Autoload.
6790
6791         * mm-decode.el: Don't require mailcap, gnus-util.
6792         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6793         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6794         Autoload.
6795         (mailcap-mime-extensions): Declare.
6796
6797         * mm-encode.el: Don't require mailcap.
6798         (mailcap-extension-to-mime): Autoload.
6799
6800         * mml-sec.el: Don't require password-cache.
6801
6802         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6803         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6804         (mml-minibuffer-read-type): Require mailcap.
6805         (mml-preview): Require gnus-msg.
6806
6807         * mml1991.el: Require password-cache.
6808         (password-cache-expiry): Remove declaration.
6809
6810         * mml2015.el: Require password-cache.
6811         (password-cache-expiry): Remove declaration.
6812
6813         * nneething.el (mailcap): Require mailcap.
6814
6815         * nnheader.el (declare-function): Add compatibility stub.
6816         (message-remove-header): Declare rather than autoload.
6817         (nnheader-replace-header): Require message.
6818
6819         * nnimap.el (declare-function): Add compatibility stub.
6820         (netrc-parse, netrc-machine-user-or-password): Declare.
6821         (nnimap-open-connection): Require netrc.
6822
6823         * nntp.el (declare-function): Add compatibility stub.
6824         (netrc-parse, netrc-machine, netrc-get): Declare.
6825         (nntp-send-authinfo): Require netrc.
6826
6827         * rfc2047.el: Don't require qp.
6828         (quoted-printable-encode-region, quoted-printable-decode-string):
6829         Autoload.
6830
6831         * sieve-mode.el: Don't require easymenu.
6832         (easy-menu-add-item): Autoload it.
6833
6834         * spam-stat.el (time-to-number-of-days): Autoload it.
6835
6836 2010-03-19  Glenn Morris  <rgm@gnu.org>
6837
6838         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6839
6840 2010-03-18  Glenn Morris  <rgm@gnu.org>
6841
6842         * hashcash.el (declare-function): Remove duplicate definition.
6843
6844 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6845
6846         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6847         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6848         value if any backslash escapes).
6849
6850 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6853         if it is available.  (bug#5647)
6854
6855         * lpath.el: Suppress compiler warning for coding-system-from-name for
6856         Emacs 21 and XEmacs.
6857
6858 2010-03-14  Juri Linkov  <juri@jurta.org>
6859
6860         * hmac-def.el:
6861         * hmac-md5.el:
6862         * netrc.el: Fix keywords.
6863
6864 2010-02-26  Glenn Morris  <rgm@gnu.org>
6865
6866         * message.el (message-send-mail-function): Change the default, so that
6867         it inherits from a customized send-mail-function.  (Bug#5643)
6868
6869 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6872         shell-command-to-string signals an error (bug#5299).
6873
6874 2010-02-24  Glenn Morris  <rgm@gnu.org>
6875
6876         * message.el (message-smtpmail-send-it)
6877         (message-send-mail-with-mailclient): Doc fixes.
6878
6879 2010-02-16  Glenn Morris  <rgm@gnu.org>
6880
6881         * message.el (message-default-mail-headers): Change the default value
6882         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6883
6884 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6887         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6888
6889 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6890
6891         * time-date.el (date-to-time): Doc fix (Bug#5408).
6892
6893 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6894
6895         * message.el (message-mail): Just pass yank-action on to message-setup.
6896         (message-setup): Handle (FUN . ARGS) form of yank-action.
6897         (message-with-reply-buffer, message-widen-reply)
6898         (message-yank-original): Handle non-buffer values of
6899         message-reply-buffer (Bug#4080).
6900         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6901
6902 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6903
6904         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6905         Fix typo in docstring.
6906
6907 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6908
6909         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6910         response.
6911
6912 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6915
6916         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6917
6918         * message.el (message-check-news-header-syntax): Protect against a
6919         string that `rfc822-addresses' returns when parsing fails.
6920
6921 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6924         (gnus-previous-char-property-change): New functions.
6925
6926         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6927
6928 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6929
6930         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6931         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6932
6933 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6934
6935         * message.el (message-exchange-point-and-mark): Rework last change to
6936         avoid using optional arg of exchange-point-and-mark, for backward
6937         compatibility.
6938
6939 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6940
6941         * message.el (message-exchange-point-and-mark):
6942         Call exchange-point-and-mark with an argument rather than setting
6943         mark-active by hand (Bug#5175).
6944
6945 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * nntp.el (nntp-service-to-port): Work for service expressed with
6948         numeric string; replace [:digit:] with [0-9] for XEmacs.
6949
6950 2009-12-17  Glenn Morris  <rgm@gnu.org>
6951
6952         * gnus-group.el (gnus-bug-group-download-format-alist):
6953         Change emacs entry to debbugs.gnu.org.  Bump :version.
6954
6955 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6958
6959 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * message.el (message-info): Explain why we use `Info-goto-node'.
6962
6963 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6966
6967 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6968
6969         * message.el (message-completion-in-region): New compatibility function.
6970         (message-expand-group): Use it.
6971
6972 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6975         with no unread article should be listed if the 2nd arg `predicate' is
6976         given.
6977
6978 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6981
6982 2009-11-29  Juri Linkov  <juri@jurta.org>
6983
6984         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6985         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6986         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6987
6988 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6989
6990         * sha1.el (sha1-string-external): default-directory "/" in case
6991         otherwise non-existent.  process-connection-type pipe for touch of
6992         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6993
6994 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6995
6996         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6997         it's comms related and sgml-mode.el has "comm" on that basis too.
6998
6999 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7002         containing tspecial characters if they have been already quoted.
7003
7004 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7005
7006         * dns-mode.el (auto-mode-alist): Purecopy string.
7007
7008 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7009
7010         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7011
7012 2009-10-24  Glenn Morris  <rgm@gnu.org>
7013
7014         * gnus-art.el (help-xref-stack-item): Define for compiler.
7015
7016 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7017
7018         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7019
7020 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7023
7024 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7027         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7028
7029 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7032         (gnus-overlays-in): New alias to overlays-in.
7033
7034         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7035         gnus-overlay-get, and gnus-delete-overlay.
7036         (gnus-summary-show-thread): Make it work as well for systems in which
7037         next-single-char-property-change is not available.
7038         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7039
7040         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7041         (gnus-overlay-get): New alias to extent-property.
7042         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7043
7044         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7045         SXEmacs.
7046
7047         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7048         SXEmacs.
7049
7050 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7053
7054 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7055
7056         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7057         and XEmacs that don't have `remove-overlays'.
7058
7059 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7060
7061         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7062         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7063         selective display.  Use overlays instead.
7064
7065 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7066
7067         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7068
7069 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7070
7071         * spam-stat.el (spam-stat-load): Fix typo in message.
7072
7073 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7074
7075         * dig.el (dig-invoke): Fix typo in docstring.
7076         (query-dig): Reflow docstring.
7077
7078 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7079
7080         * gnus-art.el (gnus-article-encrypt-body):
7081         * message.el (message-check-recipients):
7082         * mm-util.el (mm-codepage-setup):
7083         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7084         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7085
7086 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7087
7088         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7089         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7090         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7091         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7092         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7093
7094 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7095
7096         * dig.el: Add "Keywords: comm", as per net-utils.el.
7097
7098 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7099
7100         * dig.el (dig-mode): Use define-derived-mode.
7101
7102 2009-09-19  Glenn Morris  <rgm@gnu.org>
7103
7104         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7105
7106 2009-09-18  Glenn Morris  <rgm@gnu.org>
7107
7108         * gnus-diary.el (gnus-diary-check-message):
7109         * message.el (message-insert-formatted-citation-line):
7110         * nnbabyl.el (top-level):
7111         * nndiary.el (nndiary-schedule):
7112         Fix typos in condition-case handlers.
7113
7114 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7117         configuration that provides the sole article window in a frame;
7118         position point correctly after deleting a part.
7119
7120 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7121
7122         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7123         (spam-resolve-registrations-routine): Use it to unregister articles
7124         that change status.
7125
7126 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7129         with XEmacs.
7130         (parse-time-string-chars): Use it.
7131
7132 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         * imap.el (imap-interactive-login): Better messages.
7135         (imap-open): Fix bug with renamed buffer on reconnect.
7136         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7137         for easier debugging and cleaner code.  On successful (guessed based on
7138         server capabilities) secondary authentication, set imap-state
7139         correctly.
7140         (imap-last-authenticator): Define imap-last-authenticator as a variable
7141         to avoid warnings.
7142
7143 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * nnrss.el (nnrss-request-article): Remove binding of
7146         default-enable-multibyte-characters that has gotten needless by
7147         the 2007-07-13 change in rfc2047-encode-message-header.
7148
7149         * mml.el (mml-insert-multipart): Error on the message header.
7150         (mml-insert-part): Error on the message header; position point at
7151         the end of a MIME tag.
7152
7153 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * time-date.el (autoload): Expand define-obsolete-function-alias into
7156         defalias and make-obsolete for old Emacsen that Gnus supports.
7157         (with-no-warnings): Define it for old Emacsen.
7158         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7159         is available.
7160         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7161         float-time is available; suppress compile warning for time-to-seconds.
7162
7163         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7164         (gnus-float-time): Alias to float-time if it exists.
7165
7166         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7167         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7168         float-time is available; suppress compile warning for time-to-seconds.
7169
7170         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7171         XEmacs.
7172
7173 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7174
7175         * imap.el (imap-message-map): Docstring fix.
7176
7177 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7180         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7181         Add the optional argument `encoding' that overrides the default.
7182
7183         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7184         mm-encode-buffer.
7185
7186 2009-09-04  Glenn Morris  <rgm@gnu.org>
7187
7188         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7189         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7190         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7191         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7192         * mm-util.el (mm-with-unibyte-current-buffer)
7193         (mm-find-buffer-file-coding-system):
7194         * yenc.el (yenc-decode-region): Use default-value rather than
7195         default-enable-multibyte-characters.
7196
7197 2009-09-03  Glenn Morris  <rgm@gnu.org>
7198
7199         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7200         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7201         than default-enable-multibyte-characters.
7202
7203 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7204
7205         * gnus-art.el (gnus-article-read-summary-keys):
7206         Fix gnus-buffer-configuration's value temporarily used.
7207
7208 2009-09-02  Glenn Morris  <rgm@gnu.org>
7209
7210         * gnus-util.el (gnus-float-time): New function.
7211         * gnus-delay.el (gnus-delay-article):
7212         * gnus-sum.el (gnus-thread-latest-date):
7213         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7214         * nnspool.el (nnspool-request-newgroups):
7215         Use gnus-float-time rather than time-to-seconds.
7216         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7217
7218         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7219         (gnus-header-subject-face, gnus-header-newsgroups-face)
7220         (gnus-header-name-face, gnus-header-content-face):
7221         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7222         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7223         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7224         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7225         (gnus-cite-face-11):
7226         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7227         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7228         (gnus-server-closed-face, gnus-server-denied-face)
7229         (gnus-server-offline-face):
7230         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7231         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7232         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7233         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7234         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7235         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7236         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7237         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7238         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7239         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7240         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7241         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7242         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7243         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7244         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7245         (gnus-summary-high-undownloaded-face)
7246         (gnus-summary-low-undownloaded-face)
7247         (gnus-summary-normal-undownloaded-face)
7248         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7249         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7250         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7251         (gnus-splash-face):
7252         * message.el (message-header-to-face, message-header-cc-face)
7253         (message-header-subject-face, message-header-newsgroups-face)
7254         (message-header-other-face, message-header-name-face)
7255         (message-header-xheader-face, message-separator-face)
7256         (message-cited-text-face, message-mml-face):
7257         * sieve-mode.el (sieve-control-commands-face)
7258         (sieve-action-commands-face, sieve-test-commands-face)
7259         (sieve-tagged-arguments-face):
7260         * spam.el (spam-face):
7261         Mark face aliases with "-face" in the name as obsolete.
7262
7263 2009-09-01  Glenn Morris  <rgm@gnu.org>
7264
7265         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7266         than goto-line.
7267
7268 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7271         Don't move point if the command is invoked inside the message header.
7272
7273 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7274
7275         * imap.el (imap-send-command): Simplify.
7276         (imap-wait-for-tag): point-max -> buffer-size.
7277
7278 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7279
7280         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7281         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7282         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7283         * nnir.el (nnir-swish-e-index-file):
7284         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7285         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7286         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7287         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7288         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7289         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7290
7291 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7294         Don't save excursion.
7295
7296 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7297
7298         * nnheader.el (nnheader-find-file-noselect):
7299         * mm-util.el (mm-insert-file-contents):
7300         Use (default-value 'major-mode) instead of default-major-mode.
7301
7302 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7303
7304         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7305
7306 2009-08-26  Glenn Morris  <rgm@gnu.org>
7307
7308         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7309         than placing in files.el.
7310
7311 2009-08-25  Glenn Morris  <rgm@gnu.org>
7312
7313         * nnir.el (top-level): Don't require cl at run-time.
7314         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7315         Replace cl-function substitute with gnus-replace-in-string.
7316         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7317         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7318         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7319         simplified expansions.
7320
7321 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7322
7323         * dig.el (dig): Add autoload cookie.
7324
7325 2009-08-22  Glenn Morris  <rgm@gnu.org>
7326
7327         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7328         goto-line.
7329
7330 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7331
7332         * parse-time.el (parse-time-string-chars): Save match data.
7333
7334 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7335
7336         * parse-time.el (parse-time-string-chars): Compute using character
7337         classes, to handle non-ascii characters (Bug#3190).
7338
7339 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7342
7343         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7344         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7345         (gnus-mm-display-part, gnus-mime-display-single)
7346         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7347         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7348
7349         * gnus-sum.el
7350         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7351         (gnus-summary-move-article): Add expirable mark to articles copied or
7352         moved to group that has auto-expire turned on if the option is non-nil.
7353
7354 2009-07-24  Glenn Morris  <rgm@gnu.org>
7355
7356         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7357         Fix typo.  (Bug#3903)
7358
7359 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7362         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7363         that should not be used for draft articles.
7364         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7365         that has no concern in minor mode keys.
7366         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7367         Abolish.
7368
7369 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7372         article without making inquiry to a user for unknown encoding.
7373
7374         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7375         (nnmaildir--scan): Assume i-node and device number that file-attributes
7376         returns might be cons-cell.
7377
7378         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7379
7380         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7381
7382 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7383
7384         * auth-source.el: Remove docs now in auth.texi.  Don't use
7385         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7386         `auth-source-hide-passwords' and use them.
7387
7388 2009-07-15  Glenn Morris  <rgm@gnu.org>
7389
7390         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7391
7392 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7395         excessive whitespace from the default values of title and description.
7396
7397 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7400         mail-fetch-field to fetch Content-Description header in order to
7401         exclude newlines.
7402
7403 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7404
7405         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7406         format used by GnuPG 2.0.11.
7407
7408 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7411         to deleted part.
7412
7413 2009-05-30  David Engster  <dengste@eml.cc>
7414
7415         * nnmairix.el: Remove old documentation in the commentary block.
7416         (nnmairix-request-group): Do not update active file for nnml back ends.
7417         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7418         end so that overview files are ignored.
7419         (nnmairix-update-groups): Make updating the groups more robust by using
7420         marks.
7421         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7422         with dollar characters in message-id.
7423
7424 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7427         2008-12-25 in dns.el.
7428
7429 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7430
7431         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7432         could happen if the text is only composed of spaces and/or tabs.
7433
7434 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7435
7436         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7437         when sending a queued message to avoid extra mml tags.
7438
7439 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7442
7443 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7446         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7447         rmail-toggle-header for XEmacs;
7448         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7449
7450 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-dired.el: Remove autoload for gnus-setup-message.
7453         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7454         displaying Gnus logo; always use compose-mail.
7455
7456 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7459
7460 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7463         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7464         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7465         available.
7466         (gnus-nocem-epg-verify): New function.
7467
7468 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7471
7472 2009-02-15  Glenn Morris  <rgm@gnu.org>
7473
7474         * gnus-util.el (rmail-insert-rmail-file-header)
7475         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7476         autoloads.
7477         (rmail-default-rmail-file): Remove unnecessary declaration.
7478         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7479
7480 2009-02-14  Glenn Morris  <rgm@gnu.org>
7481
7482         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7483         variable (only used in gnus-util, which declares it anyway).
7484         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7485         which was only needed by gnus-art (changed to not use it any more).
7486         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7487         only used in gnus-util, which autoloads it itself.
7488         (rmail-update-summary): Fix autoload.
7489
7490         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7491         rather than rmail-output-to-rmail-file.
7492
7493 2009-02-07  Glenn Morris  <rgm@gnu.org>
7494
7495         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7496         autoload of function that no longer exists.
7497         (rmail-toggle-header): Declare.
7498         (message-forward-rmail-make-body): Handle mbox Rmail.
7499
7500 2009-01-31  Glenn Morris  <rgm@gnu.org>
7501
7502         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7503         2009-01-09 change.
7504
7505 2009-01-31  Dave Love  <fx@gnu.org>
7506
7507         * imap.el (imap-fetch-safe): Bind debug-on-error.
7508         (imap-debug): Add imap-fetch-safe.
7509
7510 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7511
7512         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7513         (auth-source-forget-all-cached): New convenience function.
7514         (auth-source-user-or-password): Accept list of modes or a single mode.
7515
7516         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7517         auth-source modes.
7518
7519         * netrc.el (netrc-machine-user-or-password): Use list of
7520         auth-source modes.
7521
7522         * nnimap.el (nnimap-open-connection): Use list of
7523         auth-source modes.
7524
7525         * nntp.el (nntp-send-authinfo): Use list of
7526         auth-source modes.
7527
7528 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7529
7530         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7531         now.
7532
7533 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7536         coding system in XEmacs; add a workaround for XEmacs.
7537
7538         * lpath.el: Fbind coding-system-aliasee.
7539
7540 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7543         of current-language-environment.
7544
7545 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7548         available at runtime.
7549
7550 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7553
7554 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7555
7556         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7557         the greatest positive fixnum value doesn't work under an XEmacs with
7558         bignum support; use the most-positive-fixnum constant instead,
7559         available since Emacs 21.1 with cl and XEmacs 21.1.
7560
7561 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7564         XEmacs gets not to work.
7565
7566 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mm-util.el (mm-coding-system-priorities): Allow the value like
7569         "Japanese (UTF-8)" of current-language-environment.
7570
7571 2009-01-09  Glenn Morris  <rgm@gnu.org>
7572
7573         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7574         with last-command-event.
7575
7576 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7579         in the doc string.
7580
7581         * message.el (message-fix-before-sending): Amend comment.
7582
7583 2009-01-08  Dave Love  <fx@gnu.org>
7584
7585         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7586
7587 2009-01-07  David Engster  <dengste@eml.cc>
7588
7589         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7590         simplified server definitions by converting it via
7591         gnus-server-to-method.
7592
7593 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7596         parameter's operands.
7597
7598 2009-01-06  David Engster  <dengste@eml.cc>
7599
7600         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7601         primary select method (for gnus-group-mark-article-as-read).
7602
7603 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7604
7605         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7606         `(gnus)Face', not `(gnus)X-Face'.
7607
7608 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * mm-util.el (mm-ucs-to-char): New function.
7611
7612         * mm-url.el (mm-url-decode-entities): Use it.
7613
7614         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7615         unicode-to-char.
7616
7617 2009-01-05  Dave Love  <fx@gnu.org>
7618
7619         * time-date.el: Require cl for `declare'.
7620
7621 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7624         Dave Love.
7625
7626 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * message.el (message-fix-before-sending): Add `eight-bit' to
7629         illegible-text check.
7630
7631 2009-01-03  Michael Olson  <mwolson@gnu.org>
7632
7633         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7634         `headers' is nil.  This can occur if the IMAP server does not have
7635         permissions to read messages from a folder, but can write new messages
7636         to the folder.
7637         (nnimap-request-article-part): Do not insert `data' if it is nil.
7638
7639         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7640         characters which will confuse `read', so skip past them.
7641
7642 2009-01-01  Dave Love  <fx@gnu.org>
7643
7644         * imap.el (imap-string-to-integer): Fix typo.
7645         (imap-fetch-safe): New function.
7646         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7647
7648         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7649
7650         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7651         (imap-parse-greeting): Fix doc strings.
7652         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7653         (imap-parse-flag-list): Make messages unique.
7654         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7655
7656         * nnimap.el: Fix author email.
7657         (nnimap-split-rule): Add FIXME comment.
7658         (nnimap-debug): Fix doc string.
7659
7660 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7663
7664 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7667         nslookup if resolv.conf isn't available.
7668         (dns-query): Rename from query-dns.
7669         (dns-query-cached): Rename from query-dns-cached.
7670
7671 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7674         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7675         to check if those variables exist (first appeared in Emacs 18.50).
7676
7677 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * mm-util.el (mm-line-number-at-pos): New function.
7680
7681         * spam-report.el (spam-report-process-queue): Use it.
7682
7683 2008-12-24  David Engster  <dengste@eml.cc>
7684
7685         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7686         parameters that haven't existed as variables as buffer-local variables.
7687
7688 2008-12-23  Dave Love  <fx@gnu.org>
7689
7690         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7691         cadar.
7692
7693         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7694         imap-starttls-p.
7695         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7696
7697 2008-12-22  Dave Love  <fx@gnu.org>
7698
7699         * imap.el: Fix author email.  Doc fixes.
7700         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7701         reply.
7702
7703 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * spam-report.el (spam-report-gmane-max-requests): New constant.
7706         (spam-report-gmane-wait): New variable.
7707         (spam-report-gmane-ham, spam-report-gmane-spam)
7708         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7709         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7710         the server.
7711
7712         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7713         Add explanations.
7714
7715         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7716         nnheader-accept-process-output and nnheader-read-timeout if available.
7717         (pop3-movemail): Use it.
7718
7719         * message.el (message-check-news-body-syntax): Fix signature check if
7720         there's an attachment.
7721
7722 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * mm-util.el: Add comments to the mm- emulating functions.
7725
7726 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7729         Reported by Stephen Berman <stephen.berman@gmx.net>.
7730
7731 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * mm-util.el (mm-substring-no-properties): New function.
7734         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7735         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7736         (mm-string-to-multibyte): Doc fix.
7737
7738         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7739
7740 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * mml.el (mml-attach-file): Strip text properties from file name.
7743         (Bug#1574)
7744
7745 2008-12-16  Glenn Morris  <rgm@gnu.org>
7746
7747         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7748
7749 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7752         knows since the charset specified might be a bogus alias that
7753         mm-charset-synonym-alist provides.
7754
7755 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7758         "ISO_8859-1".
7759
7760         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7761
7762 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * mm-util.el (mm-charset-eval-alist):
7765         Define it before mm-charset-to-coding-system.
7766         (mm-charset-to-coding-system): Add optional argument `silent';
7767         define it before mm-charset-override-alist.
7768         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7769         default value if it can be used in Emacs currently running;
7770         silence mm-charset-to-coding-system.
7771
7772 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7775         `allow-override' which says whether to use `mm-charset-override-alist'.
7776         (rfc2047-decode-encoded-words): Use it.
7777
7778         * mm-util.el (mm-charset-override-alist): Fix custom type;
7779         add `(gb2312 . gbk)' to choices.
7780
7781 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7784         fast.
7785
7786         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7787
7788         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7789
7790 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7791
7792         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7793         on links.
7794
7795         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7796
7797 2008-12-03  Lute Kamstra  <lute@gnu.org>
7798
7799         * sha1.el: Remove leading * from docstrings of defcustoms,
7800         deffaces, defconsts and defuns.
7801
7802 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7805         users' addresses that don't have domain parts.
7806         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7807         rather than message-narrow-to-head since there will be the message
7808         header separator.
7809
7810 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7811
7812         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7813         since the result is inserted in a unibyte buffer anyway.
7814         (nnimap-demule-use-string-to-multibyte): Remove.
7815         (nnimap-demule): Alias it to mm-string-to-multibyte.
7816
7817 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7820         variable for debugging bug#464 and bug#1174.
7821         (nnimap-demule): Use it.
7822
7823 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7826         score calculation correctly.
7827
7828 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7829
7830         * message.el (message-send-mail): Just set the buffer to unibyte
7831         rather than use mm-with-unibyte-current-buffer which does a lot more.
7832         (message-send-mail-partially): Don't bother with
7833         mm-with-unibyte-current-buffer since it's already been made unibyte by
7834         message-send-mail.
7835
7836 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7837
7838         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7839
7840 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7843
7844 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7847         require itself and to remove `with-no-warnings'.
7848
7849 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7850
7851         * starttls.el (starttls-any-program-available): Get the name of the
7852         available TLS layer program.
7853         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7854         well as the host name in the "opening" message.
7855
7856         * auth-source.el (auth-source-cache, auth-source-do-cache)
7857         (auth-source-user-or-password): Cache passwords and logins by default,
7858         allow override with `auth-source-do-cache'.
7859         (auth-source-forget-user-or-password): Allow users to remove cache
7860         entries if needed.
7861
7862 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7863
7864         * md4.el (md4-buffer): Fix typo in docstring.
7865         (md4, md4-64): Doc fixes.
7866         (md4-pack-int32): Reflow docstring.
7867
7868 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7869
7870         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7871         condition-case to only the forward-sexp call.
7872
7873 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7874
7875         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7876         quotes contained.  Make it more robust regardless by an extra
7877         condition-case wrapper.
7878
7879 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7882
7883 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * nnml.el (nnml-request-expire-articles): Check if the function set to
7886         `nnmail-expiry-target' returns the symbol `delete'.
7887
7888         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7889
7890         * nnmail.el (nnmail-expiry-target): Fix custom type.
7891
7892 2008-10-02  Glenn Morris  <rgm@gnu.org>
7893
7894         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7895         Silence compiler warning.
7896
7897 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7898
7899         * tls.el (open-tls-stream): Show the actual command being
7900         executed, instead of the format string.
7901
7902 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * lpath.el: Fbind codepage-setup for Emacs 23.
7905
7906 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7907
7908         * mml.el (mml-menu): Don't assume mml2015 is bound.
7909
7910 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7913         exists.
7914
7915 2008-09-27  Glenn Morris  <rgm@gnu.org>
7916
7917         * gnus-util.el (mail-header-remove-comments): Autoload it.
7918
7919 2008-09-27  Andreas Schwab  <schwab@suse.de>
7920
7921         * gnus-util.el (gnus-split-references): Strip comments.
7922         (gnus-parent-id): Likewise.
7923
7924 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * message.el (message-confirm-send): Fix version.
7927
7928 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * message.el (message-idna-to-ascii-rhs-1): Use
7931         mail-extract-address-components rather than mail-header-parse-addresses
7932         that is an alias by default to ietf-drums-parse-addresses that does not
7933         support non-ASCII names in headers' contents.
7934
7935 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * message.el (message-confirm-send): Fix variable documentation to
7938         avoid the "y/n" wording.
7939
7940 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7941
7942         * message.el (message-set-auto-save-file-name): Save to a different
7943         filename so multiple messages (especially drafts) can be recovered.
7944
7945 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * message.el (message-confirm-send): Add appropriate version.
7948
7949 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7950
7951         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7952         defvar.
7953
7954 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7955
7956         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7957         (mm-pkcs7-enveloped-magic): Ditto.
7958
7959 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7960
7961         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7962         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7963
7964 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7965
7966         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7967         default, it's better.
7968
7969 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7970
7971         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7972         summary line gnus-number property and ignore them (with a warning
7973         message).
7974
7975 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7978         macro caddr in the interactive form since it won't be expanded.
7979
7980 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7983         `charset'; fix name of function called recursively.
7984         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7985
7986 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7989         (gnus-mime-set-charset-parameters): New function.
7990         (gnus-mime-view-part-as-charset): Use it to correctly display part
7991         specifying wrong charset.
7992
7993 2008-09-08  David Engster  <dengste@eml.cc>
7994
7995         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7996         in completing-read for back end server.
7997
7998 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7999
8000         * message.el (message-confirm-send): New variable to confirm sending a
8001         message.
8002         (message-send): Use it.
8003
8004 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8005
8006         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8007
8008 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8011
8012 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8013
8014         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8015         prevent tracking too many groups.
8016         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8017         Use it.
8018
8019 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8020
8021         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8022         moving point to the bottom of the window in order to avoid recentering.
8023
8024 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8027
8028         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8029         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8030         (gnus-article-beginning-of-window): Fix calculation.
8031
8032 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-msg.el (gnus-summary-supersede-article)
8035         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8036         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8037         message header.
8038
8039 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8040
8041         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8042         pending output coming after the status change.
8043
8044 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8045
8046         * message.el:
8047         * gnus-start.el:
8048         * gnus-registry.el: Remove VMS support.
8049
8050 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8053         macro.
8054         (rfc2104-hash): Use it.
8055
8056 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8059         (gnus-summary-sort-by-most-recent-date): New commands.
8060         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8061         and menu entries.
8062
8063 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8066         don't redisplay article for raw contents; remove plural articles stuff.
8067
8068         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8069         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8070         on gnus-summary-save-article; display results properly.
8071
8072 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * lpath.el: No need to fbind ns-focus-frame.
8075
8076 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8079
8080 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-art.el (gnus-summary-save-in-pipe):
8083         Consider gnus-save-all-headers.
8084
8085 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8086
8087         * gnus-util.el (ns-focus-frame): Remove declaration.
8088         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8089         like x.
8090
8091 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8092
8093         * rfc2104.el (rfc2104-zero): Delete defconst.
8094         (rfc2104-hex-alist): Likewise.
8095         (rfc2104-hex-to-int): Delete func.
8096         (rfc2104-hexstring-to-bitstring): Likewise.
8097         (rfc2104-nybbles): New defconst.
8098         (rfc2104-hash): Rewrite for speed.
8099
8100 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * tls.el (open-tls-stream): Make it work with the 2nd argument
8103         BUFFER that is a string but does not exist as a buffer object, as
8104         mentioned in the doc-string.
8105
8106 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8109         SXEmacs.
8110
8111 2008-07-16  Glenn Morris  <rgm@gnu.org>
8112
8113         * gnus-util.el (ns-focus-frame): Declare for compiler.
8114
8115 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8118         set as a group parameter.
8119         (gnus-summary-save-in-pipe): Work when it is called independently.
8120         (gnus-summary-pipe-to-muttprint): Don't modify
8121         gnus-summary-pipe-output-default-command.
8122
8123 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8124
8125         * message.el (message-send-mail-with-sendmail):
8126         Display the error message.
8127
8128 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-art.el (gnus-default-article-saver):
8131         Add gnus-summary-save-in-pipe to choices.
8132         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8133         gnus-summary-pipe-output-default-command as the default command.
8134         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8135         instead of gnus-last-shell-command.
8136
8137         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8138         New user option.
8139         (gnus-summary-muttprint-program): Mention the value will be changed.
8140         (gnus-summary-save-article): Force showing of all headers.
8141         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8142
8143 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8144
8145         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8146
8147 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8148
8149         * nnimap.el (nnimap-id):
8150         * sieve-manage.el (sieve-manage-open): Doc fixes.
8151
8152 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8153
8154         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8155         if available.
8156
8157 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8158
8159         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8160
8161         * nnkiboze.el (nnkiboze-generate-group):
8162         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8163
8164         * nnmairix.el: Require CL.
8165
8166 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * dgnushack.el: Autoload get-display-table and put-display-table for
8169         XEmacs 21.5.
8170
8171         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8172         21.4 and SXEmacs.
8173
8174 2008-06-15  David Engster  <dengste@eml.cc>
8175
8176         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8177
8178 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8179
8180         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8181         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8182         runtime choice under XEmacs.
8183
8184         * gnus-sum.el (gnus-summary-set-display-table):
8185         Use `gnus-put-display-table', `gnus-get-display-table',
8186         `gnus-set-display-table' for the display table, instead of `aset'.
8187
8188         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8189         Use `gnus-put-display-table', `gnus-get-display-table',
8190         `gnus-set-display-table' for the display table.
8191
8192 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * nnmairix.el: Add autoloads.
8195
8196 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * nnmairix.el (nnmairix-delete-recreate-group)
8199         (nnmairix-update-and-clear-marks): Fix error messages.
8200
8201 2008-06-14  David Engster  <dengste@eml.cc>
8202
8203         * nnmairix.el: Upgrade to version 0.6.
8204         (nnmairix-group-toggle-propmarks-this-group)
8205         (nnmairix-group-toggle-readmarks-this-group)
8206         (nnmairix-group-delete-recreate-this-group)
8207         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8208         (nnmairix-remove-tick-mark-original-article): New commands.
8209         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8210         (nnmairix-propagate-marks-to-nnmairix-groups)
8211         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8212         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8213         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8214         functions needed for marks propagation and manipulation of read marks.
8215         (nnmairix-update-groups): New function.
8216         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8217         (nnmairix-determine-original-group-from-registry)
8218         (nnmairix-determine-original-group-from-path)
8219         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8220         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8221         New helper functions.
8222         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8223         keystrokes for new commands.
8224         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8225         (nnmairix-request-group): Check allow-fast group parameter.
8226         (nnmairix-request-create-group): Set allow-fast group parameter if
8227         nnmairix-allowfast-default is set.
8228         (nnmairix-close-group): Propagate marks upon closing if needed.
8229         (nnmairix-group-toggle-threads-this-group): Use new.
8230         nnmairix-group-toggle-parameter helper function.
8231         (nnmairix-search): Better check for empty search result.
8232         (nnmairix-goto-original-article): Use new helper functions for
8233         determining original article.
8234         (nnmairix-show-original-article): Make sure message-id is in brackets.
8235         (nnmairix-call-mairix-binary): Change variable name.
8236         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8237         helper function.
8238         (nnmairix-widget-toggle-activate): Fix doc string.
8239
8240 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * nnir.el: Require edmacro when compiling with XEmacs.
8243         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8244         available in Emacs 21.
8245
8246 2008-06-11  Glenn Morris  <rgm@gnu.org>
8247
8248         * gnus-util.el (x-focus-frame):
8249         * gnus.el (image-size):
8250         * mm-decode.el (image-size): Declare.
8251
8252         * gnus-picon.el (declare-function): Add compat definition.
8253         (image-size): Declare.
8254
8255         * gnus-group.el (tool-bar-map):
8256         * gnus-sum.el (tool-bar-map): Define for compiler.
8257
8258         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8259
8260         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8261
8262         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8263         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8264         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8265         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8266         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8267         * sieve-manage.el, spam-report.el, spam.el:
8268         Remove unnecessary eval-and-compile of autoloads.
8269
8270 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8271
8272         * auth-source.el: Precise Tramp doc.
8273
8274 2008-06-07  Glenn Morris  <rgm@gnu.org>
8275
8276         * nnmairix.el: Remove unnecessary eval-when-compile.
8277
8278 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * lpath.el: Fbind propertize for XEmacs 21.4.
8281
8282 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * nnir.el: Move here from ../contrib.
8285
8286 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8287
8288         * gnus-util.el (gnus-read-shell-command): New function.
8289         * mm-decode.el (mm-pipe-part):
8290         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8291
8292 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8295
8296 2008-06-03  Glenn Morris  <rgm@gnu.org>
8297
8298         * pop3.el (nnheader-accept-process-output): Autoload it.
8299
8300 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8303         are not 2-digit hexadecimal characters that follow `%'s.
8304
8305 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * message.el (message-bogus-recipient-p): Fix type in doc string.
8308         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8309         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8310         Improve custom options.
8311         (message-bogus-recipient-p): Adjust accordingly.
8312
8313 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8314
8315         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8316         long-form month and day names.
8317
8318 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * dgnushack.el: Autoload debug, eudc-expand-inline and
8321         pgg-snarf-keys-region for XEmacs.
8322
8323         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8324
8325         * nnmairix.el: Require edmacro when compiling with XEmacs.
8326
8327 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8330         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8331
8332 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8333
8334         * auth-source.el: Add more docs.
8335
8336         * netrc.el (netrc-machine): Always match if the port is not given.
8337
8338 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8341         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8342         retrieval faster in some cases, but might make CPU usage larger.
8343         If this has any bad side effects, we might revert this change.
8344
8345         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8346         seems to make mail retrieval much, much faster.
8347         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8348         unconditionally.
8349
8350         * gnus-draft.el (gnus-group-send-queue):
8351         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8352
8353 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8356
8357         * message.el (message-bogus-address-regexp): Fix and improve custom
8358         type.
8359         (message-setup-hook): Add message-check-recipients as custom option.
8360
8361 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * message.el (message-cite-function): Remove bogus autoload which crept
8364         in during merge from v5-10.
8365
8366 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8367
8368         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8369
8370         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8371
8372         * auth-source.el: Preliminary Tramp docs.
8373         (auth-sources): Change the default auth-sources to use
8374         EPA .gpg files.
8375
8376 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8377
8378         * nntp.el: Autoload `auth-source-user-or-password'.
8379         (nntp-send-authinfo): Use it.
8380
8381         * nnimap.el: Autoload `auth-source-user-or-password'.
8382         (nnimap-open-connection): Use it.
8383
8384         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8385         for the gnus-message function.
8386         (auth-source-user-or-password): Use it.
8387
8388 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8389
8390         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8391         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8392         (rfc2104-hash): Use it.
8393
8394 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8395
8396         * gnus-art.el (gnus-article-toggle-truncate-lines):
8397         Don't use `iff' in docstring.
8398
8399 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8400
8401         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8402
8403         * gnus-util.el (gnus-extract-address-component-name)
8404         (gnus-extract-address-component-email): Convenience functions around
8405         `gnus-extract-address-components'.
8406
8407         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8408         Use `gnus-extract-address-component-email' to fix bug of comparing full
8409         sender name to `user-mail-address'.
8410
8411 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8412
8413         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8414         catch/throw to optimize.
8415         (gnus-registry-find-keywords): Just use member to find a keyword.
8416
8417 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8418
8419         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8420         is current before calling gnus-server-prepare.
8421         (gnus-server-setup-buffer, gnus-server-update-server)
8422         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8423
8424 2008-05-04  Juri Linkov  <juri@jurta.org>
8425
8426         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8427         (mailcap-file-default-commands): Use mailcap-replace-in-string
8428         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8429         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8430
8431 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8432
8433         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8434
8435 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8436
8437         * gnus.el: Bump version to 0.11.
8438
8439 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8440
8441         * gnus.el: No Gnus v0.10 is released.
8442
8443 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8446         hooks.
8447         (gnus-update-read-articles): Speed up non-marks-using users.
8448         (gnus-use-marks): Define gnus-use-marks.
8449         (gnus-propagate-marks): Rename variable to something more sensible.
8450
8451 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8452
8453         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8454         (gmm-image-load-path-for-library): Fix typos in docstrings.
8455         (gmm-message): Reflow docstring.
8456
8457 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * mail-source.el (mail-source-set-1, mail-source-bind):
8460         Move auth-source code out of the macro to clean it up and fix bugs.
8461
8462 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8463
8464         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8465         by sender if it's equal to user-mail-address, it's likely to be
8466         useless.
8467
8468         * mail-source.el (mail-source-bind): Don't use user or password if they
8469         are not bound.  Unintern them if they are nil.  Don't use server unless
8470         it's bound, and default it to empty string otherwise.
8471
8472 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8473
8474         * mail-source.el: Load auth-source.el.
8475         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8476         get user name or password, if auth-sources is set up.
8477
8478         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8479         strategy of splitting with parent.
8480         (gnus-registry-split-fancy-with-parent)
8481         (gnus-registry-post-process-groups): Use it and fix prior
8482         bug (returning a list as the split result).
8483
8484         * auth-source.el (auth-sources): Remove server parameter.
8485         (auth-source-pick, auth-source-user-or-password)
8486         (auth-source-user-or-password-imap)
8487         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8488         (auth-source-user-or-password-sftp)
8489         (auth-source-user-or-password-smtp): Remove server parameter.
8490
8491 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8492
8493         * smime.el (smime-sign-region, smime-encrypt-region)
8494         (smime-decrypt-region):
8495         Remove redundant calls to `generate-new-buffer-name'.
8496
8497 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8498
8499         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8500         Don't use QP for message/rfc822.
8501         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8502
8503 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8504
8505         * sieve-manage.el (sieve-string-bytes): Remove.
8506         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8507         correct byte-length only if the process's coding-system is the same as
8508         the one used internally by Emacs to represent strings.
8509
8510 2008-04-22  Juri Linkov  <juri@jurta.org>
8511
8512         * mailcap.el (mailcap-file-default-commands): New function.
8513
8514 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * message.el (message-signature-separator, message-cite-function):
8517         Change custom version.
8518
8519 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8520
8521         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8522         commands.
8523         (tls-checktrust): Ditto.
8524
8525 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * mm-decode.el (mm-display-external): Make temp file read-only.
8528
8529 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8532         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8533         `C-c C-f d'.
8534
8535 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8536
8537         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8538
8539 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus.el: Bump version to 0.9.
8542
8543 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus.el: No Gnus v0.8 is released.
8546
8547 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8548
8549         * mail-source.el (mail-source-value):
8550         Prefer fboundp to functionp so it works with macros as well.
8551
8552 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8553
8554         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8555         Fix last change in case the element is not even a symbol.
8556
8557 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8558
8559         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8560         Prefer fboundp to functionp so it works with macros as well.
8561
8562 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * auth-source.el: Add docs.
8565         (auth-sources): Modify format to support server.
8566         (auth-source-pick, auth-source-user-or-password)
8567         (auth-source-user-or-password-imap)
8568         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8569         (auth-source-user-or-password-sftp)
8570         (auth-source-user-or-password-smtp): Add server parameter.
8571
8572 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8573
8574         * gnus-registry.el: Initialize the registry when gnus-registry-install
8575         is t.
8576
8577 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * compface.el (uncompface): Make buffer unibyte.
8580
8581 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8582
8583         * mail-source.el (mail-source-value):
8584         Prefer fboundp to functionp so it works with macros as well.
8585
8586 2008-04-05  Glenn Morris  <rgm@gnu.org>
8587
8588         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8589
8590 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8591
8592         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8593         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8594
8595         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8596         multibyteness after rather than before erasing it.
8597
8598         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8599         mm-with-multibyte.
8600         (gnus-request-article-this-buffer): Make sure the proper decoding is
8601         used if gnus-original-article-buffer happens to be unibyte.
8602
8603         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8604         default-enable-multibyte-characters.
8605
8606         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8607         default-enable-multibyte-characters.
8608
8609         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8610
8611         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8612
8613 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8614
8615         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8616         Fix last change in case the element is not even a symbol.
8617
8618 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8619
8620         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8621         (imap-message-copyuid-1): Use it.
8622         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8623         J. Williams in
8624         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8625
8626         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8627         imap-enable-exchange-bug-workaround.
8628         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8629
8630 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8631
8632         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8633         a 100 byte status-checks into a 2-3MB transfer for each group.
8634         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8635         to enable bug workaround or not.
8636         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8637
8638 2008-03-31  Glenn Morris  <rgm@gnu.org>
8639
8640         * message.el (mml2015-use): Declare for compiler.
8641         (message-info): Require mml2015 when appropriate.
8642
8643 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8646         whitespace.
8647
8648 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8649
8650         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8651         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8652         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8653         (nntp-service-to-port): New function.
8654         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8655         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8656         (nntp-open-netcat-stream): New function.
8657         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8658
8659 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8660
8661         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8662
8663 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8664
8665         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8666
8667 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8668
8669         * dns.el (dns-write): Use set-buffer-multibyte.
8670
8671 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8672
8673         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8674
8675 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * message.el (message-signature-separator): Change default.
8678         Improve custom type.
8679         (message-cite-function): Change default to
8680         message-cite-original-without-signature.
8681
8682         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8683         toggle.
8684
8685         * message.el (message-check-news-body-syntax): Fix signature check.
8686         (message-setup-1): Mark buffer as unmodified _after_ running
8687         message-setup-hook and handling message-alternative-emails.
8688         (message-shorten-references): Be more strict when building list of
8689         valid references to comply with GNKSA.
8690
8691         * gnus-group.el (gnus-read-ephemeral-bug-group)
8692         (gnus-read-ephemeral-debian-bug-group)
8693         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8694
8695         * message.el (message-info): Don't use booleanp which isn't supported
8696         in Emacs 21 and XEmacs.
8697
8698 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8701         gnus-group-gmane-group-download-format.
8702         (gnus-group-read-ephemeral-gmane-group): Rename from
8703         gnus-group-read-ephemeral-gmane-group.
8704         (gnus-read-ephemeral-gmane-group-url): Rename from
8705         gnus-group-read-ephemeral-gmane-group-url.
8706         (gnus-bug-group-download-format-alist): New variable.
8707         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8708         (gnus-read-ephemeral-emacs-bug-group): New commands.
8709
8710 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8713         (gnus-visible-headers): Improve custom type.
8714
8715 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * mml.el (mml-menu): Add workarounds for XEmacs.
8718
8719         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8720         X-Boundary header.
8721
8722         * message.el (message-simplify-recipients): Fix previous commit.
8723
8724 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8725
8726         * mm-util.el (mm-set-buffer-multibyte): New function.
8727         * mm-decode.el (mm-copy-to-buffer): Use it.
8728
8729         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8730         Prefer fboundp to functionp so it works with macros as well.
8731
8732 2008-03-19  Glenn Morris  <rgm@gnu.org>
8733
8734         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8735         Accidentally removed in the sync process with Emacs.
8736
8737 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * message.el (message-alter-recipients-discard-bogus-full-name):
8740         New function.
8741         (message-alter-recipients-function): New variable.
8742         (message-get-reply-headers): Use it.
8743         (message-replace-header): New helper function.
8744         (message-recipients-without-full-name): New variable.
8745         (message-simplify-recipients): New command.
8746
8747         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8748
8749         * message.el (message-info): Handle EasyPG manual.
8750
8751         * mml.el (mml-menu): Add entry for EasyPG.
8752
8753 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8754
8755         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8756         parameter.
8757
8758         * message.el (message-disassociate-draft): Specify drafts group name
8759         fully.
8760
8761 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8762
8763         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8764         Eliminate unnecessary duplicates from the match list.
8765
8766 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8769
8770         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8771
8772         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8773         args of `how-many' of which the XEmacs version doesn't take; declare
8774         Info-index-next as function.
8775
8776 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * gnus-score.el (gnus-score-headers): Fix handling of
8779         gnus-inhibit-slow-scoring.
8780
8781         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8782         string.
8783         (gnus-button-url-regexp): Improve handling of parenthesis.
8784         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8785         (gnus-button-handle-info-keystrokes): Handle index entries.
8786
8787 2008-03-15  Glenn Morris  <rgm@gnu.org>
8788
8789         * parse-time.el (parse-time-string): Simplify.
8790
8791 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8794         Incoming* files.
8795
8796 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * auth-source.el (auth-sources): Rename from auth-source-choices.
8799         (auth-source-pick): Use it.
8800
8801 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8802
8803         * binhex.el (binhex-decode-region-internal):
8804         * uudecode.el (uudecode-decode-region-internal):
8805         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8806         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8807         setting default-enable-multibyte-characters.
8808
8809 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8810
8811         * auth-source.el (auth-source-protocols)
8812         (auth-source-protocols-customize, auth-source-choices): Add and
8813         modified variable customizations and defaults.
8814         (auth-source-pick, auth-source-user-or-password)
8815         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8816         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8817         (auth-source-user-or-password-sftp)
8818         (auth-source-user-or-password-smtp): Use new variables and provide an
8819         interface to netrc.el.
8820
8821 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8824         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8825         Make sure the nntp port to specify is a string.
8826
8827 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8828
8829         * nntp.el: Use with-current-buffer.
8830         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8831         dubious mm-with-unibyte-current-buffer.
8832         (nntp-with-open-group-function): New function extracted from
8833         nntp-with-open-group macro.
8834         (nntp-with-open-group): Use the function, so it's easier to debug.
8835         Add indentation and debugging info.
8836         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8837         Recommend the use of the netcat alternatives.
8838
8839         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8840         Avoid mm-string-as-multibyte as well.
8841
8842         * nnweb.el (nnweb-insert-html):
8843         Remove use of nnheader-string-as-multibyte.
8844
8845         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8846         (nnheader-string-as-multibyte): Remove.
8847
8848         * mm-view.el: Use inhibit-read-only.
8849         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8850         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8851         or unibyte-string.
8852
8853         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8854         (mm-uu-yenc-extract): Use with-current-buffer.
8855
8856         * gnus-soup.el (gnus-soup-send-packet): Don't use
8857         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8858
8859         * nnmh.el: Use with-current-buffer.
8860         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8861         mm-string-as-multibyte on the output of mm-encode-coding-string.
8862
8863         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8864         (nnimap-request-move-article): Use with-current-buffer.
8865
8866         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8867         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8868         conversion uses string-make-unibyte rather than string-as-unibyte.
8869
8870         * gnus-msg.el: Use with-current-buffer.
8871
8872         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8873
8874 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8875
8876         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8877         string for caching if it is 'PIN.
8878
8879 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * lpath.el: Consider the case without Emacs/W3.
8882
8883 2008-03-08  Glenn Morris  <rgm@gnu.org>
8884
8885         * time-date.el (date-to-time, time-subtract, time-add)
8886         (safe-date-to-time): Doc fixes.
8887
8888 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * mail-source.el (mail-source-delete-old-incoming-confirm):
8891         Change default to nil.
8892         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8893
8894 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * lpath.el: Rearrange.
8897
8898         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8899         (gnus-article-goto-prev-page): Work for articles having ^L's.
8900
8901         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8902
8903         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8904
8905 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8906
8907         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8908         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8909         (gnus-bookmark-jump): Adjust some variable names.
8910
8911 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8912
8913         * auth-source.el: New package.
8914         (auth-source-choices): Add customization entry point variable.
8915
8916         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8917         bug.
8918
8919 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8922         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8923         (gnus-registry-install-shortcuts): Rename from
8924         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8925         the `gnus-registry-mark-map' keymap dynamically from
8926         `gnus-registry-marks'.  The generated functions update the summary line
8927         when a registry mark is added or deleted, and will call
8928         `gnus-registry-install-p' (see the comments in the code).
8929         (gnus-registry-user-format-function-M): Use concat intelligently.
8930
8931         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8932         the registry mark functions.
8933
8934 2008-03-05  Glenn Morris  <rgm@gnu.org>
8935
8936         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8937         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8938         gnus-art.
8939         (top-level): No need to load own source when compiling.
8940
8941 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8944         Suggested by <chris.anderton@zetnet.co.uk>.
8945
8946 2008-03-04  Glenn Morris  <rgm@gnu.org>
8947
8948         * gnus-sum.el (top-level): No need to require gnus when compiling,
8949         since unconditionally required near start of file.
8950         (gnus-summary-display-while-building): Move definition before use.
8951
8952 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8953
8954         * gnus-registry.el (gnus-registry-user-format-function-M):
8955         Add formatting function.
8956
8957 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8958
8959         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8960         with plists.
8961         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8962         Use new format.
8963
8964 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8967         `where-is-internal' that returns a range of key sequences.
8968
8969 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8970
8971         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8972
8973         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8974         (gnus-summary-jump-to-group): Consider windows on other displayed
8975         frames as well.  Similar changes might be needed elsewhere, but that's
8976         the one I've bumped into during my use.
8977
8978         * nndoc.el (nndoc-oe-dbx-type-p):
8979         * gnus-msg.el (gnus-debug):
8980         * gnus-group.el (gnus-update-group-mark-positions):
8981         Use mm-string-to-multibyte.
8982
8983 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8986         doesn't handle NotDashEscaped.
8987
8988         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8989         (mml-dnd-attach-options): Fix typo in custom choice.
8990
8991         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8992         Change nndoc-article-type to mbox.
8993         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8994
8995         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8996         to nil, instead of html2text.
8997
8998         * imap.el (imap-debug): Add `imap-ping-server'.
8999
9000         * gnus-bookmark.el: Add FIXMEs.
9001
9002         * message.el (message-form-letter-separator)
9003         (message-send-form-letter-delay): New variables.
9004         (message-send-form-letter): Use them.  New command to send form
9005         letters.  Requested by Uwe Siart.
9006         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9007
9008 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * Update copyright years.
9011
9012 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         Sync from EMACS_22_BASE.
9015
9016         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9017
9018 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9019
9020         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9021         empty author.
9022
9023 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9024
9025         * gnus-registry.el (gnus-registry-marks): Add variable for
9026         customization of marks and their appearance.
9027         (gnus-registry-read-mark): Use it.
9028         (gnus-registry-do-marks): Add utility function to loop through
9029         `gnus-registry-marks'.
9030         (gnus-registry-install-shortcuts-and-menus): Add function to install
9031         shortcuts and menus.
9032         (gnus-registry-initialize): Use it.
9033         (gnus-registry-default-mark): Clarify documentation.
9034
9035 2008-02-29  Glenn Morris  <rgm@gnu.org>
9036
9037         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9038         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9039         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9040         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9041         Change defcustom :version from 23.0 to 23.1.
9042
9043 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9044
9045         * gnus-registry.el (gnus-registry-follow-group-p)
9046         (gnus-registry-post-process-groups): Add functions to aid registry
9047         splitting and improve logging.  Clarify behavior in function
9048         documentation.
9049         (gnus-registry-split-fancy-with-parent): Use them.
9050
9051 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9052
9053         * gnus-art.el: Use with-current-buffer.
9054
9055 2008-02-27  David Engster  <dengste@eml.cc>
9056
9057         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9058         Express real group name in the response.
9059
9060 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9063         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9064         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9065         autoload gnus-registry-fetch-group when compiling.
9066         (nnmairix-request-group-with-article-number-correction):
9067         Remove unreferenced argument passed to nnmairix-call-backend.
9068
9069 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9072         (mm-uu-extract): Improve face for low color ttys.
9073         Reported by Sascha Wilde.
9074
9075 2008-02-27  Glenn Morris  <rgm@gnu.org>
9076
9077         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9078         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9079         variables to defconsts.  Convert comments to doc-strings.
9080         (nnmairix-last-server, nnmairix-current-server): Convert from free
9081         variables to defvars.  Convert comments to doc-strings.
9082         (gnus-registry-fetch-group): Autoload.
9083         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9084         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9085         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9086         caddr.
9087         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9088         nnmairix-request-group-with-article-number-correction call.
9089         (nnmairix-fast, nnmairix-group): New, less general names, for free
9090         variables passed from nnmairix-request-group to
9091         nnmairix-request-group-with-article-number-correction.  Declare.
9092         (nnmairix-request-group-with-article-number-correction):
9093         Use nnmairix-fast, nnmairix-group rather than fast, group.
9094
9095 2008-02-26  David Engster  <dengste@eml.cc>
9096
9097         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9098         version 0.5.
9099
9100 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9101
9102         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9103         instead of making an extra function call.  Don't add the current group
9104         to articles only when they have the group.  Use
9105         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9106         Reported by David <de_bb@arcor.de>.
9107
9108 2008-02-24  Miles Bader  <miles@gnu.org>
9109
9110         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9111         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9112         (mm-find-mime-charset-region):
9113         * mm-bodies.el (mm-encode-body):
9114         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9115
9116 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9119         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9120
9121 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * mail-source.el (mail-source-delete-incoming): Change default.
9124         Supplement doc string.
9125
9126         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9127
9128 2008-02-14  Glenn Morris  <rgm@gnu.org>
9129
9130         * time-date.el (format-seconds): New function.
9131
9132 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * nnmail.el (nnmail-message-id-cache-file): Derive from
9135         `gnus-home-directory'.
9136
9137 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9140         Document negative prefix.
9141
9142         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9143
9144 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * message.el (message-unsent-separator): Add the Exim bounce
9147         separator.
9148
9149 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9150
9151         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9152         list.
9153         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9154         recipient/signer list.
9155
9156 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * Makefile.in (datarootdir): Define.
9159         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9160         name that might contain whitespace.
9161
9162 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9165         fbound (Emacs 23 unicode), signal an error.
9166
9167 2008-02-08  Glenn Morris  <rgm@gnu.org>
9168
9169         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9170
9171 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9172
9173         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9174         ports to the calls to `netrc-machine-user-or-password' in addition to
9175         "imap" and "imaps".
9176
9177 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9178
9179         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9180
9181         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9182
9183 2008-02-01  Kenichi Handa  <handa@m17n.org>
9184
9185         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9186         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9187         (rfc2104-hash): Convert the result of concat to unibyte string.
9188
9189 2008-02-01  Dave Love  <fx@gnu.org>
9190
9191         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9192         coding-system-for-read.
9193         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9194
9195 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9198         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9199         <hanche@math.ntnu.no>.
9200
9201 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9204
9205         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9206
9207 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9208
9209         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9210         * message.el (message-beginning-of-line): Use featurep instead of bound
9211         tests in order to resolve conditionals at compile time.
9212
9213 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9214
9215         * mail-source.el (mail-sources): Add `group' choice.
9216
9217         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9218         parameter `in-group' to control into which group the articles go.
9219         Add treatment of `group' mail-source.
9220
9221 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9224
9225         * mm-decode.el (mm-dissect-buffer): Decode description.
9226
9227         * mml.el (mml-to-mime): Encode message header first.
9228
9229 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9232         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9233
9234         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9235         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9236
9237 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9238
9239         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9240
9241 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9244         prefix keys.
9245         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9246         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9247         gnus-xmas.el.
9248
9249         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9250         (gnus-xmas-article-describe-bindings): New function.
9251         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9252         gnus-xmas-article-describe-bindings.
9253
9254         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9255
9256 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9257
9258         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9259         Add new variables for article mark management.
9260         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9261         list of extra data entries which, when present, will indicate that the
9262         article ID should not be trimmed from the registry.
9263         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9264         functions.
9265         (gnus-registry-read-mark): New function to read a mark name from the
9266         user.
9267         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9268         (gnus-registry-set-article-mark-internal): New functions to add and
9269         remove marks.
9270         (gnus-registry-get-article-marks): New function to show the marks for
9271         an article, or retrieve them for further use.
9272
9273 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9276         keys when no argument is given.
9277
9278 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * imap.el (imap-ping-server): New variable.
9281         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9282         (imap-ping-server): Minor doc string fixes.
9283
9284 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9285
9286         * imap.el (imap-ping-server): New function.
9287         (imap-opened): Call imap-ping-server.
9288
9289 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * gnus-sum.el (gnus-article-sort-by-random)
9292         (gnus-thread-sort-by-random): Fix doc strings.
9293         Reported by jidanni@jidanni.org.
9294
9295 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-art.el (gnus-article-describe-bindings): New function.
9298         (gnus-article-read-summary-keys): Use it.
9299         (gnus-article-mode-map): Bind `C-h b' to it.
9300
9301 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9304         XEmacs.
9305         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9306         Protect against non-character events.
9307
9308         * lpath.el: Fbind map-keymap for Emacs 21.
9309
9310 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9313         New command.
9314         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9315         instead of END.  Change name of the temp file.
9316         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9317         customizable.
9318
9319 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9322         bind `S W' to gnus-article-wide-reply-with-original; set default
9323         binding to gnus-article-read-summary-send-keys.
9324         (gnus-article-read-summary-keys): Fix the order of keys; display
9325         continuation keys correctly in the echo area; describe bindings
9326         correctly when keys end with `C-h'.
9327         (gnus-article-read-summary-send-keys): New function.
9328         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9329         Work for gnus-article-read-summary-send-keys; display continuation keys
9330         correctly in the echo area.
9331         (gnus-article-reply-with-original): Ignore prefix argument.
9332         (gnus-article-wide-reply-with-original): New function.
9333
9334         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9335         Emacs 21.
9336
9337 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9340         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9341
9342 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9345         (gnus-group-read-ephemeral-gmane-group): New command.
9346
9347 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9348
9349         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9350
9351 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * message.el (message-send-mail-function): Increase custom version.
9354
9355         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9356         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9357
9358 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9359
9360         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9361         for the cases where imap-authenticate is called with a nil buffer
9362         parameter.
9363
9364 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9367         html parts correctly; support forwarded messages.
9368         (gnus-article-browse-html-article): Remove work buffers.
9369
9370         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9371         compiling.
9372         (netrc-bound-and-true-p): New macro.
9373         (netrc-parse): Use it instead of bound-and-true-p that is not available
9374         in XEmacs 21.4.
9375
9376 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9377
9378         * gnus-registry.el (gnus-registry-mark-article)
9379         (gnus-registry-article-marks): Add functionality to mark articles
9380         through the Gnus registry.
9381
9382         * encrypt.el: Clarify documentation for the new pgg method.
9383         (encrypt-file-alist): Add PGG option.
9384         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9385         functionality.  Abstract password key and messaging to external
9386         functions.
9387         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9388         (encrypt-message-method-and-cipher): Add new convenience external
9389         functions.
9390         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9391         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9392
9393         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9394         (netrc-parse): Use encrypt-file-alist to determine if
9395         encrypt-find-model or encrypt-insert-file-contents should be used.
9396
9397         * encrypt.el: Clarify documentation.  Load password-cache or
9398         password, whichever one is found first, instead of autoloading.
9399
9400 2007-12-19  Glenn Morris  <rgm@gnu.org>
9401
9402         * mml.el (message-options-set, message-narrow-to-head)
9403         (message-in-body-p, message-mail-p, message-encode-message-body):
9404         Autoload.
9405         (message-remove-header, message-narrow-to-headers-or-head)
9406         (message-subscribed-p, message-make-mail-followup-to)
9407         (message-position-on-field, message-news-p)
9408         (message-options-set-recipient, message-generate-headers)
9409         (message-sort-headers): Declare as functions.
9410
9411 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9414         convention in doc string.
9415
9416 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9419         title to html parts.
9420         (gnus-article-browse-html-article): Pass message header to it.
9421
9422         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9423
9424 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9427         or password compatible with XEmacs.
9428
9429 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9432         format document.
9433         (gnus-mime-delete-part): Don't write description line if empty.
9434         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9435
9436 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9437
9438         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9439         (gnus-summary-mark-read-and-unread-as-read)
9440         (gnus-summary-mark-current-read-and-unread-as-read)
9441         (gnus-summary-mark-unread-as-ticked): Doc fix.
9442         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9443
9444 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9447         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9448
9449 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9452         yes-or-no-p.
9453
9454 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * mm-decode.el (mm-add-meta-html-tag): New function.
9457         (mm-save-part-to-file, mm-pipe-part): Use it.
9458
9459         * gnus-art.el (gnus-article-browse-delete-temp-files):
9460         Use gnus-y-or-n-p instead of y-or-n-p.
9461         (gnus-article-browse-html-parts): Work with message/external-body; use
9462         mm-add-meta-html-tag.
9463
9464 2007-12-11  Glenn Morris  <rgm@gnu.org>
9465
9466         * gnus-cache.el: Require gnus-sum not just when compiling.
9467
9468         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9469
9470         * gnus-int.el (gnus-server-opened, gnus-status-message):
9471         Move definitions before use.
9472
9473         * mm-decode.el: Require gnus-util.
9474         (mm-remove-part): Only call delete-annotation on XEmacs.
9475
9476         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9477
9478         * nnmail.el: Require gnus-int.
9479
9480         * spam.el: Move `require's before `eval-when-compile's.
9481
9482         * gnus-ems.el (gnus-alive-p):
9483         * gnus-fun.el (message-goto-eoh):
9484         * gnus-util.el (gnus-group-name-decode):
9485         * mail-source.el (gnus-compress-sequence):
9486         * message.el (Info-goto-node, format-spec):
9487         * mm-bodies.el (message-options-get):
9488         * mm-decode.el (mm-view-pkcs7):
9489         * mm-util.el (gmm-write-region):
9490         * mml-smime.el (mml-compute-boundary)
9491         (gnus-completing-read-with-default):
9492         * mml.el (widget-button-press, gnus-make-hashtable):
9493         * mml1991.el (mm-decode-content-transfer-encoding)
9494         (mm-encode-content-transfer-encoding)
9495         (message-options-get, message-options-set):
9496         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9497         * nnfolder.el (gnus-request-group):
9498         * nnheader.el (ietf-drums-unfold-fws):
9499         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9500         * smime.el (gnus-run-mode-hooks):
9501         * spam-stat.el (gnus-message): Autoload.
9502
9503         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9504         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9505         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9506         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9507         Add declare-function compatibility definition.
9508
9509         * gnus-cache.el (nnvirtual-find-group-art):
9510         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9511         (gnus-add-image, gnus-add-wash-type):
9512         * gnus-group.el (nnkiboze-score-file):
9513         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9514         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9515         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9516         (message-tokenize-header, gnus-get-buffer-create)
9517         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9518         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9519         * gnus.el (gnus-group-decoded-name):
9520         * mail-source.el (imap-capability):
9521         * mm-bodies.el (message-options-set):
9522         * mm-decode.el (gnus-configure-windows):
9523         * mm-extern.el (message-goto-body):
9524         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9525         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9526         (epg-sub-key-validity, message-options-set):
9527         * mml.el (widget-event-point, gnus-configure-windows):
9528         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9529         * mml2015.el (epg-check-configuration, epg-configuration)
9530         (message-options-set):
9531         * nndb.el (nndb-request-article):
9532         * nnfolder.el (gnus-request-create-group):
9533         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9534         * nnmaildir.el (gnus-group-mark-article-read):
9535         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9536         * rfc1843.el (message-fetch-field):
9537         * spam.el (gnus-extract-address-components):
9538         Declare as functions.
9539
9540 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9543
9544         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9545
9546         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9547         bind show-trailing-whitespace for XEmacs.
9548
9549 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9552         new no-op macro for backward compatibility.
9553
9554         * imap.el (imap-string-to-integer): New function.
9555
9556 2007-12-09  Glenn Morris  <rgm@gnu.org>
9557
9558         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9559
9560         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9561         * message.el, mm-view.el, sieve-manage.el, smime.el:
9562         Add declare-function compatibility definition.
9563
9564         * gnus-art.el (w3-region, w3m-region, Info-menu):
9565         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9566         * gnus-sum.el (gnus-get-predicate):
9567         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9568         * message.el (mail-abbrev-in-expansion-header-p):
9569         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9570         (w3m-detect-meta-charset, w3m-region):
9571         * sieve-manage.el (password-read, password-cache-add)
9572         (password-cache-remove):
9573         * smime.el (password-read-and-add): Declare as functions.
9574
9575 2007-12-08  David Kastrup  <dak@gnu.org>
9576
9577         * gnus-sum.el (gnus-summary-simplify-subject-query):
9578         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9579         `message'.
9580
9581 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9584         it to bind idna-program, installation-directory, defined-colors, and
9585         face-attribute for XEmacs of the version that compiles defcustom forms.
9586
9587 2007-12-07  Glenn Morris  <rgm@gnu.org>
9588
9589         * gnus-art.el (article-make-date-line): Revert previous change.
9590
9591 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9594
9595 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9596
9597         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9598         Call gnus-add-to-range ranges only once with a prepared article-list.
9599
9600 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9601
9602         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9603         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9604         group names with backslashes.
9605         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9606
9607 2007-12-06  Deepak Goel  <deego3@gmail.com>
9608
9609         * gnus-art.el (article-make-date-line):
9610         * gnus-start.el (gnus-load):
9611         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9612
9613 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-art.el (gnus-use-idna)
9616         * gnus-start.el (gnus-site-init-file)
9617         * message.el (message-use-idna)
9618         * mm-uu.el (mm-uu-hide-markers)
9619         * smiley.el (smiley-style): Revert changes that suppress warnings.
9620
9621 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9624         specify charset to html source.
9625         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9626
9627 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9630         idna-program in order to suppress byte compile warning issued by XEmacs
9631         that came to byte compile the default value section of defcustom forms
9632         recently.
9633
9634         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9635         value of installation-directory.
9636
9637         * message.el (message-use-idna): Don't directly refer to the value of
9638         idna-program.
9639
9640         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9641
9642         * smiley.el (smiley-style): Don't directly call face-attribute.
9643
9644 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9647
9648         * gnus-dired.el: Reduce Gnus dependencies.
9649         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9650         Don't require.  Use autoloads instead.
9651         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9652         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9653         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9654         (gnus-dired-mode): Adjust doc string.
9655         (gnus-dired-mail-mode): New variable.
9656         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9657         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9658         (gnus-dired-mail-buffers): New function.  Return mail or message
9659         composition buffers.
9660         (gnus-dired-attach): Use it.
9661         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9662         NO-DECODE.
9663         (gnus-dired-print): Use `gnus-print-buffer' depending on
9664         `gnus-dired-mail-mode'.
9665
9666 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * rfc2047.el (rfc2047-encoded-word-regexp)
9669         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9670         explaining what regexp patterns are for.
9671
9672 2007-12-04  Glenn Morris  <rgm@gnu.org>
9673
9674         * password.el: Move to password-cache.el.
9675
9676         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9677         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9678         * mml-smime.el (password-read, password-cache-add)
9679         (password-cache-remove):
9680         No need to autoload, since mml-sec requires password.
9681
9682         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9683         * message.el (gnus-extract-address-components):
9684         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9685
9686         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9687         password.
9688
9689 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * mailcap.el: Reduce dependencies.
9692         (mail-header-parse-content-type): Autoload.
9693         (mailcap-delete-duplicates): New alias.
9694         (mailcap-mime-info): Add optional argument NO-DECODE.
9695         (mailcap-mime-types): Use mailcap-delete-duplicates.
9696
9697         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9698
9699 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9700
9701         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9702         (imap-parse-status): Upcase status-att for servers that sends them
9703         lower-case (e.g., MS Exchange 2007).
9704
9705 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9708         function.
9709
9710         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9711         (gnus-uu-yenc-article): New function.
9712
9713         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9714
9715         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9716
9717 2007-12-02  Glenn Morris  <rgm@gnu.org>
9718
9719         * binhex.el (binhex): New custom group.
9720         (binhex-decoder-program, binhex-decoder-switches)
9721         (binhex-use-external): Move to the binhex custom group.
9722
9723         * uudecode.el (uudecode): New custom group.
9724         (uudecode-decoder-program, uudecode-decoder-switches)
9725         (uudecode-use-external): Move to the uudecode custom group.
9726
9727         * netrc.el (top-level): Don't load `encrypt' features.
9728         (netrc-parse): Don't use encrypt.
9729         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9730
9731         * encrypt.el: Remove file.
9732
9733 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9736         matches on patches.
9737
9738         * gnus-art.el (gnus-article-browse-html-article):
9739         Mention `mm-text-html-renderer' in the doc string.
9740
9741         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9742         string.  Add comments.
9743
9744         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9745         if rhs is ASCII.
9746
9747 2007-12-01  Glenn Morris  <rgm@gnu.org>
9748
9749         * mail-source.el (top-level): Require format-spec before
9750         eval-when-compile.
9751
9752 2007-11-30  Glenn Morris  <rgm@gnu.org>
9753
9754         * encrypt.el: Require password, rather than autoloading password-read.
9755
9756 2007-11-29  Glenn Morris  <rgm@gnu.org>
9757
9758         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9759         (sasl-make-client, sasl-next-step, sasl-step-data)
9760         (sasl-step-set-data): Declare as functions.
9761
9762 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9765
9766 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9767
9768         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9769         certs should be verified and what is to be done in the event of a
9770         verification failure.
9771
9772         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9773         caller can indicate whether the cache should be disregarded for this
9774         call.  This way the result of the call is reproducible at all times and
9775         can be considered a canonical server name for the supplied method.
9776         (gnus-agent-method-p): Canonicalize server names by pushing their
9777         method through `gnus-method-to-server' using the no-cache argument.
9778
9779         * gnus-srvr.el (gnus-server-insert-server-line):
9780         Call `gnus-method-to-server' with `no-cache' argument.
9781
9782         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9783         gnus-agent-possibly-synchronize-flags as this should be called when the
9784         server is actually being opened.
9785         (gnus-agent-possibly-synchronize-flags)
9786         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9787         flags file of an agentized server to the latter function.
9788
9789         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9790         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9791         after a connection has been established successfully.
9792
9793 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-art.el (article-display-face): Force to display face if called
9796         interactively; check if gnus-article-x-face-too-ugly matches author.
9797         (article-display-x-face): Display face even if From header is missing
9798         as article-display-face does.
9799
9800 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9801
9802         * hashcash.el (message-narrow-to-headers-or-head)
9803         (message-fetch-field, message-goto-eoh)
9804         (message-narrow-to-headers): Declare as functions.
9805
9806 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * mail-source.el (mail-sources): Default to fetch from file for
9809         compatibility with default of nnmail-spool-file.
9810
9811 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9814         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9815         to look for encoded word that should be encoded again.
9816         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9817         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9818         encoding pattern.
9819         (rfc2047-decode-region): Switch strict regexp and loose one according
9820         to rfc2047-allow-irregular-q-encoded-words.
9821
9822 2007-11-25  Romain Francoise  <romain@orebokech.com>
9823
9824         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9825
9826 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * tls.el (tls-program): Provide more custom choices from
9829         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9830         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9831
9832 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9835         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9836
9837         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9838         `nnmail-spool-file'.
9839
9840         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9841         `nnmail-spool-file'.
9842
9843         * gnus-move.el (gnus-change-server): Ditto.
9844
9845         * gnus-kill.el (gnus-batch-score): Ditto.
9846
9847         * gnus-cache.el (gnus-jog-cache): Ditto.
9848
9849         * gnus-msg.el (gnus-summary-reply):
9850         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9851
9852 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9855         version.  Minor improvement to doc strings.
9856         (tls-program): Add comment.
9857
9858 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9859
9860         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9861         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9862         mismatch between the hostname provided in the certificate and the name
9863         of the host connnecting to.
9864         (open-tls-stream): Use them.  Check certificates against trusted root
9865         certificates.
9866
9867 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gnus-cache.el (gnus-cache-generate-nov-databases):
9870         Use nnml-generate-nov-databases-directory instead of
9871         nnml-generate-nov-databases-1.
9872
9873 2007-11-24  Glenn Morris  <rgm@gnu.org>
9874
9875         * message.el (message-tool-bar-retro): Update for rename
9876         mail_send.xpm->mail-send.xpm.
9877
9878 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9881         `smime-ldap-search' for Emacs 22 and up.
9882
9883 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9884
9885         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9886
9887         * message.el (message-send-mail-function): Fix error convention.
9888         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9889         (message-widen-reply, message-send-mail, message-talkative-question)
9890         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9891         (message-clone-locals, message-send-news): Use with-current-buffer.
9892         (message-insert-or-toggle-importance): Remove unused var `valid'.
9893         (message-make-references): Remove unused var `new-references'.
9894         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9895
9896 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9897
9898         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9899         (spam-split-symbolic-return-positive): Reflow docstring.
9900         (spam-backends, spam-summary-exit-behavior)
9901         (spam-mark-ham-unread-before-move-from-spam-group)
9902         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9903         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9904         (spam-clear-cache, spam-backend-check, spam-install-backend)
9905         (spam-install-statistical-backend, spam-list-of-processors)
9906         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9907         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9908         (spam-check-crm114, spam-initialize, spam-unload-hook):
9909         Fix typos in docstrings.
9910
9911 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9914         been checked if they have never been read and those group levels are
9915         higher than the one that a user specified.
9916
9917 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9920         foreign groups unless a group level is specified by a user.
9921         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9922
9923 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * message.el (message-send-mail-function): Require sendmail.
9926
9927 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * message.el (message-send-mail-function): Check for smtpmail too.
9930
9931         * utf7.el (utf7-encode, utf7-decode): Use coding system
9932         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9933
9934         * message.el (message-send-mail-function): New function.
9935         (message-send-mail-function): Set default using
9936         message-send-mail-function.  Adjust doc string.
9937         (message-send-mail-with-mailclient): New function.
9938
9939 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9940
9941         * smime.el (from):
9942         * rfc2047.el (message-posting-charset):
9943         * qp.el (mm-use-ultra-safe-encoding):
9944         * pop3.el (parse-time-months):
9945         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9946         * nnml.el (files):
9947         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9948         (jka-compr-compression-info-list, ange-ftp-path-format)
9949         (efs-path-regexp):
9950         * nndiary.el (files):
9951         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9952         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9953         (epg-digest-algorithm-alist, inhibit-redisplay)
9954         (password-cache-expiry):
9955         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9956         (pgg-output-buffer, password-cache-expiry):
9957         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9958         (efs-path-regexp):
9959         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9960         (inhibit-redisplay):
9961         * mm-uu.el (file-name, start-point, end-point, entry)
9962         (gnus-newsgroup-name, gnus-newsgroup-charset):
9963         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9964         (latin-unity-ucs-list):
9965         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9966         (mm-uu-binhex-decode-function):
9967         * message.el (gnus-message-group-art, gnus-list-identifiers)
9968         (rmail-enable-mime-composing, gnus-local-organization)
9969         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9970         (gnus-read-active-file, facemenu-add-face-function)
9971         (facemenu-remove-face-function, gnus-article-decoded-p)
9972         (tool-bar-mode):
9973         * mail-source.el (display-time-mail-function):
9974         * gnus-util.el (nnmail-pathname-coding-system)
9975         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9976         (gnus-original-article-buffer, gnus-user-agent)
9977         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9978         (xemacs-codename, sxemacs-codename, emacs-program-version):
9979         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9980         * gnus-start.el (gnus-agent-covered-methods)
9981         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9982         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9983         (gnus-newsgroup-headers, gnus-group-list-mode)
9984         (gnus-group-mark-positions, gnus-newsgroup-data)
9985         (gnus-newsgroup-unreads, nnoo-state-alist)
9986         (gnus-current-select-method, mail-sources)
9987         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9988         (nnmail-spool-file, gnus-cache-active-hashtb):
9989         * gnus-mh.el (mh-lib-progs):
9990         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9991         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9992         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9993         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9994         (gnus-group-buffer):
9995         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9996         (font-lock-set-defaults):
9997         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9998         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9999         (gnus-summary-post-menu, total-parts, type, condition, length):
10000         * gnus-agent.el (gnus-agent-read-agentview):
10001         * flow-fill.el (show-trailing-whitespace):
10002         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10003         eval-and-compile wrappers for byte compiler pacifiers.
10004
10005         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10006         (mm-display-inline-fontify): Check for featurep 'xemacs not
10007         extent-list.
10008
10009         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10010         itimer-list.
10011         (mm-create-image-xemacs): Only do something for XEmacs.
10012         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10013
10014         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10015
10016         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10017         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10018
10019 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10020
10021         * nnimap.el (nnimap-split-download-body):
10022         * gnus-demon.el (gnus-demon):
10023         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10024
10025 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10028         New macros.
10029         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10030         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10031         copy data from unibyte buffer to multibyte current buffer.
10032         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10033         to copy data from unibyte current buffer to multibyte buffer.
10034         (nntp-make-process-buffer): Make process buffer unibyte.
10035
10036         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10037
10038 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10039
10040         * pop3.el (pop3-open-server): Accept and process data more robustly at
10041         connexion start to avoid spurious "POP SSL connexion failed" errors.
10042
10043 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10046         read group names.
10047
10048 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10049
10050         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10051
10052 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10055         (nnmail-save-active): Use a unibyte buffer when saving active file,
10056         which may contain non-ASCII group names.
10057
10058         * nnml.el (nnml-request-group): Decode group names in messages.
10059
10060 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * message.el (message-citation-line-function)
10063         (message-insert-formatted-citation-line): Fix spelling of
10064         `message-insert-formated-citation-line'.
10065
10066 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10069
10070 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10073         nnmail-pathname-coding-system.
10074
10075         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10076         that a user enters; decode group names in messages.
10077
10078         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10079
10080 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10083
10084         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10085
10086         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10087         risky local variable.
10088
10089         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10090
10091 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10092
10093         * encrypt.el: Improve documentation to fix function name typo.
10094         Reported by Daiki Ueno <ueno@unixuser.org>.
10095
10096 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10099         even if the point is not in the last page of an article.
10100         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10101         back to the previous page.
10102
10103 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10106
10107 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10110
10111 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10112
10113         * message.el (message-check-news-body-syntax):
10114         Avoid mm-string-as-multibyte.
10115         (message-hide-headers): Don't assume (point-min)==1.
10116
10117 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * message.el (message-remove-blank-cited-lines): Fix if remove is
10120         given.
10121         (message-bogus-address-regexp): New variable.
10122         (message-bogus-recipient-p): New function.
10123         (message-check-recipients): New command.
10124         (message-syntax-checks): Add `bogus-recipient'.
10125         (message-fix-before-sending): Add `bogus-recipient'.
10126
10127         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10128         (gnus-treat-body-boundary): Don't test window-system.
10129
10130 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10131
10132         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10133
10134 2007-10-28  Miles Bader  <miles@gnu.org>
10135
10136         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10137         at compile-time too.
10138
10139 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-msg.el (gnus-message-setup-hook):
10142         Add `message-remove-blank-cited-lines' to options.
10143
10144 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * message.el (message-remove-blank-cited-lines): New function.
10147         Suggested by Karl Plästerer.
10148
10149 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10152         mapc.
10153
10154         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10155         (top-level): Use mapc to set functions to be traced for debugging.
10156
10157         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10158         called for effect with while loop.
10159
10160         * message.el (message-talkative-question): Replace mapcar called for
10161         effect with mapc.
10162
10163         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10164         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10165         called for effect with dolist.
10166
10167         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10168
10169         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10170         gnus-extra-headers and nnmail-extra-headers.
10171
10172         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10173         called for effect with dolist.
10174         (top-level): Use mapc to set functions to be traced for debugging.
10175
10176         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10177         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10178         dolist.
10179
10180         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10181         Replace mapcar called for effect with mapc.
10182         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10183         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10184         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10185         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10186
10187         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10188         remove-if that's a cl function.
10189
10190         * webmail.el (webmail-debug): Replace mapcar called for effect with
10191         dolist.
10192
10193         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10194         with mapc.
10195
10196 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10199         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10200         with while loop.
10201
10202         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10203         functions from article-* functions.
10204         (gnus-multi-decode-header): Replace mapcar called for effect with
10205         dolist.
10206
10207         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10208         (gnus-bookmark-show-details): Replace mapcar called for effect with
10209         while loop.
10210
10211         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10212         called for effect with while loop.
10213
10214         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10215         with dolist.
10216
10217         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10218         Replace mapcar called for effect with dolist.
10219
10220         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10221
10222         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10223         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10224         Replace mapcar called for effect with dolist.
10225         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10226         mapc.
10227
10228         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10229         Replace mapcar called for effect with dolist.
10230         (gnus-topic-list): Replace mapcar called for effect with mapc.
10231
10232         * gnus.el: Use mapc instead of mapcar to add autoloads.
10233
10234 2007-10-23  Richard Stallman  <rms@gnu.org>
10235
10236         * gnus-group.el (gnus-group-highlight): Mark as risky.
10237
10238 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus.el (gnus-server-to-method): Return method found first in
10241         gnus-newsrc-alist.
10242
10243         * gnus-art.el (gnus-article-highlight-signature)
10244         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10245         button overlay without the front stickiness.
10246
10247 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10248
10249         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10250         overview buffer needed a catch to receive its throw.
10251         (gnus-agent-flush-cache): Declare as interactive to make this function
10252         easier to use.
10253
10254 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10257         `next-line'.
10258
10259 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10262         exclude address matching message-dont-reply-to-names.
10263
10264 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-util.el (gnus-string<): New function.
10267
10268         * gnus-sum.el (gnus-article-sort-by-author)
10269         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10270
10271 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10274         the frame-focus tag is set in gnus-buffer-configuration.
10275
10276 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10279         the front stickiness.
10280
10281 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10284         url pattern; remove duplicate one.
10285         (gnus-article-extend-url-button): New function.
10286         (gnus-article-add-buttons): Use it.
10287         (gnus-button-push): Use concatenated url that it makes.
10288
10289 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10290
10291         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10292
10293 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10294
10295         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10296         Don't hardcode point-min==1.
10297
10298 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10301         Fix comment about "iso8859-1".
10302
10303 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10304
10305         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10306         ones returned from the verify-function.
10307
10308         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10309         Call mml2015-extract-cleartext-signature if extraction failed.
10310
10311 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10312
10313         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10314         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10315         failed.
10316
10317 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10320
10321 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10324         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10325         recommends to use EasyPG instead of PGG.
10326
10327         * pgg.el: Revert to revision 6.23.2.16.
10328
10329         * pgg-def.el: Revert to revision 6.6.2.14.
10330
10331         * pgg-gpg.el: Revert to revision 6.23.2.34.
10332
10333 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10334
10335         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10336         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10337         thread for both the null and zero (kill/expire thread) universal prefix
10338         cases.
10339         (gnus-summary-expire-thread): Add new function to expire a thread,
10340         using gnus-summary-kill-thread.
10341         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10342         shortcuts for gnus-summary-expire-thread.
10343         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10344         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10345
10346 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10347
10348         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10349         extras value, so an extras entry can be deleted.
10350         (gnus-registry-delete-extra-entry): Use it.
10351         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10352         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10353         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10354         storage through the gnus-registry, and provide an appropriate API for
10355         it.
10356
10357 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10360         Suggested by Leo <sdl.web@gmail.com>.
10361
10362         * gnus.el: Do.
10363
10364 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10367         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10368
10369         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10370
10371         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10372         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10373
10374 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10377         newline.
10378         (nnmbox-request-accept-article): Don't change article in source buffer;
10379         narrow to header to use message-fetch-field rather than
10380         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10381         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10382         as delimiters; make sure article ends with newline.
10383         (nnmbox-delete-mail): Correct last position of article to be deleted;
10384         ignore X-Gnus-Newsgroup header in article body.
10385         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10386         positions; make sure article ends with newline.
10387
10388         * message.el (message-display-abbrev): Don't infloop when a user
10389         inserts SPC in the beginning of header.
10390
10391         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10392         coding-system-for-read and coding-system-for-write for XEmacs having no
10393         file-coding feature.
10394
10395         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10396
10397 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10398
10399         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10400         list of groups not followed by default.  Fix type to be regexp.
10401         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10402
10403 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10404
10405         * hmac-def.el (define-hmac-function): Switch from old-style to
10406         new-style backquotes.
10407
10408         * md4.el (md4-make-step): Likewise.
10409
10410 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10413         raw-text coding system when saving .newsrc file, which may contain
10414         non-ASCII group names.
10415
10416 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-cus.el (gnus-score-extra): New widget.
10419         (gnus-score-extra-convert): New function.
10420         (gnus-score-customize): Use it for Extra.
10421
10422 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10423
10424         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10425         (mml2015-mailcrypt-clear-verify): Use it.
10426         (mml2015-gpg-clear-verify): Use it.
10427         (mml2015-pgg-clear-verify): Use it.
10428         (mml2015-epg-clear-verify): Replace the current part with the output
10429         from GnuPG; don't extract the plaintext by itself.
10430
10431         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10432         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10433         mml2015-clear-verify-function; don't touch the armor headers or
10434         dash-escaped text here.
10435
10436 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10439         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10440         parts, or application/octet-stream as a last resort.
10441         (gnus-mime-view-part-as-type): Don't toggle display.
10442         (gnus-mime-view-part-as-charset): Don't turn off display before
10443         querying charset.
10444
10445         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10446         stuff to undisplayer function in Emacs.
10447         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10448
10449         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10450         text/calendar parts.
10451
10452 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10455         decoding text/calendar parts.
10456
10457         * message.el (message-forward-make-body-mime): Always mark body as
10458         having no illegible text; remove signed-or-encrypted argument.
10459         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10460
10461         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10462         (mml-generate-mime-1): Don't encode body if it is specified to be in
10463         raw form; don't make buffer be unibyte when inserting multibyte string.
10464
10465 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10466
10467         * sha1.el: Fix up comment style.
10468         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10469         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10470
10471         * hex-util.el: Fix up comment style.
10472         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10473
10474         * gnus-salt.el: Use with-current-buffer.
10475         (gnus-pick-setup-message): Fix long-standing typo.
10476
10477 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * imap.el (imap-logout-timeout): New variable.
10480         (imap-logout, imap-logout-wait): New functions.
10481         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10482
10483         * nnimap.el (nnimap-logout-timeout): New server variable.
10484         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10485         nnimap-logout-timeout.
10486
10487         * gnus-art.el (gnus-article-summary-command-nosave)
10488         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10489
10490 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus.el (gnus-maximum-newsgroup): New variable.
10493
10494         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10495         according to gnus-maximum-newsgroup.
10496
10497         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10498         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10499         Limit the range of articles according to gnus-maximum-newsgroup.
10500
10501 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10502
10503         * gnus-art.el (gnus-sticky-article): Fix problems described in
10504         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10505         Don't perform gnus-configure-windows here; reuse existing sticky
10506         article buffer.
10507
10508         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10509         it doesn't exist in gnus-article-mode.
10510
10511 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10514         (gnus-agent-decoded-group-name): New function.
10515         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10516         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10517
10518 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10519
10520         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10521         Add binding for gnus-sticky-article.
10522         (gnus-summary-exit): Don't kill sticky article buffers.
10523
10524         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10525         article buffer.
10526         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10527         (gnus-kill-sticky-article-buffers): New commands.
10528
10529 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * nntp.el (nntp-xref-number-is-evil): New server variable.
10532         (nntp-find-group-and-number): If it is non-nil, don't trust article
10533         numbers in the Xref header.
10534
10535 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-agent.el (gnus-agent-read-group): New function.
10538         (gnus-agent-flush-group, gnus-agent-expire-group)
10539         (gnus-agent-regenerate-group): Use it.
10540         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10541         nnmail-pathname-coding-system.
10542
10543 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10546
10547         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10548         that are unread as unread, and also as selected so that information of
10549         marks having been changed by a user may be updated when exiting group.
10550
10551 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10554
10555 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10558         calculated ignoring signature parts to gnus-treat-article.
10559
10560 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10563         a point here in order to keep the window start.
10564         (gnus-insert-mime-security-button): Make a button overlay without the
10565         front stickiness.
10566         (gnus-mime-display-security): Goto the end of a button.
10567
10568         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10569
10570 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10573         group-name-at-point.
10574         (gnus-group-completing-read): New function that offers decoded
10575         non-ASCII group names for completion.
10576         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10577         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10578         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10579         (gnus-group-fetch-control): Use it.
10580         (gnus-fetch-group): Use group-name-at-point for the initial value
10581         rather than the default value; use gnus-alive-p.
10582
10583         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10584         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10585         (gnus-summary-post-news): Use gnus-group-completing-read.
10586
10587         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10588         (gnus-read-move-group-name): Decode group name for completion.
10589
10590 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10591
10592         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10593         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10594         Yamaoka slightly modified the code).
10595
10596 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10599         (nnmail-split-incoming): Bind it.
10600
10601         * nnml.el (nnml-group-name-charset): New function.
10602         (nnml-decoded-group-name): Use it; don't decode group name if
10603         nnmail-group-names-not-encoded-p is non-nil.
10604         (nnml-encoded-group-name): New function.
10605         (nnml-group-pathname): Inline nnml-decoded-group-name.
10606         (nnml-request-expire-articles): Decode group name in message.
10607         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10608         nnmail-pathname-coding-system.
10609         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10610         not decoded ones according to nnmail-group-names-not-encoded-p.
10611         (nnml-generate-active-info): Use nnml-encoded-group-name.
10612
10613 2007-08-08  Glenn Morris  <rgm@gnu.org>
10614
10615         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10616         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10617         doc-strings and comments.
10618
10619 2007-07-25  Glenn Morris  <rgm@gnu.org>
10620
10621         * Relicense all FSF files to GPLv3 or later.
10622
10623 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * gnus-sum.el (gnus-summary-move-article):
10626         Make gnus-summary-respool-article work.
10627
10628 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10631         string.
10632
10633 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10634
10635         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10636         that should be ignored when comparing distant RSS articles with local
10637         ones.
10638         (nnrss-make-hash-index): New function.  Create a hash index according
10639         to the ignored fields.
10640         (nnrss-check-group): Use it.
10641
10642 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10645
10646         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10647
10648         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10649         the new optional argument ENCODED is non-nil.
10650         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10651         coding system for encoding group name.
10652         (gnus-group-make-rss-group): Pass un-encoded group name to
10653         gnus-group-make-group.
10654         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10655         encoded.
10656
10657         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10658         Encode group name to which articles are moved or copied.
10659         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10660         coding system for encoding Newsgroup, Followup-To and Xref headers.
10661
10662         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10663         marks; use nnheader-file-coding-system to write a file.
10664         (nnagent-retrieve-headers): Bind file-name-coding-system to
10665         nnmail-pathname-coding-system.
10666
10667         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10668
10669         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10670         (nnml-request-article, nnml-request-create-group)
10671         (nnml-request-rename-group, nnml-find-id)
10672         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10673         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10674         (nnml-save-marks): Use nnml-group-pathname instead of
10675         nnmail-group-pathname.
10676
10677         (nnml-request-create-group, nnml-request-expire-articles)
10678         (nnml-request-move-article, nnml-request-delete-group)
10679         (nnml-deletable-article-p, nnml-possibly-create-directory)
10680         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10681         (nnml-open-marks): Bind file-name-coding-system to
10682         nnmail-pathname-coding-system.
10683
10684         (nnml-request-article): Pass server argument to nnml-find-group-number.
10685         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10686         Pass server argument to nnml-possibly-create-directory.
10687         (nnml-request-accept-article): Pass server argument to
10688         nnml-active-number and nnml-save-mail.
10689         (nnml-find-group-number): Pass server argument to nnml-find-id.
10690         (nnml-request-update-info): Pass server argument to
10691         nnml-marks-changed-p.
10692
10693         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10694         (nnml-save-mail, nnml-active-number): Add server argument.
10695
10696         (nnml-request-delete-group): Warn if group is missing.
10697         (nnml-get-nov-buffer): Decode group name.
10698         (nnml-generate-active-info): Encode group name.
10699         (nnml-open-marks): Decode group name in messages.
10700
10701 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10704         if it is not specified.
10705         (gnus-article-pipe-part, gnus-article-save-part)
10706         (gnus-article-interactively-view-part, gnus-article-copy-part)
10707         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10708         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10709         (gnus-article-replace-part, gnus-article-delete-part)
10710         (gnus-article-view-part-as-type): Pass raw prefix argument to
10711         gnus-article-part-wrapper.
10712
10713 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * gnus-agent.el (gnus-agent-save-active):
10716         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10717
10718         * gnus-cache.el (gnus-cache-save-buffers)
10719         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10720         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10721         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10722         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10723         (gnus-cache-generate-active, gnus-cache-rename-group)
10724         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10725         (gnus-cache-update-overview-total-fetched-for):
10726         Bind file-name-coding-system to nnmail-pathname-coding-system.
10727         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10728         New variables.
10729         (gnus-cache-decoded-group-name): New function.
10730         (gnus-cache-file-name): Use it.
10731         (gnus-cache-generate-active): Use non-decoded group name for active.
10732
10733         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10734         right place.
10735         (gnus-write-active-file): Don't break non-ASCII group names.
10736
10737         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10738         nnmail-pathname-coding-system.
10739
10740         * lpath.el: Bind default-file-name-coding-system,
10741         file-name-coding-system and language-info-alist for XEmacs.
10742
10743         * gnus-uu.el (gnus-uu-decode-save): Typo.
10744
10745 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10748
10749 2007-07-14  David Kastrup  <dak@gnu.org>
10750
10751         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10752         finishing actions if we did not edit the article.
10753
10754 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10757         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10758         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10759         (gnus-agent-flush-group, gnus-agent-flush-cache)
10760         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10761         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10762         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10763         (gnus-agent-regenerate-group)
10764         (gnus-agent-update-files-total-fetched-for)
10765         (gnus-agent-update-view-total-fetched-for):
10766         Bind file-name-coding-system to nnmail-pathname-coding-system.
10767         (gnus-agent-group-pathname): Don't encode file names by
10768         nnmail-pathname-coding-system.
10769         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10770         coding-system-for-write instead of buffer-file-coding-system to
10771         gnus-agent-file-coding-system.
10772
10773         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10774         Decode group name.
10775
10776         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10777
10778         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10779         (gnus-read-newsrc-el-file): Make group names unibyte.
10780
10781         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10782         nnmail-pathname-coding-system.
10783
10784         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10785         (nnrss-request-delete-group): Bind file-name-coding-system to
10786         nnmail-pathname-coding-system.
10787         (nnrss-read-server-data, nnrss-read-group-data):
10788         Bind file-name-coding-system correctly.
10789         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10790
10791         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10792         (nntp-server-to-method-cache): New variable.
10793         (nntp-group-pathname): New function that decodes non-ASCII group names.
10794         (nntp-possibly-create-directory, nntp-marks-changed-p)
10795         (nntp-save-marks, nntp-open-marks): Use it.
10796         (nntp-possibly-create-directory, nntp-open-marks):
10797         Bind file-name-coding-system to nnmail-pathname-coding-system.
10798         (nntp-open-marks): Decode group names when bootstrapping marks.
10799
10800         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10801         Newsgroups and Folowup-To headers.
10802
10803 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10806         (gnus-server-closed-face, gnus-server-denied-face)
10807         (gnus-server-offline-face): Remove variable.
10808         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10809
10810         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10811         of modifying message-stack directly for XEmacs.
10812
10813         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10814         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10815         if the coding-system argument is nil for XEmacs.
10816
10817         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10818         mm-charset-override-alist.
10819
10820         * rfc2047.el: Don't require base64; require rfc2045 for the function
10821         rfc2045-encode-string.
10822         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10823         to quote the parameter value.
10824
10825 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10828         form in gnus-group-name-charset-method-alist.
10829
10830         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10831         overrides the default layout edit-form.
10832
10833         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10834
10835         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10836
10837 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10840         as unfetched articles.
10841
10842 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10845
10846 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10849         original back end that keeps marks in the local system.
10850
10851 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10854         arg of pop-to-buffer for XEmacs.
10855         (gnus-article-read-summary-keys): Ditto; don't restore window
10856         configuration if summary command ends up with neither article buffer
10857         nor summary buffer; describe bindings if summary keys end with C-h.
10858
10859 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * message.el (message-fix-before-sending): Skip raw message part to be
10862         forwarded while checking illegible text.
10863         (message-forward-make-body-mime, message-forward-make-body):
10864         Mark signed or encrypted raw message as having no illegible text.
10865
10866 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10869         (gnus-message-with-timestamp-1): New macro.
10870         (gnus-message-with-timestamp): New function.
10871         (gnus-message): Use them.
10872
10873         * nnheader.el (nnheader-message): Use them.
10874
10875 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10878         .newsrc.eld file.
10879
10880 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus-agent.el (gnus-agent-fetch-headers)
10883         (gnus-agent-retrieve-headers):
10884         Bind gnus-decode-encoded-address-function to identity.
10885
10886         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10887         available also when the server returns simply a dot.
10888
10889         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10890
10891 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10894
10895 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-ems.el (gnus-x-splash): Make it work.
10898
10899         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10900         from being used.
10901
10902         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10903
10904 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10907         4th and the 5th arguments.
10908
10909         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10910         the front stickiness.
10911         (gnus-article-summary-command-nosave): Correct the order of the
10912         arguments passed to pop-to-buffer.
10913         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10914         summary command ends up with the article buffer.
10915
10916         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10917         the same faces.
10918
10919 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10920
10921         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10922
10923 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10924
10925         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10926         * gnus-sum.el (gnus-summary-highlight):
10927         * pgg.el (pgg-sign-region, pgg-sign):
10928         * mail-source.el (mail-source-delete-old-incoming-confirm):
10929         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10930
10931 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-art.el (gnus-mime-view-part-externally)
10934         (gnus-mime-view-part-internally): Fix predicate function passed to
10935         completing-read.
10936
10937         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10938
10939         * gnus.el (gnus-update-message-archive-method): Add :version.
10940
10941 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gnus.el (gnus-update-message-archive-method): New variable.
10944
10945         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10946         according to gnus-message-archive-method if
10947         gnus-update-message-archive-method is non-nil.
10948
10949 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10952         Suggested by Loic Dachary <loic@dachary.org>.
10953         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10954
10955 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * message.el (message-pop-to-buffer): Add switch-function argument.
10958         (message-mail): Pass switch-function argument to it.
10959
10960 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10963         Improve doc string.
10964
10965 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10968         (gnus-header-content)
10969         * gnus-cite.el (gnus-cite-10)
10970         * gnus-srvr.el (gnus-server-closed)
10971         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10972         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10973         (gnus-group-mail-3-empty, gnus-group-mail-low)
10974         (gnus-group-mail-low-empty, gnus-splash)
10975         * message.el (message-header-to, message-header-cc)
10976         (message-header-subject, message-header-other, message-header-name)
10977         (message-header-xheader, message-separator, message-cited-text)
10978         (message-mml): Lighten colors of faces used for dark background.
10979
10980 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10981
10982         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10983         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10984
10985 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * message.el (message-narrow-to-headers-or-head):
10988         Ignore mail-header-separator in the body.
10989
10990 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10993         same as window size.
10994
10995 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10996
10997         * message.el (message-font-lock-keywords): Use message-header-xheader
10998         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10999         ahead of the anything pattern, to get it recognised.
11000
11001 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11004         spam.el loads uses it in the compiled defadvice form.
11005
11006 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11007
11008         * gnus-sum.el (gnus-articles-to-read)
11009         (gnus-summary-insert-old-articles): Don't truncate group name for
11010         `read-string'.
11011
11012         * gnus-util.el (gnus-limit-string): Delete this function.
11013
11014         * gnus-sum.el (gnus-simplify-subject-fully):
11015         Use `truncate-string-to-width' instead.
11016
11017 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11018
11019         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11020         Tell if, on summary exit, the next group has to be selected.
11021         (gnus-summary-exit): Use it.
11022
11023 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11026         non-break space.
11027
11028 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11031         Check if group is not a directory.
11032         (nnfolder-request-expire-articles): Don't delete articles if the target
11033         group is not available.
11034
11035         * nnml.el (nnml-request-create-group): Properly check if group is not a
11036         file.
11037         (nnml-request-expire-articles): Don't delete articles if the target
11038         group is not available.
11039
11040         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11041         Don't quote characters that are within parentheses.
11042
11043 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11046         (gnus-handle-ephemeral-exit): Select article according to it.
11047
11048 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * message.el (message-insert-formated-citation-line): Remove newline.
11051         (message-citation-line-format): Add final \n here so that the user can
11052         avoid a blank line.
11053
11054 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11055
11056         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11057         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11058         Update lanl/arXiv support.
11059
11060 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * gnus.el: Bump version number.
11063
11064 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * gnus.el (gnus-version-number): Bump version.
11067
11068 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11069
11070         * gnus.el: No Gnus v0.6 is released.
11071
11072 2007-04-27  Didier Verna  <didier@xemacs.org>
11073
11074         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11075         * gmm-utils.el (gmm-regexp-concat): ... here.
11076         * message.el: Don't require 'gnus-util.
11077         (message-dont-reply-to-names): Handle name change above.
11078         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11079
11080 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11083         since the initial value varies according to the system.
11084
11085 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11088
11089 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11090
11091         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11092
11093 2007-04-24  Didier Verna  <didier@xemacs.org>
11094
11095         Improve the type of gnus-ignored-from-addresses.
11096         * gnus-util.el (gnus-orify-regexp): New function.
11097         * message.el (gnus-util): Require it.
11098         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11099         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11100         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11101
11102 2007-04-24  Didier Verna  <didier@xemacs.org>
11103
11104         * gnus-sum.el:
11105         * gnus-utils.el: Fix some trailing whitespaces.
11106
11107 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11110         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11111         article's Message-ID; refer parent article in summary buffer.
11112
11113         * message.el (message-bounce): Call mime-to-mml.
11114
11115         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11116         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11117         optimize and/or forms properly.
11118
11119 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11122         URL.
11123
11124 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11127
11128 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11131         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11132         displayed of multipart/alternative part if it is invoked from summary
11133         buffer.
11134
11135         * mm-view.el (mm-inline-text-html-render-with-w3m)
11136         (mm-inline-text-html-render-with-w3m-standalone)
11137         (mm-inline-render-with-function): Use mail-parse-charset by default.
11138
11139 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11140
11141         * parse-time.el (parse-time-string-chars): Check if CHAR
11142         is less than the length of parse-time-syntax.
11143
11144 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11147         from gnus-newsgroup-processable.
11148
11149 2007-04-16  Didier Verna  <didier@xemacs.org>
11150
11151         * gnus-msg.el (gnus-configure-posting-styles):
11152         Handle message-signature-directory properly with :file syntax.
11153         Reported by "Leo".
11154
11155 2007-04-11  Didier Verna  <didier@xemacs.org>
11156
11157         New user option: message-signature-directory.
11158         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11159         * message.el (message-insert-signature): Ditto.
11160         * message.el (message-signature-file): Doc update.
11161         * message.el (message-signature-directory): New.
11162
11163 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-msg.el (gnus-inews-yank-articles):
11166         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11167
11168 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * message.el (message-yank-original): Make sure cited text ends with
11171         newline; don't exchange point and mark.
11172
11173 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11174
11175         * tls.el (open-tls-stream): Properly handle case where there
11176         is no associated buffer.
11177
11178 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11179
11180         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11181         message-yank-original, make sure (< mark TEXT point).
11182
11183 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * message.el (message-fill-column): New variable.
11186         (message-mode): Use it.  Add comment on a possible new hook.
11187
11188         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11189         (nnmail-get-new-mail): Reformat.
11190
11191         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11192
11193         * gmm-utils.el: Fix Commentary.
11194         (gmm-tool-bar-from-list): Fix typo in doc string.
11195
11196 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11197
11198         * message.el (message-yank-original): Don't switch point and mark
11199         unnecessarily to put point and mark as documented.
11200
11201 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11202
11203         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11204         from the message heads.
11205
11206 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11207
11208         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11209         article buffer does not have a window.  This may not be the best
11210         solution but is certainly better than setting the start of the null,
11211         that is the current, window.
11212
11213 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11216         (gnus-draft-setup): Run it.
11217
11218         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11219         gnus-score-fast-scoring.  Allow regexp.
11220         (gnus-score-headers): Use it.
11221
11222         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11223         XEmacs.
11224
11225         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11226         string.
11227         (gnus-button-alist): Also catch `<f1> k ...'.
11228         (gnus-treat-display-x-face): Fix doc string.
11229
11230 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11231
11232         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11233         evaluation of gnus-extended-version to ensure correct generation of the
11234         User-Agent header when message-generate-headers-first is used.
11235
11236 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11237
11238         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11239         hashcash-path is nil.  Don't call callback with incorrect number of
11240         parameters if val is 0.
11241
11242 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11243
11244         * message.el (message-required-news-headers):
11245         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11246
11247 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11248
11249         * tls.el (open-tls-stream): In handshake-waiting loop,
11250         don't wait more if there is output available to process.
11251
11252 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11253
11254         * tls.el (tls-program): Doc fix.
11255
11256 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * message.el (message-generate-new-buffers): Change the meaning of the
11259         nil value; add `standard' to the choices; treat t as `unique'; improve
11260         doc string.
11261         (gnus-select-frame-set-input-focus): Autoload.
11262         (message-buffer-name): Search for the existing message buffer if
11263         message-generate-new-buffers is nil or `standard'; treat the value t of
11264         message-generate-new-buffers as `unique'.
11265         (message-pop-to-buffer): Raise the frame already displaying the message
11266         buffer; clear the echo area after querying.
11267         (message-setup): Pass the `continue' argument to compose-mail.
11268         (message-mail): Prefer `switch-function' if it is given; search for the
11269         existing message buffer if the `continue' argument is non-nil; pass
11270         continue and switch-function arguments to compose-mail by way of
11271         message-setup.
11272         (message-mail-other-window): Adjust argument of message-setup.
11273         (message-mail-other-frame): Ditto.
11274
11275 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11278         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11279         to turn font-lock on when turning gnus-message-citation-mode on.
11280
11281 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11282
11283         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11284         (mml-smime-function-alist): New variable; add epg as the backend.
11285         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11286         mml-smime- functions instead.
11287         * mm-view.el: Require smime.
11288
11289 2007-03-05  Didier Verna  <didier@xemacs.org>
11290
11291         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11292         instead of just inheritance for posting styles.
11293         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11294
11295 2007-02-24  Chris Moore  <dooglus@gmail.com>
11296
11297         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11298         * pgg-pgp.el (pgg-pgp-encrypt-region):
11299         * pgg-gpg.el (pgg-gpg-encrypt-region):
11300         Check pgg-encrypt-for-me if no other recipients.
11301
11302 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11303
11304         * tls.el (tls-certtool-program): Fix custom type.
11305
11306 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11309         and point-at-eol instead of line-(beginning|end)-position.
11310
11311         * assistant.el (assistant-parse-buffer): Ditto.
11312
11313         * netrc.el (netrc-parse-services): Ditto.
11314
11315 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11316
11317         * mml2015.el (mml2015-epg-find-usable-key): New function.
11318         (mml2015-epg-sign): Use it.
11319         (mml2015-epg-encrypt): Use it.
11320
11321 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * message.el (message-make-in-reply-to): Quote name containing
11324         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11325         if there are special characters.  Reported by NAKAJI Hiroyuki
11326         <nakaji@jp.freebsd.org>.
11327
11328 2007-02-27  Didier Verna  <didier@xemacs.org>
11329
11330         Include the group parameters as well as the topic ones in the
11331         inheritance filter process.
11332         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11333         argument GROUP-PARAMS-LIST.
11334         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11335
11336 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * nntp.el (nntp-never-echoes-commands)
11339         (nntp-open-connection-functions-never-echo-commands): New variables.
11340         (nntp-send-command): Use them.
11341
11342 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11343
11344         * mml2015.el (mml2015-epg-verify): Simplify.
11345
11346 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * mml.el (mml-content-disposition-alist): New user option.
11349         (mml-content-disposition): New function.
11350         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11351         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11352
11353 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11354
11355         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11356         verification.
11357
11358 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11359
11360         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11361         articles posted in the last 24 hours.
11362
11363 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11364
11365         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11366
11367 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11368
11369         * nntp.el (nntp-send-command): Don't wait for echoes when
11370         nntp-open-ssl-stream is used.
11371
11372 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11375         (gnus-message-add-citation-keywords)
11376         (gnus-message-remove-citation-keywords): Remove.
11377         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11378         directly, make the variables in font-lock-defaults buffer-local, add
11379         gnus-message-citation-keywords to them and then update the value of
11380         font-lock-keywords.
11381
11382 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * message.el (message-cite-original-1): Don't call
11385         gnus-article-highlight-citation.
11386
11387         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11388         citations; fix line count.
11389
11390 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11393         (gnus-message-add-citation-keywords)
11394         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11395         versions of font-lock-add-keywords and font-lock-remove-keywords to
11396         work with XEmacs correctly.
11397
11398 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-cite.el (gnus-cite-face-list): Set the values of
11401         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11402         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11403         (gnus-message-cite-prefix-regexp): New variable.
11404         (gnus-message-search-citation-line): Use it; protect against long
11405         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11406         the 0th match data for Emacs.
11407         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11408         (gnus-message-add-citation-keywords): Append keywords rather than
11409         prepending; emulate font-lock-add-keywords if it is not available.
11410         (gnus-message-remove-citation-keywords):
11411         Emulate font-lock-remove-keywords if it is not available.
11412
11413         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11414
11415         * message.el (message-cite-prefix-regexp): Set the value of
11416         gnus-message-cite-prefix-regexp.
11417
11418 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11419
11420         * nnweb.el (nnweb-google-parse-1): Update parser.
11421
11422 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11423
11424         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11425
11426 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11427
11428         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11429         regexp.
11430
11431 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11434         string-to-multibyte.
11435         (uudecode-decode-region-internal): Use it.
11436
11437         * lpath.el: Fbind string-as-multibyte for XEmacs.
11438
11439 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11442         Fix custom choice.
11443
11444         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11445
11446 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11447
11448         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11449
11450         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11451         `write-region' to respect `mm-inhibit-file-name-handlers'.
11452
11453 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11456         Use gnus-home-directory instead of "~/" or "$HOME".
11457
11458 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11459
11460         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11461         to mention filename.
11462         Add comments at beginning regarding usage.
11463         (encrypt-write-file-contents): Change interactive so a string is
11464         acceptable.  If the file has no associated model, show an error instead
11465         of a nonsense prompt.
11466
11467 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11468
11469         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11470         Thanks to Yoshihiko Yamada for kind notification of this typo.
11471
11472 2007-01-12  Kenichi Handa  <handa@m17n.org>
11473
11474         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11475         multibyte buffer.
11476
11477 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * gnus-score.el (gnus-score-fast-scoring): New variable.
11480         (gnus-score-headers): Use it.
11481
11482         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11483
11484         * message.el (message-cite-original-1):
11485         Call gnus-article-highlight-citation if requested.
11486         (message-make-from): Allow name and address as optional arguments.
11487
11488         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11489
11490         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11491         bugs to doc string.
11492         (gnus-button-alist): Add mid\\|message-id.
11493         (gnus-button-fetch-group): Extend for use in
11494         `browse-url-browser-function'.
11495         (gnus-button-url-regexp): Try to catch paired parentheses like in
11496         Wikipedia URLs.
11497
11498         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11499         Suggested by Simon Krahnke <overlord@gmx.li>.
11500
11501 2007-01-13  Romain Francoise  <romain@orebokech.com>
11502
11503         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11504         Update copyright.
11505
11506 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11507
11508         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11509
11510 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11511
11512         * gnus-registry.el (gnus-registry-unfollowed-groups)
11513         (gnus-registry-split-fancy-with-parent): Fix documentation.
11514
11515 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11518         from nnweb groups.
11519
11520 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11523         Xref urls.  Erase buffer before requesting head.
11524
11525         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11526
11527 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11528
11529         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11530         customizable.
11531
11532 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11533
11534         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11535         no signing key is found.
11536         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11537         no encrypting and/or signing key is found.
11538
11539 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11542
11543 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11544
11545         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11546         headers read from disk with the ones newly found in the current search.
11547         This should no longer cause problems, because the article numbers in
11548         Gmane's `nov.php' output are ignored since the previous change.
11549
11550 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11551
11552         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11553
11554 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11557         replace-regexp-in-string; bind url-version; fbind display-images-p and
11558         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11559         find-face and set-itimer-function for Emacs; bind itimer-list for
11560         Emacs.
11561
11562         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11563
11564 2007-01-01  Romain Francoise  <romain@orebokech.com>
11565
11566         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11567
11568 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11569
11570         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11571         `define-minor-mode' macro definition expanded properly.
11572         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11573         exclude it there.
11574
11575         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11576         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11577         `fboundp' test.
11578         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11579         This is OK to autoload in (S)XEmacs now.
11580
11581 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11582
11583         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11584         keystroke.
11585         (gnus-summary-limit-to-singletons): Fix typo.
11586
11587         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11588         else fails.
11589
11590 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11591
11592         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11593         docstring.
11594
11595         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11596         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11597         (gnus-summary-insert-dormant-articles): Fix typo in message.
11598
11599 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11602         nil for XEmacs.
11603         (gnus-message-citation-mode): Don't autoload in XEmacs.
11604
11605         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11606
11607 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11608
11609         * nnimap.el (nnimap-expunge-search-string):
11610         Mention nnimap-search-uids-not-since-is-evil in docstring.
11611
11612 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * spam.el: Revert to make-obsolete-variable because
11615         define-obsolete-variable-alias is not supported in Emacs 21.
11616
11617         * spam.el (spam-ifile-path, spam-ifile-database-path)
11618         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11619         make-obsolete-variable.
11620         (spam-bsfilter-path, spam-bsfilter-program)
11621         (spam-spamassassin-path, spam-spamassassin-program)
11622         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11623         Don't use "path" inappropriately.
11624         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11625         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11626         variable names.
11627
11628 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11629
11630         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11631         summary buffer.
11632
11633         * password.el (password-cache-remove): Use clear-string to burn
11634         password, if available.
11635
11636 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11639
11640         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11641
11642         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11643         (gnus-message-highlight-citation): Move defcustom here from
11644         gnus-cite.el.
11645         (gnus-message-citation-mode): Autoload.
11646
11647         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11648         checks to make it compile with XEmacs.
11649         (gnus-message-citation-mode): New minor mode.
11650         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11651         (gnus-message-highlight-citation): New variables.
11652         (gnus-message-search-citation-line)
11653         (gnus-message-add-citation-keywords)
11654         (gnus-message-remove-citation-keywords)
11655         (turn-on-gnus-message-citation-mode)
11656         (turn-off-gnus-message-citation-mode): New functions.
11657
11658 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11659
11660         * gnus-cite.el: Enable highlighting of different citation levels in
11661         message-mode.
11662
11663 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * message.el (message-make-fqdn): Fix comment.
11666         (message-bogus-system-names): Add ".local".
11667
11668         * spam.el (spam-ifile-path, spam-ifile-program)
11669         (spam-ifile-database-path, spam-ifile-database)
11670         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11671         Don't use "path" inappropriately.
11672         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11673         strings.
11674         (spam-check-ifile, spam-ifile-register-with-ifile)
11675         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11676         Use new variable names.
11677
11678         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11679         (gnus-treat-display-smileys): Simplify using
11680         gnus-image-type-available-p.
11681
11682         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11683         available.
11684
11685         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11686         Use `display-images-p' if available.
11687
11688 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11691         one after turning on the buffer's multibyteness instead of decoding
11692         them directly in the unibyte buffer that causes unexpected conversion
11693         in Emacs 23 (unicode).
11694
11695 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11696
11697         * message.el (message-generate-hashcash): Fix custom type.
11698
11699 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11702
11703 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11706         disconnect icons.  Add help text.
11707
11708 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11709
11710         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11711         negated to be consistent with the others we handle.
11712
11713 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11716         version of gnus-summary-buffer to something, so that we can use two
11717         article buffers at the same time.
11718
11719 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11720
11721         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11722         trigger all the extra headers.
11723         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11724         sorting.
11725
11726 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11727
11728         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11729         solid groups.
11730
11731 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11732
11733         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11734
11735 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * legacy-gnus-agent.el: Add Copyright notice.
11738
11739 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11740
11741         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11742
11743 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11746
11747         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11748         to make it work reliably in CVS Emacs.
11749         (gnus-summary-limit-strange-charsets-predicate)
11750         (gnus-summary-limit-to-predicate): New functions.
11751
11752 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11753
11754         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11755         specifying array size.
11756         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11757         array if it is too small.
11758         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11759         (gnus-sort-threads-loop): New function.
11760
11761 2006-12-06  Chris Moore  <dooglus@gmail.com>
11762
11763         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11764         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11765
11766 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11767
11768         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11769         options.
11770
11771 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11772
11773         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11774         DOS-ing the recipient.
11775
11776         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11777         the headers when creating the mapping to avoid mismappings.
11778         (nnweb-gmane-create-mapping): Always nix out old mapping.
11779
11780 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11783         and mm-verify-option to never.
11784
11785 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * message.el (message-signed-or-encrypted-p): New function.
11788         (message-forward-make-body): Use it.
11789
11790         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11791         Replace encode-coding-string with mm-encode-coding-string.
11792
11793 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * nneething.el (nneething-decode-file-name):
11796         Replace decode-coding-string with mm-decode-coding-string.
11797
11798         * gnus-int.el (gnus-open-server): Say failed server's name.
11799
11800 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11801
11802         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11803         strings to a single string.  Quote `errors-file-name'.
11804         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11805         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11806         Adjust calls.  Use `shell-quote-argument'.
11807
11808 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11809
11810         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11811         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11812
11813         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11814         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11815         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11816         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11817         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11818         (gnus-subscribe-newsgroup, gnus-1):
11819         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11820         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11821         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11822         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11823
11824 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11825
11826         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11827         keystroke.
11828         (gnus-summary-limit-to-bodies): Implement headersp.
11829
11830 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11833
11834 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11837
11838 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11839
11840         * message.el (message-generate-hashcash): Expand range of values to
11841         include `opportunistic'.
11842         (message-send-mail): Use it.
11843
11844 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11845
11846         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11847         and comment it.
11848
11849         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11850
11851 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * gnus-util.el (gnus-extract-address-components): Improve comment.
11854
11855 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-util.el (gnus-extract-address-components): Work with address in
11858         which the name portion contains @.
11859
11860         * lpath.el: Fbind custom-autoload.
11861
11862 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * gnus.el (gnus-start): Move custom group up.
11865         (gnus-select-method): Don't autoload, but make it available for
11866         `customize-variable'.
11867         (gnus-getenv-nntpserver): Don't autoload.
11868
11869 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11870
11871         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11872
11873 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * message.el (message-sendmail-extra-arguments): New variable.
11876         (message-send-mail-with-sendmail): Use it.
11877
11878 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11881         mm-with-unibyte-current-buffer to make string unibyte.
11882
11883         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11884         mm-string-as-multibyte.
11885
11886 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11887
11888         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11889         Reported by Werner Koch <wk@gnupg.org>.
11890
11891 2006-11-14  Daiki Ueno  <ueno@p360>
11892
11893         * mml2015.el: Autoload epa-select-keys when compiling.
11894
11895 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11896
11897         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11898         message-options.
11899         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11900
11901 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11902
11903         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11904         EasyPG (< 0.0.6).
11905         (mml2015-always-trust): New user option.
11906         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11907         prompt.
11908
11909 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * nntp.el (nntp-authinfo-force): New variable.
11912         (nntp-send-authinfo): Use it.
11913
11914 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11917         decode encoded words.  Improve prompt.  Add comment about forwarding.
11918         (message-replacement-char): Move up.
11919
11920 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11921
11922         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11923         instead of gnus-intersection because arguments of gnus-sorted-nunion
11924         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11925
11926 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11929         (message-simplify-subject-functions):
11930         Enable message-strip-subject-encoded-words by default.
11931
11932 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * message.el (message-strip-subject-encoded-words): New function.
11935         (message-simplify-subject-functions): New variable.
11936         (message-simplify-subject): Use it.  Fix typo in doc string.
11937         Support message-strip-subject-encoded-words.
11938
11939 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11940
11941         * gnus-diary.el (gnus-diary-delay-format-function):
11942         * nndiary.el (nndiary-reminders):
11943         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11944
11945 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * gnus-art.el (article-hide-boring-headers): Fetch date from
11948         gnus-original-article-buffer to avoid problems with localized date
11949         strings.
11950
11951 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11954
11955 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11958         New variables.
11959         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11960         (mm-charset-synonym-alist): Move some entries to
11961         mm-codepage-iso-8859-list.
11962         (mm-charset-synonym-alist, mm-charset-override-alist):
11963         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11964
11965 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11968
11969 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11972         with Emacs 21 and XEmacs.
11973
11974 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11975
11976         * spam.el (spam-parse-address): New function for better parsing,
11977         catching errors, etc.
11978         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11979
11980 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * mm-view.el: Add interactive arg to html2text autoload.
11983
11984 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11987
11988 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11991         New variables.
11992         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11993         (mm-charset-synonym-alist): Move some entries to
11994         mm-codepage-iso-8859-list.
11995
11996         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11997
11998 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * message.el (message-citation-line-format)
12001         (message-insert-formated-citation-line): Fix implementation of %E, %N
12002         and %n according to the doc string.
12003
12004 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12005
12006         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12007         Use car-safe to avoid bad parses.
12008
12009 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12012         names.
12013
12014         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12015
12016 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12019         header.
12020
12021         * message.el (message-draft-headers): Add Date.
12022         (message-headers-to-generate): Fix typo in docstring.
12023
12024         * nndraft.el (nndraft-required-headers): New variable.
12025         (nndraft-generate-headers): Use it.
12026
12027         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12028
12029 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12030
12031         * gnus-registry.el (gnus-registry-wash-for-keywords)
12032         (gnus-registry-find-keywords): New functions to allow easy searching of
12033         articles that are in the registry.
12034
12035 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12036
12037         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12038         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12039         Reported by Damien Elmes <damien@repose.cx>.
12040
12041 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * gnus.el (gnus-mime): Remove unused custom group.
12044
12045 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12046
12047         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12048         "blank line" when searching for end of armor headers.
12049
12050 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gmm-utils.el (gmm-write-region): Fix variable name.
12053
12054 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gmm-utils.el (gmm-write-region): New function based on compatibility
12057         code from `mm-make-temp-file'.
12058
12059         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12060
12061         * nnmaildir.el (nnmaildir--update-nov)
12062         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12063         Use `gmm-write-region'.
12064
12065 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12068         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12069
12070         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12071
12072         * message.el (message-replacement-char): New variable.
12073         (message-fix-before-sending): Use it.
12074         (message-simplify-subject): New function to remove duplicate code.
12075         (message-reply, message-followup): Use it.
12076
12077         * gnus-sum.el (gnus-summary-make-menu-bar):
12078         Clarify gnus-summary-limit-to-articles.
12079
12080 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-util.el (gnus-with-local-quit): New macro.
12083
12084         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12085
12086 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12087
12088         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12089         ignore non-string data.
12090
12091 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12092
12093         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12094         non-string data (needs to be done in the registry too).
12095
12096 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12097
12098         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12099         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12100         (gnus-registry-split-fancy-with-parent)
12101         (gnus-registry-fetch-simplified-message-subject-fast)
12102         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12103         Remove text properties on ingress into the registry and when it's saved.
12104         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12105         registry from entries with no groups.
12106
12107 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12110         function to remove string properties.
12111
12112 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gmm-utils.el (gmm): Adjust custom version.
12115
12116         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12117         Adjust custom version.
12118
12119         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12120
12121 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-art.el (gnus-insert-prev-page-button)
12124         (gnus-insert-next-page-button): Simplify.  Reformat.
12125
12126 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12127
12128         * gnus-art.el (gnus-insert-prev-page-button)
12129         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12130
12131 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12132
12133         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12134
12135 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12136
12137         * gnus-art.el (gnus-insert-mime-button)
12138         (gnus-insert-mime-security-button):
12139         Apply gnus-article-button-face to MIME and security buttons.
12140
12141 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12144         readable.
12145
12146 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12149
12150 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12151
12152         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12153         `browse-url-of-file' instead of `browse-url'.
12154
12155 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12156
12157         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12158         regexp.  Articles containing quotation were cut prematurely.
12159
12160 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * message.el (message-cite-original-1): Use nobody by default for the
12163         value of From header.
12164         (message-reply): Ditto.
12165
12166 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12167
12168         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12169         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12170         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12171
12172 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12175         mails in the doc string.  Add some URLs in comment.
12176         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12177
12178 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12181         backslashes handling and the way to find boundaries of quoted strings.
12182
12183 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12184
12185         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12186         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12187         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12188         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12189
12190 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12193         doc string.
12194         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12195
12196 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * lpath.el: Fbind epg-check-configuration.
12199
12200 2006-09-06  Simon Josefsson  <jas@extundo.com>
12201
12202         * mml2015.el (mml2015-use): Doc fix, mention epg.
12203
12204 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12205
12206         * mml2015.el (mml2015-use): Default to epg, if available.
12207
12208 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12209
12210         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12211         message-sender.
12212         (mml1991-epg-encrypt): Ditto.
12213         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12214         message-sender.
12215         (mml2015-epg-encrypt): Ditto.
12216
12217 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12218
12219         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12220         several common directories.
12221
12222 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12223
12224         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12225         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12226
12227 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-art.el (article-decode-encoded-words): Make it fast.
12230
12231 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12234
12235         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12236         in quoted string into `\'.
12237
12238 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12241         Use standard-syntax-table.
12242
12243 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (gnus-decode-address-function): New variable.
12246         (article-decode-encoded-words): Use it to decode headers which are
12247         assumed to contain addresses.
12248         (gnus-mime-delete-part): Remove useless `or'.
12249
12250         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12251         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12252         (gnus-nov-parse-line): Use it to decode From header.
12253         (gnus-get-newsgroup-headers): Ditto.
12254         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12255
12256         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12257         (mail-decode-encoded-address-string): New alias.
12258
12259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12260         New function.
12261         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12262         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12263         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12264         (rfc2047-decode-string): Ditto.
12265         (rfc2047-decode-address-region): New function.
12266         (rfc2047-decode-address-string): New function.
12267
12268 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * message.el (message-caesar-buffer-body): Allow rotating headers.
12271
12272         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12273
12274         * message.el (message-insert-formated-citation-line): Fix %f.
12275         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12276
12277 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12280         (gnus-bookmark-mouse-available-p): New macro.
12281         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12282         (gnus-bookmark-bmenu-show-infos): Use it.
12283         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12284         (gnus-bookmark-bmenu-hide-infos): Ditto.
12285         (gnus-bookmark-remove-properties): New function.
12286         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12287         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12288         (gnus-bookmark-write-file): Bind coding-system-for-write.
12289         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12290         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12291         group before selecting it.
12292         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12293         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12294         quit-window if it is not available; use gnus-mouse-2 and bind it to
12295         gnus-bookmark-bmenu-select-by-mouse.
12296         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12297         (gnus-bookmark-bmenu-select-by-mouse): New function.
12298
12299 2006-08-13  Romain Francoise  <romain@orebokech.com>
12300
12301         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12302         space.
12303
12304 2006-08-10  Romain Francoise  <romain@orebokech.com>
12305
12306         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12307         (dns-mode-soa-auto-increment-serial): New user option.
12308         (dns-mode-soa-maybe-increment-serial): New function.
12309         (dns-mode): Add the latter to `write-contents-functions'.
12310
12311 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * compface.el (uncompface): Use binary rather than raw-text-unix.
12314
12315 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * compface.el (uncompface): Make sure the eol conversion doesn't take
12318         place when communicating with the external programs.
12319         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12320
12321 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12324
12325 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12326
12327         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12328         Make it more robust by parsing author and date independently.
12329
12330 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12333
12334 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12335
12336         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12337         first matching secret key.
12338         (mml2015-epg-encrypt): Ditto.
12339
12340         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12341         first matching secret key.
12342         (mml1991-epg-encrypt): Ditto.
12343
12344         * mml2015.el (mml2015-encrypt-to-self): New user option.
12345         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12346         mml2015-epg-encrypt-to-self is set.
12347
12348         * mml1991.el (mml1991-encrypt-to-self): New variable.
12349         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12350         mml1991-epg-encrypt-to-self is set.
12351
12352         * mml2015.el (mml2015-signers): New user option.
12353         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12354         (mml2015-epg-encrypt): Allow to select signing keys.
12355
12356         * mml1991.el (mml1991-signers): New variable.
12357         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12358         (mml1991-epg-encrypt): Allow to select signing keys.
12359
12360 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * nnheader.el (nnheader-insert-head): Make it work even if the file
12363         uses CRLF for the line-break code.
12364
12365 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12366
12367         * mml2015.el: Require mml-sec instead of password.
12368         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12369         (mml2015-cache-passphrase): Inherit the default value from
12370         mml-secure-cache-passphrase.
12371         (mml2015-passphrase-cache-expiry): Inherit the default value from
12372         mml-secure-passphrase-cache-expiry.
12373
12374         * mml1991.el: Require mml-sec instead of password.
12375         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12376         (mml1991-cache-passphrase): Inherit the default value from
12377         mml-secure-cache-passphrase.
12378         (mml1991-passphrase-cache-expiry): Inherit the default value from
12379         mml-secure-passphrase-cache-expiry.
12380
12381         * mml-sec.el: Require password.
12382         (mml-secure-verbose): New user option.
12383         (mml-secure-cache-passphrase): New user option.
12384         (mml-secure-passphrase-cache-expiry): New user option.
12385
12386 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12387
12388         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12389         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12390         andreas@altroot.de (Andreas Vögele).
12391
12392         FIXME: Use `tiny change'?
12393
12394 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12395
12396         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12397         workaround for the url package included with Emacs.
12398
12399         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12400
12401 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12404         correctly.  This fixes a bug caused by the 2006-05-12 change.
12405
12406 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12407
12408         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12409         some information about the error when saying that the `bogus' mail
12410         group will be used.
12411
12412 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12413
12414         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12415         string.
12416
12417 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12418
12419         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12420
12421 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12422
12423         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12424
12425 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12426
12427         * mml1991.el (mml1991-function-alist): Add epg.
12428         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12429         (mml1991-epg-encrypt): New functions.
12430
12431 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12432
12433         * mml2015.el (mml2015-verbose): New variable.
12434         (mml2015-cache-passphrase): Ditto.
12435         (mml2015-passphrase-cache-expiry): Ditto.
12436         (mml2015-function-alist): Add epg.
12437         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12438         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12439         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12440         New functions.
12441
12442 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12443
12444         * message.el (message-cite-original-1): Preserve region when removing
12445         quoted text due to X-No-Archive in order to avoid bogus attribution
12446         when citing multiple messages.
12447
12448 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12449
12450         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12451         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12452
12453 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * gnus-diary.el (gnus-user-format-function-d)
12456         (gnus-user-format-function-D): Autoload.
12457
12458         * imap.el (Commentary): Fix typo.
12459
12460         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12461         2006-04-22 contribution.
12462
12463 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12464
12465         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12466         It didn't really fix the bogosity I'm seeing with solid web groups.
12467
12468 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12469
12470         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12471         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12472         created using server names.  If we use the feature without declaring
12473         it, Gnus does not properly manage server and group state.
12474
12475         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12476         bound.
12477
12478 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12479
12480         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12481         looking up the method using GROUP's prefix before inventing a new one.
12482         It is used on killed/unknown groups in various places where returning
12483         an all-new method isn't expected by the caller.
12484
12485         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12486         and match semantics of gnus-group-real-prefix.
12487
12488 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * nnmail.el (nnmail-broken-references-mailers): New variable.
12491         (nnmail-ignore-broken-references): New function generalizing
12492         nnmail-fix-eudora-headers.
12493         (nnmail-fix-eudora-headers): Now obsolete.
12494
12495         * gnus-art.el (gnus-button-handle-custom):
12496         Support `customize-apropos*'.
12497
12498 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12499
12500         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12501
12502         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12503         articles.
12504
12505 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * message.el (message-cite-reply-above): New variable.
12508         (message-yank-original): Use it.
12509
12510 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12513
12514 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12517         as read.
12518
12519         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12520
12521 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12524         (gnus-bookmark-default-file): Use gnus-directory.
12525         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12526         Remove "*" in doc string.
12527         (gnus-bookmark-write-file): Simplify.
12528         (gnus-bookmark-maybe-sort-alist): Use `when'.
12529         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12530         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12531         Add FIXME about Emacs 21 and XEmacs compatibility.
12532         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12533         compatibility.
12534         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12535         compatibility.
12536         (gnus-bookmark-menu-heading): Fix version.
12537
12538 2006-06-19  Bastien Guerry  <bzg@altern.org>
12539
12540         * gnus-bookmark.el: New file.
12541
12542 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * message.el (message-syntax-checks): Doc fix.
12545
12546 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12547
12548         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12549         unsubscribed groups as if they were killed ones.  It causes duplicate
12550         entries in gnus-newsrc-alist.
12551
12552 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * message.el (message-syntax-checks): Doc fix.
12555         (message-send-mail): Add check for continuation headers.
12556         (message-check-news-header-syntax): Fix regexp used to check for
12557         continuation headers.
12558
12559 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12562
12563 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12566
12567 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12570         default-truncate-lines.
12571
12572 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12575         to fill the utf-8 entry.
12576
12577         * lpath.el: Fbind unicode-precedence-list.
12578
12579 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12580
12581         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12582
12583 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12584
12585         * gnus-agent.el (directory-files-and-attributes): Move all the way
12586         forward (the third and final move).
12587         (gnus-agent-read-agentview): Trap reconstruction errors due to
12588         nonexistent directory.  Handle by returning nil.
12589
12590 2006-05-30  Didier Verna  <didier@xemacs.org>
12591
12592         * message.el (message-dont-reply-to-names): Update the custom type.
12593         * message.el (message-dont-reply-to-names): New defsubst: potentially
12594         convert a list of regexps into a single one.
12595         * message.el (message-get-reply-headers): Use it.
12596         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12597
12598 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * gnus-agent.el (directory-files-and-attributes): Move forward.
12601
12602 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-ml.el (gnus-mailing-list-subscribe)
12605         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12606         (gnus-mailing-list-message): Fix doc strings.
12607
12608 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12609
12610         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12611         of doing it manually.
12612
12613 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12614
12615         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12616         comment.
12617
12618 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12619
12620         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12621         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12622         (gnus-agent-read-local): All symbols allocated in my-obarray.
12623         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12624         (gnus-agent-regenerate-group): Check numeric names to see if they are
12625         messages or groups.
12626         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12627         better way of do this...)
12628
12629         * gnus-cache.el (gnus-agent-total-fetched-for):
12630         Ignore 'dummy.group' (there should be a better way of do this...)
12631
12632 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12635         (gnus-saved-headers): Ditto.
12636         (gnus-default-article-saver): Mention functions may have properties.
12637         (gnus-article-save): Override gnus-save-all-headers and
12638         gnus-saved-headers by :headers property which saver function may have.
12639         (gnus-summary-save-in-file): Add :headers property.
12640         (gnus-summary-write-to-file): Ditto.
12641
12642         * gnus-sum.el (gnus-summary-save-article): Bind
12643         gnus-prompt-before-saving to t when saving many articles in a file;
12644         always show all headers.
12645
12646         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12647
12648 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12651         marks.
12652
12653         * message.el (message-indent-citation): Add optional arguments to allow
12654         using it outside of message buffers.
12655
12656         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12657         (gnus-article-treat-unfold-headers): Use it.
12658         (gnus-article-truncate-lines): New variable.
12659         (gnus-article-mode): Use it.
12660         (gnus-article-toggle-truncate-lines): New function.
12661
12662         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12663         Add gnus-article-toggle-truncate-lines.
12664
12665         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12666         coding system in XEmacs, use binary.
12667
12668 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12671         after-load-alist.
12672
12673         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12674         this function should save decoded articles.
12675         (gnus-summary-write-to-file): Use property to specify this function
12676         should save decoded articles and specify gnus-summary-save-in-file
12677         should be used to save articles other than the first one when saving
12678         many articles.
12679         (gnus-summary-save-body-in-file): Use property to specify this
12680         function should save decoded articles.
12681         (gnus-summary-write-body-to-file): Use property to specify this
12682         function should save decoded articles and specify
12683         gnus-summary-save-body-in-file should be used to save articles other
12684         than the first one when saving many articles.
12685
12686         * gnus-sum.el (gnus-summary-save-article): Simplify.
12687
12688 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (gnus-default-article-saver):
12691         Add gnus-summary-write-body-to-file.
12692         (gnus-article-save-coding-system): Don't use coding system object
12693         in XEmacs.
12694         (gnus-read-save-file-name): Add optional `dir-var' argument which
12695         specifies directory in which files are saved; work even if optional
12696         `variable' argument is not specified.
12697         (gnus-summary-write-to-file): Read file name.
12698         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12699         (gnus-summary-write-body-to-file): New function.
12700
12701         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12702         (gnus-summary-local-variables): Add it.
12703         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12704         (gnus-summary-save-article): Remove optional `decode' argument;
12705         determine whether to decode articles by the value of
12706         gnus-default-article-saver; when saving many files using
12707         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12708         it first and use gnus-summary-save-in-file or
12709         gnus-summary-save-body-in-file thereafter unless
12710         gnus-prompt-before-saving is always; move point to article which
12711         will be saved.
12712         (gnus-summary-save-article-file): Revert.
12713         (gnus-summary-write-article-file): Revert.
12714         (gnus-summary-save-article-body-file): Revert.
12715         (gnus-summary-write-article-body-file): New function.
12716
12717 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-art.el (gnus-default-article-saver): Doc fix.
12720         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12721         from gnus-summary-save-article-coding-system, and default to a
12722         certain coding system.
12723         (gnus-output-to-file): Add coding cookie and encode text according
12724         to gnus-article-save-coding-system; don't use mm-append-to-file.
12725
12726         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12727         gnus-art.el and rename to gnus-article-save-coding-system.
12728         (gnus-summary-save-article): Require gnus-art; don't show all
12729         headers if it decodes articles; don't add coding cookie here;
12730         don't bind mm-text-coding-system-for-write.
12731         (gnus-summary-save-article-file): Save decoded articles.
12732         (gnus-summary-write-article-file): When saving many files, use
12733         gnus-summary-write-to-file first and gnus-summary-save-in-file
12734         thereafter unless gnus-prompt-before-saving is always.
12735         (gnus-summary-save-article-body-file): Save decoded articles.
12736
12737         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12738
12739 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * nnrss.el (nnrss-check-group): Bind hash-index.
12742
12743 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12744
12745         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12746         its hash index.  Store this hash in `nnrss-group-data'.
12747         (nnrss-read-group-data): Update accordingly.
12748
12749 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12752         entry.
12753
12754         * gnus-sum.el (gnus-summary-make-menu-bar):
12755         Add gnus-article-browse-html-article.
12756
12757 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12758
12759         * gnus-sum.el (gnus-summary-mime-map):
12760         Add gnus-article-browse-html-article.
12761
12762         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12763
12764 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12767         suitable coding systems in customize.
12768
12769 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * mail-source.el (mail-sources): Fix custom type.
12772
12773 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12776         (gnus-summary-expire-articles-now): Shorten prompt.
12777
12778         * gmm-utils.el (wid-edit): Require.
12779         (defun-gmm): Rename from `gmm-defun-compat'.
12780         (gmm-image-search-load-path): Use it.
12781         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12782
12783 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-sum.el (gnus-summary-save-article-coding-system):
12786         New variable.
12787         (gnus-summary-save-article): Add optional `decode' argument.
12788         If it is set and gnus-summary-save-article-coding-system is non-nil,
12789         save decoded article.
12790         (gnus-summary-write-article-file): Save decoded article if
12791         gnus-summary-save-article-coding-system is non-nil.
12792
12793         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12794         type.
12795
12796 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12799
12800 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12803         first to test gnus-single-article-buffer which may be buffer-local.
12804
12805         * gnus-sum.el (gnus-summary-setup-buffer):
12806         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12807         group; make gnus-article-buffer, gnus-article-current, and
12808         gnus-original-article-buffer always buffer-local.
12809         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12810         group.
12811         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12812
12813 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * nnml.el (nnml-request-compact-group): Compressed files might not
12816         have .gz extension.
12817
12818 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12819
12820         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12821         (mm-copy-to-buffer): Use with-current-buffer.
12822         (mm-display-part): Simplify.
12823         (mm-inlinable-p): Add optional arg `type'.
12824
12825 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12826
12827         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12828         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12829         Try harder to show the attachment internally or externally using
12830         gnus-mime-view-part-as-type.
12831
12832 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12833
12834         * message.el (message-from-style, message-signature-separator)
12835         (message-user-organization-file, message-send-mail-function)
12836         (message-citation-line-function, message-yank-prefix)
12837         (message-indent-citation-function, message-signature)
12838         (message-signature-file, message-signature-insert-empty-line):
12839         Remove autoloads.
12840
12841         * gnus-art.el (gnus-buttonized-mime-types):
12842         Remove "multipart/signed".  Revert 2006-04-26 change.
12843
12844 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12845
12846         * gnus.el (gnus-version-number): Bump version.
12847
12848 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12849
12850         * gnus.el: No Gnus v0.5 is released.
12851
12852 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12853
12854         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12855         fetching articles by message-id.
12856
12857 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12858
12859         * message.el (hashcash): Require hashcash as normal.
12860
12861         * ecomplete.el (ecomplete-highlight-match-line):
12862         Use point-at-eol.
12863         (ecomplete-highlight-match-line): Use `highlight', because that
12864         face exists in both Emacs and XEmacs.
12865
12866         * message.el (message-display-abbrev): Use point-at-bol.
12867
12868         * mail-source.el: Don't require timer/timer-funcs.
12869
12870         * gnus-async.el: Ditto.
12871
12872         * password.el: Ditto.
12873
12874         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12875
12876         * mm-url.el: Ditto.
12877
12878         * gnus-xmas.el: Don't require timer-funcs.
12879
12880         * mm-util.el: Require timer/timer-funcs.
12881
12882 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12883
12884         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12885         Close.
12886
12887 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12890         unibyte after clear-decrypt function runs.
12891
12892         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12893         returns as a unibyte string.
12894
12895 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * lpath.el: Revert.
12898
12899         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12900         (pgg-gpg-process-sentinel): Revert.
12901
12902         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12903         (pgg-pgp-lookup-key): Revert.
12904
12905         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12906         (pgg-pgp5-lookup-key): Revert.
12907
12908         * pgg.el (pgg-fetch-key): Revert.
12909
12910 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * lpath.el: Fbind string-as-multibyte for XEmacs.
12913
12914         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12915         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12916         (mml1991-pgg-encrypt): Ditto.
12917
12918         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12919         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12920         a multibyte buffer.
12921
12922         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12923         (pgg-pgp-lookup-key): Ditto.
12924
12925         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12926         (pgg-pgp5-lookup-key): Ditto.
12927
12928         * pgg.el (pgg-fetch-key): Ditto.
12929
12930 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * message.el (message-user-organization-file): Check several
12933         locations of the organization file.
12934
12935         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12936         Add gnus-article-view-part-as-type.
12937
12938         * gnus-art.el (gnus-article-view-part-as-type): New function.
12939
12940         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12941         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12942
12943         * mml.el: Simplify autoload.
12944         (mml-mode): defvar dnd-protocol-alist instead of using
12945         symbol-value.
12946         (mml-default-directory): New variable.
12947         (mml-minibuffer-read-file): Use it.
12948         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12949
12950         * message.el (message-citation-line-format): New variable.
12951         (message-insert-formated-citation-line): New function.
12952         (message-citation-line-function):
12953         Add `message-insert-formated-citation-line' to custom type.
12954
12955         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12956         to doc string.
12957
12958         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12959         depending on mm-verify-option.
12960
12961 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12964         binding pgg-* variables; reimplement the section which prevents
12965         MIME header from being signed.
12966         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12967         pgg-text-mode; remove a blank line at the top of body.
12968
12969         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12970         lines at the top of body; use gnus-newsgroup-charset if there's no
12971         Charset header.
12972
12973 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * message.el (message-self-insert-commands): Doc fix.
12976
12977         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12978         (mm-uu-pgp-encrypted-test): Ditto.
12979         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12980         between header and body; return application/pgp-encrypted handle
12981         if decryption failed; decode decrypted body by charset.
12982
12983         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12984         element match to application/pgp-*.
12985
12986 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12987
12988         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12989         HTML.
12990
12991 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * mail-source.el (mail-source-call-script): Message the error
12994         string.
12995
12996 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * gnus-util.el (gnus-byte-compile): Use it.
12999
13000 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13001
13002         * gnus-util.el (kill-empty-logs): New function.
13003
13004 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13005
13006         * message.el (message-mail-alias-type): Doc fix.
13007         (message-mail-alias-type-p): New function.
13008         (message-send): Use it.
13009         (message-mode): Ditto.
13010         (message-strip-forbidden-properties): Ditto.
13011
13012         * ecomplete.el (ecomplete-database-file-coding-system):
13013         New variable.
13014         (ecomplete-save): Use it.
13015         (ecomplete-setup): Use it.
13016
13017 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * message.el (message-self-insert-commands): New variable.
13020         (message-strip-forbidden-properties): Use it.
13021
13022 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023
13024         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13025         that doesn't make XEmacs choke.
13026
13027 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * gnus-util.el (gnus-replace-in-string):
13030         Prefer replace-regexp-in-string over of replace-in-string.
13031
13032 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-util.el (gnus-select-frame-set-input-focus):
13035         Use select-frame-set-input-focus if it is available in XEmacs; use
13036         definition defined in Emacs 22 for old Emacsen.
13037
13038         * dgnushack.el: Autoload unmorse-region for XEmacs.
13039
13040         * lpath.el: Bind cursor-in-non-selected-windows and
13041         select-frame-set-input-focus for XEmacs.
13042
13043 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13046
13047 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13048
13049         * gnus-registry.el (gnus-registry-cache-save): Remove text
13050         properties when saving via the temp buffer.
13051
13052 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * message.el (message-generate-hashcash): Honor custom type.
13055
13056 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13057
13058         * message.el (message-generate-hashcash): Default to non-nil when
13059         hashcash is found.
13060
13061         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13062         (gnus-refer-thread-limit): Increase default to 500.
13063
13064         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13065
13066         * flow-fill.el (fill-flowed): Allow delete-space.
13067
13068 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13069
13070         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13071         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13072         Remove autoloads.
13073
13074 2006-04-18  Simon Josefsson  <jas@extundo.com>
13075
13076         * message.el (message-generate-hashcash): Default to.
13077
13078 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13081         concatenating segments rather than before concatenating them.
13082
13083 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13086
13087 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13088
13089         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13090
13091         * message.el (message-forward-make-body-plain):
13092         Allow message-forward-ignored-headers to be a list.
13093         (message-remove-ignored-headers): Factor out into function.
13094         (message-forward-make-body-mml): Use it.
13095
13096         * imap.el (imap-quote-specials): New function.
13097         (imap-login-auth): Quote specials.
13098
13099         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13100         (rfc2231-parse-string): Allow concatanation of parameters that
13101         aren't contiguous.  The test case is
13102           (mail-header-parse-content-type "message/external-body;
13103             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13104             access-type=LOCAL-FILE;
13105             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13106
13107 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13108
13109         * nntp.el (nntp-accept-process-output): Return the value of
13110         `nnheader-accept-process-output'.
13111
13112 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13113
13114         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13115         (gnus-button-alist): Recognize more diff formats.
13116         (gnus-button-patch): Strip directory.
13117
13118 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13121         Emacs 22 when setting focus.
13122
13123 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13124
13125         * gnus-art.el (gnus-article-treat-types): Do treatment of
13126         text/x-verbatim parts.
13127         (gnus-button-patch): New command.
13128
13129         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13130         addresses that contain invalid characters.
13131
13132 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13133
13134         * message.el (message-put-addresses-in-ecomplete):
13135         Use gnus-replace-in-string.
13136         (message-is-yours-p): Use the more correct
13137         mail-header-parse-address instead of
13138         mail-extract-address-components.
13139         (message-put-addresses-in-ecomplete): Fix typo.
13140
13141         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13142         keystroke.
13143
13144         * gnus-art.el (gnus-treatment-function-alist): Change order of
13145         newsgroups/generic header folding to avoid double-folding.
13146
13147         * message.el (message-hidden-headers): Add X-Draft-From.
13148
13149         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13150         New command.
13151         (gnus-summary-repeat-search-article-backward): New command.
13152
13153         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13154         groups in the parent topic.
13155
13156 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13157
13158         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13159         (spam-extra-header-to-number): Return the CRM114 number as a
13160         number instead of a string.
13161
13162 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13163
13164         * gnus-art.el (gnus-face-properties-alist): Move here from
13165         gnus-fun.
13166
13167         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13168
13169 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13170
13171         * message.el (message-strip-forbidden-properties): Only display on
13172         self-insert-command.
13173
13174         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13175         reindent.
13176         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13177
13178 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13179
13180         * smiley.el (smiley-style): Fix typo.
13181
13182 2006-03-23  Kenichi Handa  <handa@m17n.org>
13183
13184         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13185         instead of set-buffer-multibyte.
13186
13187 2006-03-23  Kenichi Handa  <handa@m17n.org>
13188
13189         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13190         buffer and then decode the buffer text if necessary.
13191         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13192         first, and after mm-encode-body, change the buffer to unibyte.
13193
13194 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13195
13196         * hashcash.el (hashcash-insert-payment-async-2):
13197         Use message-goto-eoh instead of doing it manually.
13198         (mail-add-payment): Use message-narrow-to-header instead of trying
13199         to do the same itself.
13200
13201         * message.el (message-hidden-headers): Add Face.
13202
13203         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13204         reparenting code.
13205         (gnus-summary-reparent-children): Refactored out code.
13206         (gnus-summary-thread-map): New keystroke.
13207         (gnus-summary-reparent-children): Make into command.
13208
13209         * smiley.el (smiley-style): Default to `medium' if using a large
13210         font.
13211
13212         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13213         does it itself.
13214
13215         * message.el (message-point-in-header-p): Simplify definition.
13216
13217 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13218
13219         * nnagent.el (nnagent-request-set-mark): Silence log file
13220         writing.
13221         (nnagent-request-set-mark): Use write-region instead of
13222         append-to-file.
13223
13224         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13225         strange select method.
13226
13227         * ecomplete.el (ecomplete-display-matches): Get highlightling
13228         right.
13229         (ecomplete-display-matches): Use literals.
13230         (ecomplete-display-matches): Disable message logging.
13231
13232         * message.el (message-display-abbrev): Small optimization.
13233
13234         * ecomplete.el (ecomplete-display-matches): Allow automatic
13235         display.
13236
13237         * message.el (message-strip-forbidden-properties):
13238         Display abbrevs.
13239         (message-display-abbrev): Get automatic display right.
13240
13241         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13242         keystrokes.
13243
13244 2006-04-13  Romain Francoise  <romain@orebokech.com>
13245
13246         TODO: Backport to v5-10!
13247
13248         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13249         Move here (and rename) from gnus-registry.el.
13250
13251         * gnus-registry.el: Require gnus-util.
13252         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13253
13254 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * gnus-group.el (gnus-group-catchup-current):
13257         Change if-then-else-if-then-else into cond.
13258         (gnus-group-catchup): Indent.
13259         (group-name-at-point): New function.
13260         (gnus-fetch-group): Provide default from thing at point.
13261
13262 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13263
13264         * message.el (message-display-abbrev): Fix regexp.
13265
13266         * ecomplete.el (ecomplete-highlight-match-line):
13267         Reimplement choosing.
13268         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13269         dead variables.
13270
13271         * message.el (message-newline-and-indent): Remove debugging.
13272         (message-display-abbrev): Use new implementation.
13273
13274 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * gnus-art.el (gnus-article-mode):
13277         Set cursor-in-non-selected-windows to nil.
13278
13279         * smiley.el: Revert previous change.
13280         (smiley-data-directory): defvar it before using it in the
13281         defcustom of `smiley-style'.
13282
13283 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * message.el (message-newline-and-indent): New function.
13286
13287         * ecomplete.el: Implement more bits.
13288
13289         * message.el (message-put-addresses-in-ecomplete): Clean up the
13290         string.
13291
13292         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13293
13294         * gnus-sum.el (gnus-summary-save-parts):
13295         Bind gnus-summary-save-parts-counter and use it to make unique file
13296         names.
13297
13298         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13299
13300         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13301         parameter to say whether to actually parse the individual
13302         addresses.
13303
13304         * message.el (message-put-addresses-in-ecomplete): New function.
13305         (ecomplete): Require.
13306         (message-mail-alias-type): Add ecomplete as an option.
13307
13308 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13309
13310         * flow-fill.el (fill-flowed): Remove trailing space from blank
13311         quoted lines.
13312
13313 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13314
13315         * smiley.el (smiley-style): Move definition later to avoid a
13316         compilation warning.
13317
13318 2006-04-12  Kenichi Handa  <handa@m17n.org>
13319
13320         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13321         buffer and then decode the buffer text if necessary.
13322         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13323         first, and after mm-encode-body, change the buffer to unibyte.
13324         Use mm-disable-multibyte instead of set-buffer-multibyte.
13325
13326 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13329         Content-Type header instead of Content-Disposition header.
13330         (gnus-mime-inline-part): Ditto.
13331         (gnus-mime-view-part-as-charset): Ignore charset that the part
13332         specifies.
13333
13334         * mm-decode.el (mm-display-part): Work with external parts and
13335         usual parts similarly.
13336
13337         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13338         instead of gnus-display-mime.
13339
13340         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13341         instead of with-temp-buffer.
13342
13343         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13344         tag to summarized topics part in order to encode non-ASCII text.
13345
13346 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * smiley.el (smiley-style): New variable.
13349         (smiley-directory): New function.
13350         (smiley-data-directory): Derive from `smiley-style' using
13351         `smiley-directory'.
13352         (smiley-regexp-alist): Add new entries.
13353
13354         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13355         (gnus-article-browse-delete-temp): Add :version.
13356
13357 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13358
13359         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13360         the sieve region.
13361
13362 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * gnus.el (gnus-version-number): Bump version.
13365
13366 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * gnus.el: No Gnus v0.4 is released.
13369
13370 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13371
13372         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13373         layout.
13374
13375         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13376         unknown charset.
13377
13378         * message.el (message-header-synonyms): Add Original-To to the
13379         default.
13380
13381         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13382         optional parameter.
13383
13384 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-fun.el (gnus): Require it for gnus-directory.
13387
13388 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13391
13392 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13393
13394         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13395
13396 2006-04-05  Simon Josefsson  <jas@extundo.com>
13397
13398         * password.el (password-reset): New function.
13399
13400 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13401
13402         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13403         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13404
13405 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13406
13407         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13408         Some whitespace was matched into the url, which broke browsing hits
13409         > 100 when mm-url-use-external was nil.
13410
13411 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13414         Check gnus-extra-headers for 'Newsgroups.
13415
13416         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13417         bound.
13418
13419 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13420
13421         * pgg-gpg.el: Clean up process buffers every time gpg processes
13422         complete.
13423
13424 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13427         doc string.
13428
13429 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13430
13431         * pgg-gpg.el (pgg-gpg-process-filter)
13432         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13433
13434         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13435         lines, temporary fix.
13436
13437 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13440
13441 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13442
13443         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13444         default-enable-multibyte-characters.  This reverts the change from
13445         revision 6.17 which is no longer necessary because the passphrase
13446         is sent separately now.  GnuPG messages are unreadable under
13447         multibyte locales with default-enable-multibyte-characters set to
13448         nil.
13449
13450 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * message.el (message-tool-bar-gnome): Move "spell".
13453
13454 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13457         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13458         instead.
13459
13460 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13461
13462         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13463         Improve newsgroups handling for NNTP overviews which don't include
13464         Newsgroups.
13465
13466 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13467
13468         * message.el (message-resend): Bind message-generate-hashcash to nil.
13469
13470 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13471
13472         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13473         when searching for already-paid recipients.
13474
13475 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13476
13477         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13478         passphrases when it is not needed.
13479         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13480         passphrase stuff from gpg, should only be necessary when you use
13481         gpg with a smartcard.
13482
13483 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * mml.el (mml-insert-mime): Ignore cached contents of
13486         message/external-body part.
13487
13488         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13489         (mm-insert-part): Ditto.
13490
13491 2006-03-23  Simon Josefsson  <jas@extundo.com>
13492
13493         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13494         Reiner.
13495         (pgg-gpg-use-agent-p): Use it again.
13496
13497 2006-03-23  Simon Josefsson  <jas@extundo.com>
13498
13499         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13500         older emacsen.
13501         (pgg-gpg-use-agent-p): Don't use it.
13502
13503 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13506         if we can.
13507
13508 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13509
13510         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13511         (pgg-gpg-update-agent): New function.
13512         (pgg-gpg-use-agent-p): New function.
13513         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13514         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13515         (pgg-gpg-sign-region): Use it.
13516
13517 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13520         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13521
13522 2006-03-21  Simon Josefsson  <jas@extundo.com>
13523
13524         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13525         <wilde@sha-bang.de>.
13526         (pgg-gpg-use-agent): New variable.
13527         (pgg-gpg-process-region): Use it.
13528         (pgg-gpg-encrypt-region): Likewise.
13529         (pgg-gpg-encrypt-symmetric-region): Likewise.
13530         (pgg-gpg-decrypt-region): Likewise.
13531         (pgg-gpg-sign-region): Likewise.
13532         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13533
13534 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13537
13538         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13539         Add comment on version.
13540
13541 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * smiley.el: Add missing test smiley.
13544
13545 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mm-decode.el (mm-with-part): New macro.
13548         (mm-get-part): Use it; work with message/external-body as well.
13549         (mm-save-part): Treat name and filename equally.
13550
13551         * mm-extern.el (mm-extern-cache-contents): New function.
13552         (mm-inline-external-body): Use it; force the part to be displayed;
13553         move undisplayer added to the cached handle to the parent.
13554
13555         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13556         (gnus-mime-view-part-as-type): Work with message/external-body.
13557
13558         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13559
13560 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13563         images in image-load-path.  [Sync with image.el, revision 1.60, in
13564         Emacs.]
13565
13566 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13569         path rather than symbol.  Always return list of directories.
13570         Guarantee that image directory comes first.  [Sync with image.el,
13571         revision 1.59, in Emacs.]
13572
13573         * message.el (message-make-tool-bar): Adjust to new API of
13574         `gmm-image-load-path-for-library'.
13575
13576         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13577
13578         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13579
13580 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13581
13582         * gnus-art.el (gnus-article-only-boring-p):
13583         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13584         intangible text.
13585         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13586
13587 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13590         Use `defun' instead of `gmm-defun-compat'.
13591
13592 2006-03-14  Simon Josefsson  <jas@extundo.com>
13593
13594         * message.el (message-unique-id): Don't use message-number-base36
13595         if (user-uid) is a float.
13596         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13597
13598 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13601
13602         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13603         empty line between a part and a message part.
13604
13605 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * smiley.el: Add more test smileys.
13608         (smiley-data-directory, smiley-regexp-alist)
13609         (gnus-smiley-file-types): Fix doc strings.
13610         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13611         adding new elements.
13612         (smiley-mouse-map): Unused code.  Make it a comment.
13613
13614 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13617         scan latest NoCeM messages instead of old ones.
13618         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13619         delimiters that are recently used.
13620         (gnus-nocem-load-cache): Add autoload cookie.
13621
13622         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13623
13624         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13625         level which is larger than gnus-use-nocem is specified.
13626
13627         * gnus-group.el (gnus-group-get-new-news): Ditto.
13628
13629 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-util.el (gnus-tool-bar-update): New function.
13632
13633         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13634         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13635
13636         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13637
13638         * gnus-group.el (gnus-group-redraw-when-idle)
13639         (gnus-group-redraw-check): Remove.
13640         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13641
13642 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13645         if optional last element is specified in splits (FIELD VALUE...).
13646
13647 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13650         to gmm-image-load-path-for-library.  Call with no-error argument.
13651         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13652
13653         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13654
13655         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13656
13657         * gmm-utils.el (gmm-image-load-path): Remove alias.
13658
13659 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * gmm-utils.el (gmm-image-load-path): Add alias.
13662
13663         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13664         nnml-generate-nov-databases-1.
13665         (nnml-generate-nov-databases): Use it.
13666         (nnml-generate-nov-databases-directory): Document no-active
13667         argument.
13668
13669         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13670         directory if path is t.  Add no-error.
13671
13672         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13673         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13674
13675         * gnus-art.el (gnus-article-browse-delete-temp-files):
13676         Simplify resetting gnus-article-browse-html-temp-list.
13677
13678         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13679         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13680         Add example to docstring.  Rename local variables.  Move error
13681         checks to default case in cond and simplify.
13682
13683 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13686         handle is multipart when calling it recursively.
13687         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13688
13689 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13690
13691         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13692         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13693
13694 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13697         is loaded.
13698
13699         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13700         loaded.
13701
13702 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13705         to "Emacs 23 (unicode)" in doc string.
13706
13707         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13708         "Emacs 23 (unicode)" in comment.
13709
13710 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13713
13714         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13715         characters 160 through 255 in Emacs 23.
13716
13717 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13718
13719         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13720         gnus-article-browse-html-temp.
13721         (gnus-article-browse-delete-temp): Make it customizable.
13722         Add `file'.  Adjust doc string.
13723         (gnus-article-browse-delete-temp-files): Add argument.
13724         Allow query for each file.  Adjust doc string.
13725         (gnus-article-browse-html-parts):
13726         Add `gnus-article-browse-delete-temp-files' to
13727         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13728
13729 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13730
13731         * gnus-art.el (gnus-article-browse-html-temp)
13732         (gnus-article-browse-delete-temp): New variables.
13733         (gnus-article-browse-delete-temp-files): New function.
13734         (gnus-article-browse-html-parts): Use it.
13735
13736 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13739
13740         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13741         string.
13742
13743         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13744         gnus-summary-insert-new-articles when unplugged.
13745         Remove gnus-summary-search-article-forward.
13746
13747         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13748         display-visual-class instead of display-color-cells.
13749
13750 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * dgnushack.el: Autoload customize-group for XEmacs.
13753
13754         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13755         message/* containing non-ASCII text properly.
13756
13757 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         * message.el: Require gmm-utils, remove autoloads.
13760         (message-tool-bar): Set default based on
13761         gmm-tool-bar-style.
13762         (message-tool-bar-gnome): Add gmm-customize-mode.
13763
13764         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13765         gmm-tool-bar-style.
13766         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13767
13768         * gnus-group.el (gnus-group-tool-bar): Set default based on
13769         gmm-tool-bar-style.
13770         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13771
13772         * gmm-utils.el (gmm-image-directory): Rename variable from
13773         gmm-image-load-path.
13774         (gmm-image-load-path): Use gmm-image-directory.
13775         (gmm-customize-mode): New function.
13776         (gmm-tool-bar-style): New variable.
13777
13778         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13779         gnus-group-redraw-line-number.
13780         (gnus-group-redraw-check): Simplify.
13781         (gnus-group-tool-bar-update): Remove redraw check.
13782         (gnus-group-make-tool-bar): Add redraw check.
13783
13784 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13785
13786         * gnus-art.el (gnus-button): Add missing parentheses.
13787
13788 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * lpath.el: Fbind line-number-at-pos.
13791
13792 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13795
13796 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * gnus-art.el (gnus-button): New face.
13799         (gnus-article-button-face): Use it.
13800
13801         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13802         Add gnus-summary-next-page.  Re-order.
13803
13804         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13805         next-node are now included.
13806         (gnus-group-redraw-line-number): New internal variable.
13807         (gnus-group-redraw-check): Helper function for updating the tool
13808         bar.
13809         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13810
13811         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13812
13813         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13814         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13815         Use it to match format of Spamassassin 3.0 and later.
13816         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13817         (spam-check-bogofilter)
13818         (spam-bogofilter-register-with-bogofilter): Fix args of
13819         `gnus-error' calls.
13820
13821 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13824         unnecessary interaction when sending queued mails.
13825         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13826
13827 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13830         first or last are nil.
13831
13832 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13833
13834         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13835
13836 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13839
13840 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841
13842         * dns.el (query-dns): Protect more against buggy tcp output.
13843
13844 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13847         nov.php.
13848
13849 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13850
13851         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13852         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13853         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13854         output on the server side.
13855         (nnweb-google-create-mapping): Update regexps and add some
13856         progress indication.
13857
13858 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * gnus-group.el (gnus-group-tool-bar-gnome):
13861         Fix gnus-agent-toggle-plugged.  Re-order icons.
13862         (gnus-group-tool-bar-gnome):
13863         Add gnus-group-{prev,next}-unread-group.
13864         (gnus-group-tool-bar-gnome): Re-order icons.
13865
13866         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13867         Move gnus-summary-insert-new-articles.
13868
13869         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13870         Fix comments.
13871
13872         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13873         also available in Emacs 21.3.
13874
13875         * message.el (message-fix-before-sending): Change "Emacs 22" to
13876         "Emacs 23 (unicode)" in comment.
13877
13878         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13879         "Emacs 23 (unicode)" in comment.
13880
13881         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13882         comment.
13883         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13884
13885         * mm-view.el (mm-fill-flowed): Add :version.
13886
13887 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13890         and load-path.
13891
13892 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * message.el: Autoload gmm-image-load-path.
13895         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13896         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13897         consitency.
13898
13899         * gmm-utils.el (gmm-image-load-path): Also search in
13900         "../etc/images".  Don't set gmm-image-load-path if we don't find
13901         the image.
13902
13903 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gmm-utils.el (gmm-image-load-path): Don't make
13906         `gmm-image-load-path' include subdirectories which the second arg
13907         `image' might specify.
13908
13909         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13910         subdirectory to icon file names.
13911
13912         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13913
13914 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13915
13916         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13917         gmm-image-load-path calls.
13918
13919         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13920
13921         * message.el (message-make-tool-bar): Ditto.
13922
13923         * mml.el (mml-preview): Add comment concerning tool bar icons.
13924
13925         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13926         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13927
13928         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13929         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13930
13931         * message.el (message-tool-bar-gnome): Use new icon names.
13932         (message-make-tool-bar): Use `gmm-image-load-path'.
13933
13934         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13935         New functions from MH-E.
13936         (gmm-image-load-path): New variable from MH-E.
13937         (gmm-image-load-path): New function from MH-E.  Add arguments
13938         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13939         *-image-load-path-called-flag.
13940
13941 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13942
13943         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13944
13945 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13946
13947         * nnimap.el (nnimap-request-move-article): Change folder back to
13948         source group before deleting.
13949
13950 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13953
13954         * gnus-art.el (mm-url-insert-file-contents-external):
13955         Autoload mm-url.
13956
13957         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13958
13959 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13962         coding system which mm-charset-to-coding-system returns for a
13963         given charset is valid.
13964
13965 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13966
13967         * html2text.el (html2text-remove-tag-list):
13968         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13969
13970 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13971
13972         * gnus-cus.el: Revert 2005-10-17 change.
13973
13974 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * gnus-art.el (article-strip-banner):
13977         Call article-really-strip-banner only when the regexp match is made.
13978
13979 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * gnus-art.el (article-strip-banner):
13982         Use gnus-extract-address-components instead of
13983         mail-header-parse-addresses to make it work with non-ASCII text;
13984         remove mail-encode-encoded-word-string.
13985
13986         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13987         values which are surrounded with \"...\"; make it never cause a
13988         Lisp error; give up parsing of parameters if it failed in
13989         extracting type.
13990
13991 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13992
13993         * smime.el (smime-cert-by-ldap-1): Fix bug where
13994         `smime-ldap-search' returns results without userCertificates.
13995
13996 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13999
14000 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * spam.el (spam-check-spamassassin-headers): Adapt format for
14003         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14004         <ari@mbf.ocn.ne.jp>.
14005         (spam-list-of-processors): Add spam-use-gmane.
14006
14007 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14010         make-temp-file; make it work with XEmacs as well.
14011
14012         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14013         mm-make-temp-file.
14014
14015         * mm-decode.el (mm-display-external): Use the 3rd arg of
14016         mm-make-temp-file.
14017         (mm-create-image-xemacs): Ditto.
14018
14019 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14022         with message-narrow-to-headers.
14023         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14024         (gnus-draft-check-draft-articles): New function.
14025         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14026
14027 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * gnus-art.el (gnus-article-browse-html-parts):
14030         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14031         Don't use suffix argument for mm-make-temp-file for Emacs 21
14032         compatibility.  Remove useless `format'.
14033
14034 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14035
14036         * nnweb.el (nnweb-google-wash-article): Update regexps.
14037         (nnweb-group-alist): Use defvoo instead of defvar.
14038
14039 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14042         re-loading nn* modules.
14043
14044 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14047         for `tool-bar-mode' and don't check it's default-value.
14048
14049         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14050
14051         * message.el (message-make-tool-bar): Ditto.
14052
14053         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14054         `substring'.  Shorten tmp-file name.
14055
14056         * gnus.el: Remove bogus comment.
14057
14058 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14059
14060         * gnus-art.el (gnus-article-browse-html-parts): New function.
14061         (gnus-article-browse-html-article): New function for viewing html
14062         articles with a browser.
14063
14064 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14065
14066         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14067         in elisp.
14068         (pgg-gpg-encrypt-symmetric-region): Ditto.
14069         (pgg-gpg-sign-region): Ditto.
14070
14071         * pgg-def.el (pgg-text-mode): New variable.
14072
14073         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14074         (mml2015-pgg-encrypt): Ditto.
14075
14076         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14077         (mml1991-pgg-encrypt): Ditto.
14078
14079 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * nnfolder.el (nnfolder-insert-newsgroup-line):
14082         Use message-make-date instead of current-time-string.
14083
14084         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14085         to gnus-decoded which mm-uu might set.
14086
14087 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14090         don't decode quoted parameters; remove misimported Emacs code.
14091         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14092         (rfc2231-decode-encoded-string): Don't use split-string which
14093         behaves differently according to Emacs version; use
14094         mm-decode-coding-region to convert charset to coding-system.
14095         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14096         (rfc2231-encode-string): Remove misimported Emacs code.
14097
14098 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14101         when calling mail-header-parse-content-type.
14102         (article-de-quoted-unreadable): Ditto.
14103         (article-de-base64-unreadable): Ditto.
14104         (article-wash-html): Ditto.
14105
14106         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14107         calling mail-header-parse-content-type and
14108         mail-header-parse-content-disposition.
14109         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14110         mail-header-parse-content-type.
14111
14112         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14113         insert charset and format parameters; encode description after
14114         inserting it to buffer.
14115         (mml-insert-parameter): Fold lines properly even if a parameter is
14116         segmented into two or more lines; change the max column to 76.
14117
14118         * rfc1843.el (rfc1843-decode-article-body): Don't use
14119         ignore-errors when calling mail-header-parse-content-type.
14120
14121         * rfc2231.el (rfc2231-parse-string): Return at least type if
14122         possible; don't cause an error even if it fails in parsing of
14123         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14124         (rfc2231-encode-string): Don't break lines at the beginning, leave
14125         it to mml-insert-parameter.
14126
14127         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14128         calling mail-header-parse-content-type.
14129
14130 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * spam-report.el (spam-report-gmane-use-article-number):
14133         Improve doc string.
14134         (spam-report-gmane-internal): Check if a suitable header was found
14135         in the article.
14136
14137 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14140         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14141
14142 2006-02-05  Romain Francoise  <romain@orebokech.com>
14143
14144         Update copyright notices of all files in the gnus directory.
14145
14146 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14147
14148         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14149
14150 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14153         segmented lines of parameter value to cope with Thunderbird 1.5
14154         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14155         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14156         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14157
14158 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14159
14160         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14161         parts.
14162
14163 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14164
14165         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14166         there's only one active file for all servers.
14167         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14168         solid groups.  Gnus might have used a FAST request to select the group.
14169         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14170         and nnweb-search redundantly in the active file.
14171         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14172         (nnweb-request-create-group): Don't use ARGS.
14173         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14174         initialisations.  Let nnoo do the work.
14175
14176 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14179         Say the part has been decoded.
14180
14181         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14182
14183 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14184
14185         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14186         mailcap-viewer-test-cache when there's no 'test clause, since that
14187         will invert the meaning of a "nil" test previously determined by
14188         mailcap-mailcap-entry-passes-test.
14189
14190 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14193         compiling.
14194
14195         * gnus-sum.el: Ditto.
14196
14197         * message.el: Don't bind tool-bar-map when compiling.
14198
14199 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14202
14203 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14204
14205         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14206         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14207         current Google Groups.
14208
14209 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14212         and tool-bar-mode.
14213
14214         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14215         and tool-bar-mode.
14216
14217         * message.el (message-tool-bar-update): Simplify.
14218         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14219
14220         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14221         gnus-summary-buffer.
14222         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14223         gnus-summary-reply.
14224
14225         * gmm-utils.el (gmm): Add :version.
14226
14227 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * Makefile.in (clean): New rule.
14230         (distclean): Use it.
14231
14232 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14233
14234         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14235         Don't autoload.
14236
14237 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gmm-utils.el (gmm-verbose): Add :group.
14240
14241 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * message.el: Change some comments WRT tool-bars.
14244
14245         * gnus-sum.el (gnus-summary-tool-bar)
14246         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14247         (gnus-summary-tool-bar-zap-list): New variables.
14248         (gnus-summary-make-tool-bar): Complete rewrite using
14249         `gmm-tool-bar-from-list'.
14250
14251         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14252         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14253         New variables.
14254         (gnus-group-make-tool-bar): Complete rewrite using
14255         `gmm-tool-bar-from-list'.
14256         (gnus-group-tool-bar-update): New function.
14257
14258         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14259
14260 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14263         is dissected into a single part of which the type is the same as
14264         the given one; decode charset.
14265
14266 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14267
14268         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14269         into alists as symbol not string, since that's what
14270         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14271         look for.
14272
14273 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14276         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14277
14278         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14279
14280 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14283         (gnus-xmas-mime-security-button-menu): New function.
14284
14285         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14286         (gnus-mime-security-button-menu): New definition.
14287         (gnus-mime-security-button-map): Use them.
14288         (gnus-mime-security-button-menu): New function.
14289         (gnus-insert-mime-security-button): Addition to help echo.
14290         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14291         (gnus-mime-security-pipe-part): New functions.
14292
14293         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14294         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14295
14296         * mm-decode.el (mm-handle-set-disposition): Remove.
14297         (mm-handle-set-description): Remove.
14298
14299 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14302         (mm-w3m-standalone-supports-m17n-p): New function.
14303         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14304         w3m usage.
14305
14306         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14307         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14308
14309 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * message.el (message-tool-bar-zap-list):
14312         Use gmm-tool-bar-zap-list as custom type.
14313         (message-tool-bar-update): New function.
14314         (message-tool-bar, message-tool-bar-gnome)
14315         (message-tool-bar-retro): Add message-tool-bar-update.
14316         (message-tool-bar-gnome): Add flyspell-buffer.
14317
14318         * gnus-util.el (gnus-error): Describe `args'.
14319
14320         * gmm-utils.el (gmm-error): Describe `args'.
14321         (gmm-tool-bar-zap-list): New widget.
14322         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14323
14324 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14327         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14328         the number of recursive calls.
14329
14330         * mm-decode.el (mm-handle-set-disposition): New macro.
14331         (mm-handle-set-description): New macro.
14332
14333 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14336         encoding.
14337
14338 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * message.el (message-tool-bar-zap-list, message-tool-bar)
14341         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14342         (message-tool-bar-local-item-from-menu): Remove.
14343         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14344         (message-make-tool-bar): New function.
14345         (message-mode): Use `message-make-tool-bar'.
14346
14347         * gmm-utils.el: New file.
14348         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14349         (gmm-lazy): New widget copied from `nnmail.el'.
14350         (gmm-tool-bar-from-list): New function for creating customizable
14351         tool bars.
14352         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14353         output.
14354         (gmm): Add :prefix to defgroup.
14355
14356 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14357
14358         * gmm-utils.el (gmm-widget-p): New function.
14359
14360 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * mml.el (mml-attach-file): Describe `description' in doc string.
14363         (mml-menu): Add Emacs MIME manual and PGG manual.
14364
14365 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14366
14367         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14368
14369 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14370
14371         * nntp.el (nntp-end-of-line): Doc fix.
14372
14373 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14374
14375         * imap.el (imap-open): Handle case where buffer is a buffer
14376         object.
14377
14378 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14379
14380         * gnus-delay.el (gnus-delay): Don't autoload.
14381         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14382         to be re-loaded when customizing the `gnus-delay' group.
14383
14384 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14385
14386         * message.el (message-insert-citation-line): Use newlines.
14387
14388 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14389
14390         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14391         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14392         these routines, so the passphrase can be managed externally and
14393         passed in to the system.
14394         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14395         pgg-add-passphrase-to-cache function.
14396
14397         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14398         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14399         these routines, so the passphrase can be managed externally and
14400         passed in to the system.
14401         (pgg-pgp5-sign-region): Use new name of
14402         pgg-add-passphrase-to-cache function.
14403
14404 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14405
14406         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14407         part of the decoded armor to find the key-identifier.
14408         (pgg-gpg-lookup-key-owner): New function to return the
14409         human-readable identifier of a key owner.
14410         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14411         itself.
14412         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14413         the key value) if we have a key and can match it against a secret
14414         key.  Also, added a note pointing out fact that the prompt only
14415         indicates the first matching key.
14416
14417         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14418         pgg-decrypt-region.
14419         (pgg-add-passphrase-to-cache): Rename from
14420         `pgg-add-passphrase-cache' to reduce confusion (all callers
14421         changed).
14422         (pgg-remove-passphrase-from-cache): Rename from
14423         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14424         changed).
14425         (pgg-read-passphrase, pgg-add-passphrase-cache)
14426         (pgg-remove-passphrase-cache): Add informative docstrings.
14427         (pgg-decrypt): Convey provided passphrase in subordinate call to
14428         pgg-decrypt-region.
14429
14430 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14431
14432         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14433         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14434         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14435         'passphrase' argument, so the passphrase can be managed externally
14436         and then passed in to the system.
14437
14438         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14439         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14440         so the passphrase cache can be used reliably with identifiers
14441         besides a pgp packet's key id.
14442
14443         * pgg-gpg.el (pgg-gpg-encrypt-region)
14444         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14445         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14446         these routines, so the passphrase can be managed externally and
14447         passed in to the system.
14448
14449         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14450         'notruncate' argument, so the passphrase cache can be used
14451         reliably with identifiers besides a pgp packet's key id.
14452
14453 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14454
14455         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14456         symmetric encryption.
14457         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14458         encrypted session key.
14459         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14460         message ask for the passphrase in a proper way.
14461
14462         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14463         New user commands for symmetric encryption.
14464
14465 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14468
14469         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14470
14471 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14472
14473         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14474
14475 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * mm-decode.el (mm-inlined-types): Add application/pgp.
14478         (mm-automatic-display): Ditto.
14479
14480         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14481         part as text.
14482
14483 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * nnrss.el: Update copyright.
14486         (nnrss-opml-import): Query whether to subscribe to each entry.
14487
14488         * gnus-art.el:
14489         * gnus-sum.el:
14490         * gnus-xmas.el:
14491         * messagexmas.el:
14492         * mm-uu.el:
14493         * mm-view.el: Update copyright.
14494
14495 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * message.el (message-info): New function.
14498         (message-mode-menu): Add it.
14499         Update copyright.
14500
14501         * ChangeLog: Fix and update copyright.
14502
14503 2006-01-13  Romain Francoise  <romain@orebokech.com>
14504
14505         * message.el (message-forward-subject-name-subject): Prefer the
14506         address to 'nowhere' if the sender has no name.
14507         Fix typo.  Update copyright year.
14508
14509 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus-art.el (article-wash-html):
14512         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14513         (gnus-article-wash-html-with-w3m-standalone): New function.
14514
14515         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14516         mm-inline-text-html-render-with-w3m-standalone.
14517         (mm-text-html-washer-alist): Map w3m-standalone to
14518         gnus-article-wash-html-with-w3m-standalone.
14519         (mm-inline-text-html-render-with-w3m-standalone): New function.
14520
14521 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14524         Improve LaTeX.
14525
14526 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14529         (nnrss-request-article): Render text/plain parts as HTML.
14530
14531         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14532         the buffer.
14533
14534 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14537         custom definition of `gnus-posting-styles'.
14538
14539         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14540         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14541
14542 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14545         Use nntp for bug archive.
14546
14547 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14550         parts.
14551         (nnrss-normalize-date): New function converts ISO 8601 date into
14552         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14553         (nnrss-check-group): Use it.
14554
14555 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14558
14559         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14560         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14561         (nnrss-insert-w3): Ditto.
14562
14563 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14566         the articles to be forwarded including the case where neither a
14567         number of articles nor a region is specified.
14568
14569 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * nnrss.el (nnrss-request-article): Fix last change; fill
14572         text/plain parts.
14573
14574 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14577         in text/plain part.
14578         (nnrss-check-group): Don't add excessive newline to dc:subject.
14579
14580 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14581
14582         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14583         article.
14584
14585 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14588         (nnml-use-compressed-files, nnml-save-mail): Support other
14589         comression programs such as bzip2.
14590
14591 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14592
14593         * dns.el (query-dns): Make sure we check the buffer size before
14594         removing tcp headers.
14595
14596 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14599         remove MIME buttons associated with multipart/alternative parts.
14600         (gnus-mime-display-alternative): Tag buttons using `article-type'
14601         text property.
14602
14603         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14604         associated with multipart/alternative parts.
14605
14606         * gnus-art.el (gnus-signature-separator): Fix custom type.
14607
14608         * mm-decode.el (mm-inlined-types): Fix custom type.
14609         (mm-keep-viewer-alive-types): Ditto.
14610         (mm-automatic-display): Ditto.
14611         (mm-attachment-override-types): Ditto.
14612         (mm-inline-override-types): Ditto.
14613         (mm-automatic-external-display): Ditto.
14614
14615 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * spam-report.el (spam-report-user-mail-address)
14618         (spam-report-user-agent): New variables.
14619         (spam-report-url-ping-plain): Use spam-report-user-agent.
14620
14621 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14622
14623         * gnus-art.el (gnus-button-handle-custom): Do not just use
14624         `customize-apropos' for any "M-x customize-*" button but the
14625         function called for.  Accept both the function name and its
14626         argument in order to achieve this.
14627         (gnus-button-alist): Remove support for "custom:" URL's.
14628         Pass function name to `gnus-button-handle-custom' in case of "M-x
14629         customize-*" buttons.
14630
14631 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14634         multipart/alternative and add xref to mm-discouraged-alternatives
14635         in doc string.
14636
14637         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14638         gnus-buttonized-mime-types in doc string.
14639
14640 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14643         Suggest image/.* in the doc string.
14644
14645 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14648         message-marks (Debian bug #342521).
14649
14650 2005-12-12  Simon Josefsson  <jas@extundo.com>
14651
14652         * password.el (password-read-from-cache): Add.
14653         (password-read): Use it.
14654
14655 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * rfc2047.el (rfc2047-charset-to-coding-system):
14658         Recognize us-ascii as a MIME charset.
14659
14660         * mm-bodies.el (mm-decode-content-transfer-encoding):
14661         Protect against the case where the 2nd arg TYPE is nil.
14662
14663 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * pop3.el (pop3-stream-type): Fix custom version.
14666
14667         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14668
14669 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14670
14671         * mm-decode.el (mm-display-external): Add missing cdr.
14672
14673 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14676         RFC1524) if it is in mailcap or add a suffix according to
14677         mailcap-mime-extensions when generating a temp filename; postpone
14678         deleting a temp file for 2 seconds for some wrappers, shell
14679         scripts, and so on, which might exit right after having started a
14680         viewer command as a background job.
14681
14682 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * nntp.el (nntp-marks-directory): Fix custom group.
14685
14686         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14687         steps when < 10.
14688
14689         * gnus-start.el (gnus-no-server-1):
14690         Mention `gnus-level-default-subscribed' in doc string.
14691
14692 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14693
14694         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14695         parens.
14696
14697 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-xmas.el (gnus-use-toolbar): Revert.
14700         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14701         gnus-use-toolbar is default.
14702
14703         * messagexmas.el (message-use-toolbar): Revert.
14704         (message-setup-toolbar): Use global default-toolbar if
14705         message-use-toolbar is default.
14706
14707 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14710         according to default-toolbar-visible-p.
14711
14712         * messagexmas.el (message-use-toolbar): Ditto.
14713
14714 2005-11-26  Dave Love  <fx@gnu.org>
14715
14716         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14717         (tls-program, tls-success): Provide openssl alternative.
14718
14719         * starttls.el: Doc fixes.
14720         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14721         SERVICE to PORT.
14722
14723         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14724         port null or service name.
14725         (starttls-negotiate): Autoload.
14726
14727 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * message.el (message-kill-to-signature): Fix interactive spec.
14730
14731 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * pop3.el (pop3-open-server): Recognize a string as a service name.
14734
14735 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14736
14737         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14738
14739 2005-11-23  Dave Love  <fx@gnu.org>
14740
14741         Add pop3s, pop3/starttls.
14742
14743         * pop3.el (pop3-authentication-scheme): Clarify doc.
14744         (open-tls-stream, starttls-open-stream): Autoload.
14745         (pop3-stream-type): New.
14746         (pop3-open-server): Use it.
14747
14748         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14749         for POP.
14750         (mail-source-keyword-map): Add :stream for POP.
14751         (mail-source-fetch-pop): Use pop3-stream-type.
14752
14753 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14756         of current-time-string.
14757
14758 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14759
14760         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14761         date header.
14762
14763 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14764
14765         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14766         it can seriously impact performance as it bypasses the agent's
14767         local caches.
14768
14769 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14770
14771         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14772         must be explicitly online rather than "not explicitly offline" for
14773         its flags to be synchronized.
14774
14775         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14776         that gnus-uu-unmark-thread will function correctly.
14777
14778         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14779         1024K is instead displayed as 1M.
14780
14781 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14782
14783         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14784
14785 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14786
14787         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14788
14789 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14790
14791         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14792         error message to display actual error condition.
14793         (gnus-agent-save-local): Avoid saving symbols that are bound to
14794         nil as they simply result in a warning message in
14795         gnus-agent-read-local.
14796
14797 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14800         rather than make-variable-buffer-local for file-precious-flag.
14801
14802 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14803
14804         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14805         for duplicates which are removed.  The invalid sort check then
14806         triggers a rescan after the sort as sorting may have moved
14807         duplicate entries such that they can be cheaply detected.
14808
14809 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14812
14813 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14814
14815         * gnus-agent.el (gnus-agent-article-alist-save-format):
14816         Change internal variable to a custom variable.  Change default value
14817         from compressed(2) to uncompressed(1).
14818         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14819         support for uncompressed agentview files.  Taken together, reading
14820         the agentview file should now be 6-7 times faster.
14821
14822 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14823
14824         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14825         as a buffer-local variable.  This avoids creating truncated
14826         dribble files as a result of a hang up, eg.
14827
14828 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14829
14830         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14831         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14832         XEmacs.
14833
14834 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * gnus-start.el (gnus-start-draft-setup):
14837         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14838
14839         * gnus.el (gnus-splash): Change custom group.
14840         (gnus-group-get-parameter, gnus-group-parameter-value):
14841         Describe allow-list argument.
14842
14843         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14844         string.
14845
14846 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * gnus-art.el (gnus-default-article-saver): Add user-defined
14849         `function' to custom type.
14850
14851 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14852
14853         * imap.el (imap-open): Handle case where buffer is a buffer
14854         object.
14855
14856 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14859         long lines.
14860         (gnus-cache-delete-group): Wrap doc strings.
14861
14862         * gnus-agent.el (gnus-agent-rename-group)
14863         (gnus-agent-delete-group): Wrap doc strings.
14864
14865 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * messagexmas.el (message-use-toolbar): Change the valid values
14868         into default, top, bottom, left, and right.
14869         (message-toolbar-thickness): New variable.
14870         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14871         well.
14872         (message-setup-toolbar): Make it work.
14873
14874         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14875         (gnus-use-toolbar): Change the valid values into default, top,
14876         bottom, left, and right.
14877         (gnus-toolbar-thickness): New variable.
14878         (gnus-xmas-setup-toolbar): New function.
14879         (gnus-xmas-setup-group-toolbar): Use it.
14880         (gnus-xmas-setup-summary-toolbar): Use it.
14881
14882 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14883
14884         * gnus-start.el (gnus-1): Add "native" to
14885         gnus-predefined-server-alist.
14886
14887         * gnus.el (gnus-method-to-server): Don't add "native" to the
14888         lists here, because that leads to problems when
14889         gnus-select-method is bound.
14890
14891 2005-11-09  Simon Josefsson  <jas@extundo.com>
14892
14893         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14894         use (not sort-by-date) instead.
14895
14896 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14897
14898         * gnus-delay.el (gnus-delay-group): Don't autoload.
14899         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14900         to be re-loaded when customizing the `gnus-delay' group.
14901
14902 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14903
14904         * message.el: Revert last changes.
14905         (message-insert-citation-line): Use newlines.
14906
14907 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14908
14909         * message.el (message-courtesy-message)
14910         (message-mark-insert-begin, message-mark-insert-end)
14911         (message-elide-ellipsis, message-cancel-message)
14912         (message-add-header, message-change-subject)
14913         (message-cross-post-followup-to-header)
14914         (message-cross-post-insert-note, message-reduce-to-to-cc)
14915         (message-widen-reply, message-delete-not-region)
14916         (message-kill-to-signature, message-insert-signature)
14917         (message-insert-importance-high, message-insert-importance-low)
14918         (message-insert-or-toggle-importance)
14919         (message-insert-disposition-notification-to)
14920         (message-indent-citation, message-yank-original)
14921         (message-cite-original-without-signature, message-cite-original)
14922         (message-insert-citation-line, message-position-on-field)
14923         (message-fix-before-sending, message-send-mail-partially)
14924         (message-send-mail, message-send-mail-with-sendmail)
14925         (message-send-mail-with-qmail, message-send-news)
14926         (message-check-news-header-syntax, message-generate-headers)
14927         (message-insert-courtesy-copy, message-fill-address)
14928         (message-fill-header, message-shorten-references)
14929         (message-setup-1, message-cancel-news)
14930         (message-forward-make-body-plain, message-forward-make-body-mime)
14931         (message-forward-make-body-mml, message-encode-message-body)
14932         (message-forward-make-body-digest-plain)
14933         (message-forward-make-body-digest-mime)
14934         (message-use-alternative-email-as-from): Insert `hard-newline'
14935         instead of ordinary newlines.
14936
14937 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * message.el (message-generate-headers): Downcase the argument
14940         given to message-check-element.
14941
14942 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14943
14944         * nntp.el (nntp-authinfo-rejected): New error condition.
14945         (nntp-wait-for): Use new error condition to signal authentication
14946         error.
14947         (nntp-retrieve-data): Rethrow new error condition to break out of
14948         recursive call to nntp-send-authinfo.
14949
14950 2005-11-08  Romain Francoise  <romain@orebokech.com>
14951
14952         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14953         (gnus-summary-exit-map): Bind to `Z p'.
14954         (gnus-summary-make-menu-bar): Add menu item.
14955
14956 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14959         (gnus-treat-*): Add `first' in all doc strings.
14960
14961         * gnus-group.el (gnus-group-compact-group): Fix typo.
14962
14963 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus.el (gnus-parameters-case-fold-search): New variable.
14966         (gnus-parameters-get-parameter): Use it.
14967
14968         * gnus-score.el (gnus-home-score-file): Doc fix.
14969
14970 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14971
14972         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14973
14974 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * mm-util.el (mm-special-display-p): New function.
14977
14978         * mml.el (mml-preview): Use it; doc fix.
14979
14980 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14981
14982         * imap.el (imap-open): Handle case where buffer is a buffer object.
14983
14984 2005-10-29  Romain Francoise  <romain@orebokech.com>
14985
14986         * message.el (message-fix-before-sending): Fix comment.
14987
14988 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14989
14990         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14991
14992 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14993
14994         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14995         Used in gnus-score.el.
14996
14997 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15000
15001 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15004         whitespace removed in revision 7.8.  Use concatenated string to
15005         protect trailing whitespace.
15006
15007 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15008
15009         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15010         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15011         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15012         Courier IMAP ("some version from 2004").  Mostly based on similar
15013         code in the same function.
15014
15015 2005-10-26  Didier Verna  <didier@xemacs.org>
15016
15017         * gnus-group.el (gnus-group-compact-group): Invalidate original
15018         article buffer.
15019         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15020         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15021         NOV database and in article itself.
15022         Invalidate article backlog.
15023
15024 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15027
15028 2005-10-26  Simon Josefsson  <jas@extundo.com>
15029
15030         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15031         part of 2004-07-25 change.
15032
15033 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * message.el (message-display-completion-list): New function.
15036         (message-expand-group): Use it; make sure the Completions buffer
15037         is modifiable.
15038 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15039
15040         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15041         user-mail-name is an empty string.
15042
15043 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15046         depending on gnus-score-decay-constant.
15047
15048         * encrypt.el (encrypt-insert-file-contents)
15049         (encrypt-write-file-contents): Don't use `gnus-message'.
15050
15051         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15052         arguments.
15053         (mm-uu-type-alist): Add message-marks and insert-marks.
15054         Pass arguments to mm-uu-verbatim-marks-extract.
15055         (mm-uu-hide-markers): New variable.
15056         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15057
15058         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15059         (gnus-convert-image-to-face-command): Use "convert" by default to
15060         allow other input image formats.
15061         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15062         accordingly.
15063
15064 2005-10-23  Simon Josefsson  <jas@extundo.com>
15065
15066         * imap.el (imap-gssapi-program): Align command line parameters
15067         with latest GNU SASL.
15068         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15069
15070 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15071
15072         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15073         HTML.
15074         (nnslashdot-request-article): Ditto.
15075
15076         * lpath.el (featurep): Add nobreak-char-display.
15077
15078 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15079
15080         * mail-source.el (mail-source-fetch-pop): Require pop3.
15081         (mail-source-check-pop): Ditto.
15082
15083 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15086         errors.
15087
15088 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15089
15090         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15091         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15092
15093         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15094
15095         * mm-bodies.el (mm-decode-string):
15096         Call `mm-charset-to-coding-system' with allow-override argument.
15097
15098 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15101         (rfc2047-charset-to-coding-system): New function.
15102         (rfc2047-decode-encoded-words): New function.
15103         (rfc2047-decode-region): Use them.
15104         (rfc2047-decode-cte): Remove.
15105         (rfc2047-parse-and-decode): Remove.
15106         (rfc2047-decode): Remove.
15107
15108 2005-10-15  Kenichi Handa  <handa@m17n.org>
15109
15110         * rfc2047.el (rfc2047-decode-cte): New function.
15111         (rfc2047-decode-region): Change the way to decode successive
15112         encoded-words: decode B- or Q-encoding in each encoded-word,
15113         concatenate them, and decode it as charset.
15114
15115 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * lpath.el: Fbind codepage-setup for XEmacs.
15118
15119 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15120
15121         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15122         widget-move-and-invoke.
15123         (gnus-custom-mode): Use gnus-custom-map.
15124
15125 2005-10-15  Bill Wohler  <wohler@newt.com>
15126
15127         * message.el (message-tool-bar-map): Rename image file from
15128         mail_send to mail/send.
15129
15130 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15131
15132         * message.el (message-expand-group): Pass the common
15133         prefix substring of completion to `display-completion-list'.
15134
15135 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * mml-sec.el (mml-secure-method): New internal variable.
15138         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15139         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15140         New functions using mml-secure-method.
15141
15142         * mml.el (mml-mode-map): Add key bindings for those functions.
15143         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15144         Harder <harder@myrealbox.com>.
15145         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15146         Goto end of message if point is the headers of the message.
15147
15148         * message.el (message-in-body-p): New function.
15149
15150         * assistant.el: Autoload gnus-util and netrc.
15151
15152         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15153         Use `mm-charset-override-alist' only when decoding.
15154
15155         * mm-bodies.el (mm-decode-body):
15156         Call `mm-charset-to-coding-system' with allow-override argument.
15157
15158         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15159         `filename' from Content-Disposition if Content-Type doesn't
15160         provide `name'.
15161         (gnus-mime-view-part-as-type): Set default instead of
15162         initial-input.
15163
15164 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15165
15166         * format-spec.el (format-spec): Propagate text properties of % spec.
15167
15168 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * gnus-art.el (gnus-treat-predicate): Add `first'.
15171
15172 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15175         (mm-charset-override-alist): New variable.
15176         (mm-charset-to-coding-system): Use it.
15177         (mm-codepage-setup): New helper function.
15178         (mm-charset-eval-alist): New variable.
15179         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15180         Warn about unknown charsets.
15181
15182         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15183
15184 2005-10-04  David Hansen  <david.hansen@gmx.net>
15185
15186         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15187         (nnrss-check-group): Ditto.
15188
15189 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15192         Rename x-gnus-verbatim to x-verbatim.
15193         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15194
15195         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15196         x-verbatim.
15197
15198         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15199
15200         * gnus-util.el (gnus-remove-duplicates): Remove.
15201
15202         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15203         instead of gnus-remove-duplicates.
15204
15205         * message.el (message-remove-duplicates): Remove.
15206         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15207         message-remove-duplicates.
15208
15209         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15210         available, else use implementation from `delete-dups'.
15211
15212         * message.el (message-insert-expires): New function.
15213         (message-mode-map): Add key binding.
15214         (message-mode-field-menu): Add menu entry.
15215         (message-mode): Document it.
15216         (message-make-expires-date): Use `message-make-date'.
15217
15218 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15219
15220         * message.el (message-make-expires-date): New function.
15221
15222 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * Makefile.in (list-installed-shadows): New entry.
15225         (install): Use it.
15226         (remove-installed-shadows): New entry.
15227
15228         * dgnushack.el (dgnushack-default-load-path): New variable.
15229         (dgnushack-find-lisp-shadows): New function.
15230         (dgnushack-remove-lisp-shadows): New function.
15231
15232 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * Makefile.in (install-el-elc): New entry.
15235         (install): Use it so that .el files are necessarily installed.
15236
15237 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15240
15241 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15242
15243         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15244         function rather than the diff-mode.el package.
15245         (mm-display-external): Use with-current-buffer.
15246         (mm-viewer-completion-map, mm-viewer-completion-map):
15247         Move initialization inside declaration.
15248
15249 2005-09-29  Simon Josefsson  <jas@extundo.com>
15250
15251         * spam.el: Load hashcash when compiling, to avoid warnings.
15252         Don't autoload mail-check-payment.
15253         (spam-check-hashcash): Define unconditionally, since hashcash.el
15254         is part of Gnus now.  Ignore errors from payment checking.
15255
15256 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * message.el (message-bold-region, message-unbold-region):
15259         Rename from `bold-region' and `unbold-region'.
15260
15261         * message.el: Remove useless autoloads.
15262
15263 2005-09-28  Simon Josefsson  <jas@extundo.com>
15264
15265         * message.el (message-use-idna): Default to t.
15266         (message-use-idna): Test whether encoding works too.  Doc fix.
15267
15268 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * nntp.el (nntp-warn-about-losing-connection): Remove.
15271
15272 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15275         customizable.  Change default value.
15276         (mm-uu-diff-groups-regexp): Change default value.
15277         (mm-uu-type-alist): Add doc string.
15278         (mm-uu-configure): Add doc string.  Make it interactive.
15279         (mm-uu-tex-groups-regexp): New variable.
15280         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15281         (mm-uu-type-alist): Add LaTeX documents.
15282         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15283         of "text/verbatim".
15284         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15285
15286         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15287         instead of "text/verbatim".
15288
15289         * message.el (message-mark-inserted-region)
15290         (message-mark-insert-file): Use slrn style marks when called with
15291         prefix argument.
15292
15293 2005-09-27  Simon Josefsson  <jas@extundo.com>
15294
15295         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15296
15297 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15298
15299         * message.el (message-remove-duplicates): New function.
15300         Implementation borrowed from `gnus-remove-duplicates'.
15301         (message-idna-to-ascii-rhs): Also encode idna addresses in
15302         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15303         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15304         only ask about the same idna domain once per header and also tell
15305         in what header to replace the idna domain.
15306
15307         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15308         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15309         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15310         a header is decoded and not just the last one.
15311
15312 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15315         has been decoded.
15316
15317         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15318         (mm-insert-part): Don't modify text if it has been decoded.
15319
15320         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15321         decoded.
15322
15323         * mm-view.el (mm-inline-text): Don't strip text props unless
15324         decoding enriched or richtext parts.
15325
15326 2005-09-25  Romain Francoise  <romain@orebokech.com>
15327
15328         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15329         * gnus-start.el (gnus-subscribe-interactively):
15330         * gnus-uu.el (gnus-uu-grab-articles):
15331         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15332         space.
15333
15334 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15335
15336         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15337         * mm-view.el (mm-view-pkcs7-decrypt):
15338         * gnus-sum.el (gnus-summary-limit-to-extra)
15339         (gnus-summary-respool-article, gnus-read-move-group-name):
15340         * gnus-score.el (gnus-summary-increase-score):
15341         * gnus-util.el (gnus-completing-read-with-default):
15342         * gnus-art.el (gnus-read-save-file-name)
15343         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15344         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15345         * message.el (message-check-news-header-syntax):
15346         Follow convention for reading with the minibuffer.
15347
15348 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * spam-report.el (spam-report-url-ping-plain):
15351         Use gnus-extended-version as User-Agent.
15352
15353         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15354         default value is nil.
15355
15356         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15357         (mm-uu-verbatim-marks-extract): New function.
15358         (mm-uu-extract): New face.
15359         (mm-uu-copy-to-buffer): Use it.
15360
15361         * spam-report.el (spam-report-gmane-ham): Rename from
15362         `spam-report-gmane-unspam'.
15363         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15364         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15365
15366         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15367         Autoload.
15368         (spam-report-gmane-unregister-routine):
15369         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15370
15371 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15372
15373         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15374         (spam-report-gmane-unregister-routine): Add support for gmane
15375         unregistration.
15376
15377         * spam-report.el (spam-report-gmane-unspam)
15378         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15379         (spam-report-gmane): Change to take a single article and do unspam
15380         registration.
15381
15382 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * mm-url.el (mm-url-decode-entities): Fix regexp.
15385
15386 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15387
15388         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15389         default to nil, to be able to use Gnus at all.  If the default
15390         switches to something else, then the function should be fixed not
15391         be exceedingly slow.
15392
15393 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15396         fail hard.
15397
15398         * spam-report.el: Add better Keywords line.
15399
15400         * spam.el: Add Maintainer and better Keywords line.
15401
15402 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * gnus-art.el (gnus-article-replace-part)
15405         (gnus-mime-replace-part): New functions.
15406         (gnus-mime-action-alist, gnus-mime-button-commands)
15407         (gnus-mime-save-part-and-strip): Add file argument.
15408         (gnus-article-part-wrapper): Add interactive argument.
15409
15410         * gnus-sum.el (gnus-summary-mime-map):
15411         Add `gnus-article-replace-part'.
15412
15413 2005-09-19  Didier Verna  <didier@xemacs.org>
15414
15415         The nnml compaction feature:
15416         * nnml.el (nnml-request-compact-group): New function.
15417         * nnml.el (nnml-request-compact): New function.
15418         * gnus-int.el (gnus-request-compact-group): New function.
15419         * gnus-int.el (gnus-request-compact): New function.
15420         * gnus-group.el (gnus-group-compact-group): New function.
15421         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15422         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15423         * gnus-srvr.el (gnus-server-compact-server): New function.
15424         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15425         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15426
15427 2005-09-18  Deepak Goel  <deego@gnufans.org>
15428
15429         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15430         format spec.
15431
15432 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15435
15436 2005-09-15  Romain Francoise  <romain@orebokech.com>
15437
15438         * message.el (message-fill-paragraph): Clarify docstring.
15439
15440 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-mime-display-part): Protect against broken
15443         MIME messages.
15444
15445 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15448         before parsing header.
15449
15450 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15451
15452         * html2text.el (html2text-replace-list): Add new entities.
15453
15454 2005-09-11  Romain Francoise  <romain@orebokech.com>
15455
15456         * message.el (message-alternative-emails): Improve docstring.
15457         (message-setup-1): Call `message-use-alternative-email-as-from'
15458         after `message-setup-hook' to give it precedence over posting
15459         styles, etc.
15460         (message-use-alternative-email-as-from): Add docstring.
15461         Remove the original From header if present.
15462
15463         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15464         (nnml-save-mail): Use it.
15465
15466         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15467         articles.  Add new argument `silent'.
15468         (gnus-uu-mark-all): Report the total number of marked articles.
15469
15470 2005-09-10  Romain Francoise  <romain@orebokech.com>
15471
15472         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15473         (gnus-uu-mark-series): Likewise.
15474
15475 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15476
15477         * spam-report.el (spam-report-gmane): Fix generation of spam
15478         report URL.
15479
15480 2005-09-10  Simon Josefsson  <jas@extundo.com>
15481
15482         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15483         t, based on discussion on the ding list with Robert Epprecht
15484         <epprecht@solnet.ch>.
15485
15486 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * spam-report.el (spam-report-gmane): Make it work without
15489         X-Report-Spam header.  Gmane now only provides Archived-At.
15490         This is only used if `spam-report-gmane-use-article-number' is nil.
15491         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15492
15493         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15494         make `gnus-summary-sort-by-recipient' work with threading.
15495
15496         * nnweb.el (nnweb-google-wash-article): Print a message if article
15497         is not available.
15498
15499 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15500
15501         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15502         change.  Decode text/* parts content before displaying.
15503
15504 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15505
15506         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15507
15508 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15511
15512         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15513         url-package-name, url-package-version,
15514         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15515         w3m-display-inline-images, and w3m-minor-mode-map.
15516
15517 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * message.el (message-tab-body-function): Fix mismatched custom type.
15520
15521         * gnus.el (gnus-group-change-level-function): Ditto.
15522
15523         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15524
15525         * gnus-art.el (gnus-signature-limit)
15526         (gnus-article-mime-part-function): Ditto.
15527
15528 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * mml.el (mml-mode): Silence the byte compiler.
15531
15532         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15533         using `(sit-for 0)' before moving the point to the specified part;
15534         skip unbuttonized parts.
15535         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15536         return to the summary window if gnus-auto-select-part is non-nil.
15537
15538 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15541         New variables.
15542         (mml-dnd-attach-file, mml-mode): Use them.
15543
15544         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15545         Make fetching article by MID work again for Google Groups.
15546         Add FIXME concerning gnus-group-make-web-group.
15547
15548         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15549         Don't depend on Gnus by using mail-extract-address-components if
15550         gnus-extract-address-components is not bound.
15551
15552 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15553
15554         * gnus-art.el (gnus-mime-display-security): Don't display the
15555         signature, but only the signed part.
15556
15557 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15560
15561         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15562         list, not listp.
15563
15564 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15565
15566         * mm-encode.el (mm-encode-content-transfer-encoding):
15567         Likewise when encoding.
15568
15569         * mm-bodies.el (mm-decode-content-transfer-encoding):
15570         De-canonicalize CRLF for all text content types, not just
15571         text/plain.
15572
15573 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15576         valid article; point arrow and cursor at the MIME button.
15577
15578 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15581         Suggested by Dan Christensen <jdc@uwo.ca>.
15582
15583         * mm-decode.el (mm-save-part): Enable change of prompt.
15584
15585 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15586
15587         * gnus-msg.el (gnus-inews-add-send-actions):
15588         Make `message-post-method' lambda parameter ARG `&optional'.
15589
15590 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15591
15592         * gnus-sum.el (gnus-summary-mime-map):
15593         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15594         gnus-article-jump-to-part.
15595
15596         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15597         (gnus-article-edit-part): Use it.
15598         (gnus-article-part-wrapper): Add no-handle argument.
15599         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15600         New functions.
15601
15602 2005-08-29  Romain Francoise  <romain@orebokech.com>
15603
15604         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15605         docstring.
15606         (gnus-face-from-file): Likewise.
15607
15608 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15611         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15612         non-nil.
15613         (gnus-auto-select-part): New variable.
15614         (gnus-article-jump-to-part): New function.
15615         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15616         (gnus-mime-delete-part): Allow selecting specified part after
15617         deleting or stripping parts.
15618         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15619         part if argument is bogus.
15620
15621 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15622
15623         * gnus-art.el (w3m-minor-mode-map):
15624         * gnus-spec.el (gnus-newsrc-file-version):
15625         * gnus-util.el (nnmail-active-file-coding-system)
15626         (gnus-original-article-buffer, gnus-user-agent):
15627         * gnus.el (gnus-ham-process-destinations)
15628         (gnus-parameter-ham-marks-alist)
15629         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15630         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15631         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15632         * mm-decode.el (gnus-current-window-configuration):
15633         * mm-extern.el (gnus-article-mime-handles):
15634         * mm-url.el (url-current-object, url-package-name)
15635         (url-package-version):
15636         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15637         (smime-keys, w3m-cid-retrieve-function-alist)
15638         (w3m-current-buffer, w3m-display-inline-images)
15639         (w3m-minor-mode-map):
15640         * mml-smime.el (gnus-extract-address-components):
15641         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15642         (gnus-newsrc-hashtb, message-default-charset)
15643         (message-deletable-headers, message-options)
15644         (message-posting-charset, message-required-mail-headers)
15645         (message-required-news-headers):
15646         * mml1991.el (mc-pgp-always-sign):
15647         * mml2015.el (mc-pgp-always-sign):
15648         * nnheader.el (nnmail-extra-headers):
15649         * rfc1843.el (gnus-decode-encoded-word-function)
15650         (gnus-decode-header-function, gnus-newsgroup-name):
15651         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15652
15653 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15654
15655         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15656         the end of the date treatments.
15657
15658 2005-08-15  Simon Josefsson  <jas@extundo.com>
15659
15660         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15661         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15662         Capello and Romain Francoise.
15663         (pgg-fetch-key-function): Remove, not used?
15664         (pgg-insert-url-with-w3): Require url, to get
15665         url-insert-file-contents regardless of where it is defined.
15666
15667 2005-08-13  Romain Francoise  <romain@orebokech.com>
15668
15669         * message.el (message-cite-original-1): New function.
15670         (message-cite-original): Use it.
15671         (message-cite-original-without-signature): Ditto.
15672
15673 2005-08-08  Romain Francoise  <romain@orebokech.com>
15674
15675         * message.el (message-yank-empty-prefix): New variable.
15676         (message-indent-citation): Use it.
15677         (message-cite-original-without-signature): Respect X-No-Archive.
15678
15679 2005-08-08  Simon Josefsson  <jas@extundo.com>
15680
15681         * pgg.el: Autoload url-insert-file-contents instead of loading
15682         w3/url.
15683         (pgg-insert-url-with-w3): Don't load url here.
15684
15685 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15686
15687         * message.el (message-kill-to-signature): Don't insert newline at
15688         bol.
15689         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15690
15691 2005-08-06  Romain Francoise  <romain@orebokech.com>
15692
15693         * message.el (message-user-fqdn): Fix typo in docstring.
15694
15695 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15696
15697         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15698
15699         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15700
15701 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * mm-bodies.el (mm-encode-body): Use coding system rather than
15704         charset to encode text.
15705
15706         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15707         number of charsets if utf-8 is available (XEmacs).
15708
15709 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15712         taken from `gnus-button-mid-or-mail-regexp'.
15713         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15714         (gnus-button-alist): Improve regexp for domain part of the MIDs
15715         for news:localpart@domain buttons.
15716         (gnus-button-ctan-directory-regexp): Update.
15717
15718 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * sieve-manage.el (sieve-manage-interactive-login):
15721         Use make-local-variable rather than make-variable-buffer-local.
15722         (sieve-manage-open): Ditto.
15723         (sieve-manage-authenticate): Ditto.
15724
15725         * mml.el (mml-generate-mime-1): Make the content type default to
15726         text/plain if the filename is not specified.
15727
15728 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15731         instead of insert-buffer.
15732
15733         * message.el (message-yank-original): Ditto; set the mark at the
15734         end of the yanked message.
15735
15736 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15739         lines to scroll rather than to stop it.
15740
15741         * mml.el (mml-generate-default-type): Add doc string.
15742         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15743         default to application/octet-stream when determining the content
15744         type if it is not specified for the part or the mml contents; add
15745         a comment about mml-generate-default-type.
15746
15747 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15750         make it default to application/octet-stream when determining the
15751         content type if it is not specified for the external contents.
15752
15753 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15756         segmented parameter but also other parameters might be there.
15757
15758 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * mm-decode.el (mm-display-external): Delete temp file, directory
15761         and buffer immediately if the external process is exited.
15762
15763 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15766         fewer lines than that of scroll-margin.
15767         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15768
15769 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-art.el (gnus-article-next-page): Revert.
15772         (gnus-article-beginning-of-window): New macro.
15773         (gnus-article-next-page-1): Use it.
15774         (gnus-article-prev-page): Ditto.
15775         (gnus-article-edit-part): Use insert-buffer-substring instead of
15776         insert-buffer.
15777         (gnus-article-edit-exit): Ditto.
15778
15779         * gnus-util.el (gnus-beginning-of-window): Remove.
15780         (gnus-end-of-window): Remove.
15781
15782         * lpath.el: Don't bind header-line-format and scroll-margin.
15783
15784 2005-07-25  Simon Josefsson  <jas@extundo.com>
15785
15786         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15787         to have the url package without w3.  Reported by Daiki Ueno
15788         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15789
15790 2005-07-20  Didier Verna  <didier@xemacs.org>
15791
15792         * gnus-diary.el: Remove the description comment (nndiary is now
15793         properly documented in the Gnus manual).
15794         Fix the spelling of "Back End".
15795         * nndiary.el: Ditto.
15796         Fix the copyright notice.
15797
15798 2005-07-18  Romain Francoise  <romain@orebokech.com>
15799
15800         * gnus-sum.el (gnus-summary-to-prefix)
15801         (gnus-summary-newsgroup-prefix): New variables.
15802         (gnus-summary-from-or-to-or-newsgroups): Use them.
15803
15804 2005-07-17  Romain Francoise  <romain@orebokech.com>
15805
15806         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15807         space as it's generally not especially interesting to the user.
15808
15809 2005-07-16  Romain Francoise  <romain@orebokech.com>
15810
15811         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15812         nil to avoid prompting and file modification if one of the
15813         messages at the top of the nnfolder file contains a copyright
15814         notice.
15815         Update copyright notice.
15816
15817         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15818         instead of `current-time-string' as the latter creates a time
15819         string that is not RFC 2822 compliant (it lacks the zone).
15820         Update copyright notice.
15821
15822 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15823
15824         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15825         for text/rtf.  Display default in prompt.  Pass default for M-n.
15826
15827         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15828
15829 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15830
15831         * gnus-msg.el (gnus-button-mailto):
15832         Remove save-selected-window-window hackery because it relies on
15833         save-selected-window internals.
15834
15835 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15838         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15839         (gnus-article-prev-page): Ditto.
15840
15841         * gnus-util.el (gnus-beginning-of-window): New function.
15842         (gnus-end-of-window): New function.
15843
15844         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15845
15846 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15847
15848         * gnus-score.el (gnus-score-edit-all-score):
15849         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15850         gnus-message.
15851
15852 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15853
15854         * gnus-msg.el (gnus-button-mailto):
15855         Remove save-selected-window-window hackery because it relies on
15856         save-selected-window internals.
15857
15858 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15861         add-minor-mode.
15862         (gnus-binary-mode): Ditto.
15863
15864         * gnus-topic.el (gnus-topic-mode): Ditto.
15865
15866 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15867
15868         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15869         (gnus-article-prev-page): Take scroll-margin into consideration.
15870
15871 2005-07-04  Lute Kamstra  <lute@gnu.org>
15872
15873         Update FSF's address in GPL notices.
15874
15875 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15876
15877         * gnus.el (gnus-exit):
15878         * gnus-group.el (gnus-group-icons):
15879         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15880
15881         * gnus-nocem.el (gnus-nocem):
15882         * message.el (message-various, message-buffers, message-sending)
15883         (message-interface, message-forwarding, message-insertion)
15884         (message-headers, message-news, message-mail):
15885         * pgg-gpg.el (pgg-gpg):
15886         * pgg-parse.el (pgg-parse):
15887         * pgg-pgp.el (pgg-pgp):
15888         * pgg-pgp5.el (pgg-pgp5):
15889         * pop3.el (pop3): Finish `defgroup' description with period.
15890
15891 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * gnus-art.el (article-display-face): Improve the efficiency.
15894         (article-display-x-face): Ditto; remove grey x-face stuff.
15895
15896 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-art.el (article-display-face): Correct the position in
15899         which Faces are inserted.
15900
15901 2005-06-29  Didier Verna  <didier@xemacs.org>
15902
15903         * gnus-art.el (article-display-face): Display faces in correct
15904         order.
15905
15906 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15909         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15910         (gnus-nocem-check-article): Fetch the Type header.
15911         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15912         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15913         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15914         make sure gnus-nocem-hashtb is initialized.
15915         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15916         (gnus-nocem-unwanted-article-p): Ditto.
15917
15918         * pgg.el (pgg-verify): Return the verification result.
15919
15920 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15921
15922         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15923         is ascii.
15924
15925 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15926
15927         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15928         `show-nonbreak-escape'.
15929
15930 2005-06-23  Lute Kamstra  <lute@gnu.org>
15931
15932         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15933
15934         * dig.el (dig-mode):
15935         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15936
15937 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15938
15939         * nnimap.el (nnimap-split-download-body): Fix spellings.
15940
15941 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15942
15943         * gnus-art.el (gnus-article-encrypt-body):
15944         * gnus-cus.el (gnus-score-customize):
15945         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15946         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15947
15948 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15949
15950         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15951         header by looking for magic "MII" at the beginnig.
15952
15953 2005-06-16  Miles Bader  <miles@gnu.org>
15954
15955         * gnus-xmas.el (gnus-xmas-group-startup-message):
15956         Use renamed gnus-splash face.
15957
15958         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15959         (assistant-field-face): New backward-compatibility alias for renamed
15960         face.
15961         (assistant-render-text): Use renamed assistant-field face.
15962
15963         * spam.el (spam): Remove "-face" suffix from face name.
15964         (spam-face): New backward-compatibility alias for renamed face.
15965         (spam-face, spam-initialize): Use renamed spam face.
15966
15967         * message.el (message-header-to, message-header-cc)
15968         (message-header-subject, message-header-newsgroups)
15969         (message-header-other, message-header-name)
15970         (message-header-xheader, message-separator, message-cited-text)
15971         (message-mml): Remove "-face" suffix from face names.
15972         (message-header-to-face, message-header-cc-face)
15973         (message-header-subject-face, message-header-newsgroups-face)
15974         (message-header-other-face, message-header-name-face)
15975         (message-header-xheader-face, message-separator-face)
15976         (message-cited-text-face, message-mml-face):
15977         New backward-compatibility aliases for renamed faces.
15978         (message-font-lock-keywords): Use renamed message faces.
15979
15980         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15981         (sieve-test-commands, sieve-tagged-arguments):
15982         Remove "-face" suffix from face names.
15983         (sieve-control-commands-face, sieve-action-commands-face)
15984         (sieve-test-commands-face, sieve-tagged-arguments-face):
15985         New backward-compatibility aliases for renamed faces.
15986         (sieve-control-commands-face, sieve-action-commands-face)
15987         (sieve-test-commands-face, sieve-tagged-arguments-face):
15988         Use renamed sieve faces.
15989
15990         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15991         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15992         (gnus-group-news-3-empty, gnus-group-news-4)
15993         (gnus-group-news-4-empty, gnus-group-news-5)
15994         (gnus-group-news-5-empty, gnus-group-news-6)
15995         (gnus-group-news-6-empty, gnus-group-news-low)
15996         (gnus-group-news-low-empty, gnus-group-mail-1)
15997         (gnus-group-mail-1-empty, gnus-group-mail-2)
15998         (gnus-group-mail-2-empty, gnus-group-mail-3)
15999         (gnus-group-mail-3-empty, gnus-group-mail-low)
16000         (gnus-group-mail-low-empty, gnus-summary-selected)
16001         (gnus-summary-cancelled, gnus-summary-high-ticked)
16002         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16003         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16004         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16005         (gnus-summary-low-undownloaded)
16006         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16007         (gnus-summary-low-unread, gnus-summary-normal-unread)
16008         (gnus-summary-high-read, gnus-summary-low-read)
16009         (gnus-summary-normal-read, gnus-splash):
16010         Remove "-face" suffix from face names.
16011         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16012         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16013         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16014         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16015         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16016         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16017         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16018         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16019         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16020         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16021         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16022         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16023         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16024         (gnus-summary-normal-ticked-face)
16025         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16026         (gnus-summary-normal-ancient-face)
16027         (gnus-summary-high-undownloaded-face)
16028         (gnus-summary-low-undownloaded-face)
16029         (gnus-summary-normal-undownloaded-face)
16030         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16031         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16032         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16033         (gnus-splash-face):
16034         New backward-compatibility aliases for renamed faces.
16035         (gnus-group-startup-message): Use renamed gnus faces.
16036
16037         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16038         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16039         (gnus-server-agent): Remove "-face" suffix from face names.
16040         (gnus-server-agent-face, gnus-server-opened-face)
16041         (gnus-server-closed-face, gnus-server-denied-face)
16042         (gnus-server-offline-face):
16043         New backward-compatibility aliases for renamed faces.
16044         (gnus-server-agent-face, gnus-server-opened-face)
16045         (gnus-server-closed-face, gnus-server-denied-face)
16046         (gnus-server-offline-face): Use renamed gnus faces.
16047
16048         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16049         Remove "-face" suffix from face names.
16050         (gnus-picon-xbm-face, gnus-picon-face):
16051         New backward-compatibility aliases for renamed faces.
16052
16053         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16054         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16055         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16056         (gnus-cite-11): Remove "-face" suffix from face names.
16057         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16058         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16059         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16060         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16061         New backward-compatibility aliases for renamed faces.
16062         (gnus-cite-attribution-face, gnus-cite-face-list)
16063         (gnus-article-boring-faces): Use renamed gnus faces.
16064
16065         * gnus-art.el (gnus-signature, gnus-header-from)
16066         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16067         (gnus-header-content): Remove "-face" suffix from face names.
16068         (gnus-signature-face, gnus-header-from-face)
16069         (gnus-header-subject-face, gnus-header-newsgroups-face)
16070         (gnus-header-name-face, gnus-header-content-face):
16071         New backward-compatibility aliases for renamed faces.
16072         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16073
16074         * gnus-sum.el (gnus-summary-selected-face)
16075         (gnus-summary-highlight): Use renamed gnus faces.
16076         * gnus-group.el (gnus-group-highlight): Likewise.
16077
16078 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16079
16080         * gnus-sieve.el (gnus-sieve-article-add-rule):
16081         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16082         * spam-stat.el (spam-stat-buffer-change-to-spam)
16083         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16084
16085         * message.el (message-is-yours-p):
16086         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16087
16088 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * mm-view.el (mm-inline-text): Withdraw the last change.
16091
16092 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16095         executing enriched-decode.
16096
16097 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16100         charset of tar files.
16101
16102 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16103
16104         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16105
16106 2005-06-04  Lute Kamstra  <lute@gnu.org>
16107
16108         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16109         information is never recorded.
16110
16111 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16112
16113         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16114
16115 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * pop3.el (pop3-apop): Run md5 in the binary mode.
16118
16119         * starttls.el (starttls-set-process-query-on-exit-flag):
16120         Use eval-and-compile.
16121
16122 2005-05-31  Simon Josefsson  <jas@extundo.com>
16123
16124         * smime.el (smime-replace-in-string): Define.
16125         (smime-cert-by-ldap-1): Use it.
16126
16127 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-art.el (article-display-x-face): Replace
16130         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16131
16132         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16133         set-process-query-on-exit-flag or process-kill-without-query.
16134
16135         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16136         loop instead of replace-regexp.
16137
16138         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16139         instead of process-kill-without-query if it is available.
16140
16141         * lpath.el: Fbind ldap-search-entries.
16142
16143         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16144         instead of find-file-hooks if it is available.
16145
16146         * mml1991.el: Bind pgg-default-user-id when compiling.
16147
16148         * mml2015.el: Bind pgg-default-user-id when compiling.
16149
16150         * nndraft.el (nndraft-request-associate-buffer):
16151         Use write-contents-functions instead of write-contents-hooks if it is
16152         available.
16153
16154         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16155         instead of find-file-hooks if it is available.
16156
16157         * nntp.el (nntp-open-connection): Replace
16158         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16159         (nntp-open-ssl-stream): Ditto.
16160         (nntp-open-tls-stream): Ditto.
16161
16162         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16163         set-process-query-on-exit-flag or process-kill-without-query.
16164         (starttls-open-stream-gnutls): Use it instead of
16165         process-kill-without-query.
16166         (starttls-open-stream): Ditto.
16167
16168 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16169
16170         * smime.el (smime-cert-by-ldap-1): Don't use
16171         replace-regexp-in-string.
16172
16173 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16174
16175         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16176
16177         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16178         in PEM format.  Adjust to the XEmacs compability.
16179
16180 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16183         by `string-to-number'.
16184         * gnus-agent.el (gnus-agent-regenerate-group)
16185         (gnus-agent-fetch-articles): Ditto.
16186         * gnus-art.el (gnus-button-fetch-group): Ditto.
16187         * gnus-cache.el (gnus-cache-generate-active)
16188         (gnus-cache-articles-in-group): Ditto.
16189         * gnus-group.el (gnus-group-set-current-level)
16190         (gnus-group-insert-group-line): Ditto.
16191         * gnus-score.el (gnus-score-set-expunge-below)
16192         (gnus-score-set-mark-below, gnus-summary-score-effect)
16193         (gnus-summary-score-entry): Ditto.
16194         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16195         (gnus-soup-pack): Ditto.
16196         * gnus-spec.el (gnus-xmas-format): Ditto.
16197         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16198         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16199         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16200         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16201         * nndb.el (nndb-get-remote-expire-response): Ditto.
16202         * nndiary.el (nndiary-parse-schedule-value)
16203         (nndiary-string-to-number, nndiary-request-replace-article)
16204         (nndiary-request-article): Ditto.
16205         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16206         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16207         * nneething.el (nneething-make-head): Ditto.
16208         * nnfolder.el (nnfolder-request-article)
16209         (nnfolder-retrieve-headers): Ditto.
16210         * nnheader.el (nnheader-file-to-number): Ditto.
16211         * nnkiboze.el (nnkiboze-request-article): Ditto.
16212         * nnmail.el (nnmail-process-unix-mail-format)
16213         (nnmail-process-babyl-mail-format): Ditto.
16214         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16215         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16216         (nnmh-request-create-group, nnmh-request-list-1)
16217         (nnmh-request-group, nnmh-request-article): Ditto.
16218         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16219         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16220         * nnsoup.el (nnsoup-make-active): Ditto.
16221         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16222         * nntp.el (nntp-find-group-and-number)
16223         (nntp-retrieve-headers-with-xover): Ditto.
16224         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16225         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16226         (pgg-format-key-identifier): Ditto.
16227         * pop3.el (pop3-last, pop3-stat): Ditto.
16228         * qp.el (quoted-printable-decode-region): Ditto.
16229
16230         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16231         of concat.
16232
16233 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16236
16237         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16238
16239         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16240
16241         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16242
16243         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16244
16245         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16246
16247         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16248         (gnus-carpal-mode): Ditto.
16249
16250         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16251         (gnus-browse-mode): Ditto.
16252
16253         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16254
16255         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16256
16257 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16258
16259         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16260
16261 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * gnus-util.el (gnus-run-mode-hooks): New function.
16264
16265         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16266
16267         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16268         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16269
16270 2005-05-27  Lute Kamstra  <lute@gnu.org>
16271
16272         * dns-mode.el (dns-mode): Specify customization group.
16273
16274 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16275
16276         * gnus-agent.el (gnus-agent-make-mode-line-string):
16277         Use mode-line-highlight as mouse-face.
16278
16279 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * canlock.el (canlock): Change the parent group to news.
16282
16283         * deuglify.el (gnus-outlook-deuglify): Add :group.
16284
16285         * dig.el (dig): Add :group.
16286
16287         * dns-mode.el (dns-mode): Add :group.
16288
16289         * encrypt.el (encrypt): Add :group.
16290
16291         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16292         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16293         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16294         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16295         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16296
16297         * gnus-diary.el (gnus-diary): Add :group.
16298
16299         * gnus.el (gnus-group-news-1-face): Add :group.
16300         (gnus-group-news-1-empty-face): Ditto.
16301         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16302         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16303         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16304         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16305         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16306         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16307         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16308         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16309         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16310         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16311         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16312         (gnus-summary-high-ticked-face): Ditto.
16313         (gnus-summary-low-ticked-face): Ditto.
16314         (gnus-summary-normal-ticked-face): Ditto.
16315         (gnus-summary-high-ancient-face): Ditto.
16316         (gnus-summary-low-ancient-face): Ditto.
16317         (gnus-summary-normal-ancient-face): Ditto.
16318         (gnus-summary-high-undownloaded-face): Ditto.
16319         (gnus-summary-low-undownloaded-face): Ditto.
16320         (gnus-summary-normal-undownloaded-face): Ditto.
16321         (gnus-summary-high-unread-face): Ditto.
16322         (gnus-summary-low-unread-face): Ditto.
16323         (gnus-summary-normal-unread-face): Ditto.
16324         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16325         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16326
16327         * hashcash.el (hashcash): New custom group.
16328         (hashcash-default-payment): Add :group.
16329         (hashcash-payment-alist): Ditto.
16330         (hashcash-default-accept-payment): Ditto.
16331         (hashcash-accept-resources): Ditto.
16332         (hashcash-path): Ditto.
16333         (hashcash-extra-generate-parameters): Ditto.
16334         (hashcash-double-spend-database): Ditto.
16335         (hashcash-in-news): Ditto.
16336
16337         * message.el (message-minibuffer-local-map): Add :group.
16338
16339         * netrc.el (netrc): Add :group.
16340
16341         * sieve-manage.el (sieve-manage-log): Add :group.
16342         (sieve-manage-default-user): Diito.
16343         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16344         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16345         (sieve-manage-authenticators): Ditto.
16346         (sieve-manage-authenticator-alist): Ditto.
16347         (sieve-manage-default-port): Ditto.
16348
16349         * sieve-mode.el (sieve-control-commands-face): Add :group.
16350         (sieve-action-commands-face): Ditto.
16351         (sieve-test-commands-face): Ditto.
16352         (sieve-tagged-arguments-face): Ditto.
16353
16354         * smime.el (smime): Add :group.
16355
16356         * spam-report.el (spam-report): Add :group.
16357
16358         * spam.el (spam, spam-face): Add :group.
16359
16360 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16363         return \n.\n.\n at the end of articles.  Protect against that.
16364         (nntp-with-open-group): Allow debugging.
16365
16366         * nnheader.el (mail-header-set-extra): Make into a function
16367         because I just could't understand how to quote the list properly.
16368
16369         * dns.el (query-dns-cached): New function.
16370
16371 2005-05-26  Lute Kamstra  <lute@gnu.org>
16372
16373         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16374
16375 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16378
16379         * gnus-art.el: Don't autoload mail-extract-address-components.
16380
16381         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16382         eval-and-compile to evaluate it.
16383
16384         * hashcash.el: Don't autoload executable-find.
16385
16386         * nndb.el: Don't declare the nndb back end two or more times; don't
16387         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16388
16389         * nntp.el: Autoload format-spec instead of format; use
16390         eval-and-compile to evaluate autoload forms.
16391
16392 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16393
16394         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16395
16396 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16397
16398         * gnus.el (gnus-version-number): Bump version.
16399
16400 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16401
16402         * gnus.el: No Gnus v0.3 is released.
16403
16404 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16405
16406         * lpath.el (featurep): Bind show-nonbreak-escape.
16407
16408 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-art.el (gnus-article-edit-part): Disable undo.
16411
16412 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16415         gnus-article-date-lapsed-new-header is t if date timer is active;
16416         skip headers in which the original date value is empty.
16417         (gnus-article-save-original-date): Redefine it as a macro.
16418         (gnus-display-mime): Use it.
16419
16420 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-art.el (article-date-ut): Support converting date in
16423         forwarded parts as well.
16424         (gnus-article-save-original-date): New function.
16425         (gnus-display-mime): Use it.
16426
16427 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16428
16429         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16430         enclosure element of <item>.
16431
16432 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * message.el (message-kill-buffer-query): Rename from
16435         `message-kill-buffer-query-if-modified'.  Add :version.
16436
16437 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16440         window layout.
16441
16442 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * mml.el: Autoload dnd when compiling.
16445
16446 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16449         x-dnd-*.
16450
16451 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * qp.el (quoted-printable-encode-region): Save excursion.
16454
16455 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16456
16457         * message.el (message-kill-buffer-query-if-modified): Add new variable
16458         so the user can kill a modified message buffer quickly.
16459         (message-kill-buffer): Use it.
16460
16461 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * lpath.el: Fbind display-time-event-handler; don't fbind
16464         string-to-multibyte.
16465
16466         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16467
16468 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16471         contained in text because xml.el decodes entities) with LFs.
16472
16473 2005-04-11  Lute Kamstra  <lute@gnu.org>
16474
16475         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16476         differently.
16477
16478 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16479
16480         * mm-util.el (mm-detect-coding-region): Typo.
16481
16482 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16485
16486 2005-04-06  Deepak Goel  <deego@gnufans.org>
16487
16488         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16489         user-function allow user modifications of the scores.
16490         (spam-stat-score-buffer-user): New function, to allow
16491         user-computed modifications to the score.
16492         (spam-stat-score-buffer-user-functions): List of additional
16493         scoring functions.
16494         (spam-stat-error-holder): Global temporary error holder.
16495         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16496         variable.
16497
16498 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16499
16500         * gnus-registry.el (gnus-registry-clean-empty-function)
16501         (gnus-registry-trim, gnus-registry-fetch-groups)
16502         (gnus-registry-delete-group): Groups that match
16503         `gnus-registry-ignored-groups' are removed from the registry
16504         entries, not just ignored for splitting.  This helps clean up the
16505         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16506         to get all the groups a message ID is in.
16507
16508         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16509         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16510         (spam-stat-score-buffer-user-functions): Add :number custom type.
16511
16512 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16515         argument in XEmacs.
16516
16517         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16518         (nnrss-request-group): Decode group name first.
16519         (nnrss-request-article): Make a text/plain article if mml-to-mime
16520         failed.
16521         (nnrss-get-encoding): Return a compatible encoding according to
16522         nnrss-compatible-encoding-alist.
16523         (nnrss-find-el): Use consp instead of listp.
16524         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16525
16526 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16529         which Emacs 20 doesn't support.
16530         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16531
16532 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16535         silence the byte compiler inside the defun.
16536
16537         * gnus-demon.el (parse-time-string): Add autoload.
16538
16539         * gnus-delay.el (parse-time-string): Add autoload.
16540
16541         * gnus-art.el (parse-time-string): Add autoload.
16542
16543         * nnultimate.el (parse-time): Require for `parse-time-string'.
16544
16545 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16548
16549         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16550
16551         * smime.el (smime-ldap-host-list): Add :version.
16552
16553 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16554
16555         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16556         pass it to `gnus-browse-read-group'.
16557         (gnus-browse-read-group): Add NUMBER argument and pass it to
16558         `gnus-group-read-ephemeral-group'.
16559
16560         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16561         argument and pass it to `gnus-group-read-group'.
16562
16563 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16564
16565         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16566         mm-xemacs-find-mime-charset-1 if we have the mule feature
16567         available at runtime.
16568
16569 2005-03-25  Werner Lemberg  <wl@gnu.org>
16570
16571         * nnmaildir.el: Replace `illegal' with `invalid'.
16572
16573 2005-03-23  Lute Kamstra  <lute@gnu.org>
16574
16575         * time-date.el: Add comment on time value formats.
16576         Don't require parse-time.
16577         (with-decoded-time-value): New macro.
16578         (encode-time-value): New function.
16579         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16580         (days-to-time): Return a valid time value when arg is huge.
16581         (time-since): Use time-subtract.
16582         (time-to-number-of-days): Use time-to-seconds.
16583
16584 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16585
16586         * gnus-start.el (gnus-display-time-event-handler):
16587         Check display-time-timer at runtime rather than only at load time
16588         in case display-time-mode is turned off in the mean time.
16589
16590 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16591
16592         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16593         used.
16594
16595         * nneething.el (nneething-map-file-directory): Derive from
16596         `gnus-directory'.
16597
16598         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16599         the To/Cc button.
16600
16601 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * nnmaildir.el (nnmaildir-request-accept-article):
16604         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16605
16606 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16607
16608         * gnus-async.el: Require timer-funcs at compile time when in
16609         XEmacs for `run-with-idle-timer'.
16610
16611 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16612
16613         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16614         autoloaded function.
16615
16616 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16617
16618         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16619
16620 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16621
16622         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16623
16624 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16625
16626         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16627         Add gnus-expert-user to default.
16628
16629 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16630
16631         * nnimap.el (nnimap-open-server): Ditto.
16632
16633         * imap.el (imap-authenticate): Fix typo.
16634
16635 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16636
16637         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16638         buffer (since IMAP server might return FETCH response out of
16639         order, and the nntp buffer must be sorted).
16640
16641 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16642
16643         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16644         comparison on string.
16645
16646         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16647         (gnus-agent-score): Rename category keywords to match gnus-cus.
16648         (gnus-agent-summary-fetch-series): Modify to protect against
16649         gnus-agent-summary-fetch-group clearing processable flags.
16650         (gnus-agent-synchronize-group-flags): Update live group buffer as
16651         synchronization may occur due to the user toggle the plugged
16652         status.
16653         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16654         successfully downloaded.
16655         (gnus-agent-expire-group-1): Avoid using markers when the overview
16656         is in ascending order; greatly improves performance.
16657         (gnus-agent-regenerate-group):
16658         Use gnus-agent-synchronize-group-flags to reset read status in both
16659         gnus and server.
16660         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16661
16662 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * message.el: Don't autoload former message-utils variables.
16665         (message-strip-subject-trailing-was): Change doc string.
16666
16667         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16668         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16669         (nnweb-google-search): Add "hl=en" here.
16670         (nnweb-google-parse-1, nnweb-google-create-mapping):
16671         Don't hardcode URL.
16672
16673 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16674
16675         * message.el (message-get-reply-headers, message-followup):
16676         Mention related variables `message-use-followup-to' and
16677         `message-use-mail-followup-to', in the information buffer.
16678
16679         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16680         of broken groups(-beta).google.com.
16681
16682 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16683
16684         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16685         parameter to invoked gnus-request-move-article; remove the
16686         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16687         all at once instead of once per article.
16688         (gnus-summary-remove-process-mark): Accept a list of articles as
16689         well as a single article for processing.
16690
16691         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16692         parameter.
16693
16694         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16695
16696         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16697
16698         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16699         parameter.
16700
16701         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16702         parameter.
16703
16704         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16705         parameter and remove the gnus-sum-hint-move-is-internal variable.
16706
16707         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16708         parameter.
16709
16710         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16711         parameter.
16712
16713         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16714         parameter.
16715
16716         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16717
16718         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16719         parameter.
16720
16721         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16722         parameter.
16723
16724 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16725
16726         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16727         a more conservative way.
16728
16729 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16730
16731         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16732         buffer, so it moves the window's cursor.
16733
16734 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16735
16736         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16737         `mm-dissect-multipart' and receive the from field as an (optional)
16738         argument from `mm-dissect-multipart'.
16739         (mm-dissect-multipart): Receive the from field as an argument and
16740         pass it on when we call `mm-dissect-buffer' on MIME parts.
16741         Fixes verification/decryption of signed/encrypted MIME parts.
16742
16743 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16744
16745         * gnus-sum.el (gnus-summary-move-article):
16746         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16747         whatever it calls (right now, only nnimap-request-move article
16748         respects it).
16749
16750         * nnimap.el (nnimap-request-move-article):
16751         When gnus-sum-hint-move-is-internal is set, don't do the extra
16752         nnimap-request-article.
16753
16754 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16757
16758         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16759         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16760
16761         * gnus-sum.el (gnus-summary-caesar-message):
16762         Apply `gnus-treat-article' after rotation.
16763
16764         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16765         doc string.
16766
16767 2005-02-22  Simon Josefsson  <jas@extundo.com>
16768
16769         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16770         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16771         <arne@arnested.dk>.
16772         (encrypt): Add password-cache and password-cache-expiry as group
16773         members.
16774
16775 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16776
16777         * smime.el (smime-ldap-host-list): Doc fix.
16778         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16779         cache) password.
16780         (smime-sign-region): Use it.
16781         (smime-decrypt-region): Use it.
16782         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16783         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16784         fails.
16785         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16786         certificate from DER to PEM format rather than calling openssl.
16787
16788         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16789
16790         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16791         for signing/encryption.
16792
16793         * mml.el (mml-parse-1): Use them.
16794
16795 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16796
16797         * nnrss.el (nnrss-verbose): Remove.
16798         (nnrss-request-group): Use `nnheader-message' instead.
16799
16800 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16801
16802         * nnrss.el (nnrss-verbose): New variable.
16803         (nnrss-request-group): Make it say nnrss is requesting a group.
16804
16805 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16808         Handle news URL with given port correctly.
16809
16810 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16813         containing special characters.
16814
16815         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16816
16817         * mml.el (mime-to-mml): Ditto.
16818
16819         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16820         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16821         (rfc2047-decode-region): Quote decoded words containing special
16822         characters when rfc2047-quote-decoded-words-containing-tspecials
16823         is non-nil.
16824
16825 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16826
16827         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16828
16829         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16830
16831 2005-02-15  Simon Josefsson  <jas@extundo.com>
16832
16833         * nnimap.el (nnimap-debug): Doc fix.
16834
16835         * imap.el (imap-debug): Doc fix.
16836
16837 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16840
16841 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * gnus.el (spam-contents): Improve docs for spam-contents
16844         parameter in its variable incarnation.
16845
16846 2005-02-14  Simon Josefsson  <jas@extundo.com>
16847
16848         * smime-ldap.el: Use require instead of load-library for ldap.
16849         (smime-ldap-search): Indent.
16850         (smime-ldap-search-internal): Shorten line.
16851
16852         * smime.el (smime-cert-by-dns): Add doc-string.
16853         (smime-cert-by-ldap-1): Indent.
16854
16855         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16856         mml-smime-get-dns-ldap.
16857         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16858
16859 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16860
16861         * smime.el: Require smime-ldap.
16862         (smime-ldap-host-list): New variable.
16863         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16864
16865         * mml-smime.el (mml-smime-encrypt-query): New function.
16866         (mml-smime-encrypt-query): Use it.
16867
16868         * smime-ldap.el: New file.
16869
16870 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16873
16874 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16875
16876         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16877         argument in doc string.  Make query for type more clear.
16878
16879 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * gnus.el (gnus-group-startup-message): Search for gnus images in
16882         etc/images/gnus.
16883         * mm-util.el (mm-image-load-path): Likewise.
16884         * smiley.el (smiley-data-directory): Search for smilies in
16885         etc/images/smilies.
16886
16887 2005-02-09  Kim F. Storm  <storm@cua.dk>
16888
16889         Change Emacs release version from 21.4 to 22.1 throughout.
16890         Change Emacs development version from 21.3.50 to 22.0.50.
16891
16892 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16895
16896         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16897         non-Mule XEmacs as well.
16898         (mm-decompress-buffer): Signal an error intentionally if it does
16899         not decompress compressed data because auto-compression-mode is
16900         disabled.
16901
16902 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16903
16904         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16905         an ID in the registry even if it has no groups.
16906
16907 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16910         merge it into mm-decompress-buffer.
16911         (gnus-mime-copy-part): Use the MIME part charset, the value which
16912         a user specified or gnus-newsgroup-charset for decoding, like
16913         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16914         save-buffer what was used.  Suggested by Kevin Ryde
16915         <user42@zip.com.au>.
16916         (gnus-mime-inline-part): Allow the name parameter as well as the
16917         filename parameter; force decompressing of compressed data; always
16918         display contents being not decoded as unibyte.
16919
16920         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16921         as well as the filename parameter.
16922
16923         * mm-util.el (mm-decompress-buffer):
16924         Merge gnus-mime-jka-compr-maybe-uncompress.
16925         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16926         of compressed data.
16927
16928 2005-02-08  Simon Josefsson  <jas@extundo.com>
16929
16930         * imap.el (imap-log): Doc fix.
16931
16932 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16935         the coding cookies; decompress compressed parts.
16936
16937         * mml.el (mml-generate-mime-1): Add the charset parameter according
16938         to the value which a user specified manually or the coding cookie.
16939
16940         * mm-util.el (mm-string-to-multibyte): New function.
16941         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16942         (mm-coding-system-to-mime-charset): New function.
16943         (mm-decompress-buffer): New function.
16944         (mm-find-buffer-file-coding-system): New function.
16945
16946         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16947         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16948         parts.
16949
16950 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16951
16952         * mm-view.el (mm-display-inline-fontify): Decode a part according
16953         to the charset parameter.
16954
16955 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16958         prefix arg is neither nil nor a number, as info specifies.
16959
16960 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16963         timestamps.
16964
16965 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16966
16967         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16968         groups error checking and notify user.
16969
16970 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16971
16972         * message.el (message-send-mail-function): Check existence of
16973         sendmail-program first before using default value
16974         `message-send-mail-with-sendmail'.  Otherwise use more generic
16975         `smtpmail-send-it'.
16976
16977 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * nntp.el (nntp-request-update-info): Always return nil.
16980
16981 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16982
16983         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16984
16985 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16986
16987         * message.el (message-beginning-of-line): Change the behavior when
16988         invoked between BOL and : so that it first moves backward.
16989
16990 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16993         article buffer when editing of the article is discarded.
16994         (gnus-article-prepare): Revert.
16995
16996 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * gnus-art.el (gnus-article-prepare):
16999         Remove message-strip-forbidden-properties from the local hook.
17000
17001 2005-01-27  Simon Josefsson  <jas@extundo.com>
17002
17003         * password.el (password-cache-add): Only start one timer per key.
17004         Reported by Derek Atkins <warlord@MIT.EDU>.
17005
17006 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17007
17008         * run-at-time.el: Remove.  It is no longer needed as
17009         timer-funcs.el in the xemacs-base package has a working version of
17010         `run-at-time'.
17011
17012         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17013
17014         * password.el: Require timer-funcs instead of run-at-time in
17015         XEmacs.
17016         Remove `password-run-at-time' macro.
17017         (password-cache-add): Use `run-at-time' instead of
17018         `password-run-at-time'.
17019
17020         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17021         Remove `nnheader-cancel-function-timers' alias,
17022         `cancel-function-timers' exists in XEmacs in timer-funcs.
17023
17024         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17025         for `run-with-idle-timer'.
17026
17027         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17028         for `run-at-time'.
17029
17030         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17031         for `with-timeout'.
17032
17033         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17034         the same as for XEmacs 21.4.
17035         No need to ignore `run-with-idle-timer', this function exists in
17036         XEmacs now in timer-funcs.el in the xemacs-base package.
17037         (dgnushack-compile): No need to delete
17038         run-at-time.el from the list of files to compile because it
17039         doesn't exist anymore.
17040
17041 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17044         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17045
17046 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17047
17048         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17049         sensitively.
17050
17051 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17052
17053         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17054
17055 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17058         which will be inserted according to the multibyteness of a buffer
17059         rather than the type of contents.  Suggested by ARISAWA Akihiro
17060         <ari@mbf.ocn.ne.jp>.
17061
17062         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17063         of string which old xml.el may return rather than a string.
17064
17065 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17068
17069 2005-01-16  Simon Josefsson  <jas@extundo.com>
17070
17071         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17072         idn/idna.el isn't available.
17073         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17074         <michael@waxrat.com>.
17075
17076         * hashcash.el: Remove non-FSF copyright header.
17077
17078         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17079         (hashcash-generate-payment): Use it.
17080         (hashcash-generate-payment-async): Use it.
17081
17082 2005-01-15  Simon Josefsson  <jas@extundo.com>
17083
17084         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17085         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17086
17087         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17088         gnus-summary-idna-message.
17089         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17090         (gnus-summary-idna-message): New function.
17091
17092 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17095         gnus-novice-user.
17096
17097 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * nnrss.el (nnrss-request-delete-group): Delete entries in
17100         nnrss-group-alist as well.
17101         (nnrss-save-server-data): Insert newline.
17102
17103 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * gnus.el (gnus-user-agent): Use list of symbols instead of
17106         symbols.  Display full version number for (S)XEmacs.
17107         Optionally display (S)XEmacs codename.
17108
17109         * gnus-util.el (gnus-emacs-version): Update for new
17110         `gnus-user-agent'.
17111
17112         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17113         Gnus version.
17114
17115 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17116
17117         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17118         which is unreadable in some setups.
17119
17120 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-spec.el (gnus-update-format-specifications): Flush the
17123         group format spec cache if it doesn't support decoded group names.
17124
17125 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17128         Allow to apply decay on score files matching a regexp.
17129
17130 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17133         compatibility in %g and %c.
17134
17135 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17138         name for only %g and %c.
17139         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17140         of gnus-tmp-group to decoded group name.
17141         (gnus-group-make-rss-group): Exclude `/'s from group names.
17142
17143 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * nnrss.el (nnrss-get-encoding): Fix regexp.
17146
17147 2004-12-27  Simon Josefsson  <jas@extundo.com>
17148
17149         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17150         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17151         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17152
17153 2004-12-17  Kim F. Storm  <storm@cua.dk>
17154
17155         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17156
17157         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17158
17159 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17160
17161         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17162
17163 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * nnrss.el: Require rfc2047 and mml.
17166         (nnrss-file-coding-system): New variable.
17167         (nnrss-format-string): Redefine it as an inline function.
17168         (nnrss-decode-group-name): New function.
17169         (nnrss-string-as-multibyte): Remove.
17170         (nnrss-retrieve-headers): Decode group name; don't use
17171         nnrss-format-string.
17172         (nnrss-request-group): Decode group name.
17173         (nnrss-request-article): Decode group name; allow a Message-ID as
17174         well as an article number; don't use nnrss-format-string; encode a
17175         Message-ID string which may contain non-ASCII characters; use
17176         mml-to-mime to compose a MIME article.
17177         (nnrss-request-expire-articles): Decode group name.
17178         (nnrss-request-delete-group): Decode group name.
17179         (nnrss-fetch): Clarify error message.
17180         (nnrss-read-server-data): Use insert-file-contents instead of load;
17181         bind file-name-coding-system; use multibyte buffer.
17182         (nnrss-save-server-data): Bind coding-system-for-write to the
17183         value of nnrss-file-coding-system; bind file-name-coding-system;
17184         add coding cookie.
17185         (nnrss-read-group-data): Use insert-file-contents instead of load;
17186         bind file-name-coding-system; use multibyte buffer.
17187         (nnrss-save-group-data): Bind coding-system-for-write to the
17188         value of nnrss-file-coding-system; bind file-name-coding-system.
17189         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17190         make it work with non-ASCII text.
17191         (nnrss-find-el): Make it work with old xml.el as well.
17192
17193 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17194
17195         * nnrss.el (nnrss-get-encoding): New function.
17196         (nnrss-fetch): Use unibyte buffer initially; bind
17197         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17198         decode contents according to the encoding attribute.
17199         (nnrss-save-group-data): Add coding cookie.
17200         (nnrss-mime-encode-string): New function.
17201         (nnrss-check-group): Use it to encode subject and author.
17202
17203 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17204
17205         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17206         imaginary variable.
17207
17208 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17211         correctly even if there are wide characters.
17212
17213 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17214
17215         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17216         downcased symbol names; make a new cache instead of reusing
17217         bbdb-hashtable.
17218
17219 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17222         concatenating segments rather than before concatenating them.
17223         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17224
17225         * message.el (message-get-reply-headers): Bind `extra'.
17226
17227 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17228
17229         * message.el (message-extra-wide-headers): New variable.
17230         (message-get-reply-headers): Use it.
17231
17232 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17235         (gnus-agent-group-pathname): Ditto.
17236
17237         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17238
17239         * gnus-group.el (gnus-group-make-group): Decode group name.
17240         (gnus-group-make-rss-group): Register the group data after opening
17241         the nnrss group.
17242
17243 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17244
17245         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17246         by expiry now get marked as read.
17247
17248 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17251
17252 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17253
17254         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17255         unify Latin characters in XEmacs.
17256         (mm-find-mime-charset-region): Use it.
17257
17258 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * gnus-util.el (gnus-delete-directory): New function.
17261
17262         * gnus-agent.el (gnus-agent-delete-group): Use it.
17263
17264         * gnus-cache.el (gnus-cache-delete-group): Use it.
17265
17266 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17269         names.
17270
17271 2004-12-16  Simon Josefsson  <jas@extundo.com>
17272
17273         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17274
17275 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17278
17279         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17280         (gnus-group-set-current-level): Decode group name.
17281
17282 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17283
17284         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17285         failed.
17286
17287 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * gnus-group.el (gnus-group-delete-group): Decode group name.
17290         (gnus-group-make-rss-group): Encode group name.
17291         (gnus-group-catchup-current): Decode group name.
17292         (gnus-group-kill-group): Decode group name.
17293
17294 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17295
17296         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17297
17298 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-group.el (gnus-group-make-rss-group):
17301         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17302
17303         * gnus-start.el (gnus-setup-news): Honor user's setting to
17304         gnus-message-archive-method.  Suggested by Lute Kamstra
17305         <lute@gnu.org>.
17306
17307 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17308
17309         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17310         global counterparts of the buffer-local variables.
17311
17312 2004-11-16  Romain Francoise  <romain@orebokech.com>
17313
17314         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17315         counterparts of the buffer-local variables.
17316
17317 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * message.el (message-forbidden-properties): Fix typo in doc
17320         string.
17321
17322 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * gnus-util.el (gnus-replace-in-string): Add doc string.
17325
17326         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17327         to avoid problems when splitting mails with many recipients.
17328
17329 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17330
17331         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17332         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17333
17334 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17335
17336         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17337         if there is no hashtable in memory or file modification time is
17338         newer than cached timestamp.
17339
17340 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17341
17342         * gnus-sum.el (gnus-summary-limit-to-recipient):
17343         Implement not-matching option.
17344
17345 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17346
17347         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17348         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17349         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17350         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17351         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17352         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17353
17354 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * message.el (message-forward-make-body-mml): Remove headers
17357         according to message-forward-ignored-headers if a message is decoded.
17358
17359 2004-12-02  Romain Francoise  <romain@orebokech.com>
17360
17361         * message.el (message-forward-make-body-plain): Always remove
17362         headers according to message-forward-ignored-headers.
17363
17364 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17365
17366         * spam.el (spam-summary-prepare-exit): Remove the
17367         gnus-summary-limit pop for now, it has problems with ham marks for
17368         me.
17369
17370 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17371
17372         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17373         correctly.
17374
17375 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17376
17377         * format-spec.el (format-spec): Message the char.
17378
17379 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17380
17381         * gnus-art.el (gnus-split-methods): Reformat comments.
17382
17383         * spam.el (spam-summary-prepare-exit): Remove article limits
17384         before exiting the summary buffer.
17385
17386 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17389         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17390
17391         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17392         order to silence the byte compiler.
17393
17394         * spam.el: Fix the way to silence the byte compiler, which
17395         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17396         bbdb-search-simple, spam-BBDB-register-routine,
17397         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17398         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17399         spam-stat-buffer-is-spam, spam-stat-load,
17400         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17401         spam-stat-save and spam-stat-split-fancy.
17402
17403 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17406         which may confuse users.
17407         (canlock-password-for-verify): Ditto.
17408
17409         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17410
17411         * gnus-art.el (gnus-emphasis-alist): Ditto.
17412
17413         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17414
17415         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17416
17417         * gnus-start.el (gnus-save-killed-list): Ditto.
17418
17419         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17420         (gnus-sum-thread-tree-root): Ditto.
17421         (gnus-sum-thread-tree-false-root): Ditto.
17422         (gnus-sum-thread-tree-single-indent): Ditto.
17423
17424         * message.el (message-courtesy-message): Ditto.
17425         (message-archive-note): Ditto.
17426         (message-subscribed-address-file): Ditto.
17427         (message-user-fqdn): Ditto.
17428
17429         * spam-report.el (spam-report-gmane-regex): Ditto.
17430
17431         * spam.el (spam-blackhole-good-server-regex): Ditto.
17432
17433 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * mml.el (mml-preview): Widen the message buffer before copying
17436         the contents to the preview buffer; sort headers before previewing.
17437
17438         * message.el (message-hidden-headers): Fix the way to avoid a bug
17439         in the `repeat' widget in Emacs 21.3 or earlier.
17440
17441 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * message.el (message-hidden-headers): Default to "^References:".
17444         Improve customization type.  Suggested by Reiner Steib
17445         <Reiner.Steib@gmx.de>.
17446
17447 2004-11-25  Romain Francoise  <romain@orebokech.com>
17448
17449         * message.el (message-strip-forbidden-properties): Remove check for
17450         obsolete `message-hidden' text property, hidden headers are not
17451         accessible in the buffer anymore.
17452
17453 2004-11-22  Romain Francoise  <romain@orebokech.com>
17454
17455         * message.el (message-header-format-alist): Add `From' in list
17456         so that it can be sorted.
17457         (message-fix-before-sending): Widen and sort headers before
17458         sending.
17459         (message-hide-headers): Use narrowing to hide headers by moving
17460         them to the top of the buffer and narrowing to the region
17461         underneath.
17462
17463 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17464
17465         * message.el (message-strip-forbidden-properties):
17466         Bind buffer-read-only (etc) to nil.
17467
17468 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17471         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17472
17473 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17474
17475         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17476
17477 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17478
17479         * dns.el (query-dns): Use sit-for to time instead of
17480         accept-process-output, since that doesn't seem to work on udp
17481         sockets.
17482
17483 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17486
17487 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17488
17489         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17490         doc string.  Improve doc string.
17491
17492 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * nntp.el (nntp-request-update-info): Return nil if
17495         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17496         may not call gnus-activate-group which uselessly issues the GROUP
17497         commands for all nntp groups and wastes time.  Reported by Romain
17498         Francoise <romain@orebokech.com>.
17499
17500         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17501
17502 2004-11-15  Simon Josefsson  <jas@extundo.com>
17503
17504         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17505         headers separately.
17506         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17507         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17508
17509 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * gnus-start.el (gnus-convert-old-newsrc):
17512         Assign legacy-gnus-agent to 5.10.7.
17513
17514 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17515
17516         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17517         start of the lines.
17518
17519 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17520
17521         * hashcash.el (hashcash-default-payment): Change default to 20.
17522         (hashcash-default-accept-payment): Change default to 20.
17523         (hashcash-process-alist): New variable.
17524         (hashcash-generate-payment-async): Add.
17525         (hashcash-already-paid-p): Add.
17526         (hashcash-insert-payment): Don't generate payments twice.
17527         (hashcash-insert-payment-async): Add.
17528         (hashcash-insert-payment-async-2): Add.
17529         (hashcash-cancel-async): Add.
17530         (hashcash-wait-async): Add.
17531         (hashcash-processes-running-p): Add.
17532         (hashcash-wait-or-cancel): Add.
17533         (mail-add-payment): New optional argument.  Conditionally start
17534         asynchronous calculation.
17535         (mail-add-payment-async): Add.
17536
17537         * message.el (message-send-mail): Wait for asynchronous hashcash
17538         results.  Don't clobber existing X-Hashcash headers.
17539         (message-setup-1): Call mail-add-payment-async when
17540         message-generate-hashcash is non-nil.
17541
17542 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17543
17544         * message.el (message-use-alternative-email-as-from): Examine the
17545         From header as well; use message-make-from in order to include a
17546         user's full name.
17547
17548 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17551         default; improve customization type.
17552         (gnus-emphasis-custom-with-format): New macro.
17553         (gnus-emphasis-custom-value-to-external): New function.
17554         (gnus-emphasis-custom-value-to-internal): New function.
17555
17556 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17557
17558         * dns.el (query-dns): Resolve reverse addresses.
17559
17560 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17561
17562         * gnus-group.el (gnus-group-get-new-news): Use it.
17563
17564         * gnus-start.el (gnus-check-reasonable-setup): New function.
17565
17566 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17569         "Args out of range" error.  Reported by Arnaud Giersch
17570         <arnaud.giersch@free.fr>.
17571
17572 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17573
17574         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17575
17576 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17577
17578         * spam.el (spam group): Add :version.
17579
17580         * pgg-def.el (pgg group): Add :version.
17581
17582 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * gnus-art.el (gnus-article-edit-article): Don't associate the
17585         article buffer with a draft file.  This is a temporary measure
17586         against the 2004-08-22 change to gnus-article-edit-mode.
17587
17588 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17591         (html2text-format-tags): Remove unused variable `attr'.
17592
17593 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17594
17595         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17596
17597         * tls.el (tls-process-connection-type, tls-success)
17598         (tls-certtool-program): Add :version.
17599
17600         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17601         (starttls-extra-arguments, starttls-process-connection-type)
17602         (starttls-connect, starttls-failure, starttls-success): Add :version.
17603
17604         * spam-stat.el (spam-stat): Add :version.
17605
17606         * sieve.el (sieve): Add :version.
17607
17608         * sha1.el (sha1): Add :version.
17609         (sha1-use-external): Remove redundant version.
17610
17611         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17612         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17613         (nnmail-split-fancy-match-partial-words)
17614         (nnmail-split-lowercase-expanded): Add :version.
17615
17616         * nndiary.el (nndiary): Add :version.
17617
17618         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17619
17620         * mml-sec.el (mml-default-sign-method)
17621         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17622         Add :version.
17623
17624         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17625
17626         * mm-url.el (mm-url-use-external, mm-url-program)
17627         (mm-url-arguments): Add :version.
17628
17629         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17630         (mm-attachment-file-modes, mm-decrypt-option)
17631         (mm-w3m-safe-url-regexp): Add :version.
17632
17633         * message.el (message-cite-prefix-regexp)
17634         (message-sendmail-envelope-from, message-minibuffer-local-map)
17635         (message-user-fqdn, message-completion-alist): Add :version.
17636
17637         * gnus-win.el (gnus-configure-windows-hook)
17638         (gnus-use-frames-on-any-display): Add :version.
17639
17640         * gnus-art.el (gnus-article-address-banner-alist)
17641         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17642         (gnus-treat-from-picon, gnus-treat-mail-picon)
17643         (gnus-treat-x-pgp-sig): Add :version.
17644
17645         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17646         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17647         (gnus-summary-article-delete-hook)
17648         (gnus-summary-display-while-building): Add :version.
17649
17650         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17651         (gnus-get-top-new-news-hook): Add :version.
17652
17653         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17654         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17655
17656         * gnus-registry.el (gnus-registry): Add :version.
17657
17658         * gnus-spec.el (gnus-use-correct-string-widths)
17659         (gnus-make-format-preserve-properties): Add :version.
17660
17661         * gnus.el (gnus-group-charter-alist)
17662         (gnus-group-fetch-control-use-browse-url)
17663         (gnus-install-group-spam-parameters): Add :version.
17664
17665         * gnus-diary.el (gnus-diary): Add :version.
17666
17667         * gnus-delay.el (gnus-delay): Add :version.
17668
17669         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17670         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17671         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17672         Add :version.
17673
17674         * gnus-agent.el (gnus-agent-max-fetch-size)
17675         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17676         (gnus-agent-prompt-send-queue): Add :version.
17677
17678         * deuglify.el (gnus-outlook-deuglify): Add :version.
17679
17680         * html2text.el: Beautify code.  Improve doc strings.
17681         Some checkdoc cleanup.
17682         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17683
17684 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17685
17686         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17687
17688 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17689
17690         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17691         when package is loaded.
17692
17693         * spam.el (spam-summary-score-preferred-header): Add global preference
17694         for people who want to override the default SpamAssassin over
17695         Bogofilter preference (when both are set).
17696         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17697         (spam-user-format-function-S):
17698         Check spam-summary-score-preferred-header.
17699         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17700         (spam-user-format-function-S): Format the score correctly.
17701
17702 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17705         signature file.  Suggested by Manoj Srivastava
17706         <srivasta@golden-gryphon.com>.
17707
17708         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17709         iso-2022-jp even in the Japanese language environment.
17710         Suggested by Jason Rumney <jasonr@gnu.org>.
17711
17712 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17715         use the same characters as the dummy marks; make it free from
17716         getting affected by the language environment.
17717         (gnus-summary-read-group-1): Update mark positions only when the
17718         format spec is updated.
17719
17720         * gnus-spec.el (gnus-update-format-specifications): Return a list
17721         of updated types.
17722
17723 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17726         of boundp to check if display-warning is available.
17727
17728 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17729
17730         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17731
17732 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * nnspool.el (nnspool-spool-directory): Use news-path if the
17735         news-directory variable is not bound.
17736
17737         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17738         function instead of display-warning if it is not available.
17739
17740 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17741
17742         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17743         v5-10: Use `point-at-bol'.
17744
17745 2004-10-26  Simon Josefsson  <jas@extundo.com>
17746
17747         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17748         <chenggao@gmail.com>.
17749
17750 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17751
17752         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17753         instead.
17754
17755 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17756
17757         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17758         to remove a server from the nnimap-server-buffer-alist.
17759         (nnimap-open-connection, nnimap-close-server): Use it.
17760
17761         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17762
17763 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17766         running the major-mode function.
17767
17768 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17771         dummy marks in the right way.
17772
17773 2004-10-18  David Edmondson  <dme@dme.org>
17774
17775         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17776         excessively.
17777
17778 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17779
17780         * gnus-util.el (gnus-split-references): Accept a nil references
17781         string and go on blissfully.
17782
17783         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17784         cases where the references string is non-nil but has no references.
17785
17786         * encrypt.el: Add autoload tags.
17787
17788         * spam.el (spam-resolve-registrations-routine): Remove article
17789         from unregistration list too.  Reported by David Hanak
17790         <dhanak@isis.vanderbilt.edu>
17791
17792 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17795         nil.  Change custom type.
17796
17797 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17798
17799         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17800
17801         * gnus-sum.el (gnus-summary-move-article): Use it.
17802
17803 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17804
17805         * encrypt.el: Add autoload cookies.
17806
17807         * spam.el (spam-backend-article-list-property)
17808         (spam-backend-get-article-todo-list)
17809         (spam-backend-put-article-todo-list)
17810         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17811         Resolve registrations separately.
17812         (spam-register-routine): Format comments.
17813         (spam-unregister-routine, spam-register-routine): Always call with
17814         specific-articles, no default list.
17815         (spam-summary-prepare-exit): Use the spam-classifications function.
17816
17817         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17818         gnus-encrypt.el.
17819
17820         * encrypt.el: Copied from gnus-encrypt.el.
17821
17822         * gnus-encrypt.el: Commented that it's obsolete.
17823
17824 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17825
17826         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17827         (gnus-score-save): Use it.
17828
17829         * message.el (message-bury): Use `window-dedicated-p'.
17830
17831 2004-10-15  Simon Josefsson  <jas@extundo.com>
17832
17833         * pop3.el (top-level): Don't require nnheader.
17834         (pop3-read-timeout): Add.
17835         (pop3-accept-process-output): Add.
17836         (pop3-read-response, pop3-retr): Use it.
17837
17838 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17839
17840         * spam.el (spam-register-routine): Move comment.
17841         (spam-verify-bogofilter): Use 'unknown for the initial
17842         spam-bogofilter-valid state, not 'never.
17843
17844         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17845         for netrc-machine.
17846
17847         * nnimap.el (nnimap-open-connection):
17848         Use netrc-machine-user-or-password.
17849
17850 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17851
17852         * gnus-registry.el (gnus-registry-unload-hook):
17853         Set as a variable with add-hook.
17854
17855         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17856         of news-path.
17857
17858         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17859
17860         * spam.el: Delete duplicate `provide'.
17861         (spam-unload-hook): Set as a variable with add-hook.
17862
17863 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17864
17865         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17866         in the doc string.
17867
17868         * message.el (message-ignored-news-headers)
17869         (message-ignored-supersedes-headers)
17870         (message-ignored-resent-headers)
17871         (message-forward-ignored-headers): Improve custom type.
17872
17873 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * message.el (message-tokenize-header): Fix 2004-09-06 change
17876         which used point-min in the wrong place.
17877
17878 2004-10-12  Simon Josefsson  <jas@extundo.com>
17879
17880         * tls.el (tls-certtool-program): New variable.
17881         (tls-certificate-information): New function, based on
17882         ssl-certificate-information.
17883
17884 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * compface.el: Move the version of ELisp-based uncompface program
17887         to the contrib directory because of the copyright problem.
17888
17889 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * message.el (message-kill-buffer): Raise the current frame.
17892
17893 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17896
17897         * gnus.el (message-y-or-n-p): Autoload.
17898
17899         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17900         (pop3-password-required, pop3-authentication-scheme)
17901         (pop3-leave-mail-on-server): Make customizable.
17902         (pop3): New custom group.
17903         (pop3-retr): Remove `sleep-for' statements.
17904         Suggested by Dave Love <fx@gnu.org>.
17905
17906         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17907         Windows/DOS.
17908
17909         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17910         (imap-parse-body): Fix incorrect use of `assert'.
17911         Suggested by Dave Love <fx@gnu.org>.
17912
17913         * mml.el (mml-minibuffer-read-disposition): Require match.
17914         Suggested by Dave Love <fx@gnu.org>.
17915
17916 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17919         doc string.
17920
17921 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17924
17925 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17926
17927         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17928         instead of calling `mm-insert-inline', to decode text/* parts
17929         before displaying them.
17930
17931 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * mm-uu.el (mm-uu-text-plain-type): New variable.
17934         (mm-uu-pgp-signed-extract-1): Use it.
17935         (mm-uu-pgp-encrypted-extract-1): Use it.
17936         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17937         bind mm-uu-text-plain-type with that value.
17938         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17939         mm-uu-dissect.
17940
17941 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * gnus-group.el (gnus-update-group-mark-positions):
17944         * gnus-sum.el (gnus-update-summary-mark-positions):
17945         * message.el (message-check-news-body-syntax):
17946         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17947         of string-as-multibyte.
17948
17949 2004-10-05  Juri Linkov  <juri@jurta.org>
17950
17951         * gnus-group.el (gnus-update-group-mark-positions):
17952         * gnus-sum.el (gnus-update-summary-mark-positions):
17953         * message.el (message-check-news-body-syntax):
17954         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17955         8-bit unibyte values to a multibyte string for search functions.
17956
17957 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17960         (mm-uu-dissect-text-parts): New function.
17961
17962         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17963         dissect text parts.
17964
17965         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17966         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17967
17968         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17969
17970         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17971         Use gnus-current-topics instead of gnus-current-topic.
17972
17973 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17974
17975         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17976
17977 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17978
17979         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17980         where approriate.
17981
17982         * nnml.el (nnml-generate-active-info): do.
17983
17984         * nndiary.el (nndiary-generate-active-info): do.
17985
17986         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17987         (gnus-topic-move): do.
17988
17989         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17990         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17991
17992         * gnus-srvr.el (gnus-server-prepare)
17993         (gnus-server-open-all-servers): do.
17994
17995         * gnus-msg.el (gnus-summary-cancel-article)
17996         (gnus-summary-resend-message)
17997         (gnus-summary-mail-crosspost-complaint): do.
17998
17999         * gnus-move.el (gnus-change-server): do.
18000
18001         * gnus-group.el (gnus-group-unmark-all-groups)
18002         (gnus-group-set-current-level): do.
18003
18004 2004-10-04  Simon Josefsson  <jas@extundo.com>
18005
18006         * message.el (message-generate-hashcash): Doc fix.
18007
18008 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18009
18010         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18011         avoid infinite recursion via gnus-get-function.
18012
18013 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18014
18015         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18016
18017         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18018
18019         * nnmail.el (nnmail-split-history): do.
18020
18021         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18022         (nnml-request-delete-group): do.
18023
18024         * nnslashdot.el (nnslashdot-read-groups): do.
18025
18026         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18027         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18028
18029         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18030         (nnspool-sift-nov-with-sed): Use last.
18031         (nnspool-retrieve-headers-with-nov): Use mapc.
18032         (nnspool-request-newgroups): Use dolist.
18033         (nnspool-request-group): Use last.
18034
18035         * nntp.el (nntp-read-server-type): Use dolist.
18036
18037         * nnvirtual.el (nnvirtual-create-mapping)
18038         (nnvirtual-update-read-and-marked): Use dolist.
18039         (nnvirtual-convert-headers): Simplify.
18040
18041 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18042
18043         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18044         Add support for sync'ing tick marks.
18045
18046 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18049         there's no visible header.
18050
18051 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18052
18053         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18054         When necessary, pass full group name to gnus-request-set-marks.
18055
18056 2004-10-01  Simon Josefsson  <jas@extundo.com>
18057
18058         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18059         acroread.
18060
18061 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062
18063         * spam-report.el (spam-report-gmane): Fix interactive.
18064
18065         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18066
18067         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18068         when writing file.
18069         (gnus-agent-synchronize-flags): Don't default to being
18070         interactive.
18071
18072 2004-09-30  Simon Josefsson  <jas@extundo.com>
18073
18074         * message.el (message-generate-hashcash): Add.
18075         (message-send-mail): Use it, call mail-add-payment.
18076
18077 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18078
18079         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18080
18081 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18082
18083         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18084         gnus-requst-update-info with explicit code to sync the in-memory
18085         info read flags with the marks being sync'd to the backend.
18086
18087         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18088
18089 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18090
18091         * spam.el (spam-verify-bogofilter): Add new function.
18092         (spam-check-bogofilter)
18093         (spam-bogofilter-register-with-bogofilter): Use it.
18094         (spam-verify-bogofilter): Add small fixes.
18095
18096 2004-09-28  Simon Josefsson  <jas@extundo.com>
18097
18098         * hashcash.el (hashcash-generate-payment): Revert.
18099
18100 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18101
18102         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18103         Use gnus-extract-references instead of gnus-split-references.
18104
18105         * gnus-util.el (gnus-extract-references): Add new function, analogous
18106         to gnus-split-references but extracts only the message-ID without
18107         anything extra.
18108
18109         * hashcash.el (hashcash-generate-payment)
18110         (hashcash-check-payment): Do the right thing if hashcash-path is
18111         nil (because the hashcash program could not be found).
18112
18113         * spam.el (spam-use-hashcash): Remove comment.
18114
18115 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18116
18117         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18118         (gnus-cache-enter-article, gnus-cache-remove-article)
18119         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18120
18121         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18122
18123         * gnus-art.el (article-hide-boring-headers)
18124         (article-translate-strings, article-display-face)
18125         (gnus-article-mime-match-handle-first)
18126         (gnus-article-highlight-headers)
18127         (gnus-article-add-buttons-to-head): do.
18128
18129 2004-09-27  Simon Josefsson  <jas@extundo.com>
18130
18131         * hashcash.el: New version, from
18132         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18133         ../contrib/.
18134
18135 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18138
18139 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18140
18141         * gnus-dup.el (gnus-dup-open): Use mapc.
18142         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18143
18144         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18145         Reported by Stefan Wiens <s.wi@gmx.net>.
18146
18147         * gnus.el (gnus-shutdown): Use dolist.
18148
18149         * gnus-undo.el (gnus-undo): Use mapc.
18150
18151         * nnrss.el (nnrss-generate-active): do.
18152
18153         * message.el (message-cite-original-without-signature)
18154         (message-cite-original): Use mapc.
18155         (message-do-actions, message-make-forward-subject): Use dolist.
18156
18157 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18158
18159         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18160         deletion to remove entire duplicate line.  Fixes merged article
18161         number bug.
18162
18163 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18164
18165         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18166         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18167         first ask if you want to open a server and then, even when you
18168         responded with no, asking if you want to synchronize the server's
18169         flags.
18170         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18171         multi-line expressions.
18172         (gnus-agent-synchronize-group-flags): New internal function.
18173         Updates marks in memory (in the info structure) AND in the
18174         backend.
18175
18176         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18177
18178         * nnagent.el (nnagent-request-set-mark):
18179         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18180         method, to ensure that synchronization updates marks in the
18181         backend and in the info (in memory) structure.
18182
18183 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18186         convention fully; don't miss the root article of a thread; make
18187         the X-Draft-From header with correct article numbers.
18188
18189 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18190
18191         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18192         unless plugged.  Disable the agent so that an open failure causes
18193         an error.
18194
18195         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18196         Revert 2004-09-21 change.  The backend must be opened while
18197         synchronizing flags even when the backend stores the flags
18198         locally.
18199
18200 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18201
18202         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18203         in `header' match.  Reported by Svend Tollak Munkejord.
18204
18205         * message.el (message-cite-original): Fix use of
18206         `message-cite-articles-with-x-no-archive'.
18207
18208 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18211         (gnus-window-to-buffer): Ditto.
18212
18213         * mml.el (mml-preview-buffer): New variable.
18214         (mml-preview): Manage window layout with gnus-buffer-configuration.
18215
18216         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18217         X-Draft-From header even if those articles aren't quoted.
18218
18219 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18220
18221         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18222         (gnus-request-set-mark, gnus-request-update-mark): Use new
18223         g-s-t-u-l-m to decide to use backend even when unplugged.
18224
18225 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18228         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18229
18230 2004-09-20  Simon Josefsson  <jas@extundo.com>
18231
18232         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18233         "utf-16-le".
18234
18235 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18236
18237         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18238
18239 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18240
18241         * uudecode.el (uudecode-use-external): Add :version.
18242
18243         * smime.el (smime-CA-file, smime-encrypt-cipher)
18244         (smime-dns-server): Add :version.
18245
18246         * smiley.el (gnus-smiley-file-types): Add :version.
18247
18248         * sha1.el (sha1-use-external): Add :version.
18249
18250         * pgg-def.el (pgg-query-keyserver): Add :version.
18251
18252         * nnmail.el (nnmail-fancy-expiry-targets)
18253         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18254         Add :version.
18255
18256         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18257         (nnimap-retrieve-groups-asynchronous): Add :version.
18258         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18259
18260         * mml.el (mml-content-disposition-parameters)
18261         (mml-insert-mime-headers-always): Add :version.
18262
18263         * mm-util.el (mm-coding-system-priorities): Add :version.
18264
18265         * mm-decode.el (mm-inline-text-html-with-images)
18266         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18267         (mm-verify-option): Add :version.
18268         (mm-text-html-renderer): Change :version.
18269
18270         * message.el (message-fcc-externalize-attachments)
18271         (message-required-headers, message-draft-headers)
18272         (message-subject-trailing-was-query)
18273         (message-subject-trailing-was-ask-regexp)
18274         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18275         (message-mark-insert-end, message-archive-header)
18276         (message-archive-note, message-cross-post-default)
18277         (message-cross-post-note, message-followup-to-note)
18278         (message-cross-post-note-function, message-use-mail-followup-to)
18279         (message-subscribed-address-functions)
18280         (message-subscribed-address-file, message-subscribed-addresses)
18281         (message-subscribed-regexps, message-allow-no-recipients)
18282         (message-yank-cited-prefix, message-signature-insert-empty-line)
18283         (message-hidden-headers, message-hierarchical-addresses)
18284         (message-mail-user-agent, message-use-idna)
18285         (message-valid-fqdn-regexp)
18286         (message-strip-special-text-properties, message-header-synonyms)
18287         (message-beginning-of-line, message-tab-body-function): Add :version.
18288         (message-insert-canlock, message-wide-reply-confirm-recipients):
18289         Change :version.
18290
18291         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18292         and :version.
18293         (mail-source-delete-old-incoming-confirm)
18294         (mail-source-movemail-program): Add :version.
18295
18296         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18297         (gnus-agent-cache, gnus-agent): Change :version.
18298
18299         * gnus-util.el (gnus-use-byte-compile): Change :version.
18300
18301         * gnus-sum.el (gnus-summary-make-false-root-always)
18302         (gnus-summary-default-high-score)
18303         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18304         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18305         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18306         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18307         (gnus-sum-thread-tree-single-indent)
18308         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18309         (gnus-sum-thread-tree-leaf-with-other)
18310         (gnus-sum-thread-tree-single-leaf): Add :version.
18311         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18312         (gnus-article-loose-mime): Change :version.
18313
18314         * gnus-start.el (gnus-backup-startup-file)
18315         (gnus-save-startup-file-via-temp-buffer): Add :version.
18316
18317         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18318         (gnus-server-offline-face): Add :version.
18319
18320         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18321
18322         * gnus-msg.el (gnus-gcc-externalize-attachments)
18323         (gnus-debug-files, gnus-debug-exclude-variables)
18324         (gnus-discouraged-post-methods): Change :version.
18325         (gnus-confirm-mail-reply-to-news)
18326         (gnus-confirm-treat-mail-like-news): Add :version.
18327
18328         * gnus-int.el (gnus-server-unopen-status): Add :version.
18329
18330         * gnus-group.el (gnus-group-jump-to-group-prompt)
18331         (gnus-large-ephemeral-newsgroup)
18332         (gnus-fetch-old-ephemeral-headers): Add :version.
18333
18334         * gnus-fun.el (gnus-x-face-directory)
18335         (gnus-convert-pbm-to-x-face-command)
18336         (gnus-convert-image-to-x-face-command)
18337         (gnus-convert-image-to-face-command): Add :version.
18338
18339         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18340
18341         * gnus-cite.el (gnus-cite-blank-line-after-header)
18342         (gnus-article-boring-faces): Add :version.
18343
18344         * gnus-art.el (gnus-buttonized-mime-types)
18345         (gnus-inhibit-mime-unbuttonizing)
18346         (gnus-treat-display-face)
18347         (gnus-treat-body-boundary): Change :version.
18348         (gnus-body-boundary-delimiter, gnus-picon-databases)
18349         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18350         (gnus-treat-date-english, gnus-treat-fold-headers)
18351         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18352         (gnus-treat-mail-picon, gnus-treat-wash-html)
18353         (gnus-article-encrypt-protocol)
18354         (gnus-use-idna, gnus-article-over-scroll)
18355         (gnus-mime-display-multipart-alternative-as-mixed)
18356         (gnus-mime-display-multipart-related-as-mixed)
18357         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18358         (gnus-ctan-url, gnus-button-ctan-handler)
18359         (gnus-button-handle-ctan-bogus-regexp)
18360         (gnus-button-ctan-directory-regexp)
18361         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18362         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18363         (gnus-button-man-level, gnus-button-emacs-level)
18364         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18365
18366         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18367         (gnus-agent-go-online): Change :version.
18368         (gnus-agent-expire-unagentized-dirs)
18369         (gnus-agent-auto-agentize-methods): Add :version.
18370
18371         * flow-fill.el (fill-flowed-display-column)
18372         (fill-flowed-encode-column): Add :version.
18373
18374         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18375         (gnus-outlook-deuglify-unwrap-max)
18376         (gnus-outlook-deuglify-cite-marks)
18377         (gnus-outlook-deuglify-unwrap-stop-chars)
18378         (gnus-outlook-deuglify-no-wrap-chars)
18379         (gnus-outlook-deuglify-attrib-cut-regexp)
18380         (gnus-outlook-deuglify-attrib-verb-regexp)
18381         (gnus-outlook-deuglify-attrib-end-regexp)
18382         (gnus-outlook-display-hook): Add :version.
18383
18384         * binhex.el (binhex-use-external): Add :version.
18385
18386 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18389         and `invisible'.
18390
18391 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18392
18393         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18394         in gnus-registry-trim.
18395
18396 2004-09-13  Simon Josefsson  <jas@extundo.com>
18397
18398         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18399
18400         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18401
18402         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18403         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18404         <yamaoka@jpl.org>.
18405         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18406         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18407         <yamaoka@jpl.org>.
18408
18409         * sieve.el (sieve-manage-mode): Ditto.
18410
18411 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18412
18413         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18414
18415 2004-09-11  Simon Josefsson  <jas@extundo.com>
18416
18417         * dns-mode.el: Add.
18418
18419         * mm-view.el (mm-display-dns-inline): Add.
18420
18421         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18422         (mm-automatic-display): Ditto.
18423
18424         * mailcap.el (mailcap-mime-data): Add text/dns.
18425         (mailcap-mime-extensions): Map .soa to text/dns.
18426
18427 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18428
18429         * gnus-art.el (article-decode-mime-words, article-babel)
18430         (gnus-article-highlight-signature, gnus-article-add-buttons)
18431         (gnus-signature-toggle): Remove unnecessary bindings of
18432         `inhibit-read-only' inherited from v5.10 merge.
18433
18434 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * nntp.el (nntp): New customization group.
18437         (nntp-authinfo-file): Add customization group.
18438
18439         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18440
18441         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18442
18443         * gnus.el (to-address, to-list, subscribed)
18444         (large-newsgroup-initial): Ditto.
18445
18446         * flow-fill.el (fill-flowed-display-column)
18447         (fill-flowed-encode-column): Ditto.
18448
18449 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18450
18451         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18452         Use point-min rather than 1.
18453         (message-send-mail): Use buffer-size rather than point-max.
18454
18455         * gnus-sum.el (gnus-summary-search-article-forward):
18456         Signal a specific `search-failed' rather than a generic `error'.
18457
18458         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18459         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18460         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18461
18462 2004-09-10  Simon Josefsson  <jas@extundo.com>
18463
18464         * nndb.el (require): Remove tcp and duplicate cl.
18465
18466 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * gnus-agent.el (directory-files-and-attributes): Move forward.
18469
18470 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18471
18472         * gnus-agent.el (directory-files-and-attributes):
18473         Optionally defined to support XEmacs.
18474
18475 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18476
18477         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18478         to avoid run-time CL dependencies.
18479         (gnus-agent-unfetch-articles): New function.
18480         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18481         article numbers even when local .overview file is missing.
18482         (gnus-agent-read-article-number): New function.  Only accepts
18483         27-bit article numbers.
18484         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18485         Use gnus-agent-read-article-number.
18486         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18487         from backend while recognizing that article numbers in .overview
18488         must be valid.
18489         (gnus-agent-update-files-total-fetched-for):
18490         Use directory-files-and-attributes to improve performance.
18491         * gnus-int.el (gnus-request-move-article):
18492         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18493         improve performance.
18494
18495         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18496         some users confused by references to .newsrc when they only have a
18497         .newsrc.eld file.
18498         (gnus-convert-mark-converter-prompt)
18499         (gnus-convert-converter-needs-prompt): Fix use of property list.
18500         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18501         New function.  Used internally to only display 'gnus converting
18502         files' message when actually necessary.
18503
18504         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18505         methods now autoloaded.
18506
18507 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18508
18509         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18510         identifiers.
18511
18512 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * gnus-picon.el: Fix indentation and closing parenthesis.
18515
18516 2004-09-01  Simon Josefsson  <jas@extundo.com>
18517
18518         * message.el (message-canlock-generate): Require sha1, not
18519         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18520         to require within a function.  Sadly, if sha1.el isn't loaded, the
18521         let binding in m-c-g will hide the defcustom definition, which is
18522         bad.)
18523
18524         * canlock.el: Require sha1, not sha1-el.
18525
18526         * message.el: Don't autoload sha1 (there is a autoload cookie in
18527         sha1.el).
18528
18529         * sha1-el.el: Rename to sha1.el.
18530
18531 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18532
18533         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18534
18535 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18536
18537         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18538
18539 2004-08-30  Kim F. Storm  <storm@cua.dk>
18540
18541         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18542
18543         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18544         Add :group 'nnimap.
18545
18546 2004-08-30  Andreas Schwab  <schwab@suse.de>
18547
18548         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18549         ?* and ?\;.
18550
18551         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18552         and ?\' to symbol instead of whitespace.
18553
18554 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18557
18558         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18559         instead of re-search-forward.
18560
18561         * gnus-uu.el (gnus-uu-save-article): Ditto.
18562         (gnus-uu-post-encode-uuencode): Ditto.
18563
18564         * html2text.el (html2text-clean-list-items): Ditto.
18565         (html2text-clean-dtdd): Ditto.
18566         (html2text-format-tags): Ditto.
18567
18568         * message.el (message-send-mail-with-sendmail): Fix regexp.
18569         (message-fill-field-general): Use search-forward instead of
18570         re-search-forward.
18571         (unbold-region): Ditto.
18572
18573         * nnrss.el (nnrss-request-article): Ditto.
18574
18575         * nnslashdot.el (nnslashdot-request-article): Ditto.
18576
18577         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18578
18579         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18580         "Unrecognized menu descriptor" error in XEmacs.
18581
18582 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18583
18584         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18585         parent article of a sparse article in the thread hashtb.
18586
18587 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18588
18589         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18590         (nnmail-expand-newtext): Lowercase expanded entries if
18591         nnmail-split-lowercase-expanded is non-nil.
18592
18593 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18596
18597         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18598         of gnus-tmp-news-method into string under XEmacs.  It will be
18599         passed to gnus-correct-length which takes only a string argument.
18600
18601 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * gnus-util.el (gnus-bind-print-variables): New macro.
18604         (gnus-prin1): Use it.
18605         (gnus-prin1-to-string): Use it.
18606         (gnus-pp): New function.
18607         (gnus-pp-to-string): New function.
18608
18609         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18610         Replace pp-to-string with gnus-pp-to-string.
18611         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18612         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18613         * gnus-msg.el (gnus-debug): Ditto.
18614         * gnus-score.el (gnus-score-save): Ditto.
18615         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18616         gnus-pp-to-string.
18617         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18618         with gnus-pp.
18619         * score-mode.el (gnus-score-pretty-print): Ditto.
18620         * webmail.el (webmail-debug): Ditto.
18621
18622 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * gnus-art.el (article-display-face, article-display-x-face):
18625         Use buffer-read-only.
18626
18627 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus-art.el (article-hide-list-identifiers):
18630         Bind inhibit-read-only as t.
18631
18632 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18635
18636 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18637
18638         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18639         (gnus-narrow-to-page): Don't assume point-min == 1.
18640         (gnus-article-edit-mode): Derive from message-mode.
18641
18642         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18643         point-min == 1.
18644
18645         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18646         Disable incorrect use of `assert'.
18647
18648         * message.el (message-mode): Set comment-start-skip.
18649
18650
18651 2004-08-22  Sam Steingold  <sds@gnu.org>
18652
18653         * pop3.el (pop3-leave-mail-on-server): New user variable.
18654         (pop3-movemail): Delete mail only when it is nil.
18655
18656 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18659
18660         * mml.el (mml-preview): Use `pop-to-buffer'.
18661
18662         * message.el (message-goto-mail-followup-to): Insert after "To".
18663         (message-carefully-insert-headers): Add comment.
18664
18665         * gnus.el: Remove unused variable `gnus-article-check-size'.
18666
18667         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18668
18669         * gnus-art.el (gnus-button-alist):
18670         Improve `gnus-button-handle-library' entry.
18671
18672 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18673
18674         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18675         Use downcase, since XEmacs capitalizes error messages differently.
18676
18677 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18678
18679         * nntp.el: Add (require 'gnus) due to reference to
18680         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18681
18682 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18683
18684         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18685         Bind `mm-fill-flowed'.
18686
18687         * mm-decode.el (mm-dissect-singlepart): Check it.
18688
18689 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18690
18691         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18692         'imap' for netrc parsing.
18693
18694 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18695
18696         * mailcap.el (mailcap-mime-data): Mark as risky.
18697
18698 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18701         may be included in the encoded word.
18702         (rfc2047-encode): Don't append a space if the encoded word
18703         includes close parenthesis.
18704
18705 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18708         of text within parentheses.
18709
18710 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18711
18712         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18713         (gnus-encrypt-write-file-contents): Make the password key the file
18714         name PLUS the cipher, not just the cipher.  Also remove failed
18715         passwords from the cache.
18716
18717 2004-08-06  Simon Josefsson  <jas@extundo.com>
18718
18719         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18720         Doc fix.
18721
18722 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18725         LWSP.
18726
18727 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18728
18729         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18730         Try to append in-reply-to: data to the references: header.
18731
18732         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18733         (netrc-parse): Use gnus-encrypt.el functions.
18734
18735         * gnus-encrypt.el: Add new file for encryption support; currently
18736         does only a few GPG ciphers and an internal XOR cipher.
18737
18738         * password.el: Add comments on using password-read-and-add.
18739         (password-read-and-add): Add function to read and add the
18740         password to the cache at once.
18741
18742 2004-07-28  Simon Josefsson  <jas@extundo.com>
18743
18744         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18745         parameter (but don't use it, for now).
18746
18747         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18748         instead of hard coding to nil.
18749
18750 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18753         as mm-inline-image-xemacs does.
18754
18755 2004-07-26  Simon Josefsson  <jas@extundo.com>
18756
18757         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18758         Revert part of 2004-07-17 change below.
18759
18760 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18763         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18764
18765 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18766
18767         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18768         quotes that actually start with ">" at the beginning of the
18769         lines.
18770
18771 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * rfc2047.el (rfc2047-encode-region): Fix last change.
18774         (rfc2047-encode-parameter): Remove useless concat.
18775
18776 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18779         encode special characters; fix some kind of misconfigured headers;
18780         signal a real error if debug-on-quit or debug-on-error is non-nil.
18781         (rfc2047-encode-max-chars): New variable.
18782         (rfc2047-encode-1): Use it.
18783         (rfc2047-encode-parameter): New function.
18784
18785         * mml.el (mml-insert-parameter): Remove an excessive space.
18786
18787 2004-07-17  Simon Josefsson  <jas@extundo.com>
18788
18789         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18790         Kai Grossjohann <kai@emptydomain.de>.
18791         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18792         (gnus-group-make-menu-bar): Ditto.
18793
18794         * gnus-util.el (gnus-group-server): Add.
18795
18796 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * message.el (message-clone-locals): Clone sendmail and smtp
18799         variables.
18800
18801 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * rfc2047.el (rfc2047-encode-region): Fix last change.
18804
18805 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18808         characters as non-special.
18809
18810 2004-07-09  Simon Josefsson  <jas@extundo.com>
18811
18812         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18813         Users will lose all flag changes made while unplugged with
18814         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18815         good default.  See numerous reports on ding mailing list.
18816
18817 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18820         add generate-head-function and generate-article-function to the
18821         rfc822-forward entry.
18822         (nndoc-rfc822-forward-generate-article): New function.
18823         (nndoc-rfc822-forward-generate-head): New function.
18824
18825         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18826
18827 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18828
18829         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18830         respect display group parameter and gnus-summary-expunge-below.
18831         (gnus-articles-to-read): Remove unused reference to display group
18832         parameter.
18833
18834 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18835
18836         * nnheader.el (nnheader-uniquify-message-id): New experimental
18837         variable.
18838         (nnheader-nov-read-message-id): Use it.
18839
18840         * spam-report.el (spam-report-gmane): Add interactive.
18841
18842 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18843
18844         * mm-encode.el (mm-content-transfer-encoding-defaults):
18845         Use qp-or-base64 for the application/* types.
18846
18847 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18848
18849         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18850
18851 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18852
18853         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18854         trim value.
18855
18856 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18857
18858         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18859         New macro and function.
18860         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18861
18862 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18865         after-load-alist.
18866
18867 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18868
18869         * gnus-group.el (gnus-group-get-new-news-this-group):
18870         Don't update info that isn't there.
18871
18872 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18873
18874         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18875         entry.
18876
18877 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * mm-view.el (mm-inline-render-with-function): Use multibyte
18880         buffer; decode html source by charset.
18881
18882         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18883
18884         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18885         Mule-UCS is loaded under XEmacs.
18886         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18887
18888 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18889
18890         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18891
18892 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * mm-util.el (mm-coding-system-p): Return a coding-system.
18895         (mm-mime-mule-charset-alist): Use shift_jis instead of
18896         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18897         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18898         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18899         instead of japanese-shift-jis and iso-latin-1 respectively in
18900         order to share the default value with both Emacs and XEmacs-mule.
18901         (mm-mule-charset-to-mime-charset):
18902         Make mm-coding-system-priorities effective.
18903         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18904         while predicating of candidates upon the priorities.
18905
18906 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18907
18908         * gnus-sum.el (gnus-summary-make-menu-bar):
18909         Add gnus-uu-invert-processable.
18910
18911         * gnus.el: Autoload gnus-uu-invert-processable.
18912
18913 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * mm-util.el (mm-with-multibyte-buffer): New macro.
18916
18917         * rfc2047.el (rfc2047-encode-string): Use it.
18918         (rfc2047-encode-region): Move point to the end of the region after
18919         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18920
18921 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18924         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18925
18926 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18927
18928         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18929         (gnus-cite-parse): Ignore quoted envelope From_.
18930         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18931
18932 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18933
18934         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18935         invalid addresses.
18936
18937 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18938
18939         * spam.el: Change section markers, revise TODO list.
18940         (spam-backends): Make new master list of all installed backends.
18941         (spam-summary-exit-behavior): Add new variable to determine how
18942         messages moves are done at summary exit.
18943         (spam-move-spam-nonspam-groups-only)
18944         (spam-process-ham-in-nonham-groups)
18945         (spam-process-ham-in-spam-groups): Remove variables, the
18946         spam-summary-exit-behavior variable should be used to manage this
18947         behavior.
18948         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18949         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18950         and spam-old-spam-articles.
18951         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18952         Add empty variables, placeholders for the backends they represent.
18953         (spam-set-difference): Move, unchanged.
18954         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18955         unless the user has a processor variable.
18956         (spam-classifications, spam-classification-valid-p)
18957         (spam-backend-properties, spam-backend-property-valid-p)
18958         (spam-backend-function-type-valid-p)
18959         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18960         (spam-report-articles-gmane, spam-report-articles-resend):
18961         Remove functions, they are not needed.
18962         (spam-install-backend-super, spam-backend-list)
18963         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18964         (spam-backend-function, spam-backend-ham-registration-function)
18965         (spam-backend-spam-registration-function)
18966         (spam-backend-ham-unregistration-function)
18967         (spam-backend-spam-unregistration-function)
18968         (spam-backend-statistical-p, spam-backend-mover-p)
18969         (spam-install-backend-alias, spam-install-checkonly-backend)
18970         (spam-install-mover-backend, spam-install-nocheck-backend)
18971         (spam-install-backend, spam-install-statistical-backend)
18972         (spam-install-statistical-checkonly-backend): Add backend installation
18973         support.
18974         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18975         (spam-group-processor-p): Use the new backend code and respect the
18976         summary exit behavior.
18977         (spam-mark-spam-as-expired-and-move-routine): Remove.
18978         (spam-summary-prepare): Change to use the new spam-old-articles
18979         variable.
18980         (spam-copy-or-move-routine, spam-copy-spam-routine)
18981         (spam-move-spam-routine, spam-copy-ham-routine)
18982         (spam-move-ham-routine): Add code to copy/move ham or spam.
18983         (spam-fetch-field-fast): Improve doc and code, plus allow the
18984         'number request.
18985         (spam-list-of-checks, spam-list-of-statistical-checks):
18986         Remove variables.
18987         (spam-split, spam-find-spam): Use the new backend code.
18988         (spam-registration-functions): Remove variable.
18989         (spam-unregister-routine): Add convenience wrapper.
18990         (spam-log-undo-registration, spam-register-routine)
18991         (spam-log-processing-to-registry)
18992         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18993         where possible.
18994         (spam-check-gmane-xref, spam-check-regex-headers)
18995         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18996         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18997         (spam-check-bogofilter-headers, spam-check-spamoracle)
18998         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18999         (spam-check-crm114-headers): Use the spam-split-group that
19000         spam-split prepares, no need to determine it every time.
19001
19002         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19003         to the nnheader-parse-naked-head call.
19004
19005         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19006
19007         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19008         the nnheader-nov-read-message-id call.
19009
19010 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19013         gnus-activate-group twice.  Suggested by Markus Peter
19014         <warp@spin.de>.
19015
19016 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * gnus-art.el (gnus-article-time-format): Exchange the order of
19019         day and month in the default value; fix customization type.
19020         (article-date-ut): Use add-text-properties.
19021         (article-make-date-line): Use message-make-date instead of
19022         current-time-string.
19023
19024         * message.el (message-fetch-field): Don't use set-text-properties.
19025         (message-make-date): Simplify.
19026
19027         * messagexmas.el (message-xmas-make-date): New function.
19028         (message-xmas-redefine): Defalias message-make-date to it.
19029
19030 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19033         (rfc2047-encode-region): Treat text within parentheses as special;
19034         show the original text when error has occurred.
19035
19036         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19037         already-computed method to gnus-activate-group.
19038
19039         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19040         same select-methods identical Lisp objects.
19041
19042         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19043         object when modifying the info.
19044
19045 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19048         gnus-opened-servers since it has never been opened with the new
19049         configuration yet.
19050
19051 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19054         arg to nnheader-generate-fake-message-id.
19055
19056 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19057
19058         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19059         number and build a fake message ID localized to a group and
19060         article number (so it's repeatable from that point on).
19061         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19062         ID format.
19063
19064         * gnus-sum.el (gnus-get-newsgroup-headers):
19065         Call nnheader-generate-fake-message-id with the article number.
19066
19067 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19068
19069         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19070         end-of-buffer.
19071
19072 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19073
19074         * message.el (message-ignored-supersedes-headers): Add Approved.
19075
19076 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19079         goto-char.
19080         (rfc2047-encode): Fold the line before encoding.
19081
19082 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19083
19084         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19085         folding -- not all headers can be folded, and this should be done
19086         by the message composition mode.  Probably.  I think.
19087
19088 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19091         fast.
19092
19093         * gnus-ems.el (gnus-remove-image): Don't use
19094         message-text-with-property; remove only the image found first.
19095
19096         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19097         found first.
19098
19099 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19100
19101         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19102
19103 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19104
19105         * message.el (message-text-with-property): Make it fast and accept
19106         optional arguments.
19107         (message-strip-forbidden-properties): Use it.
19108         (message-fix-before-sending): Follow the m-t-w-p change.
19109
19110         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19111
19112 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * gnus-art.el (article-hide-headers): Don't change the buffer
19115         mistakenly when performing mml-preview even if
19116         gnus-single-article-buffer is nil.
19117
19118 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19119
19120         * message.el (message-expand-name-databases): New user option.
19121         (message-expand-name): Use it.
19122
19123 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19124
19125         * spam.el (spam-report-articles-resend)
19126         (spam-report-resend-register-routine): Allow ham reporting.
19127         (spam-report-resend-register-ham-routine): Add wrapper.
19128         (spam-registration-functions): Add ham resending functions.
19129         (spam-list-of-processors): Add ham resend processor.
19130
19131         * gnus.el (ham-resend-to): Add new group parameter.
19132         (spam-process): Add ham resend option.
19133
19134         * spam-report.el (spam-report-resend): Allow reporting ham.
19135         (spam-report-resend-ham): Add wrapper.
19136
19137 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19138
19139         * message.el (message-cite-articles-with-x-no-archive):
19140         New variable.
19141         (message-cite-original): Use it.
19142
19143 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19144
19145         * message.el (message-cite-original): Respect X-No-Archive.
19146
19147 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * gnus-art.el (article-hide-headers): Refer to the values for
19150         gnus-ignored-headers and gnus-visible-headers in the summary
19151         buffer since a user may have set them as group parameters.
19152
19153 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19154
19155         * assistant.el (assistant-node-name): Add convenience function.
19156         (assistant-render-text, assistant-render-node): Add error handling,
19157         plus handle multiple next nodes.
19158         (assistant-find-next-node): Comment out for now.
19159         (assistant-find-next-nodes): Add function, returns list of next
19160         nodes.
19161
19162 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * mail-source.el (mail-source-directory): Fix doc-string.
19165
19166 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19167
19168         * assistant.el (assistant-render-text, assistant-eval): Add :set
19169         widget type, which is different because it takes and returns a
19170         list.  Much hilarity ensues.
19171
19172 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19173
19174         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19175
19176         * gnus-group.el (gnus-group-get-new-news-this-group):
19177         Add doc-string.
19178
19179         * gnus-start.el (gnus-activate-group): Add doc-string.
19180
19181 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19184
19185 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19186
19187         * assistant.el (assistant-render-text): Try to add a :set
19188         widget, more to come.
19189
19190         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19191         strings.
19192         (spam-report-articles-resend)
19193         (spam-register-routine): Do registration iff any articles warrant
19194         it.
19195         (spam-summary-prepare-exit): Change log message for nil group
19196         destinations.
19197
19198 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19199
19200         * spam.el (spam-report-resend-register-routine):
19201         Allow spam-report-resend-to to be a group parameter or a global value.
19202
19203 2004-05-26  Simon Josefsson  <jas@extundo.com>
19204
19205         * starttls.el: Merge with my GNUTLS based starttls.el.
19206         (starttls-gnutls-program, starttls-use-gnutls)
19207         (starttls-extra-arguments, starttls-process-connection-type)
19208         (starttls-connect, starttls-failure, starttls-success):
19209         New variables.
19210         (starttls-program, starttls-extra-args): Doc fix.
19211         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19212         New functions.
19213         (starttls-negotiate, starttls-open-stream):
19214         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19215         function if it is set.
19216
19217 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19220         structured fields.
19221
19222 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19225
19226 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19227
19228         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19229         Add variable.
19230         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19231         assigning the spam-mark to new messages.
19232
19233 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19234
19235         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19236
19237 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19240
19241         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19242         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19243         default.
19244
19245 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19246
19247         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19248         correct data.
19249
19250 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19251
19252         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19253         (spam-group-processor-p): Fix function.
19254         (spam-group-processor-multiple-p)
19255         (spam-group-spam-processor-report-gmane-p)
19256         (spam-group-spam-processor-report-resend-p)
19257         (spam-group-spam-processor-bogofilter-p)
19258         (spam-group-spam-processor-blacklist-p)
19259         (spam-group-spam-processor-ifile-p)
19260         (spam-group-ham-processor-ifile-p)
19261         (spam-group-spam-processor-spamoracle-p)
19262         (spam-group-spam-processor-crm114-p)
19263         (spam-group-ham-processor-bogofilter-p)
19264         (spam-group-spam-processor-stat-p)
19265         (spam-group-ham-processor-stat-p)
19266         (spam-group-ham-processor-whitelist-p)
19267         (spam-group-ham-processor-BBDB-p)
19268         (spam-group-ham-processor-spamoracle-p)
19269         (spam-group-ham-processor-copy-p): Remove functions with some
19270         prejudice against unneeded code.
19271         (spam-report-articles-resend)
19272         (spam-report-resend-register-routine): Allow the group/topic
19273         spam-resend-to value to override spam-report-resend-to.
19274         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19275         properly now.
19276
19277         * gnus.el (spam-resend-to): Add group/topic parameter.
19278         (spam-process): Move the OBSOLETE processors to the end of the
19279         choices.
19280
19281 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19282
19283         * spam-report.el (spam-report-resend-to, spam-report-resend):
19284         Start with resend-to set to nil, and then ask the user if necessary.
19285         (spam-report-resend): spam-report-resend takes a list of articles, not
19286         separate article numbers.
19287
19288 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19291         addition to emacs-w3m.
19292
19293 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19294
19295         * assistant.el (assistant-authinfo-data): New function.
19296         (assistant-eval): Eval for entire assistant.
19297
19298         * netrc.el (netrc-services-file): New variable.
19299         (netrc-parse-services): New function.
19300         (netrc-find-service-name): New function.
19301         (netrc-find-service-number): New function.
19302         (netrc-port-equal): New function.
19303         (netrc-machine): Use it.
19304
19305         * nnimap.el (nnimap-open-connection): Use netrc.
19306
19307         * gnus-util.el (gnus-netrc-get): Remove aliases.
19308
19309         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19310
19311         * assistant.el (wid-edit): Fix compilation.
19312
19313         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19314
19315 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19316
19317         * gnus-util.el (gnus-set-file-modes): New function.  (small
19318         patch).
19319
19320 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19321
19322         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19323
19324         * assistant.el (assistant-render-node): Fix up rendering and
19325         read-only text.
19326         (assistant-render-node): Reset.
19327         (assistant-make-read-only): Not sticky.
19328
19329 2004-05-20  Danny Siu  <dsiu@adobe.com>
19330
19331         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19332         centered even when gnus-auto-center-summary is t.
19333
19334 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19335
19336         * dns.el (dns-get-txt-answer): New function.
19337         (dns-read-txt): Ditto.
19338         (query-dns): Use it.
19339
19340 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19343         active for foreign groups even if the group level is higher than
19344         the specified value.
19345
19346 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19347
19348         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19349         non-active groups.
19350
19351         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19352
19353 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19354
19355         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19356
19357 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19358
19359         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19360         (spam-crm114-header, spam-crm114-spam-switch)
19361         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19362         (spam-crm114-positive-spam-header)
19363         (spam-crm114-database-directory, spam-list-of-processors)
19364         (spam-group-spam-processor-crm114-p)
19365         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19366         (spam-generic-score, spam-list-of-checks)
19367         (spam-list-of-statistical-checks, spam-registration-functions)
19368         (spam-check-crm114-headers, spam-crm114-score)
19369         (spam-check-crm114, spam-crm114-register-with-crm114)
19370         (spam-crm114-register-spam-routine)
19371         (spam-crm114-unregister-spam-routine)
19372         (spam-crm114-register-ham-routine)
19373         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19374         From asjo@koldfront.dk (Adam Sjøgren).
19375
19376         * gnus.el: Add spam-use-crm114.
19377
19378         * spam.el (spam-list-of-processors, spam-registration-functions):
19379         Add spam-use-resend.
19380         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19381         (spam-report-articles-gmane): Add doc fix.
19382         (spam-report-articles-resend, spam-report-resend-register-routine):
19383         Add wrappers around spam-report-resend-to.
19384
19385         * spam-report.el (spam-report-resend-to, spam-report-resend):
19386         Add support for resending spam.
19387         (spam-report-gmane): Fix line length >80.
19388
19389         * gnus.el (spam-process): Add spam-use-resend.
19390
19391 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19392
19393         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19394         number of processed spam messages.
19395         (spam-ham-copy-or-move-routine): Return the number of processed
19396         ham messages.
19397         (spam-summary-prepare-exit): Use the above values to decide
19398         whether status messages shouled be displayed.
19399
19400 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19403         `rfc2047-encoding-function-alist' in order to avoid conflicting
19404         with the old version.
19405         (rfc2047-encode-region): Concatenate words containing non-ASCII
19406         characters in structured fields; don't encode space-delimited
19407         ASCII words even in unstructured fields; don't break words at
19408         char-category boundaries.
19409         (rfc2047-encode-1): New function.
19410         (rfc2047-encode): Use it; encode text so that it occupies the
19411         maximum width within 76-column; work correctly on Q encoding for
19412         iso-2022-* charsets.
19413         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19414         sure not to break a line just after the header name.
19415         (rfc2047-b-encode-region): Remove.
19416         (rfc2047-b-encode-string): New function.
19417         (rfc2047-q-encode-region): Remove.
19418         (rfc2047-q-encode-string): New function.
19419
19420         * mm-util.el (mm-replace-in-string): New function.
19421
19422 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19423
19424         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19425         Really get it right.
19426         (gnus-inews-make-draft): Really.
19427
19428 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19429
19430         * nnmh.el (nnmh-request-list-1): Don't check the link count
19431         before descending.  (small patch)
19432
19433 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19434
19435         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19436         stuff.
19437
19438         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19439         Match on real group name.
19440
19441         * gnus-art.el (gnus-signature-limit): Doc fix.
19442
19443         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19444
19445         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19446
19447 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19448
19449         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19450         isn't a string.
19451
19452 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19453
19454         * gnus-draft.el (gnus-draft-send):
19455         Bind rfc2047-encode-encoded-words.
19456
19457         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19458         (rfc2047-encodable-p): Say that =? needs encoding.
19459         (rfc2047-encode-encoded-words): New variable.
19460
19461         * gnus-group.el (gnus-group-select-group): Doc fix.
19462
19463         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19464
19465         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19466         to nil.
19467
19468         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19469
19470         * nnheader.el (nnheader-get-lines-and-char): New function.
19471
19472 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19473
19474         * gnus-msg.el (gnus-summary-followup-with-original):
19475         Document yanking of region when active.
19476
19477 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19480         groups if the group level is higher than the specified value.
19481
19482 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19485         (gnus-group-jump-to-group): Add prefix argument using
19486         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19487         non-active group.
19488
19489         * compface.el (uncompface): Be verbose when changing
19490         `uncompface-use-external'.
19491
19492         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19493         handle manual section.
19494
19495 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19496
19497         * gnus-art.el (gnus-button-alist): Revert previous change.
19498
19499 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19500
19501         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19502
19503 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19504
19505         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19506         whether backend can accept message.
19507
19508         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19509
19510 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19511
19512         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19513         Avoid creating directory when nntp-marks-is-evil is true.
19514         Reported by Reiner Steib.
19515
19516 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19517
19518         * gnus-picon.el (gnus-picon-style): New variable.
19519         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19520         (gnus-picon-transform-address): Support `gnus-picon-style'.
19521         From Jesper Harder <harder@ifa.au.dk>.
19522
19523 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19524
19525         * message.el (message-fill-field): Return point.
19526         (message-generate-headers): Go to end of field.
19527
19528         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19529         stuff for non-living groups.
19530
19531 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19532
19533         * gnus-art.el (gnus-article-followup-with-original)
19534         (gnus-article-reply-with-original): gnus-mark-active-p ->
19535         gnus-region-active-p.
19536
19537 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19538
19539         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19540         only when there is spam or ham to be processed.
19541
19542 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19543
19544         * mail-source.el (mail-source-delete-crash-box): Refactor.
19545         (mail-source-fetch): Use it.
19546         (mail-source-fetch-file): Ditto.
19547         (mail-source-fetch-directory): Run postscript in loop.
19548         (mail-source-fetch-pop): Delete.
19549         (mail-source-fetch-maildir): Ditto.
19550         (mail-source-fetch-imap): Ditto.
19551
19552         * imap.el (imap-authenticators): Comment out sasl.
19553
19554         * message.el (message-skip-to-next-address): New function.
19555         (message-fill-header-address): Refactor.
19556         (message-fill-address): Use it.
19557         (message-delete-address): Use it.
19558         (message-fill-header-general): Refactor.
19559         (message-fill-field-address): Rename.
19560         (message-narrow-to-field): Find the start of the header.
19561         (message-header-format-alist): Don't pre-fill.
19562         (message-fill-header): Remove.
19563         (message-insert-header): New function.
19564         (message-shorten-references): Use it.
19565
19566         * rfc2047.el (rfc2047-field-value): Strip props.
19567
19568         * mail-parse.el (mail-header-make-address): New alias.
19569
19570         * ietf-drums.el (ietf-drums-make-address): New function.
19571
19572         * imap.el: Add compiler directives.
19573
19574         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19575
19576         * gnus-art.el (article-decode-idna-rhs): Don't use
19577         message-idna-inside-rhs-p.
19578
19579 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19580
19581         * message.el (message-idna-inside-rhs-p): Remove.
19582         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19583
19584         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19585         false positives.
19586
19587 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19588
19589         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19590
19591 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19592
19593         * nneething.el (nneething-file-name): Don't create spurious
19594         files.
19595
19596         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19597         (gnus-inews-do-gcc): Remove sleep.
19598
19599         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19600         part under point.
19601
19602         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19603         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19604
19605 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19606
19607         * spam.el (spam-summary-prepare-exit): Fix (length).
19608
19609 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19610
19611         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19612         as expired without moving it" message when there are spam
19613         messages left.
19614
19615 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19616
19617         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19618         header is not nil.
19619
19620 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19621
19622         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19623         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19624         (nntp-marks-changed-p): New arg SERVER.
19625         (nntp-request-update-info): Adjust caller.
19626
19627 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19628
19629         * nntp.el (nntp-save-marks): Pass missing arg.
19630
19631 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19632
19633         * nntp.el: Support marks.
19634         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19635         (nntp-marks-modtime, nntp-marks-directory): New variables.
19636         (nntp-request-set-mark, nntp-request-update-info)
19637         (nntp-possibly-create-directory, nntp-marks-changed-p)
19638         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19639         New functions.
19640
19641 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19642
19643         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19644         (gnus-xmas-redefine): Rename.
19645
19646         * gnus-score.el (gnus-score-insert-help):
19647         Use gnus-select-lowest-window.
19648
19649         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19650         appt-select-lowest-window and rename to gnus-select-lowest-window.
19651
19652         * gnus.el: do.
19653
19654 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19655
19656         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19657         encodings of MIME-encoded words, in order to improve
19658         interoperability with several broken MUAs.
19659
19660 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19661
19662         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19663         tags, only when charsets are not specified in headers.
19664         (mm-inline-text-html-render-with-w3m): Ditto.
19665
19666         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19667         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19668
19669 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19670
19671         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19672         instead of MIME-decoded from fields when checking
19673         `gnus-article-address-banner-alist'.
19674
19675 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19676
19677         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19678         description rather than subject.
19679
19680 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19681
19682         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19683
19684 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19685
19686         * gnus.el (gnus-version-number): Bump.
19687
19688 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19689
19690         * gnus.el: No Gnus v0.2 is released.
19691
19692 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19693
19694         * gnus-agent.el (gnus-agent-read-agentview):
19695         Inline gnus-uncompress-range.
19696
19697 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19698
19699         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19700         `exec-installed-p'.
19701
19702 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19703
19704         * gnus.el (spam-process, spam-autodetect-methods):
19705         Add bsfilter and bsfilter-headers.
19706
19707         * spam.el (spam-bsfilter): New customize group.
19708         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19709         (spam-bsfilter-header, spam-bsfilter-probability-header)
19710         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19711         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19712         (spam-bsfilter-database-directory): New options.
19713         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19714         (spam-list-of-statistical-checks, spam-registration-functions):
19715         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19716         (spam-bsfilter-score): New command.
19717         (spam-check-bsfilter-headers, spam-check-bsfilter)
19718         (spam-bsfilter-register-with-bsfilter)
19719         (spam-bsfilter-register-spam-routine)
19720         (spam-bsfilter-unregister-spam-routine)
19721         (spam-bsfilter-register-ham-routine)
19722         (spam-bsfilter-unregister-ham-routine): New functions.
19723         (spam-generic-score): Support bsfilter; Accept an optional argument
19724         to recalcurate spam score even if scoring header has already been
19725         added.
19726         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19727         optional argument to recalcurate spam score even if scoring header
19728         has already been added.
19729
19730 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19731
19732         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19733         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19734         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19735         link is missing.
19736
19737 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19738
19739         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19740         (html2text-get-attr): Rewrite.
19741
19742         * message.el (message-setup-1): Remove redundant put-text-property
19743         on mail-header-separator.
19744
19745 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19746
19747         * gnus-registry.el (gnus-registry-cache-whitespace)
19748         (gnus-registry-action, gnus-registry-spool-action)
19749         (gnus-registry-split-fancy-with-parent): Change message levels
19750         from 5 to 3 or 7, as needed.
19751
19752         * spam.el (spam-summary-prepare-exit)
19753         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19754         (spam-split, spam-find-spam, spam-log-undo-registration)
19755         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19756         level from 5 to 6.
19757
19758 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19759
19760         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19761         2004-03-04 change).
19762
19763 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19764
19765         * sieve-manage.el (sieve-manage-open):
19766         * nnweb.el (nnweb-insert-html):
19767         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19768         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19769         * nnspool.el (nnspool-request-group):
19770         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19771         * nnml.el (nnml-request-update-info):
19772         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19773         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19774         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19775         (nnimap-request-set-mark):
19776         * nnfolder.el (nnfolder-request-update-info):
19777         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19778         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19779         * gnus-uu.el (gnus-uu-find-articles-matching):
19780         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19781         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19782         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19783         * gnus-nocem.el (gnus-nocem-scan-groups):
19784         * gnus-int.el (gnus-start-news-server):
19785         * gnus-group.el (gnus-group-make-kiboze-group)
19786         (gnus-group-browse-foreign-server):
19787         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19788         Use mapc when appropriate.
19789
19790 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19791
19792         FIXME: Make separate entries for each person.
19793
19794         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19795         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19796         <shields@msrl.com>:
19797
19798         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19799         may need for spam sorting and scoring.
19800         (spam-user-format-function-S): Add user format function suitable for
19801         general use.
19802         (spam-article-sort-by-spam-status): Add sorting function for summary
19803         sorting.
19804         (spam-extra-header-to-number): Add function to get a score from a
19805         header.
19806         (spam-summary-score): Add function to get a numeric score from the
19807         headers.
19808         (spam-generic-score): Fix function doc, was in wrong place.
19809         (spam-initialize): Take symbols when it's run, and install the
19810         extra headers that spam-necessary-extra-headers thinks we need.
19811
19812 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19813
19814         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19815         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19816
19817 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19818
19819         * gnus-sum.el (gnus-set-global-variables)
19820         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19821         (gnus-article-get-xrefs, gnus-summary-best-group)
19822         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19823         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19824         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19825         Use with-current-buffer.
19826
19827 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19828
19829         * spam.el (spam-summary-prepare-exit): Simplify logic.
19830         (spam-fetch-article-header): Read the article header if it's not
19831         available.
19832         (spam-list-articles): Simplify logic.
19833         (spam-filelist-register-routine): Fix bug with unregister-list.
19834
19835         * gnus-registry.el: Fix comments at beginning.
19836
19837 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19838
19839         * message.el (message-cater-to-broken-inn): Remove.
19840         (message-shorten-references): Make sure the total folded length of
19841         References is shorter than 998 characters to cater to a bug in INN
19842         2.3.  Also, don't pretend that references aren't folded -- this
19843         hasn't worked for a while.
19844
19845 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19846
19847         * gnus-agent.el (gnus-agentize):
19848         gnus-agent-send-mail-real-function no longer set to current value
19849         of message-send-mail-function but rather a lambda that calls
19850         message-send-mail-function.  The change makes the agent real-time
19851         responsive to user changes to message-send-mail-function.
19852
19853 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19854
19855         * legacy-gnus-agent.el
19856         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19857         help from Florian Weimer <fw@deneb.enyo.de>
19858
19859 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * nnmail.el (nnmail-cache-insert): Revert last change.
19862
19863 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19864
19865         * nnmail.el (nnmail-cache-insert): Always check whether
19866         nnmail-cache-ignore-groups matches a group name.
19867
19868 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19869
19870         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19871         (spam-find-spam, spam-log-processing-to-registry)
19872         (spam-log-registered-p, spam-log-unregistration-needed-p)
19873         (spam-log-undo-registration): Use gnus-message instead of
19874         gnus-error, none of these errors are fatal.
19875
19876         * gnus-registry.el (gnus-registry-clean-empty-function)
19877         (gnus-registry-clean-empty): Remove only empty entries without
19878         extra data.
19879
19880 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19881
19882         * spam-stat.el (spam-stat-buffer-change-to-spam)
19883         (spam-stat-buffer-change-to-non-spam): Change (error) to
19884         (gnus-message 8) invocation.
19885
19886 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19887
19888         * nntp.el (nntp-via-netcat-command): New variable.
19889         (nntp-via-netcat-switches): New variable.
19890         (nntp-open-via-rlogin-and-netcat): New function.
19891         (nntp-open-connection-function): Doc fix.
19892         (nntp-telnet-command): Doc fix.
19893         (nntp-end-of-line): Doc fix.
19894         (nntp-via-rlogin-command): Doc fix.
19895         (nntp-via-user-name): Doc fix.
19896         (nntp-via-address): Doc fix.
19897
19898 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19901         error in Emacs 21.1.
19902
19903 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19906
19907 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19908
19909         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19910         (gnus-agent-with-refreshed-group): New macro.
19911         (gnus-agent-rename-group): New function.
19912         (gnus-agent-delete-group): New function.
19913         (gnus-agent-save-group-info): Use gnus-command-method when
19914         `method' parameter is nil.  Don't write nil entries into the
19915         active file.
19916         (gnus-agent-get-group-info): New function.
19917         (gnus-agent-fetch-articles):
19918         Use gnus-agent-update-files-total-fetched-for to increment disk space
19919         used.
19920         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19921         Use gnus-agent-update-view-total-fetched-for to increment disk space
19922         used.
19923         (gnus-agent-get-local): Add optional parameters to avoid calling
19924         gnus-group-real-name and gnus-find-method-for-group.
19925         (gnus-agent-set-local): Delete stored entry if either min, or max,
19926         are nil.
19927         (gnus-agent-fetch-session): Reworded error/quit messages.
19928         On quit, use gnus-agent-regenerate-group to record existance of any
19929         articles fetched to disk before the quit occurred.
19930         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19931         gnus-agent-update-view-total-fetched-for, and
19932         gnus-agent-update-files-total-fetched-for to decrement disk space
19933         used.
19934         (gnus-agent-retrieve-headers):
19935         Use gnus-agent-update-view-total-fetched-for to increment disk space
19936         used.
19937         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19938         with gnus-agent-update-files-total-fetched-for to decrement disk
19939         space and fresh group buffer.
19940         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19941         (gnus-agent-need-update-total-fetched-for): New variable.
19942         (gnus-agent-update-files-total-fetched-for): New function.
19943         (gnus-agent-update-view-total-fetched-for): New function.
19944         (gnus-agent-total-fetched-for): New function.
19945
19946         * gnus-cache.el (gnus-cache-save-buffers):
19947         Use gnus-cache-update-overview-total-fetched-for to change disk space
19948         used by this group.
19949         (gnus-cache-possibly-enter-article):
19950         Use gnus-cache-update-file-total-fetched-for to increment disk space
19951         used by this group.
19952         (gnus-cache-possibly-remove-article):
19953         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19954         used by this group.
19955         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19956         (gnus-cache-rename-group): New function.
19957         (gnus-cache-delete-group): New function.
19958         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19959         (gnus-cache-need-update-total-fetched-for): New variable.
19960         (gnus-cache-with-refreshed-group): New macro.
19961         (gnus-cache-update-file-total-fetched-for): New function.
19962         (gnus-cache-update-overview-total-fetched-for): New function.
19963         (gnus-cache-rename-group-total-fetched-for): New function.
19964         (gnus-cache-delete-group-total-fetched-for): New function.
19965         (gnus-cache-total-fetched-for): New function.
19966
19967         * gnus-group.el: Require gnus-sum and autoload functions to
19968         resolve warnings when gnus-group.el compiled alone.
19969         (gnus-group-line-format): Documented new %F.
19970         (size of Fetched data) group line format; identifies disk space
19971         used by agent and cache.
19972         (gnus-group-line-format-alist): Defined new F format.
19973         (gnus-total-fetched-for): New function.
19974         (gnus-group-delete-group): No longer update
19975         gnus-cache-active-altered as gnus-request-delete-group now keeps
19976         the cache in sync.
19977         (gnus-group-list-active): Let the agent store a server's active
19978         list if currently plugged.
19979
19980         * gnus-int.el (gnus-request-delete-group):
19981         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19982         local disk in sync with the server.
19983         (gnus-request-rename-group):
19984         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19985         local disk in sync with the server.
19986
19987         * gnus-start.el (gnus-get-unread-articles):
19988         Cosmetic simplification to logic.
19989
19990         * gnus-util.el (gnus-rename-file): New function.
19991
19992 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19993
19994         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19995
19996 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19997
19998         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19999         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20000
20001 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20002
20003         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20004         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20005
20006 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20007
20008         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20009
20010 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20011
20012         * spam.el (spam-set-difference): Add function to replace
20013         gnus-set-difference in spam.el.
20014         (spam-summary-prepare-exit): Use spam-set-difference.
20015
20016 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20017
20018         * gnus-registry.el (gnus-registry-cache-file): Update to use
20019         gnus-dribble-directory OR gnus-home-directory OR ~.
20020         (gnus-registry-split-fancy-with-parent): Fix doc.
20021
20022 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * message.el (message-exchange-point-and-mark):
20025         Use message-mark-active-p.  Suggested by Jesper Harder
20026         <harder@ifa.au.dk>.
20027
20028 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * message.el (message-exchange-point-and-mark): Don't activate
20031         region if it was inactive.  Suggested by Hiroshi Fujishima
20032         <pooh@nature.tsukuba.ac.jp>.
20033
20034 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * gnus-art.el (article-display-face): Display Faces in the same
20037         order as X-Faces.
20038
20039 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20042
20043 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20046         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20047         (gnus-article-mime-hierarchy): Remove.
20048         (gnus-article-mime-hierarchy-next): Remove.
20049         (gnus-article-mode): Revert 2004-03-19 change.
20050         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20051         (gnus-insert-mime-button): Revert 2004-03-19 change.
20052         (gnus-mime-accumulate-hierarchy): Remove.
20053         (gnus-mime-enter-multipart): Remove.
20054         (gnus-mime-leave-multipart): Remove.
20055         (gnus-mime-display-part): Revert 2004-03-19 change.
20056         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20057
20058         * mml.el (mml-preview): Revert 2004-03-19 change.
20059
20060 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20061
20062         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20063
20064 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20065
20066         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20067         t while entering a file name using the mm-with-multibyte macro.
20068         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20069
20070         * mm-util.el (mm-with-multibyte): New macro.
20071
20072 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20075         New user option.
20076         (gnus-mime-multipart-functions): Doc and customization fix.
20077         (gnus-article-mime-hierarchy): New variable.
20078         (gnus-article-mime-hierarchy-next): New variable.
20079         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20080         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20081         gnus-article-mime-hierarchy-next to nil.
20082         (gnus-insert-mime-button): Show hierarchy numbers.
20083         (gnus-mime-accumulate-hierarchy): New function.
20084         (gnus-mime-enter-multipart): New function.
20085         (gnus-mime-leave-multipart): New function.
20086         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20087         (gnus-mime-display-alternative): Show hierarchy numbers.
20088
20089         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20090         gnus-article-mime-hierarchy-next to nil.
20091
20092 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20093
20094         * dns.el: Don't require gnus-xmas.
20095
20096 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20097
20098         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20099         inline PGP.
20100         (mml-menu): Disable mml-quote-region if mark is inactive.
20101
20102 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20105         when the group's active is not available.
20106
20107 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20108
20109         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20110         error.
20111
20112 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20113
20114         * imap.el (imap-store-password): New variable.
20115         (imap-interactive-login): Use it.
20116         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20117
20118 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20121         window-start and hscroll to summary window.
20122
20123 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20124
20125         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20126         conversion message to newsrc-dribble when an actual conversion is
20127         performed.
20128
20129 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20130
20131         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20132
20133 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20134
20135         * mm-decode.el (mm-complicated-handles): New function reviving
20136         former definition of mm-multiple-handles.
20137
20138         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20139         (gnus-mime-delete-part): Use it.
20140
20141 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20142
20143         * gnus-agent.el (gnus-agent-read-local):
20144         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20145         avoid the implicit assumption that they will always be equal.
20146         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20147         coding-system-for-write, as the with-temp-file macro first prints
20148         to a buffer then saves the buffer.
20149
20150 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * gnus-art.el (gnus-article-edit-part): New function.
20153         (gnus-mime-save-part-and-strip): Use it; do query instead of
20154         signaling an error; don't use mm-multiple-handles.
20155         (gnus-mime-delete-part): Ditto.
20156
20157 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20158
20159         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20160         old file versions.
20161         (gnus-group-prepare-hook): Remove function that converted list
20162         form of gnus-agent-expire-days to group properties.
20163
20164         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20165         (gnus-request-accept-article): Re-indented.
20166
20167         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20168         converters to handle old agent file formats.  Add logic for a
20169         "backup before upgrading warning".
20170         (gnus-convert-mark-converter-prompt): Developers can mark
20171         functions as needing (default), or not needing,
20172         gnus-convert-old-newsrc's "backup before upgrading warning".
20173         (gnus-convert-converter-needs-prompt): Tests whether the user
20174         should be protected from potentially irreversable changes by the
20175         function.
20176
20177         * legacy-gnus-agent.el: New.  Provides converters that are only
20178         loaded when gnus-convert-old-newsrc needs to call them.
20179
20180 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * mail-source.el (mail-source-touch-pop): Doc fix.
20183
20184         * message.el (message-smtpmail-send-it): Doc fix.
20185
20186 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20187
20188         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20189
20190         * nnmail.el (nnmail-split-fancy): do.
20191
20192         * gnus-kill.el (gnus-kill, gnus-execute): do.
20193
20194 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20195
20196         * gnus-sum.el (gnus-widget-reversible-match)
20197         (gnus-widget-reversible-to-internal)
20198         (gnus-widget-reversible-to-external): New functions.
20199         (gnus-widget-reversible): New widget.
20200         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20201
20202 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20203
20204         * gnus-sum.el (gnus-thread-sort-functions)
20205         (gnus-article-sort-functions): Document `(not F)' items.
20206
20207 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20208
20209         * spam.el (spam-use-gmane-xref): Add new backend.
20210         (spam-gmane-xref-spam-group): Add variable to control the name of the
20211         Gmane spam group.
20212         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20213         (spam-regex-headers-spam, spam-regex-headers-ham)
20214         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20215         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20216         backends and checks.
20217         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20218
20219         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20220         an autodetect method.
20221
20222 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20223
20224         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20225         articles are being added to a group.
20226         (gnus-request-replace-article): Inform the agent that articles
20227         need to be uncached as the cached contents are no longer valid.
20228
20229 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20230
20231         * binhex.el: Don't autoload executable-find.
20232
20233         * canlock.el: Don't autoload mail-fetch-field.
20234
20235         * dgnushack.el: Autoload c-mode for XEmacs.
20236
20237         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20238
20239         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20240         rmail-dont-reply-to and rmail-output.
20241
20242         * gnus-score.el: Don't autoload ffap-string-at-point.
20243
20244         * gnus-setup.el: Don't autoload sc-cite-original.
20245
20246         * imap.el: Don't autoload base64-decode-string,
20247         base64-encode-string and md5.
20248
20249         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20250         and rmail-msg-restore-non-pruned-header.
20251
20252         * mm-decode.el: Don't autoload executable-find.
20253
20254         * mm-url.el: Don't autoload executable-find.
20255
20256         * mm-view.el: Don't autoload diff-mode.
20257
20258         * nndb.el: Don't autoload news-reply-mode, news-setup,
20259         cancel-timer and telnet.
20260
20261         * password.el: Don't autoload run-at-time for Emacs.
20262
20263         * sha1-el.el: Don't autoload executable-find.
20264
20265         * sieve-mode.el: Don't autoload c-mode.
20266
20267         * uudecode.el: Don't autoload executable-find.
20268
20269 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20270
20271         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20272         (gnus-agent-possibly-alter-active): Avoid null in numeric
20273         comparison.
20274         (gnus-agent-set-local): Refuse to save null in local object table.
20275         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20276         list of articles that will be marked as unread.
20277
20278 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20279
20280         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20281
20282 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20283
20284         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20285         language tags.
20286
20287 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20288
20289         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20290         Don't bind "obarray".
20291
20292         * gnus-sum.el (gnus-thread-sort-functions):
20293         Add `gnus-thread-sort-by-most-recent-number' and
20294         `gnus-thread-sort-by-most-recent-date'.
20295         Reported by Kai Grossjohann <kai@emptydomain.de>.
20296
20297 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20300
20301 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20302
20303         * gnus-cus.el (gnus-agent-customize-category):
20304         Remove ignore-errors macro reference that required cl to be loaded at
20305         run-time.
20306
20307         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20308         single-interval range of the form (min . max).  Previously the
20309         range had to look like ((min . max)).  Likewise, return
20310         (min . max) rather than ((min . max)).
20311         (gnus-range-map): Use gnus-range-normalize to accept
20312         single-interval range.
20313
20314         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20315         the cache, but not the agent, now appear with their usual face.
20316
20317         * dgnushack.el (loaddir): New variable that is bound to the
20318         directory containing the dgnushack.el file. Use loaddir, rather
20319         than srcdir, to update load-path. Change lets dgnushack compile
20320         code in directories other than GNUS/lisp.
20321
20322 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * lpath.el: Don't bind w3m-safe-url-regexp.
20325
20326         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20327         w3m-safe-url-regexp variable buffer-local.
20328
20329         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20330
20331 2004-02-27  Simon Josefsson  <jas@extundo.com>
20332
20333         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20334         gnus-group-real-prefix.
20335         (gnus-summary-move-article): Use it, instead of
20336         gnus-group-real-prefix.
20337
20338 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20339
20340         * lpath.el: Bind w3m-safe-url-regexp.
20341
20342         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20343         w3m-safe-url-regexp variable buffer-local and set it as the value
20344         of mm-w3m-safe-url-regexp.
20345
20346         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20347
20348         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20349         parsing gnus-posting-styles when the message is not for replying.
20350
20351         * dgnushack.el: Autoload sgml-mode for XEmacs.
20352
20353         * nnrss.el (nnrss-opml-export):
20354         Use mm-set-buffer-file-coding-system instead of
20355         set-buffer-file-coding-system.
20356
20357 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20358
20359         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20360         of checkdoc.el).
20361         * nnrss.el: do.
20362         * gnus-mlspl.el: do.
20363         * gnus-ml.el: do.
20364         * gnus-srvr.el: do.
20365
20366         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20367
20368 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20369
20370         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20371         Corrections to custom-manual links.
20372
20373         * gnus-art.el (gnus-article): Ditto.
20374
20375         * mm-decode.el (mime-display, mime-security): Ditto.
20376
20377 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * flow-fill.el: Typo.
20380
20381 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20382
20383         * spam-wash.el: New file.
20384
20385 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20386
20387         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20388
20389 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20390
20391         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20392         to be run with new-articles as LIST1, not LIST2.
20393         (spam-registration-functions): Add spam-use-ham-copy as a nil
20394         registration backend.
20395
20396 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20397
20398         * spam-stat.el (spam-stat-washing-hook): New option.
20399         (spam-stat-buffer-words): Use it.
20400         (spam-stat-process-directory, spam-stat-test-directory):
20401         Use insert-file-contents-literally.
20402         (spam-stat-coding-system): New variable.
20403         (spam-stat-load, spam-stat-save): Use it.
20404
20405 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * spam-report.el (spam-report-plug-agent):
20408         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20409
20410 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20411
20412         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20413         Allow / in mailto URLs.
20414
20415 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20416
20417         * spam-report.el (spam-report-process-queue): Fix interactive use.
20418         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20419         (spam-report-unplug-agent): Doc fixes.
20420         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20421         (spam-report-agentize, spam-report-deagentize): Autoload.
20422
20423 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20426
20427         * message.el (message-setup-fill-variables): Add mml tags to
20428         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20429         <ajk@iu.edu>.
20430         (message-mode): Don't modify paragraph-separate there.
20431
20432 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * compface.el (uncompface-use-external): Default to undecided.
20435         (uncompface-use-external-threshold): New variable.
20436         (uncompface-float-time): New macro.
20437         (uncompface): Determine whether to use the external decoder if
20438         uncompface-use-external is undecided.
20439
20440 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20441
20442         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20443         after images.
20444
20445         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20446
20447 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20448
20449         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20450
20451         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20452
20453         * gnus-sum.el (gnus-summary-limit-to-age)
20454         (gnus-summary-limit-children): do.
20455
20456         * gnus-int.el (gnus-request-scan): do.
20457
20458         * gnus-group.el (gnus-group-suspend): do.
20459
20460         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20461
20462         * gnus-cite.el (gnus-cite-parse-attributions): do.
20463
20464         * gnus-agent.el (gnus-summary-set-agent-mark)
20465         (gnus-agent-regenerate-group): do.
20466
20467         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20468
20469         * binhex.el (binhex-decode-region-internal): do.
20470
20471 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20472
20473         * gnus-fun.el (gnus-face-properties-alist): New user option.
20474         (gnus-display-x-face-in-from): Use it.
20475
20476         * gnus-art.el (article-display-face): Ditto.
20477
20478         * compface.el (uncompface-use-external): Default to nil.
20479
20480 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20481
20482         * nntp.el (nntp-erase-buffer): New function.
20483         (nntp-retrieve-data, nntp-send-command)
20484         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20485         (nntp-possibly-change-group): Use it.
20486
20487         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20488         Use with-current-buffer.
20489
20490 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20491
20492         * compface.el: Merge the ELisp-based uncompface program.
20493         (compface): New customization group.
20494         (uncompface-use-external): New user option.
20495         (uncompface): Call uncompface-internal if uncompface-use-external
20496         is nil.
20497         (uncompface-internal): New function.  Note that there are also
20498         some other functions and variables added for this function.
20499
20500 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20501
20502         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20503         if necessary.
20504
20505 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20506
20507         * spam-report.el (spam-report-unplug-agent)
20508         (spam-report-plug-agent, spam-report-deagentize)
20509         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20510         Add support for the Agent in spam-report: when unplugged, report to a
20511         file; when plugged, submit all the requests.
20512
20513         * spam.el (spam-register-routine): Fix message about
20514         registration.
20515
20516 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20517
20518         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20519         dependencies.
20520         (rfc2047-encode): Use it.
20521
20522         * gnus-art.el (gnus-button-marker-list): Move before first
20523         reference.
20524
20525         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20526         (imap-parse-body): Fix format string mismatch.
20527
20528         * gnus-score.el (gnus-summary-increase-score): do.
20529
20530         * nnrss.el (nnrss-close): New function.
20531
20532 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20533
20534         * nnrss.el (nnrss-make-filename): New function.
20535         (nnrss-request-delete-group, nnrss-read-server-data)
20536         (nnrss-save-server-data, nnrss-read-group-data)
20537         (nnrss-save-group-data): Use it.
20538         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20539         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20540         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20541
20542 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20543
20544         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20545
20546 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20547
20548         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20549         files.
20550
20551         * message.el (message-generate-headers-first): Don't quote nil
20552         and t in docstrings.
20553
20554         * imap.el (imap-id): do.
20555
20556         * gnus-agent.el (gnus-agent-consider-all-articles)
20557         (gnus-agent-queue-mail): do.
20558
20559 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20560
20561         * spam-report.el (spam-report-process-queue): New function.
20562         Process requests from `spam-report-requests-file'.
20563         (spam-report-process-queue): Doc fix.
20564
20565 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20566
20567         * spam.el (spam-register-routine)
20568         (spam-log-processing-to-registry, spam-log-registered-p)
20569         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20570         Change "check" to "spam-check" for semi-clarity.
20571
20572 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20573
20574         * pop3.el: Require nnheader.
20575
20576         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20577
20578         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20579
20580         * gnus-picon.el: Require cl.
20581
20582         * gnus-fun.el: Require gnus-ems and gnus-util.
20583
20584         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20585
20586         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20587
20588         * gnus-art.el (gnus-article-edit-mode): Define before first
20589         reference.
20590
20591 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20592
20593         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20594         (gnus-uu-post-encoded): Use point-at-bol.
20595
20596         * gnus-topic.el (gnus-group-active-topic-p): do.
20597
20598         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20599
20600         * gnus-group.el (gnus-group-kill-region): do.
20601
20602         * gnus-art.el (article-date-ut): do.
20603
20604         * message.el (message-fetch-field): Remove redundant
20605         case-fold-search binding.
20606         (message-narrow-to-field): Simplify.
20607
20608 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20609
20610         * spam.el (spam-directory): Derive from `gnus-directory'.
20611
20612         * spam-report.el (spam-report-url-to-file)
20613         (spam-report-requests-file): New function and variable for offline
20614         reporting.
20615         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20616         and user defined function.
20617         (spam-report-url-ping-mm-url): Remove doubled slash.
20618
20619 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20620
20621         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20622
20623 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20624
20625         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20626         Fix format string mismatch.
20627
20628         * sieve.el (sieve-deactivate-all): do.
20629
20630         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20631
20632         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20633
20634         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20635
20636         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20637
20638 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20639
20640         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20641         the list of checks.
20642
20643 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20644
20645         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20646         padding.
20647
20648 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20649
20650         * mm-view.el (mm-fill-flowed): New variable.
20651         (mm-inline-text): Use it.
20652
20653 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20654
20655         * spam.el (spam-spamassassin-register-ham-routine)
20656         (spam-spamassassin-register-spam-routine): Fix function names.
20657
20658 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * gnus.el (gnus-tmp-grouplens): Remove.
20661         (gnus-summary-line-format): Remove grouplens.
20662
20663         * gnus-group.el (gnus-group-line-format): Ditto.
20664
20665         * gnus-spec.el (gnus-format-specs): Ditto.
20666         (gnus-update-format-specifications): Flush the group format spec
20667         cache if there's the grouplens stuff.
20668         (gnus-parse-simple-format): Replace %l with the empty string.
20669
20670 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20671
20672         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20673         omission.
20674
20675 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20676
20677         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20678         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20679
20680 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20681
20682         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20683         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20684         New macros and functions.
20685         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20686         Handle > NLINK_MAX messages.
20687         * nnmaildir.el (nnmaildir-request-set-mark):
20688         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20689
20690 2004-01-25  Alex Schroeder  <alex@gnu.org>
20691
20692         * spam-stat.el (spam-stat-process-directory-age): New option.
20693         (spam-stat-process-directory): Use it.
20694
20695 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20696
20697         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20698         (spam-stat-save): Accept prefix argument.
20699
20700 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20701
20702         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20703         links" error.
20704
20705 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20706
20707         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20708         the rest of the and/or forms.
20709
20710 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20711
20712         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20713         compatibility with old .newsrc.eld files.
20714
20715         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20716
20717         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20718
20719         * gnus-start.el (gnus-1): do.
20720
20721         * gnus-group.el (gnus-group-line-format-alist): do.
20722
20723         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20724
20725         * gnus-gl.el: Remove.
20726
20727 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20728
20729         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20730         marks consisting of a single range {for example, (3 . 5)} rather
20731         than a list of a single range { ((3 . 5)) }.
20732
20733 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20734
20735         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20736         Use with-current-buffer.
20737         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20738         avoid consing a string.
20739
20740         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20741         Remove obsolete entries for big5 and gb2312.
20742
20743 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20744
20745         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20746         uncompressed list.
20747
20748 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20749
20750         * spam-stat.el (spam-stat-strip-xref): New function.
20751         (spam-stat-process-directory): Use it.
20752
20753         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20754         here -- it's done in message-fetch-field.
20755
20756 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20757
20758         * gnus-agent.el (gnus-agent-queue-mail)
20759         (gnus-agent-prompt-send-queue): New variables.
20760         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20761         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20762         "nndraft:queue" along to gnus-draft-send.
20763         Use gnus-agent-prompt-send-queue.
20764         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20765         is "nndraft:queue".  Suggested by Gaute Strokkenes
20766         <gs234@srcf.ucam.org>
20767
20768         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20769         (agent-enable-undownloaded-faces): Add.
20770         (gnus-agent-cat-groups): Use eval-and-compile, not
20771         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20772         method of gnus-agent-cat-groups even when the buffer has been
20773         evaled.
20774         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20775         delete gnus-agent-save-active-1.
20776         (gnus-agent-save-groups): Delete.  Identical to
20777         gnus-agent-save-active.
20778         (gnus-agent-write-active): No longer adjust agent's copy of active
20779         file as agent's adjustments are now stored in their own
20780         file.  Remove optional parameter.
20781         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20782         servers.  Add use of min/max range limits from server's local
20783         file.
20784         (gnus-agent-save-alist): Remove unused optional argument.
20785         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20786         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20787         (gnus-agent-set-local): A per-server file that keeps min/max range
20788         limits for articles known to the agent.  Provides a fast mechanism
20789         for altering many active ranges.
20790         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20791         active file (local makes it unnecessary).
20792         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20793
20794         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20795         (agent-enable-undownloaded-faces): Add.
20796
20797         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20798         disable it when sending to "nndraft:queue".
20799         (gnus-group-send-queue): Add safety check to avoid sending queue
20800         when unplugged.
20801
20802         * gnus-group.el (gnus-group-catchup): Use new
20803         gnus-sequence-of-unread-articles, not
20804         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20805         numbers of articles.  Use gnus-range-map to avoid having to
20806         uncompress the unread list.
20807         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20808         Fix invalid ange-ftp reference.
20809
20810         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20811         (gnus-sorted-range-intersection): Intersection of two ranges
20812         without requiring that they first be uncompressed.
20813
20814         * gnus-start.el (gnus-activate-group): Unless blocked by the
20815         caller, possibly expand the active range to include both cached
20816         and agentized articles.
20817         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20818         multiple version-dependent converters.
20819         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20820         gnus-agent-save-active.
20821         (gnus-save-newsrc-file): Save dirty agent range limits.
20822
20823         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20824         gnus-agent-possibly-alter-active.
20825         (gnus-adjust-marked-articles): Faster handling of simple lists.
20826
20827 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20828
20829         * spam-stat.el (spam-stat-test-directory): New optional argument
20830         displays a list of files detected.  Suggested by Andrew Cohen
20831         <cohen@andy.bu.edu>.
20832         (spam-stat-buffer-words-with-scores): Don't narrow and change
20833         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20834
20835 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20836
20837         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20838         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20839         (spam-spamassassin-arguments)
20840         (spam-spamassassin-spam-flag-header)
20841         (spam-spamassassin-positive-spam-flag-header)
20842         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20843         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20844         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20845         (spam-list-of-processors, spam-list-of-checks)
20846         (spam-list-of-statistical-checks, spam-registration-functions)
20847         (spam-check-spamassassin-headers, spam-check-spamassassin)
20848         (spam-spamassassin-score)
20849         (spam-spamassassin-register-with-sa-learn)
20850         (spam-spamassassin-register-spam-routine)
20851         (spam-spamassassin-register-ham-routine)
20852         (spam-assassin-register-spam-routine)
20853         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20854         (spam-bogofilter-score): Fix to show article before scoring.
20855
20856 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20857
20858         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20859         default scoring function.
20860         (spam-generic-score): Call spam-spamassassin-score if
20861         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20862         spam-bogofilter-score otherwise.
20863
20864         * gnus.el (spam-process, spam-autodetect-methods):
20865         Add spamassassin and spamassassin-headers.
20866
20867 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20868
20869         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20870         Suppress unnecessary messages.
20871
20872 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20873
20874         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20875         make-hash-table.
20876
20877 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20878
20879         * canlock.el (base64-encode-string): Don't autoload it.
20880
20881 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20882
20883         * run-at-time.el: Remove useless (require 'itimer),
20884         eval-and-compile and (featurep 'xemacs).
20885
20886 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20887
20888         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20889         GROUP is a virtual group.
20890
20891 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20892
20893         * gnus.el: Autoload `message-y-or-n-p'.
20894
20895 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20896
20897         * pgg-parse.el: Remove unnecessary (require 'custom).
20898
20899         * pgg-def.el: do.
20900
20901         * nnmail.el: do.
20902
20903         * gnus-undo.el: do.
20904
20905         * gnus-picon.el: do.
20906
20907         * gnus-util.el: do.
20908
20909 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20912
20913 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20914
20915         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20916         handle, as well as a list.
20917
20918         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20919         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20920         (mm-w3m-cid-retrieve): Simplify.
20921
20922 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20923
20924         * message.el (message-kill-to-signature): Allow prefix arg to
20925         specify number of lines to keep before signature.
20926
20927 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20928
20929         * message.el (message-kill-to-signature): Change docstring.
20930
20931 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20932
20933         * canlock.el: Always require sha1-el.
20934         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20935
20936         * message.el: Autoload sha1 only when compiling.
20937
20938         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20939         eudc-expand-inline for XEmacs.
20940
20941 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20942
20943         * message.el (message-canlock-generate): Require sha1-el.
20944
20945 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20946
20947         * message.el (message-expand-name): Silence the byte compiler.
20948
20949         * lpath.el: Add detect-coding-system.
20950
20951         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20952         cus-edit.
20953
20954 2004-01-13  Simon Josefsson  <jas@extundo.com>
20955
20956         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20957         Invoke gnus-score-mode.
20958         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20959
20960         * gnus-range.el (gnus-compress-sequence): Doc fix.
20961         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20962
20963 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20964
20965         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20966
20967 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20968
20969         * spam.el (spam-get-article-as-string): Update to use
20970         gnus-request-article-this-buffer, much simpler.
20971         (spam-get-article-as-buffer): Remove.
20972
20973 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20974
20975         * message.el (message-expand-name): Use EUDC if the user uses that.
20976
20977 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20978
20979         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20980         character for the encoding to avoid consing a string.
20981
20982         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20983         unnecessarily.
20984
20985         * mm-util.el (mm-replace-chars-in-string): Remove.
20986
20987         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20988         of mm-replace-chars-in-string.
20989
20990 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20991
20992         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20993
20994         * mm-util.el (mm-subst-char-in-string): Support inplace.
20995
20996         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20997         a new string in every iteration.  Use shy groups.
20998
20999 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21000
21001         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21002         * gnus-soup.el (gnus-soup-group-brew):
21003         * gnus-msg.el (gnus-put-message):
21004         * gnus-move.el (gnus-group-move-group-to-server):
21005         * gnus-kill.el (gnus-batch-score):
21006         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21007         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21008         (gnus-group-update-group, gnus-group-read-group)
21009         (gnus-group-make-group, gnus-group-make-help-group)
21010         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21011         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21012         (gnus-group-sort-by-unread, gnus-group-catchup)
21013         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21014         (gnus-group-yank-group, gnus-group-set-info)
21015         (gnus-group-list-groups):
21016         * gnus.el (gnus-generate-new-group-name):
21017         * gnus-delay.el (gnus-delay-send-queue):
21018         * nnvirtual.el (nnvirtual-catchup-group):
21019         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21020         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21021         (gnus-group-prepare-topics, gnus-topic-check-topology):
21022         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21023         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21024         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21025         (gnus-group-make-articles-read):
21026         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21027         (gnus-group-change-level, gnus-kill-newsgroup)
21028         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21029         (gnus-get-unread-articles, gnus-make-articles-unread)
21030         (gnus-make-ascending-articles-unread): Use accessor
21031         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21032         to get group information for improved readability.
21033
21034
21035 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21036
21037         * gnus-art.el (article-decode-mime-words, article-babel)
21038         (gnus-article-highlight-signature, gnus-article-add-buttons)
21039         (gnus-signature-toggle): Use gnus-with-article-buffer.
21040
21041         * gnus-art.el (gnus-article-highlight-headers)
21042         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21043
21044         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21045         (gnus-article-set-globals, gnus-request-article-this-buffer)
21046         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21047         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21048         (gnus-mime-display-alternative): Use with-current-buffer.
21049
21050 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21051
21052         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21053         also under 80 char limit, and call gnus-error if needed.
21054         (spam-fetch-article-header): Fix - it was a
21055         buffer-local variable (gnus-newsgroup-data).
21056         (spam-find-spam): Use spam-generate-fake-headers, forget about
21057         spam-insert-fake-headers.
21058         (spam-insert-fake-headers): Remove.
21059
21060 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21061
21062         * deuglify.el (gnus-article-outlook-unwrap-lines)
21063         (gnus-outlook-rearrange-article)
21064         (gnus-outlook-repair-attribution-outlook)
21065         (gnus-outlook-repair-attribution-block)
21066         (gnus-outlook-repair-attribution-other): Remove redundant
21067         save-excursion.
21068
21069 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21070
21071         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21072         (spam-fetch-field-subject-fast)
21073         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21074         (spam-fetch-article-header): Add functions to deal with Gnus
21075         internals for fast retrieval of article header data.
21076         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21077
21078 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21079
21080         * pop3.el (pop3-md5): Remove.
21081         (pop3-apop): Replace pop3-md5 with md5.
21082
21083         * mm-bodies.el: base64 is always built-in.
21084
21085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21086         Use with-current-buffer.
21087
21088 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * canlock.el (canlock-insert-header): Remove excessive grouping in
21091         regexp.
21092
21093         * gnus-sum.el (gnus-summary-read-document): Ditto.
21094
21095         * gnus-uu.el (gnus-uu-part-number): Ditto.
21096
21097         * html2text.el (html2text-remove-tags): Ditto.
21098         (html2text-format-tags): Ditto.
21099         (html2text-format-single-elements): Ditto.
21100
21101         * mml.el (mml-parse-1): Ditto.
21102
21103 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21104
21105         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21106
21107         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21108
21109         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21110
21111         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21112
21113 2003-11-15  Simon Josefsson  <jas@extundo.com>
21114
21115         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21116         (pgg-gpg-lookup-key): Use regexp match instead of
21117         split-string (split-string is different between emacs 21.2 and
21118         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21119
21120 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21121
21122         * gnus-art.el (gnus-mime-view-all-parts)
21123         (gnus-article-part-wrapper, gnus-article-view-part):
21124         Use with-current-buffer.
21125
21126 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21127
21128         * spam.el (spam-disable-spam-split-during-ham-respool)
21129         (spam-spamoracle-database, spam-cache-lookups)
21130         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21131         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21132         (spam-group-ham-marks, spam-group-spam-marks)
21133         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21134         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21135         also add spam-use-blackholes to the statistical checks.
21136         (spam-fetch-field-fast): Add interface to fetching fields, may
21137         become a macro.
21138         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21139         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21140         (spam-insert-fake-headers): Fake an article when needed.
21141         (spam-find-spam): Fake article when possible.
21142         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21143         (spam-check-bogofilter-headers): Use message-fetch-field instead
21144         of nnmail-fetch-field.
21145
21146 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21147
21148         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21149
21150 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21151
21152         * spam.el (spam-split): Do not require spam-use-CHECK to be
21153         enabled if that check is passed to spam-split explicitly; also
21154         fix so 'spam doesn't get converted to spam-split-group when
21155         spam-split-symbolic-return is t.
21156         (spam-find-spam): Find registrations of the article and use those
21157         instead of re-running spam-split to find the spam/ham
21158         classification of the article.
21159         (spam-log-processing-to-registry, spam-log-registered-p)
21160         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21161         Use gnus-error instead of gnus-message.
21162         (spam-log-registration-type): Add function to determine the
21163         classification of a message based on registry entries; will
21164         return nil if both 'spam and 'ham are found.
21165         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21166         a reasonably fast local cache without the loading errors.
21167         (spam-cache-lookups): Set to t by default.
21168         (spam-find-spam): Don't try to guess spam-cache-lookups.
21169         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21170         spam-caches entry.
21171         (spam-filelist-build-cache, spam-filelist-check-cache):
21172         Fix caching of whitelist/blacklist entries.
21173         (spam-check-whitelist, spam-check-blacklist):
21174         Invoke spam-from-listed-p with a type, not a cache variable.
21175         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21176
21177 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21178
21179         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21180
21181         * nnmail.el (nnmail-split-fancy): do.
21182
21183         * mml.el (mml-parse): do.
21184
21185         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21186         (gnus-score-adaptive): do.
21187
21188 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21189
21190         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21191         (gnus-mime-button-map): Don't set keymap parent.
21192         (gnus-button-ctan-directory-regexp): Use shy grouping.
21193         (gnus-prev-page-map): Don't set keymap parent.
21194         (gnus-prev-page-map): Remove duplicated one.
21195         (gnus-next-page-map): Don't set keymap parent.
21196         (gnus-mime-security-button-map): Ditto.
21197
21198         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21199         version number.
21200
21201         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21202
21203 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21204
21205         * canlock.el (canlock-sha1-function): Remove.
21206         (canlock-sha1-function-for-verify): Remove.
21207         (canlock-openssl-program): Remove.
21208         (canlock-openssl-args): Remove.
21209         (canlock-ignore-errors): Remove.
21210         (canlock-sha1-with-openssl): Remove.
21211         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21212         (canlock-verify): Don't use canlock-ignore-errors.
21213
21214         * sha1-el.el (sha1-string-external): Make it can return a string
21215         in binary form.
21216         (sha1-region-external): Ditto.
21217         (sha1-string-internal): Ditto.
21218         (sha1-region-internal): Ditto.
21219         (sha1-region): Ditto.
21220         (sha1-string): Ditto.
21221         (sha1): Ditto.
21222
21223 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21224
21225         * spam.el (spam-report-articles-gmane): New command.
21226
21227 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21230
21231         * run-at-time.el (run-at-time-saved): Remove.
21232         (run-at-time): Doc fix.
21233
21234 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21235
21236         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21237         (gnus-summary-limit-map): Add it.
21238         (gnus-summary-make-menu-bar): do.
21239
21240 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21241
21242         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21243         Make attempt at some caching support (done for BBDB only now).
21244         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21245         addresses to be checked.
21246         (spam-clear-cache-BBDB): Add function, to be invoked by
21247         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21248         (spam-check-BBDB): Check and use the caches, if
21249         spam-cache-lookups is on, remove superfluous (provide).
21250
21251 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21252
21253         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21254
21255 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21256
21257         * run-at-time.el (run-at-time-saved): Move to after the definition
21258         of `run-at-time'.
21259
21260         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21261
21262 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21265         mm-w3m-local-map-property.
21266
21267         * mm-view.el (mm-w3m-mode-map): Remove.
21268         (mm-w3m-local-map-property): Remove.
21269         (mm-inline-text-html-render-with-w3m): Don't use
21270         mm-w3m-local-map-property.
21271
21272 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21273
21274         * run-at-time.el: New file.
21275
21276         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21277         under Emacs.
21278
21279         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21280         of gnus-set-text-properties.
21281
21282         * gnus-uu.el (gnus-uu-save-article): Ditto.
21283
21284         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21285
21286         * gnus-cite.el (gnus-cite-parse): Ditto.
21287
21288         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21289         of gnus-.
21290
21291         * gnus-xmas.el (run-at-time): Require run-at-time.
21292
21293         * gnus.el: Change calls to nnheader-run-at-time and
21294         password-run-at-time throughout to use run-at-time directly.
21295
21296         * password.el: Remove definition of run-at-time.
21297
21298         * nnheaderxm.el: Remove definition of run-at-time.
21299
21300 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21301
21302         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21303         in prompt.
21304
21305 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21306
21307         * messagexmas.el (message-xmas-redefine): Alias
21308         `message-make-caesar-translation-table' to
21309         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21310         version.
21311
21312         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21313         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21314         `gnus-xmas-set-text-properties'.
21315         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21316         `gnus-xmas-completing-read'.
21317         (gnus-xmas-completing-read): Removed.
21318         (gnus-xmas-open-network-stream): Removed.
21319
21320         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21321         XEmacs version.
21322
21323         * dns.el (dns-make-network-process): Use `open-network-stream'
21324         instead of `gnus-xmas-open-network-stream'.
21325
21326         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21327
21328         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21329
21330 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21331
21332         * gnus-art.el (gnus-mime-display-alternative)
21333         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21334         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21335         Don't use gnus-local-map-property.
21336
21337         * gnus-util.el (gnus-local-map-property): Remove.
21338
21339         * mm-view.el (mm-view-pkcs7-decrypt):
21340         Replace gnus-completing-read-maybe-default with completing-read.
21341
21342         * gnus-util.el (gnus-completing-read): do.
21343         (gnus-completing-read-maybe-default): Remove.
21344
21345 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21346
21347         * password.el: Only autoload `run-at-time' if not XEmacs.
21348         Only autoload the itimer functions if XEmacs.
21349
21350 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21351
21352         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21353         XEmacsen.
21354
21355         * dgnushack.el: Autoload executable-find for XEmacs.
21356
21357 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21358
21359         * gnus-art.el (gnus-read-string): Remove.
21360         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21361         read-string.
21362
21363 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21364
21365         * netrc.el: Autoload password-read.
21366         (netrc): Add configuration group.
21367         (netrc-encoding-method, netrc-openssl-path):
21368         Add variables for encoding and decoding of files with symmetric
21369         ciphers.
21370         (netrc-encode): Add assistant function to encode a file with
21371         netrc-encoding-method.
21372         (netrc-parse): Add interactive parameter, added optional
21373         decoding if netrc-encoding-method is non-nil but otherwise
21374         behavior is standard.
21375         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21376         Do s/encode/encrypt/ everywhere.
21377
21378         * spam.el: Remove executable-find autoload.
21379
21380 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21381
21382         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21383
21384         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21385
21386 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21387
21388         * gnus-art.el (gnus-treat-ansi-sequences)
21389         (article-treat-ansi-sequences): New variable and function.
21390         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21391
21392         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21393         Use it.
21394
21395 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21396
21397         * mm-util.el (mm-quote-arg): Remove.
21398
21399         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21400         shell-quote-argument.
21401
21402         * gnus-uu.el (gnus-uu-command): do.
21403
21404         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21405
21406         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21407         with make-char.
21408
21409         * mm-util.el (mm-make-char): Remove.
21410
21411         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21412         add-minor-mode.
21413
21414         * gnus-undo.el (gnus-undo-mode): do.
21415
21416         * gnus-topic.el (gnus-topic-mode): do.
21417
21418         * gnus-sum.el (gnus-dead-summary-mode): do.
21419
21420         * gnus-start.el (gnus-slave-mode): do.
21421
21422         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21423
21424         * gnus-ml.el (gnus-mailing-list-mode): do.
21425
21426         * gnus-gl.el (gnus-grouplens-mode): do.
21427
21428         * gnus-draft.el (gnus-draft-mode): do.
21429
21430         * gnus-dired.el (gnus-dired-mode): do.
21431
21432         * gnus-ems.el (gnus-add-minor-mode): Remove.
21433
21434         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21435         Replace gnus-char-width with char-width.
21436
21437         * gnus-ems.el (gnus-char-width): Remove.
21438
21439         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21440         Replace gnus-char-width with char-width.
21441
21442         * gnus-ems.el (gnus-char-width): Remove.
21443
21444         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21445         definition.
21446         Remove Emacs 20 hash table compatibility code.
21447
21448         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21449         20 compatibility code.
21450
21451         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21452
21453         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21454
21455         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21456         Replace with point-at-{eol,bol}.
21457
21458         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21459
21460         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21461
21462         * flow-fill.el (fill-flowed-point-at-bol)
21463         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21464
21465         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21466         Replace with point-at-{eol,bol} throughout all files.
21467
21468 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21469
21470         * ntlm.el (ntlm-string-as-unibyte): New macro.
21471         (ntlm-build-auth-response): Use it.
21472
21473         Remove Emacs 20 stuff:
21474         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21475         (butlast, mapc, remove): Remove the compiler macros.
21476         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21477         of delq and copy-sequence.
21478         * gnus-art.el (popup-menu): Remove the compiler macro.
21479         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21480         Emacs 20.
21481
21482 2004-01-05  Simon Josefsson  <jas@extundo.com>
21483
21484         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21485         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21486         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21487         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21488         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21489         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21490         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21491         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21492         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21493         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21494         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21495         string-xor into ntlm-string-xor.
21496         Suggested by Jesper Harder <harder@myrealbox.com>.
21497
21498         * ntlm.el: Don't include poem.
21499
21500         * md4.el (print-int32, print-string-hexa): Remove.
21501         Suggested by Jesper Harder <harder@myrealbox.com>.
21502
21503         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21504
21505         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21506         probably breaks emacs with DL patch, but do we care? Is anyone
21507         still using the DL stuff?)
21508
21509         * sieve-manage.el: Use the password package.
21510         (sieve-manage-read-passwd): Remove.
21511         (sieve-manage-interactive-login): Use password.  Re-add
21512         condition-case around loop.
21513
21514         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21515         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21516         Use the password package.
21517
21518 2003-02-19  Simon Josefsson  <jas@extundo.com>
21519
21520         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21521         token.
21522
21523 2002-08-07  Simon Josefsson  <jas@extundo.com>
21524
21525         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21526         (sieve-manage-authenticators):
21527         (sieve-manage-authenticator-alist): Add some SASL mechs.
21528         (sieve-sasl-auth): New function.
21529         (sieve-manage-cram-md5-auth):
21530         (sieve-manage-plain-auth): Rewrite using SASL library.
21531         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21532         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21533         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21534         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21535
21536 2004-01-05  Simon Josefsson  <jas@extundo.com>
21537
21538         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21539         New files.
21540
21541 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21542
21543         * gnus-group.el (gnus-no-groups-message): Update.
21544
21545         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21546
21547 2003-11-09  Simon Josefsson  <jas@extundo.com>
21548
21549         * imap.el: Support for ID IMAP extension (RFC 2971).
21550         (imap-local-variables): Add imap-id.
21551         (imap-id): New variable.
21552         (imap-id): New function.
21553         (imap-parse-response): Parse untagged ID response.
21554         * nnimap.el (nnimap-id): New variable.
21555         (nnimap-open-connection): Use it.
21556
21557 2003-12-28  Simon Josefsson  <jas@extundo.com>
21558
21559         * gnus-score.el (gnus-score-edit-all-score): New.
21560         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21561
21562 2004-01-04  Simon Josefsson  <jas@extundo.com>
21563
21564         * password.el: Add.
21565
21566 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21567
21568         * dns.el (dns-query-types): Fix typo.
21569         (dns-query-types): New function.
21570         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21571         PTR and SOA replies, see RFC 1035.
21572
21573 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21574
21575         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21576
21577         * Move to Changelog.2.
21578
21579 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21580
21581         * gnus.el (gnus-version-number): Bump version.
21582
21583 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21584
21585         * gnus.el: No Gnus v0.1 is released.
21586
21587 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21588
21589         * gnus.el: No Gnus v0.0 is released.
21590
21591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21592
21593         * gnus.el (gnus-version-number): Bump.
21594         (gnus-version): No.
21595
21596 See ChangeLog.2 for earlier changes.
21597
21598   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21599
21600   This file is part of GNU Emacs.
21601
21602   GNU Emacs is free software: you can redistribute it and/or modify
21603   it under the terms of the GNU General Public License as published by
21604   the Free Software Foundation, either version 3 of the License, or
21605   (at your option) any later version.
21606
21607   GNU Emacs is distributed in the hope that it will be useful,
21608   but WITHOUT ANY WARRANTY; without even the implied warranty of
21609   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21610   GNU General Public License for more details.
21611
21612   You should have received a copy of the GNU General Public License
21613   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21614
21615 ;; Local Variables:
21616 ;; coding: utf-8
21617 ;; fill-column: 79
21618 ;; add-log-time-zone-rule: t
21619 ;; End: