Resolve conflict.
[gnus] / lisp / ChangeLog
1 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2
3         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4         parameter to open-protocol-stream.
5
6 2011-04-01  Julien Danjou  <julien@danjou.info>
7
8         * mm-view.el (mm-display-inline-fontify): Do not fontify with
9         fundamental-mode.
10
11 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
14         servers.
15
16 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
19         made marks not propagate, again.
20
21 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
22
23         * proto-stream.el (open-protocol-stream): Bring back `network' type.
24         Make this the default type.
25         (proto-stream-open-plain): Rename from proto-stream-open-default.
26         (open-protocol-stream, proto-stream-open-starttls)
27         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
28         with `plain'.
29
30         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
31         value.
32
33         * nntp.el (nntp-open-connection-function): Document the fact that some
34         values are not functions but are instead handled specially.  Recognize
35         nntp-open-plain-stream value.
36         (nntp-open-connection): Recognize that value.
37
38 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
41         where it seems to be needed.
42
43 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
46         stuff.
47
48         * gnus-score.el (gnus-score-string): Fix calling convention of
49         `gnus-simplify-buffer-fuzzy' after last patches.
50
51         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
52         server for articles we didn't get any headers for.  This is a sanity
53         check.
54
55 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
56
57         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
58         new CAPABILITY, use it.
59
60 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
63         downloading anything.
64
65         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
66
67 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
68
69         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
70         colors.
71         (gnus-splash-svg-color-symbols): New function.
72
73 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
76         instead of using the global gnus-simplify-subject-fuzzy-regexp.
77         (gnus-simplify-subject-fuzzy): Use the local
78         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
79         makes using this variable in group parameters work.
80
81 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
84         "archive:sent" to the unfollowed group regex (for the recent Gnus
85         archive:sent-YYYY-MM-DD groups).
86         (gnus-registry-split-fancy-with-parent): Bail out early in sender
87         tracking if there are more than `gnus-registry-max-track-groups'
88         matches.
89
90 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
91
92         * message.el (message--yank-original-internal): New function to do the
93         insertion cleanly inside eval in `message-yank-original'.
94         (message-yank-original): Use it.
95
96 2011-03-29  Julien Danjou  <julien@danjou.info>
97
98         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
99         local variables disabled rather than `normal-mode'.
100
101 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
102
103         * imap.el (imap-shell-open, imap-process-connection-type): Use
104         imap-process-connection-type for 'shell' streams as well as
105         Kerberos, SSL, other subprocesses.
106
107 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
108
109         * proto-stream.el: Changes preparatory to merging open-protocol-stream
110         with open-network-stream.
111         (proto-stream-always-use-starttls): Option removed.
112         (open-protocol-stream): Return a process object by default.  Provide a
113         new parameter :return-list specifying a list-type return value, which
114         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
115         :type `network' to `try-starttls', and `network-only' to `default'.
116         Make `default' the default, for compatibility with open-network-stream.
117         Handle the no-parameter case exactly as open-network-stream, with no
118         additional stream processing.  Search plists using plist-get.
119         Explicitly add :end-of-commend parameter if it is missing.
120         (proto-stream-open-default): Renamed from
121         proto-stream-open-network-only.  Return 'default as the type.
122         (proto-stream-open-starttls): Rename from proto-stream-open-network.
123         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
124         failed.  Always return a list with a (possibly dead) process as the
125         first element, for compatibility with open-network-stream.
126         (proto-stream-open-tls): Use plist-get.  Always return a list.
127         (proto-stream-open-shell): Return `default' as connection type.
128         (proto-stream-capability-open): Use plist-get.
129         (proto-stream-eoc): Function deleted.
130
131         * nnimap.el (nnimap-stream, nnimap-open-connection)
132         (nnimap-open-connection-1): Handle renaming of :type parameter for
133         open-protocol-stream.
134         (nnimap-open-connection-1): Pass a :return-list parameter
135         open-protocol-stream to obtain a list return value.  Parse this list
136         using plist-get.
137
138         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
139         for open-protocol-stream.  Accept open-protocol-stream return value
140         that is a subprocess object instead of a list.  Handle the case of a
141         dead returned process.
142
143 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
146
147         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
148
149 2011-03-21  Julien Danjou  <julien@danjou.info>
150
151         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
152         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
153         query.
154         (mm-inline-text): Render normal text with fontification whenever
155         possible.
156
157         * gnus-sum.el (gnus-summary-save-parts-1):
158         * gnus-art.el (gnus-article-browse-html-save-cid-content)
159         (gnus-article-browse-html-parts, gnus-mime-delete-part)
160         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
161         Use `mm-handle-filename'.
162
163         * mm-util.el (mm-handle-filename): New function, return the filename of
164         an handle.
165
166 2011-03-18  Julien Danjou  <julien@danjou.info>
167
168         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
169         (gnus-buffer-live-p): Check that buffer is not nil.
170
171 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
172
173         * gnus.el: No Gnus v0.15 is released.
174
175 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * time-date.el (format-seconds): Use assoc instead of assoc-string to
178         avoid warning on XEmacs.
179
180         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
181         on XEmacs.
182
183         * gnus-art.el: Require mouse, which the build bot seems to say is
184         needed.
185
186         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
187
188         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
189         XEmacs, since it doesn't have url-retrieve-synchronously.
190
191         * time-date.el (format-seconds): Use assoc instead of assoc-string,
192         since assoc-string doesn't exist in XEmacs.
193
194 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
195
196         * gnus-group.el (gnus-group-list-ticked): New function.
197         (gnus-group-make-menu-bar): Provide a menu entry for it.
198         (gnus-group-list-map): Provide a binding for it.
199
200 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * shr.el (shr-visit-file): New command.
203
204         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
205
206 2011-03-17  Bjørn Mork  <bjorn@mork.no>
207
208         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
209         servers.
210
211 2011-03-16  Julien Danjou  <julien@danjou.info>
212
213         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
214         inline.
215
216         * gnus-art.el (article-hide-list-identifiers): Use
217         gnus-group-get-list-identifiers.
218
219         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
220         (gnus-summary-remove-list-identifiers): Use
221         gnus-group-get-list-identifiers to get regexp.
222         (gnus-select-newsgroup, gnus-summary-insert-subject)
223         (gnus-summary-insert-articles): Call
224         gnus-summary-remove-list-identifiers unconditionally.
225
226 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
229         we're selecting a group with unread articles.
230
231         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
232
233         * gssapi.el: New file separated out from imap.el to provide a general
234         Kerberos 5 connection facility for Emacs.
235
236         * message.el (message-elide-ellipsis): Document the format spec
237         ellipsis.
238
239 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
240
241         * message.el (message-elide-region): Allow the ellipsis to say how many
242         lines were removed.
243
244 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
247         window configurations containing buffers that are now dead.
248
249         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
250         parsing to avoid integer overflows.
251         (nnimap-parse-flags): Simplify the last change.
252         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
253         too large for 32-bit Emacsen.
254
255 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
256
257         * auth-source.el (auth-source-netrc-create):
258         * message.el (message-yank-original): Fix use of `case'.
259
260 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
261
262         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
263         XEmacs, which was one character too wide.
264
265 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
266
267         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
268         default number of articles to display.
269         (gnus-articles-to-read): Use pretty names for prompt.
270
271 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * gnus-int.el (gnus-open-server): Ditto.
274
275         * gnus-start.el (gnus-activate-group): Give a backtrace if
276         debug-on-quit is set and the user hits `C-g'.
277         (gnus-read-active-file): Ditto.
278
279         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
280
281 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * message.el (message-yank-original): Use cond instead of CL case.
284
285 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
286
287         * auth-source.el (auth-source-netrc-create): Use usual format for the
288         default in prompts.
289
290 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * lpath.el: Fbind read-char-choice for XEmacs.
293
294 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
295
296         * auth-source.el (auth-source-netrc-create): Show the default in the
297         prompt when prompting for token creation.
298
299 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * auth-source.el (auth-source-format-prompt): Always convert the value
302         to a string to avoid evaluating non-string arguments.
303         (auth-source-netrc-create): Offer default properly, not as initial
304         content in `read-string'.
305         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
306         of line to determine if we've been run before.  If so, don't run again,
307         but print a trivial message to indicate the cache was hit instead.
308
309 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
312         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
313         The user will have to run `gnus-sync-read' manually and wait for Cloudy
314         Gnus.
315
316 2011-03-11  Julien Danjou  <julien@danjou.info>
317
318         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
319         modified file".
320
321 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
322
323         * auth-source.el (auth-source-read-char-choice): New function to read a
324         character choice using `dropdown-list', `read-char-choice', or
325         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
326         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
327         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
328         (auth-source-netrc-saver): Use it.
329         (auth-source-pick-first-password): New convenience function.
330
331 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
332
333         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
334         parameter in the credentials.
335         (nnimap-open-connection-1): Use it after a successful login.
336         (nnimap-credentials): Add IMAP-specific user and password prompt.
337
338         * auth-source.el (auth-source-search): Add :require parameter, taking a
339         list.  Document it and the :save-function return token.  Pass :require
340         down.  Change the CREATED message from a warning to a debug statement.
341         (auth-source-search-backends): Pass :require down.
342         (auth-source-netrc-search): Pass :require down.
343         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
344         Change save prompt to indicate all modifications saved here are
345         deletions.
346         (auth-source-netrc-create): Take user login name as default in user
347         prompt.  Move all the save functionality to a lexically bound function
348         under the :save-function token in the returned list.  Set up clearer
349         default prompts for user, host, port, and secret.
350         (auth-source-netrc-saver): New function, intended to be wrapped for
351         :save-function.
352
353 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * shr.el (shr-table-horizontal-line): Change the defaults for the table
356         lines to be spaces instead.
357
358 2011-03-07  Julien Danjou  <julien@danjou.info>
359
360         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
361         (sieve-sasl-auth): Check that auth-source-search did return something,
362         or just return an empty string.
363
364 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
365
366         * gnus.el (gnus-interactive): Use read-directory-name.
367
368         * gnus-uu.el (gnus-uu-decode-uu-and-save)
369         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
370         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
371         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
372         Likewise.
373
374         * gnus-group.el (gnus-group-make-directory-group): Likewise.
375
376 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
379         onto the list of killed groups, too.  This makes killed nnimap groups,
380         for instance, more reliably not reappear.
381
382         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
383         the parent.
384
385         * gnus-sum.el (gnus-update-read-articles): Fix typo.
386
387         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
388         really have server-side marks.
389
390         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
391         since most backends do not usefully have server-side marks.
392         (gnus-update-read-articles): Propagate marks to all backends that
393         really have server-side marks.
394
395 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
396
397         * message.el (message-cite-reply-position, message-cite-style):
398         New variables.
399         (message-yank-original): Use the new citation styles.
400
401 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
402
403         * message.el (message-options): Revert 22da67af (workaround for XEmacs
404         buffer-local issue); don't mark it buffer-local when running under
405         XEmacs.
406
407 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
408
409         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
410         numbers too big to be `read'.
411
412 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
413
414         * password-cache.el (password-in-cache-p): Add autoload.
415
416         * message.el (message-options): Make buffer-local two ways to attempt
417         to fix a XEmacs bug.
418
419 2011-03-02  Julien Danjou  <julien@danjou.info>
420
421         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
422
423 2011-03-01  Julien Danjou  <julien@danjou.info>
424
425         * gnus-art.el (list-identifier): Add list-identifier as a parameter
426         group.
427         (article-hide-list-identifiers): Use list-identifier group parameter.
428
429 2011-02-28  Julien Danjou  <julien@danjou.info>
430
431         * sieve.el (sieve-buffer-script-name): New local variable to store
432         sieve script name.
433         (sieve-edit-script): Store sieve script name.
434         (sieve-upload): Use sieve script name when uploading.
435         (sieve-upload): Use substitute-command-keys.
436         (sieve-edit-script): Use substitute-command-keys.
437         (sieve-refresh-scriptlist): Use substitute-command-keys.
438         (sieve-manage-mode-map): Define keymap properly.
439         (sieve-manage-mode): Do not set mode name manually, change mode-name to
440         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
441         Remove commented code about cvs.
442         (sieve-manage-quit): New function.
443         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
444
445 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * gnus-group.el (gnus-import-other-newsrc-file): New function.
448
449 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
450
451         * auth-source.el (auth-source-search): Cache empty result sets.
452
453         * password-cache.el (password-in-cache-p): Convenience function to
454         check if a key is in the cache, even if the value is nil.
455
456         * auth-source.el (auth-source-save-behavior): New variable to replace
457         `auth-source-never-create'.
458         (auth-source-netrc-create): Use it.
459         (auth-source-never-save): Remove.
460
461 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
462
463         * nnimap.el (nnimap-stream): Doc fix.
464         (nnimap-open-connection-1): Reverse the order of the ports to that the
465         prompted-for port is first.
466
467         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
468         retrieval by the no-group selection.
469
470         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
471         numerical parameters.
472
473 2011-02-25  Julien Danjou  <julien@danjou.info>
474
475         * gnus-gravatar.el: Use gnus-with-article-buffer.
476
477         * gnus-art.el (gnus-with-article-buffer): Check that the
478         gnus-article-buffer is alive.
479
480 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
481
482         * auth-source.el (auth-source-creation-prompts): New variable to manage
483         creation-time prompts.
484         (auth-source-search): Document it.
485         (auth-source-format-prompt): Add utility function.
486         (auth-source-netrc-create): Don't default the user name to
487         user-login-name.  Use `auth-source-creation-prompts' and some default
488         prompts for user, host, port, and password (the default generic prompt
489         remains ugly).
490         (auth-source-never-save): Add customizable option to never save info.
491         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
492         mode excursion.
493
494 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
497         argument that XEmacs doesn't support.
498
499         * dgnushack.el (dgnushack-compile): Exclude color.el from being
500         compiled for Emacsen having no `libxml-parse-html-region' support.
501
502         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
503
504         * lpath.el: Bind buffer-save-without-query for XEmacs.
505
506 2011-02-23  Julien Danjou  <julien@danjou.info>
507
508         * gnus-art.el (article-make-date-line): Ignore errors if time is
509         invalid and not convertible.
510         (article-make-date-line): Only add lapsed time if time is not nil.
511
512 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
515         `read-char-choice' for backwards compatibility.
516         (auth-source-netrc-element-or-first): New function to DTRT for
517         parameter extraction.
518         (auth-source-netrc-create): Use it and fix multiple parameter print
519         bug.  Use the default passed from above (given-default) or the
520         built-in (user-login-name for :user).
521
522 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus-start.el (gnus-dribble-read-file):
525         Set buffer-save-without-query, since we always want to save the dribble
526         file, probably.
527
528         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
529         nnimap.
530
531         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
532         -summary- since it's a user-visible variable.
533
534         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
535         first time you use the new Gnus.
536
537 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         * auth-source.el: Don't load netrc.el.
540         (auth-sources): Search ~/.netrc as well by default.
541         (auth-source-debug): Add 'trivia option for extra output.
542         (auth-source-do-trivia): Use it.
543         (auth-source-search): Simplify logic to use
544         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
545         appropriate.  Don't keep a running count at this level.  Layer :create
546         and :delete options appropriately on the first and second passes.
547         Don't track the backend with the search results.
548         (auth-source-search-backends): New function to search a list of
549         backends for a processed spec.
550         (auth-source-netrc-parse): Cache all netrc files, making
551         auth-source-netrc-cache an alist keyed by the file name and using the
552         file mtime as the caching criterion.  Keep the obfuscated data secret
553         with a lexical bind.
554         (auth-source-netrc-search): Don't calculate the length of the results
555         unnecessarily.
556         (auth-source-search-backends): Fix bug.
557         (auth-source-netrc-create): Rework prompts.
558
559 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
560
561         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
562         Lower case names of search constraints.
563         (nnir-run-query): Cache and reuse search constraints for all imap
564         servers.
565
566 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
569         after exit.
570         (gnus-setup-message): Define missing variable from last checkin.
571
572         * gnus-sum.el (gnus-summary-show-article): When called with t as the
573         value, show the raw article.
574
575 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
576
577         * gnus.el: No Gnus v0.13 is released.
578
579 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
580
581         * nnimap.el (nnimap-open-connection-1): Revert last change, since
582         auth-source now accepts numbers.
583
584         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
585         spec, too.
586         (auth-source-ensure-strings): New function.
587
588         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
589         (gnus-article-setup-buffer): Always restart the date timer so that user
590         changes to the frequency is respected.
591
592         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
593         port numbers, so make sure it gets that if nnimap-server-port is
594         explicit.
595
596 2011-02-21  Simon Josefsson  <simon@josefsson.org>
597
598         * nnimap.el (nnimap-inbox): Doc fix.
599
600 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
601
602         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
603         Autoload.  Add optional arg FRAME, and pass it to color-values.
604         (color-complement): Caller changed.  Doc fix.
605         (color-gradient): Rewrite for better clarity and efficiency.
606
607 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
608
609         * shr-color.el (shr-color->hexadecimal): Use renamed function names
610         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
611         color-lab-to-srgb.
612
613 2011-02-20  Drew Adams  <drew.adams@oracle.com>
614
615         * color.el: First part of merge from hexrgb.el.
616         (color-rgb-to-hex): Rename from color-rgb->hex.
617         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
618         saturation to zero if the value is too small.
619         (color-rgb-to-hsl): Rename from color-rgb->hsl.
620         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
621         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
622         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
623         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
624         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
625         (color-cie-de2000): Doc fix.
626
627 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
630         given method as in the group name if we're using an extended method.
631         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
632         command, if we're using that, instead of waiting for the beginning.
633
634         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
635         we're sure to get unique server names, and we don't output two async
636         commands in the same buffer.  This fixes an NNTP hang for some users.
637
638 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
639
640         * gnus.el: No Gnus v0.11 is released.
641
642 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
643
644         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
645         summary buffer before reading going to the next buffer.  This avoids
646         putting the point in the group buffer if you `C-g' the command.
647
648         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
649         cache (for now) to make ~/.authinfo.gpg files usable.
650
651         * nnfolder.el (copyright-update): Define for the compiler.
652
653         * auth-source.el (auth-source-search): Fix unbound variable.
654
655 2011-02-19  Glenn Morris  <rgm@gnu.org>
656
657         * gnus.el (gnus-meta): Doc fix.
658
659 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
660
661         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
662         in case it's not yet loaded.
663
664 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
665
666         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
667         line we're waiting for.
668
669 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
670
671         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
672         face with line-width greater than zero will cause RET in gnus summary
673         buffer to scroll down article page-wise because auto vscroll happens,
674         it should be temporalily disabled when doing a scroll-up.
675
676 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
679         outputs from the server.
680
681 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
682
683         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
684         later so that bbdb can hook in easier.
685
686 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
687
688         * auth-source.el (auth-source-search): Don't try to create credentials
689         if the caller doesn't want that.
690         (auth-source-search): If we don't find a match, don't bug out on
691         non-bound variables.
692         (auth-source-search): Only ask a single backend to create the
693         credentials.
694
695         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
696         logging.
697         (nnimap-credentials): Protect against auth-source-search returning nil.
698         (nnimap-request-list): Protect against not being able to open the
699         server.
700
701 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
702
703         * auth-source.el (auth-source-search): Do a two-phase search, one with
704         no :create to get the responses from all backends.
705
706         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
707         when getting credentials.
708
709         * gnus-util.el (gnus-delete-duplicates): New function.
710
711 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
712
713         * nnimap.el (nnimap-credentials): Instead of picking the first port as
714         a creation default, pass the whole port list down.  It will be
715         completed.
716
717         * auth-source.el (auth-source-search): Updated docs to talk about
718         multiple creation choices.
719         (auth-source-netrc-create): Accept a list as a value (from the search
720         parameters) and do completion on that list.  Keep a separate netrc line
721         with the password obscured for showing the user.
722
723         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
724         first choice to `auth-source-search' so it will be used for entry
725         creation instead of the server's Gnus-specific name.
726         (nnimap-credentials): Rely on the auth-source library to select which
727         port is actually wanted in the new netrc entry, so don't override
728         `auth-source-creation-defaults'.
729
730         * auth-source.el (auth-source-netrc-parse): Use :port instead of
731         :protocol and accept a missing user, host, or port as a wildcard match.
732         (auth-source-debug): Default to off.
733
734         (auth-source-netrc-search, auth-source-netrc-create)
735         (auth-source-secrets-search, auth-source-secrets-create)
736         (auth-source-user-or-password, auth-source-backend, auth-sources)
737         (auth-source-backend-parse-parameters, auth-source-search): Use :port
738         instead of :protocol.
739
740         * nnimap.el (nnimap-credentials): Pass a port default to
741         `auth-source-search' in case an entry needs to be created.
742         (nnimap-open-connection-1): Use :port instead of :protocol.
743
744 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * auth-source.el: Bind load-path when loading EIEIO from
747         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
748         21.4 doesn't support, to `require'.
749         (auth-source-secrets-search): Use mm-delete-duplicates instead of
750         delete-dups that is not available in XEmacs 21.4.
751
752 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
753
754         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
755         as EIEIO must also be loaded when auth-source.el is being
756         byte-compiled.
757
758 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
761
762         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
763
764         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
765
766         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
767
768         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
769
770         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
771
772         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
773
774         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
775         necessary.
776
777 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
780         nil means that nnimap doesn't get updated.
781
782 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
783
784         * auth-source.el (auth-source-netrc-create): Return a synthetic search
785         result when the user doesn't want to write to the file.
786         (auth-source-netrc-search): Expect a synthetic result and proceed
787         accordingly.
788         (auth-source-cache-expiry): New variable to override
789         `password-cache-expiry'.
790         (auth-source-remember): Use it.
791
792         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
793         parameter.  Create entry if necessary by using :create t.
794         (nnimap-open-connection-1): Don't pass `inhibit-create'.
795
796 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * auth-source.el (auth-source-debug): Enable by default and don't
799         mention the obsolete `auth-source-hide-passwords'.
800         (auth-source-do-warn): New function to debug unconditionally.
801         (auth-source-do-debug): Use it.
802         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
803         and for Secrets API entries when the secrets.el library is not
804         available.
805
806 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-sum.el (gnus-propagate-marks): Default to nil.
809         (gnus-summary-exit): Kill the correct article buffer on exit from a
810         `C-d' group.
811
812         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
813         gnus-propagate-marks.
814
815         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
816         before killing the buffers so that a non-full window conf gets handled
817         correctly.
818         (gnus-summary-exit): Ditto.
819         (gnus-summary-read-group-1): Ditto.
820
821         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
822         async code again so that we can debug it properly.
823
824         * message.el (message-reply): Take an optional switch-buffer parameter
825         so that Gnus window confs are respected better.
826
827 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
830         `plist-get' to accept non-list parameters (XEmacs issue).
831         Fix docstring.
832         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
833         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
834         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
835         Login collection is "Login" and not "login".
836
837 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
840         multiple headers.
841
842         * nnimap.el (nnimap-inhibit-logging): New variable.
843         (nnimap-log-command): Don't log login commands.
844
845         * auth-source.el (auth-source-netrc-search): The asserts seem to want
846         to have more parameters.
847
848         * nnimap.el (nnimap-send-command): Mark the command time for each
849         command, so that we don't get NOOPs stepping on our toes.
850
851         * gnus-art.el (article-date-ut): Get the date from the Date header on
852         `t'.
853
854 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * auth-source.el (auth-source-search): Use copy-sequence instead of
857         the cl.el copy-list.
858
859 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
860
861         * imap.el: Bring it back (revert
862         84d800cd31de3064f0ed39617d725709a2f8f42f).
863
864 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
865
866         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
867         Improve prompt.
868
869 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-art.el (gnus-article-mode-line-format): Remove the article
872         washing status from the default format.  It isn't very informative.
873
874 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
875
876         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
877         Fix Gcc processing on imap.
878
879 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
880
881         * imap.el: Remove file.  All the functionality is in nnimap.el.
882
883 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
884
885         * message.el (message-bury): Don't pop up a new window when selected
886         window is dedicated.
887
888 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
889
890         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
891
892 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
893
894         * sieve-manage.el: Autoload `auth-source-search'.
895         (sieve-sasl-auth): Use it.
896
897 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
898
899         * nnimap.el: Autoload `auth-source-forget+'.
900         (nnimap-open-connection-1): Use it if the connection fails.
901
902         * auth-source.el: Require `password-cache'.
903         (auth-source-hide-passwords, auth-source-cache): Remove and mark
904         obsolete.
905         (auth-source-magic): Marker for `password-cache' keys.
906         (auth-source-do-cache): Update docstring.
907         (auth-source-search): Use and check cache.
908         (auth-source-forget-all-cached, auth-source-remember)
909         (auth-source-recall, auth-source-forget, auth-source-forget+)
910         (auth-source-specmatchp): Caching support functions.
911         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
912         Remove and obsolete.
913         (auth-source-user-or-password): Remove caching to further discourage
914         using it.  Always hide passwords.
915
916         * password-cache.el (password-cache-remove): Accept secrets that are
917         not strings.
918
919 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
920
921         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
922         code for now, since it doesn't work for all users.
923
924 2011-02-09  Julien Danjou  <julien@danjou.info>
925
926         * message.el (message-options): Make message-options really buffer
927         local.
928
929 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * mail-source.el: Autoload `auth-source-search'.
932         (mail-source-keyword-map): Note order matters.
933         (mail-source-set-1): Get all the mail-source source values and
934         defaults and search auth-source on those if needed.  This can all
935         probably be simplified.
936
937         * nnimap.el: Autoload `auth-source-search'.
938         (nnimap-credentials): Use it.
939         (nnimap-open-connection-1): Ask for the virtual server and physical
940         address in one shot.
941
942         * nntp.el: Autoload `auth-source-search'.
943         (nntp-send-authinfo): Use it.  Note TODO.
944
945 2011-02-08  Julien Danjou  <julien@danjou.info>
946
947         * shr.el (shr-tag-body): Add support for text attribute in body
948         markups.
949
950         * message.el (message-options): Make message-options a local variable.
951
952 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
953
954         * auth-source.el (auth-source-secrets-search)
955         (auth-source-user-or-password): Use `append' instead of `nconc'.
956         (auth-source-user-or-password): Build return list better and protect
957         against nil :secret.
958
959 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
960
961         * nnimap.el (nnimap-update-info): Refactor slightly.
962         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
963         (nnimap-update-info): Clean up slightly.
964         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
965         characters.
966         (nnimap-process-quirk): Rename function to avoid collision.
967         (nnimap-update-info): Fix macrology bug-out.
968         (nnimap-update-info): Simplify split history test.
969
970 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
971
972         * auth-source.el (top): Require 'eieio unconditionally.
973         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
974         (auth-source-secrets-search): Limit search when `max' is greater than
975         number of results.
976
977 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
978
979         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
980         part not returning any data.
981
982         * proto-stream.el (open-protocol-stream): Document the return value.
983
984 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         * auth-source.el (auth-source-secrets-search): Add examples.
987
988 2011-02-06  Julien Danjou  <julien@danjou.info>
989
990         * message.el (message-setup-1): Handle message-generate-headers-first
991         set to t.
992
993 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
996         API with a string "secrets:collection-name" and with 'default.
997         (auth-source-backend-parse): Parse "secrets:collection-name" and
998         'default.  Recurse on parses instead of repeating code.  Use the
999         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1000         message when ignoring a source.
1001         (auth-source-search): List ignored search keys at the top level.
1002         (auth-source-netrc-create): Use `case' instead of `cond'.
1003         (auth-source-secrets-search): Created with TODOs.
1004         (auth-source-secrets-create): Created with TODOs.
1005         (auth-source-retrieve, auth-source-create, auth-source-delete)
1006         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1007         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1008         (auth-source-user-or-password-sftp)
1009         (auth-source-user-or-password-smtp): Remove.
1010         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1011         around `auth-source-search'.  Not tested thoroughly.
1012
1013 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1014
1015         * auth-source.el: Bring in assoc and eioeio libraries.
1016         (secrets-enabled): New variable to track the status of the Secrets API.
1017         (auth-source-backend): New EIOEIO class to represent a backend.
1018         (auth-source-creation-defaults): New variable to set prompt defaults
1019         during token creation (see the `auth-source-search' docstring for
1020         details).
1021         (auth-sources): Simplify to allow a simple string as a netrc backend
1022         spec.
1023         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1024         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1025         (auth-source-search): Main auth-source API entry point.
1026         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1027         (auth-source-search-collection): Helper function for searching.
1028         (auth-source-netrc-parse, auth-source-netrc-normalize)
1029         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1030         Supports search, create, and delete.
1031         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1032         backend stubs.
1033         (auth-source-user-or-password): Call `auth-source-search' but it's not
1034         ready yet.
1035
1036 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1037
1038         * message.el (message-setup-1): Remove the read-only stuff, since it
1039         doesn't work under XEmacs, for some reason.
1040
1041         * gnus-sum.el (gnus-user-date): Rename back from
1042         gnus-summary-user-date since user code refers to it.
1043
1044         * shr.el (shr-render-td): Store the actual background colour used.
1045
1046         * message.el (message-setup-1): Don't bind the constant
1047         -forbidden-properties.
1048         (message-setup-1): Revert previous change, since it needs to bind the
1049         props to insert them.
1050         (message-resend): Allow removing the read-only separator line.
1051
1052 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1053
1054         * nnimap.el (nnimap-request-accept-article): Give an error message if
1055         the APPEND wasn't successful.
1056
1057 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1058
1059         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1060         that have no groups.
1061
1062 2011-02-03  Julien Danjou  <julien@danjou.info>
1063
1064         * gnus-draft.el: Remove progn around gnus-draft-setup.
1065
1066 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1067
1068         * gnus-start.el (gnus-read-active-for-groups): This function is never
1069         called with a nil `infos', so clean that up.
1070         (gnus-get-unread-articles): Request active files from primary/secondary
1071         methods that have no groups (yet).
1072
1073 2011-02-03  Julien Danjou  <julien@danjou.info>
1074
1075         * message.el (message-setup-1): Always generate References first.
1076         (message-mail): Return the return value of message-setup, not always t.
1077         (message-setup-1): Insert mail-header-separator with read-only and
1078         intangible properties set.
1079
1080         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1081         user-date in docstring.
1082
1083         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1084
1085         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1086         docstring.
1087
1088         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1089         defcustom, with type and group. Move from gnus-util.el. Rename to
1090         gnus-summary-user-date-format-alist.
1091
1092 2011-02-03  Glenn Morris  <rgm@gnu.org>
1093
1094         * nnimap.el (gnus-fetch-headers): Declare.
1095
1096         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1097
1098 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1099
1100         * message.el (message-forward-make-body-digest-plain)
1101         (message-followup, message-reply): Clean up things noted by Stefan.
1102
1103         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1104         gnus-article-update-date-headers is nil.
1105         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1106         it didn't really work with defcustom.
1107         (article-update-date-lapsed): Make sure the window start doesn't move,
1108         either.
1109
1110 2011-02-01  Julien Danjou  <julien@danjou.info>
1111
1112         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1113         format.
1114
1115         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1116         standard in Emacs nowadays.
1117
1118         * color.el (color-gradient): Add a color-gradient function.
1119
1120 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1121
1122         * message.el (message-expand-name): Don't trust the return value of
1123         bbdb-complete-name.
1124         (message-check-news-header-syntax): Remove unused var `start'.
1125         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1126         (message-inhibit-body-encoding): Move to before first use.
1127         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1128         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1129         (Organization, Message-ID, Date, mh-previous-window-config):
1130         Defvar the vars using dynamic scoping.
1131
1132 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1133
1134         * shr.el (shr-render-td): Only do colours at the final rendering.
1135         Should be slightly faster.
1136         (shr-insert-table): Fix up TD background colours when doing the
1137         vertical padding.
1138
1139         * gnus-art.el (article-date-ut): Protect against articles with no Date
1140         header.
1141         (article-update-date-lapsed): Don't use current-column to find the
1142         horizontal position.  It's fragile in the presence of \003 characters.
1143
1144         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1145
1146 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1147
1148         * gnus-art.el (article-transform-date): Rewrite to still work when
1149         there are several rfc2822 parts.
1150         (article-transform-date): Fix infinite recursion.
1151         (article-date-ut): Replace infinitely many Date headers with a single
1152         one when called interactively.
1153
1154         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1155         secure manner.
1156
1157         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1158         move around by not using save-window-excursion.  It seems to work...
1159
1160 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-art.el (article-make-date-line): Work for user-defined format.
1163
1164 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1165
1166         * nntp.el (nntp-retrieve-group-data-early)
1167         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1168         fetching functions.
1169
1170         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1171         thoroughly for all backends that have no known groups.  This should
1172         allow new nnml methods to retrieve mail.
1173
1174         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1175         that Gnus doesn't know exists again.
1176
1177         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1178         (gnus-treat-date-ut): Ditto.
1179         (gnus-article-update-date-header): Rename.
1180         (gnus-treat-date-local): Remove.
1181         (gnus-treat-date-english): Remove.
1182         (gnus-treat-date-lapsed): Remove.
1183         (gnus-treat-date-combined-lapsed): Remove.
1184         (gnus-treat-date-original): Remove.
1185         (gnus-treat-date-iso8601): Remove.
1186         (gnus-treat-date-user-defined): Remove.
1187         (gnus-article-date-headers): New variable to control all the date
1188         header options.
1189         (article-date-ut): Rewrite to allow using the new way to format date
1190         headers(s).
1191
1192 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1193
1194         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1195         method.
1196         (nnmail-article-group): A better test for fanciness.
1197
1198         * nnimap.el (nnimap-request-head): Protect against not finding the
1199         article by Message-ID.
1200
1201 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1204         keep point at the "same place".
1205
1206 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1209         data if the group is unactivated.
1210
1211 2011-01-28  Julien Danjou  <julien@danjou.info>
1212
1213         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1214         (gnus-all-windows-visible-p): Remove old compatibility code.
1215         (gnus-window-top-edge): Add docstring.
1216
1217         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1218
1219 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1220
1221         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1222         older request-update-info.
1223
1224         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1225
1226 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1227
1228         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1229         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1230
1231 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1232
1233         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1234         groups.  This makes the nndraft:queue group pop up if it's not already
1235         there.
1236
1237         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1238         messages" logic, which was reversed.
1239
1240         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1241         the "same place" even if point is on the line being replaced.
1242         (article-update-date-lapsed): Allow updating both the combined lapsed
1243         and the lapsed headers.
1244         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1245         (article-make-date-line): Limit the number of segments dynamically to
1246         avoid too-long lines.
1247
1248 2011-01-27  Julien Danjou  <julien@danjou.info>
1249
1250         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1251         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1252
1253 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1256         Use plist-get instead of the cl function getf.
1257
1258 2011-01-27  Glenn Morris  <rgm@gnu.org>
1259
1260         * gnus-util.el (float-time): Get rid of compiler warning, again.
1261
1262 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1263
1264         * shr.el (shr-put-color): Special-case background colours: Do put them
1265         at the blank parts at the front of the lines.
1266
1267         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1268         exit hook to nix out all data on readedness on group exit.
1269
1270         * gnus-util.el (float-time): If float-time is bound, always use it on
1271         all Emacsen.  It's unclear why the subrp check was there.
1272         (time-date): Require to make some autoload issues on XEmacs go away.
1273
1274         * shr.el (shr-put-color): Don't do the box padding in tables, since
1275         they're already padded.
1276
1277 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1278
1279         * gnus-art.el (gnus-article-next-page): When the last line of the
1280         article is displayed, scroll down once more instead of going to the
1281         next article at once.
1282         (article-lapsed-string): Refactor out and allow specifying how many
1283         segments you want.
1284         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1285         (gnus-article-update-lapsed-header): New variable.
1286
1287         * shr.el: Revert change that made headings use different-sized faces.
1288         The Emacs display engine isn't advanced enough that, for instance,
1289         tables can comfortably use differently-sized faces.
1290
1291 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1294         used.
1295         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1296         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1297         we're using an encrypted connection.
1298
1299         * proto-stream.el: Alter the interface functions to also return the
1300         actual stream type used: network or tls.
1301
1302 2011-01-25  Julien Danjou  <julien@danjou.info>
1303
1304         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1305         (mm-display-javascript-inline): New function.
1306
1307         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1308         viewing function.
1309
1310 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * shr.el (shr-expand-newlines): Fix variable name.
1313
1314 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1315
1316         * shr.el (shr-expand-newlines): Make nested boxes work.
1317
1318 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1319
1320         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1321         backgrounds.
1322         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1323         in a more sensible manner.
1324
1325 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1326
1327         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1328         if EPG is loaded.
1329
1330 2011-01-24  Julien Danjou  <julien@danjou.info>
1331
1332         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1333         tags.
1334
1335 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1336
1337         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1338         commands.
1339
1340         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1341         in the article buffer.
1342         (gnus-gravatar-insert): Use blank space from the current buffer to
1343         avoid breaking text properties.  This makes X-Sent updating work again.
1344
1345         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1346
1347 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1348
1349         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1350         fix the bug in url-http.el instead.
1351
1352         * shr.el (shr-image-fetched): Ditto.
1353
1354         * shr.el (shr-image-fetched): Avoid having point move in the article
1355         buffer.
1356
1357         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1358         buffer after being called.  It's apparently being killed by url.el, and
1359         killing it made point move to end-of-buffer in a random buffer.
1360
1361         * shr.el (shr-image-fetched): Ditto.
1362
1363 2011-01-23  Julien Danjou  <julien@danjou.info>
1364
1365         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1366
1367         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1368         text/x-org.
1369
1370 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1371
1372         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1373         (i.e., nnimap) returning nil as the article number.
1374
1375 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1376
1377         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1378         "DelSp" parameter in RFC3676.
1379
1380 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1381
1382         * message.el (message-check-recipients): Display the encoded version of
1383         the bogus address if they differ.
1384
1385         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1386         after sending.
1387
1388         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1389
1390         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1391
1392         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1393         group buffer after sending the queue.
1394
1395         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1396
1397 2011-01-22  Julien Danjou  <julien@danjou.info>
1398
1399         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1400
1401 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1402
1403         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1404         nested related parts.
1405
1406         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1407         unexpired articles.  This fixes the regression that led expiry marks to
1408         disappear from nnfolder groups.
1409
1410 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1411
1412         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1413         Don't confuse the "ret" of "retrograde" with RET.
1414
1415 2011-01-21  Julien Danjou  <julien@danjou.info>
1416
1417         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1418         than mm-insert-inline.
1419
1420 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1423         Widen article buffer.
1424
1425 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1426
1427         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1428         the temp buffer.
1429         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1430
1431 2011-01-20  Julien Danjou  <julien@danjou.info>
1432
1433         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1434
1435         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1436         than mm-insert-inline to insert inline part: this respect
1437         mm-inline-media-tests displayers.
1438
1439         * mm-view.el (mm-display-shell-script-inline): New function.
1440
1441         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1442
1443         * mm-uu.el (mm-uu-type-alist): Add org block.
1444         (mm-uu-org-src-code-block-extract): New function.
1445
1446         * mm-view.el (mm-display-org-inline): New function.
1447
1448         * mm-decode.el (mm-automatic-display): Add text/org.
1449
1450         * mailcap.el (mailcap-mime-extensions): Add .org.
1451
1452 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1455         gnus-article-add-buttons.
1456
1457 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1458
1459         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1460         From header with a date and "nobody" as the sender.
1461
1462 2011-01-19  Julien Danjou  <julien@danjou.info>
1463
1464         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1465         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1466         if you have the same regexp several times.
1467         (gnus-button-push): Fix matching when regexp is symbol.
1468
1469 2011-01-15  Glenn Morris  <rgm@gnu.org>
1470
1471         * message.el (message-mail): A compose-mail function should
1472         accept headers as strings.
1473
1474 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1475
1476         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1477         Add :vert-only tags.
1478         (message-mail): New arg RETURN-ACTION.
1479         (message-return-action): New var.
1480         (message-bury): Use it.
1481         (message-mode): Make it buffer-local.
1482         (message-send-and-exit): Always call message-bury.
1483
1484         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1485         message-mail.
1486
1487 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * nnimap.el (nnimap-convert-partial-article): Protect against
1490         zero-length body parts.
1491
1492         * mm-decode.el (mm-preferred-alternative-precedence):
1493         Discourage showing empty parts.
1494
1495         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1496         and stuff if the backend didn't return the article number.  This fixes
1497         an Exchange-related nnimap bug.
1498
1499         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1500         group window, because it does the wrong thing when a separate frame
1501         displays the group buffer.
1502
1503         * proto-stream.el (open-protocol-stream): Protect against the low-level
1504         transport functions returning nil.
1505
1506 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1507
1508         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1509         (mml2015-epg-find-usable-secret-key): New function.
1510         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1511         mml2015-epg-find-usable-key (Bug#7797).
1512         (mml2015-epg-encrypt): Ditto.
1513
1514 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * dgnushack.el (rot13-string): Fix the way to get the argument.
1517
1518 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1521
1522 2011-01-03  Glenn Morris  <rgm@gnu.org>
1523
1524         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1525
1526         * sieve.el (sieve-open-server): Give a more explicit error if
1527         sieve-manage-open returns nil.  (Bug#7720)
1528
1529 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1530
1531         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1532
1533 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1536         This avoids sending passwords in plain text over non-encrypted
1537         channels.
1538
1539         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1540
1541         * nnimap.el (nnimap-login): Refactored out into own function, and
1542         implement CRAM-MD5.
1543         (nnimap-wait-for-line): Refactored out.
1544
1545         * mm-view.el (mml-smime): Require.
1546
1547 2010-12-20  David Engster  <deng@eml.cc>
1548
1549         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1550         use EPG to decrypt S/MIME messages instead of openssl.
1551
1552 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1555
1556         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1557         status is the group clearly is unreachable.
1558
1559         * auth-source.el (auth-source-create): Add the optional second
1560         parameter to `local-variable-p' to be compatible with XEmacs.
1561
1562 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1563
1564         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1565         work when using a compressed nnml folder.
1566
1567 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1570         backends after sanitising on entry, because this never makes sense:
1571         If the articles have gone missing, then the data no longer exists on
1572         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1573         overwrite anything anyway.
1574
1575         * shr.el (shr-insert-document): Bind shr-width dynamically to
1576         window-width if it's nil.
1577
1578 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1579
1580         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1581         with the meaning of using the full emacs window width for rendering.
1582
1583 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1584
1585         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1586         case when sender is not given.
1587
1588 2010-12-23  Julien Danjou  <julien@danjou.info>
1589
1590         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1591         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1592         the addresses, otherwise we might misplaced the gravatar.
1593
1594 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1595
1596         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1597         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1598         obsolete in Emacs.
1599
1600 2010-12-20  Julien Danjou  <julien@danjou.info>
1601
1602         * gnus-util.el (gnus-rescale-image): Revert last change.
1603
1604 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1605
1606         * binhex.el: Improve commentary (Bug#7482).
1607
1608 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-group.el (gnus-group-delete-articles): New command.
1611
1612 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1613
1614         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1615
1616 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1619         here, since it's up to the backends to do CRLF removal if their
1620         protocol has it.
1621
1622         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1623
1624 2010-12-17  Julien Danjou  <julien@danjou.info>
1625
1626         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1627         they are from file. Can also scale up.
1628
1629 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1630
1631         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1632         gnus-use-agent.
1633         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1634
1635         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1636
1637 2010-12-17  Julien Danjou  <julien@danjou.info>
1638
1639         * gravatar.el (gravatar-retrieve-synchronously): New function.
1640         (gravatar-get-data): Make more robust.
1641
1642 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1645
1646 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1649         to really consider the last line.
1650
1651 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1652
1653         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1654         list of recipient keys, or use symmetric encryption if not a list.
1655         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1656         EPA override, replacing the call to `netrc-store-data'.
1657
1658 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1659
1660         * gnus-srvr.el: Avoid passing nil regexp argument to
1661         delete-matching-lines.
1662
1663 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1666         fetching stops when Gnus exits.
1667
1668         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1669         function.
1670         (nnfolder-request-expire-articles): Save all the buffers after doing
1671         expiry.
1672
1673         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1674         the last article", since that led to serious performance regressions
1675         when expiring nnml groups.
1676
1677 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1678
1679         * nnir.el: Improve customizations.
1680
1681 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1684
1685         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1686         group has been killed.
1687         (gnus-group-yank-group): Ditto.
1688
1689         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1690
1691         * nnimap.el (nnimap-request-update-group-status): New function.
1692
1693         * gnus-int.el (gnus-request-update-group-status): New interface
1694         function.
1695
1696         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1697         copying read-ness to the backends.
1698
1699         * nnimap.el (nnimap-quirk): New function.
1700         (nnimap-retrieve-group-data-early): Use it.
1701         (nnimap-quirks): New alist.
1702
1703 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1706         don't delete it within indentation.
1707
1708 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1711         previous line.
1712
1713 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1716         QRESYNC command by deleting a superfluous space which broke Cyrus
1717         servers.  This change will break other servers that are buggy the other
1718         way around.
1719
1720 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * spam.el: Reindent and fix long lines.
1723         (spam-copy-or-move-routine): Exclude invalid move destinations.
1724
1725 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1726
1727         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1728         installed the registry.
1729
1730 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1733
1734 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1735
1736         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1737         groupname doesn't contain "gmane".
1738
1739 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1742         and netrc-bound-and-true-p bindings.
1743         (netrc-parse): Cache the netrc contents.
1744
1745         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1746         (gnus-1): Don't create the nndrafts group twice.
1747         (gnus-setup-news): There's no need to read the active file here, since
1748         that's done again later on a per-backend basis.
1749         (gnus-start-draft-setup): Make sure that the new group is started out
1750         empty.
1751
1752         * gnus-agent.el (gnus-agentize): Don't create the queue group
1753         automatically on startup.  It'll be created later, if needed.
1754
1755         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1756         of automatically subscribed groups.
1757         (gnus-auto-subscribed-categories): New variable.
1758         (gnus-matches-options-n): Use it.
1759         (gnus-default-subscribed-newsgroups): Remove unused variable.
1760         (gnus-start-draft-setup): Message a bit less.
1761
1762 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1763
1764         * nnir.el (nnir-run-imap): Return article list in order of increasing
1765         UID.
1766
1767 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-sum.el (gnus-summary-enter-digest-group):
1770         Mention gnus-auto-select-on-ephemeral-exit.
1771
1772         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1773         convention of the network-only option.
1774
1775 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * proto-stream.el (proto-stream-open-network-only): New function to
1778         have a way to specify non-STARTTLS upgrade connections.
1779
1780 2010-12-10  Julien Danjou  <julien@danjou.info>
1781
1782         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1783         email address is nil.
1784
1785         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1786
1787 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1788
1789         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1790         deletion.
1791         (nnir-run-imap): Only need to parse list once.
1792
1793 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * shr.el (shr-tag-script): Ignore <script>.
1796         (shr-tag-label): Add <label> support.
1797
1798 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1801
1802         * shr.el (shr-image-displayer): Work for images lined side by side.
1803
1804 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1805
1806         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1807         parameter, since XEmacs doesn't accept t as a parameter.
1808
1809 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1810
1811         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1812         ids.
1813         (nnir-run-gmane): Simplify groupspec formatting.
1814         (nnir-request-expire-articles): New function.
1815
1816 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1819         overflow, possibly.
1820
1821         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1822         (shr-render-td): Handle td style="" better.
1823         (shr-tag-table): Use the color from the style sheet.
1824         (shr-render-td): Make sure we copy over all the overlays, too.
1825
1826 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1827
1828         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1829         (nnir-request-article): Improve article retrieval.
1830
1831 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * mm-util.el (mm-extra-numeric-entities): New variable.
1834
1835         * mm-url.el (mm-url-decode-entities):
1836         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1837
1838         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1839
1840 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1841
1842         * message.el: Use completion-at-point.
1843         (message-completion-function): New fun, extracted from message-tab.
1844         (message-mode): Use it for completion-at-point-functions.
1845         (message-tab): Use it and completion-at-point.
1846
1847 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1850         character if a non-breakable character follows.
1851
1852 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1855         any stream.
1856
1857         * shr.el (shr-tag-font): Colorize the region.
1858         (shr-tag-body): Ditto.
1859         (shr-tag-font): Actually let the styles be inherited instead of
1860         overwriting them.
1861         (shr-tag-font): Get the background color right.
1862         (shr-tag-style): Ignore all <style> tags for the moment.
1863
1864         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1865         a Message-ID to avoid having nnimap depend on gnus-sum.
1866
1867         * shr.el (shr-descend): Only colorize something if we have a node that
1868         sets colors.
1869
1870 2010-12-06  Julien Danjou  <julien@danjou.info>
1871
1872         * shr.el (shr-render-td): Render td content with shr-descend, so style
1873         will be applied to <td> too.
1874         (shr-colorize-region): Colorize region even if we only have a background.
1875         (shr-tag-body): Fix color and background color inheritance.
1876         Do not recolorize after shr-generic.
1877         (shr-tag-font): Let shr-generic colorize via inheritance.
1878
1879 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1882
1883 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1884
1885         * nnir.el (nnir-request-move-article): Remove obsolete code.
1886
1887 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1890
1891 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * gnus-sum.el (gnus-summary-respool-article): The completion function
1894         expects a list instead of an alist.
1895
1896         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1897         string as the parameter.
1898
1899         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1900
1901         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1902         styles.
1903         (shr-colorize-region): New function.
1904         (shr-insert-background-overlay): Remove.
1905         (shr-render-td): Background setting should be taken care of on a higher
1906         level.
1907         (shr-tag-body): Use post-hoc colorizations.
1908         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1909         (shr-put-color-1): Don't overwrite old colors.
1910         (shr-colorize-region): When the background color isn't explicit, use
1911         a fixed background.
1912
1913         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1914         nnmail variables.
1915
1916 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1917
1918         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1919         unless necessary.
1920
1921 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1922
1923         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1924         server.
1925
1926 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1929         so that TAB works.
1930
1931         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1932         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1933
1934         * shr.el (shr-urlify): Show the URL before the title to avoid
1935         misleading URLs.
1936
1937 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1938
1939         * shr.el (shr-urlify): Display the title in <a> tags.
1940
1941 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1942
1943         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1944
1945 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1946
1947         * nnir.el: Rearrange code to allow macros to be autoloaded by
1948         gnus-sum.el.
1949         (nnir-retrieve-headers-override-function): Make this variable
1950         customizable.
1951         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1952
1953         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1954         from nnir.el.
1955
1956 2010-12-03  Julien Danjou  <julien@danjou.info>
1957
1958         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1959
1960 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1963         allow optional argument `environment'.
1964
1965 2010-12-03  Glenn Morris  <rgm@gnu.org>
1966
1967         * mm-extern.el (message-goto-body): Update declaration.
1968
1969 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-util.el (gnus-macroexpand-all): New function.
1972
1973         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1974         instead of macroexpand-all that is unavailable in XEmacs.
1975
1976 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1977
1978         * nnir.el (nnir-summary-line-format): New variable.
1979         (nnir-mode): Use it.
1980         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1981         (nnir-article-ids): Reimplement as defsubst.
1982         (nnir-retrieve-headers): Don't mangle the subject header.
1983         (nnir-run-imap): Use 100 as RSV score.
1984         (nnir-run-find-grep): Fix for full server searching.
1985         (nnir-run-gmane): Better restriction to gmane groups.
1986
1987         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1988         summary buffers.
1989
1990 2010-12-02  Julien Danjou  <julien@danjou.info>
1991
1992         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1993
1994         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1995
1996         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1997         support.
1998
1999 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2000
2001         * nnir.el: Update to handle the registry better.
2002         (autoload): Silence byte-compiler.
2003         (nnir-open-server): Add a hook for nnir groups.
2004         (nnir-request-move-article): Don't mangle the header. Better to use
2005         formating variables (which will be added in the future).
2006         (nnir-registry-action): Update the registry using the original article
2007         group name.
2008         (nnir-mode): Install nnir-specific hooks for updating the registry.
2009
2010         * gnus-sum.el
2011         (gnus-article-original-subject,gnus-newsgroup-original-name):
2012         Remove obsolete variables.
2013         (gnus-summary-move-article): Remove use of obsolete variables.
2014         (gnus-summary-local-variables): Make move and delete hooks local to
2015         summary buffers.
2016
2017 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * rtree.el: New file.
2020
2021 2010-12-01  Julien Danjou  <julien@danjou.info>
2022
2023         * message.el (message-user-organization): Do not use
2024         gnus-local-organization.
2025
2026         * gnus.el: Remove gnus-local-organization.
2027
2028         * gnus-msg.el: Remove nastygram thing.
2029
2030 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2031
2032         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2033         funcall.
2034
2035 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2038         names.
2039
2040         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2041         characters.
2042
2043         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2044         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2045         Suggested by Štěpán Němec <stepnem@gmail.com>.
2046         (gnus-gravatar-transform-address): Use mail-extract-address-components
2047         that supports non-ASCII names rather than mail-header-parse-addresses.
2048
2049 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * proto-stream.el (open-protocol-stream): All starttls connections are
2052         handled by the network handler.
2053
2054 2010-11-30  Julien Danjou  <julien@danjou.info>
2055
2056         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2057         (nnimap-open-connection-1): Fix PREAUTH.
2058
2059         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2060
2061 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2064         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2065         (shr-insert): Use them.
2066         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2067
2068 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2069
2070         * nnir.el (nnir-request-move-article): Bail out if original group
2071         doesn't support article moves.
2072         (nnir-get-active): Improve active list retrieval.
2073
2074 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2077
2078 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2079
2080         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2081         seem to accept strings-with-numbers as port numbers,
2082
2083 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2084
2085         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2086         change the registry.
2087
2088 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2091         delete-dups that is not available in XEmacs 21.4.
2092
2093         * mm-util.el (mm-delete-duplicates): Add comment.
2094
2095 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2096
2097         * nnir.el (nnir-ignored-newsgroups): New variable.
2098         (nnir-get-active): Use it.
2099
2100 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * proto-stream.el (proto-stream-open-network): Add some comments.
2103
2104         * nntp.el (nntp-open-connection): Provide a :success condition.
2105
2106         * nnimap.el (nnimap-open-connection-1): Ditto.
2107
2108         * proto-stream.el (proto-stream-open-network): See what the response to
2109         the STARTTLS command is.
2110
2111         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2112         backwards compatibility).
2113         (nnimap-open-connection-1): Really respect nnimap-server-port.
2114
2115         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2116         TLS upgrades we don't really care about the identity of the peer.
2117         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2118         that what we've checked for.
2119         (proto-stream-always-use-starttls): Only default to t if
2120         open-gnutls-stream exists.
2121         (proto-stream-open-network): If STARTTLS failed, then just open a
2122         normal connection.
2123         (proto-stream-open-network): Wait until the greeting before doing
2124         STARTTLS.
2125
2126         * nntp.el (nntp-open-connection): Report what the connection error is.
2127
2128         * proto-stream.el (open-protocol-stream): Rename from
2129         open-proto-stream.
2130
2131 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * nnimap.el (nnimap-stream): Change default to `undecided'.
2134         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2135         first, and then network.
2136         (nnimap-open-connection-1): Respect nnimap-server-port.
2137         (nnimap-open-connection): Be more backwards-compatible.
2138
2139         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2140         (proto-stream-open-starttls): De-duplicate the starttls code.
2141         (proto-stream-open-starttls): Folded back into the main function.
2142         (proto-stream-open-network): Fix typo in the gnutls path.
2143         (proto-stream-command): Refactor out.
2144
2145         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2146
2147         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2148         starttls.el STARTTLS.
2149
2150         * color.el (color-lab->srgb): Fix function call name.
2151
2152         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2153         if we're using tls.el.
2154         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2155         built in, then don't try to establish a STARTTLS connection.
2156
2157         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2158         servers.
2159
2160         * proto-stream.el (open-proto-stream): Use network, not stream.
2161         (open-proto-stream): Add a way to specify what the end of a command is.
2162
2163         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2164         connections types.
2165         (nntp-open-network-stream): Remove.
2166         (nntp-open-ssl-stream): Remove.
2167         (nntp-open-tls-stream): Remove.
2168         (nntp-ssl-program): Remove.
2169
2170         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2171
2172 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2173
2174         * nnir.el: Fix typos.
2175         (nnir-retrieve-headers-override-function): Rename variable to reflect
2176         new semantics.
2177         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2178         macros.
2179         (nnir-request-article, nnir-request-move-article): Use them.
2180         (nnir-categorize): New function.
2181         (nnir-run-query): Use it.
2182         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2183         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2184         sorted.
2185         (nnir-group-full-name): Use gnus-group-full-name instead.
2186         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2187         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2188
2189 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2192
2193         * proto-stream.el: New library to provide protocol-specific
2194         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2195         protocols.
2196         (open-proto-stream): Complete the documentation.
2197         (proto-stream-open-network): Fix some typos.
2198
2199         * nnimap.el (nnimap-open-connection): Use it.
2200
2201 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2202
2203         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2204         negotiation.
2205
2206 2010-11-26  Julien Danjou  <julien@danjou.info>
2207
2208         * color.el: Rename various rgb functions to srgb.
2209
2210 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2213         names.
2214
2215 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * shr.el (shr-insert): Revert last change.
2218         (shr-find-fill-point): Never leave point being at bol;
2219         relax the kinsoku limitation when rendering tables.
2220
2221 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2224         results from -accept-article.
2225
2226         * shr-color.el: Require cl when compiling.
2227
2228         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2229         checkin.
2230
2231         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2232
2233         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2234
2235         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2236         'add and 'delete to set backend marks.
2237
2238         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2239
2240         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2241
2242         * nntp.el (nntp-request-set-mark): Use it.
2243
2244         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2245
2246         * nnml.el (nnml-request-set-mark): Ditto.
2247
2248         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2249         introduces regressions in article selection.
2250         (nnimap-find-uid-response): New function.
2251         (nnimap-request-accept-article): Use the UID returned, if any.
2252         (nnimap-request-move-article): Use the UID returned, if any.
2253         (nnimap-get-groups): Reimplement to work with folded lines.
2254         (nnimap-find-uid-response): The UID is the last element in the list.
2255         (nnimap-request-set-mark): Extend syntax with 'set.
2256
2257         * nnml.el (nnml-request-set-mark): Ditto.
2258
2259         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2260
2261         * nntp.el (nntp-request-set-mark): Ditto.
2262
2263 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * message.el (message-called-interactively-p): A temporary macro.
2266         (message-goto-body): Use it temporarily.
2267
2268 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2271         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2272         (nnimap-last-response-string): Fix last unfolding fix.
2273
2274 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * shr.el (shr-insert): Fix the way to fold lines.
2277
2278 2010-11-25  Julien Danjou  <julien@danjou.info>
2279
2280         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2281
2282         * color.el: Rename from color-lab.el
2283         (color-rgb->hex): Add.
2284         (color-complement): Add.
2285         (color-complement-hex): Add.
2286
2287         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2288
2289 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2292         don't exist.
2293
2294 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2297         assuming that article displaying or another mml-preview may be
2298         interrupted for an error or for the like.
2299
2300         * shr.el (shr-get-background): Fix argument name.
2301
2302 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2305
2306         * gnus-sum.el (gnus-summary-include-articles): New function.
2307
2308         * message.el (message-goto-body): called-interactively-p needs a
2309         parameter, so use `any'.
2310
2311         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2312         clear marks before moving, since they're synced from the Gnus side
2313         first.
2314
2315         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2316         (gnus-summary-move-article): Copy over all marks before moving, so that
2317         IMAP doesn't think a new article has arrived.
2318
2319 2010-11-24  Julien Danjou  <julien@danjou.info>
2320
2321         * shr.el (shr-insert-background-overlay): Fix typo.
2322         (shr-render-td): Copy the background before rendering.
2323
2324         * shr-color.el (shr-color-visible): Fix docstring.
2325
2326         * shr.el (shr-tag-table): Add bgcolor support.
2327         (shr-render-td): Add bgcolor support.
2328         (shr-get-background): Add.
2329         (shr-insert-foreground-overlay): Use shr-get-background.
2330
2331         * message.el (message-goto-body): Use called-interactively-p.
2332         (message-in-body-p): message-goto-body returns point.
2333
2334 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2337         Fixes something or other in Emacs 23, and is backwards compatible.
2338
2339         * message.el (message-goto-body): Remove the <#secure special-casing,
2340         which is too special.
2341
2342         * shr.el (shr-parse-style): Drop !important from styles.
2343
2344 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2345
2346         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2347         this function to return incorrect results when calling it with an
2348         explicit article argument different from
2349         (gnus-summary-article-number).
2350
2351 2010-11-24  Julien Danjou  <julien@danjou.info>
2352
2353         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2354         (shr-tag-body): Add background support.
2355         (shr-descend): Add background support.
2356         (shr-tag-title): Add.
2357
2358         * shr-color.el (shr-color-visible): Really return original background
2359         if fixed.
2360
2361 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * shr.el (shr-color-check): Protect against non-existent colour names.
2364
2365 2010-11-24  Julien Danjou  <julien@danjou.info>
2366
2367         * color-lab.el: Require 'cl when compiling.
2368
2369         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2370
2371         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2372         matched part.
2373
2374         * color-lab.el: Fix all expt calls to use float type.
2375
2376 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2379         expression to shr-color-check as is.
2380
2381         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2382
2383         * color-lab.el: Add coding cookie.
2384         (float-pi): Use eval-and-compile.
2385
2386         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2387         compiled for Emacsen having no `libxml-parse-html-region' support.
2388
2389 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * shr.el (shr-insert-color-overlay): Split stuff like
2392         "#444444 !important" to find the real colour.
2393         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2394         parse <font color="red"> entries.
2395
2396 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2397
2398         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2399         point when parsing headers.
2400
2401         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2402         is positioned properly when parsing headers.
2403
2404 2010-11-23  Julien Danjou  <julien@danjou.info>
2405
2406         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2407
2408         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2409
2410         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2411
2412         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2413         Use shr-color-hue-to-rgb.
2414         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2415
2416 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * shr.el (shr-color->hexadecimal): Autoload.
2419         (shr-descend): Add color to all tags.
2420
2421 2010-11-22  Julien Danjou  <julien@danjou.info>
2422
2423         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2424         shr-color->hexadecimal.
2425
2426         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2427         RGB() or HSL() color representation.
2428
2429         * shr.el (shr-tag-font): Add.
2430         (shr-tag-color-check): New function to get better colors.
2431         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2432         tag-span.
2433
2434         * shr-color.el: New file.
2435
2436         * color-lab.el: New file.
2437
2438         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2439
2440 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2441
2442         * nnir.el: Fix typo in comments.
2443         (nnir-run-imap): Simplify code. No need to reverse artlist.
2444         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2445
2446 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2449
2450         * nnimap.el (nnimap-get-capabilities): Refactor out.
2451         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2452
2453 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2454
2455         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2456         appearing when `mm-uu-hide-markers' is nil.
2457
2458 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * nnimap.el (nnimap-unselect-group): Make into its own function.
2461         (nnimap-request-rename-group): Unselect group before renaming.
2462         This had gotten lost somewhere.
2463         (nnimap-request-accept-article): Keep track of examined groups, and
2464         unselect the group before APPENDing to read-only groups.
2465         (nnimap-request-move-article): Clear flags before moving so that they
2466         can be re-set later.
2467
2468 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2471         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2472
2473 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * gnus-art.el (gnus-mime-display-single)
2476         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2477         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2478         parameter.
2479
2480 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2483         (shr-table-vertical-line): New variable.
2484         (shr-insert-table): Use it.
2485
2486 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-html.el (gnus-html-wash-images): Don't display images if
2489         gnus-inhibit-images is non-nil; register displayer for cid images.
2490         (gnus-html-display-image): Work for cid image.
2491         (gnus-html-insert-image): Allow arguments.
2492         (gnus-html-put-image): Inhibit read-only.
2493         (gnus-html-prefetch-images): Don't prefetch images if
2494         gnus-inhibit-images is non-nil.
2495
2496 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * shr.el (shr-put-image): Break lines when inserting big pictures.
2499
2500 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2501
2502         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2503         sender, thanks Katsumi Yamaoka.
2504
2505 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2506
2507         * nnir.el (nnir-run-imap): Reverse the article list for each group
2508         rather than the whole list.
2509
2510 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * shr.el (shr-image-displayer): Protect function against non-existent
2513         image source.
2514
2515         * gnus-art.el (gnus-inhibit-images): New user option.
2516         (gnus-mime-display-single): Don't display image if it is non-nil.
2517
2518         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2519         gnus-inhibit-images.
2520
2521         * shr.el (shr-image-displayer): New function.
2522         (shr-tag-img): Use it.
2523
2524 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2525
2526         * mml2015.el (mml2015-epg-sign): Use From header.
2527
2528 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2531
2532         * gnus-util.el (gnus-find-text-property-region): Return markers.
2533
2534         * shr.el (shr-tag-img): Put a displayer in the text property.
2535
2536         * gnus-util.el (gnus-find-text-property-region): New utility function.
2537
2538         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2539         (gnus-html-show-images): Remove.
2540
2541         * gnus-art.el (gnus-article-show-images): New, more general function.
2542
2543         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2544         image url text properties.
2545
2546         * shr.el: Ditto.
2547
2548         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2549         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2550
2551 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2554         work for two or more articles.
2555
2556 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2559         divide an image that's in an html article to two or more when washing
2560         non-ASCII characters in alt text of it.
2561
2562 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2565         smime-decrypt-region using function argument.
2566         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2567
2568         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2569
2570         * smime.el (smime-decrypt-region): Catch it.
2571
2572 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2573
2574         * smime.el (smime-mode-map): Move initialization into declaration.
2575         (gnus-run-mode-hooks): Don't autoload.
2576         (smime-mode): Use define-derived-mode.
2577
2578 2010-11-11  Glenn Morris  <rgm@gnu.org>
2579
2580         * smime.el (from): Restrict declaration to XEmacs.
2581
2582         * nnir.el (gnus-group-topic-name): Autoload.
2583
2584 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * shr.el (shr-insert): Don't break long line if it is because of
2587         kinsoku-bol characters in the line end.
2588
2589 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2590
2591         * nnir.el (nnir-request-move-article): Fix to provide original group
2592         and subject.
2593         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2594         been retrieved.
2595
2596         * gnus-sum.el (gnus-summary-move-article): Use original group and
2597         subject for virtual articles such as those in an nnir summary buffer.
2598
2599 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2602         least 21.5).
2603
2604         * smime.el (from): Declare it again for XEmacs.
2605
2606 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * message.el (message-resend): Don't disable encoding unless it's
2609         already encoded.
2610
2611         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2612         low-numbered articles.
2613
2614 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * rfc2047.el (rfc2047-syntax-table): Simplify.
2617
2618         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2619
2620         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2621         set-char-table-range for XEmacs.
2622
2623 2010-11-10  Glenn Morris  <rgm@gnu.org>
2624
2625         * time-date.el (time-to-seconds): Always an alias on Emacs,
2626         never a real function.
2627         (with-no-warnings): Remove compat stub, now unused.
2628         (time-less-p): Doc fix.
2629         (time-to-number-of-days): Simplify.
2630
2631         * smime.el (from): Remove unused declaration.
2632
2633         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2634         (gnus-float-time): On Emacs, always an alias.
2635
2636         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2637         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2638
2639 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * dgnushack.el: Don't use ignore-errors in the top level form since it
2642         is unavailable in XEmacs even if cl is loaded.
2643
2644         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2645
2646 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * shr.el (browse-url-mailto): Autoload.
2649
2650         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2651
2652         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2653         regexp doesn't need quoting.
2654
2655 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2656
2657         * message.el (message-subject-trailing-was-ask-regexp)
2658         (message-subject-trailing-was-regexp): Match was: in addition to was.
2659
2660 2010-11-09  Glenn Morris  <rgm@gnu.org>
2661
2662         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2663         (nnbabyl-check-mbox): Use point-at-bol.
2664
2665 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2668
2669         * message.el (message-mailto): New function.
2670         (message-mailto): Should accept other parameters.
2671         (message-mailto): Remove since it duplicates browse-url-mailto
2672         functionality.
2673
2674 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2677         methods.
2678         (gnus-read-active-file): Ditto.
2679
2680         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2681         ": " from the prompt.
2682         (gnus-group-make-group): Ditto.
2683
2684 2010-11-07  Glenn Morris  <rgm@gnu.org>
2685
2686         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2687         (gnus-bookmark-kill-line): Use point-at-eol.
2688
2689 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2692         asterisks in From header.
2693
2694 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2697         string to avoid making the From headers syntactically invalid.
2698
2699         * message.el (message-send-mail): Don't insert courtesy messages if the
2700         message already has List-Post and List-ID messages.
2701
2702 2010-11-06  Glenn Morris  <rgm@gnu.org>
2703
2704         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2705         `condition', `type', `length' a prefix.
2706         (gnus-treat-predicate): Update for above name changes.
2707
2708 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2709
2710         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2711         binding.  Handled by `gnus-summary-refer-thread' instead.
2712         (nnir-warp-to-article): New backend function.
2713
2714         * nnimap.el (nnimap-request-thread): Force dependency updating.
2715
2716         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2717         (gnus-summary-refer-thread): Rework to improve thread-referral.
2718
2719         * gnus-int.el (gnus-warp-to-article): New function.
2720
2721         * gnus-sum.el (gnus-summary-article-map): Bind it.
2722
2723 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2724
2725         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2726         gnus-summary-refer-thread.
2727
2728         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2729         headers.
2730         (gnus-summary-limit-include-thread): Prevent articles in thread from
2731         being cut in gnus-cut-threads.
2732         (gnus-summary-refer-thread): Limit retrieved headers to those in
2733         thread.
2734
2735 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * message.el (message-send-mail): Use the value of
2738         message-courtesy-message from the message buffer.
2739
2740         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2741
2742         * shr.el (shr-browse-url): Implement mailto: URLs.
2743
2744         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2745         "raw".
2746
2747         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2748         if it's already selected.
2749
2750         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2751
2752 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2755         to measure the length and truncate alt text.
2756
2757 2010-11-03  Glenn Morris  <rgm@gnu.org>
2758
2759         * nndiary.el (nndiary-generate-nov-databases-1)
2760         (nndiary-generate-active-info): Rename dynamic variable `files' to
2761         something less generic.
2762
2763 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2764
2765         * nnir.el (nnir-request-move-article): Call the underlying backend to
2766         move articles from nnir.
2767
2768 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2771
2772 2010-11-02  Julien Danjou  <julien@danjou.info>
2773
2774         * nnir.el: Remove wais support.
2775
2776 2010-11-02  Glenn Morris  <rgm@gnu.org>
2777
2778         * gnus-html.el: Reorder requirements to quieten compiler.
2779
2780 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2783         properly for XEmacs as well.
2784         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2785         (gnus-article-natural-long-line-p): Use window-width rather than
2786         frame-width.
2787
2788 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2789
2790         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2791         (nnir-read-parms): Don't modify query.
2792         (nnir-run-query): Add ability to search topic on current line.
2793         (nnir-get-active): Clean up.
2794
2795 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2798         degenerate articles.
2799
2800         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2801         (gnus-print-buffer): Just print the buffer as is, without any copying
2802         to a buffer and then re-highlighting.
2803
2804         * nnimap.el (nnimap-request-group): Store the new updated info.
2805         (nnimap-request-group): Select the group when we don't know whether it
2806         exists or not.
2807
2808         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2809         groups.
2810
2811         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2812         groups.
2813
2814         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2815         groups.
2816
2817         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2818         long-lines case by only filling the long lines.
2819
2820         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2821         (bug #7311).
2822
2823 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * shr.el: No need to declare `declare-function' since shr.el is for
2826         only Emacsen that provide `libxml-parse-html-region'.
2827
2828         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2829         effective only in a file it is referred to.
2830
2831 2010-11-01  Glenn Morris  <rgm@gnu.org>
2832
2833         * mm-util.el (gnus-completing-read): Autoload.
2834         (mm-read-coding-system): Simplify Emacs definition.
2835
2836         * nnmail.el (gnus-activate-group):
2837         * nnimap.el (gnutls-negotiate):
2838         * nntp.el (netrc-parse): Fix declarations.
2839
2840 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2843         string-match-p in Emacs >=23.
2844
2845         * gnus-msg.el (gnus-configure-posting-styles)
2846         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2847
2848 2010-11-01  Glenn Morris  <rgm@gnu.org>
2849
2850         * nnir.el (declare-function): Add compat stub.
2851         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2852         (nnir-run-gmane): Require 'mm-url.
2853
2854         * mm-util.el (mm-string-to-multibyte): Simplify.
2855
2856         * shr.el (declare-function): Add compat stub.
2857         (url-cache-create-filename): Declare.
2858         (mm-disable-multibyte, widget-convert-button): Autoload.
2859
2860         * smime.el (ldap-search): Declare.
2861         (smime-cert-by-ldap-1): Require ldap on Emacs.
2862
2863         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2864         (nnimap-keepalive): Use gnus-float-time.
2865
2866         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2867         (mail-source-delete-crash-box): Use gnus-float-time.
2868
2869         * gnus-dired.el (gnus-completing-read): Autoload.
2870
2871         * mm-view.el (gnus-rescale-image): Autoload.
2872
2873         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2874
2875         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2876
2877         * sieve-manage.el: Require 'cl when compiling.
2878
2879         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2880         (gnus-iswitchb-completing-read): Require iswitchb.
2881         (gnus-select-frame-set-input-focus): Silence compiler.
2882
2883 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * message.el (message-subject-trailing-was-query): Change default to t,
2886         since I think that's what most people want.
2887
2888         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2889         appending for easier debugging.
2890         (nnimap-wait-for-connection): Take a regexp.
2891         (nnimap-request-accept-article): Wait for the continuation line before
2892         sending anything unless we're streaming.
2893
2894         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2895         leave the header washing to take place.
2896
2897 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2898
2899         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2900         regular expression match and replace in posting styles.
2901
2902 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2903
2904         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2905         an entire server.
2906         (nnir-get-active): New function.
2907         (nnir-run-imap): Use it.
2908         (nnir-run-gmane): Who knew, gmane search returns an article score!
2909
2910         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2911         server on the current line with nnir.
2912
2913 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2916         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2917         left edge.
2918         (gnus-article-foldable-buffer): Skip past the prefix when determining
2919         raggedness.
2920
2921         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2922         the raw article, and change `C-u g' to show the article without doing
2923         treatments.
2924
2925         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2926         on to `gnus-treat-article'.
2927         (gnus-inhibit-article-treatments): New variable.
2928
2929         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2930
2931         * gnus-art.el (gnus-treatment-function-alist): Have
2932         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2933         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2934         sections.
2935
2936         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2937         parameter.
2938         (gnus-article-fill-cited-long-lines): New function.
2939         (gnus-article-fill-cited-article): Allow filling only long sections.
2940
2941         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2942         and non-punctuation (like after the apostrophe in "'We").
2943
2944         * gnus-sum.el (gnus-summary-select-article): Make sure
2945         gnus-original-article-buffer is alive.
2946
2947         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2948         reflect the order they're in in the digest.
2949
2950         * gnus.el (gnus-group-startup-message): Move point to the start of the
2951         buffer.
2952
2953         * nnimap.el (nnimap-capability): New function.
2954         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2955         is set.
2956
2957 2010-10-31  David Engster  <dengste@eml.cc>
2958
2959         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2960         conform with changes to gnus-completing-read.
2961
2962 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2965
2966 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2967
2968         * nnir.el: Move defvar, defcustom around to keep file organized
2969         and keep byte-compiler quiet.
2970         (nnir-read-parms): Accept search-engine as arg.
2971         (nnir-run-query): Pass search-engine as arg.
2972         (nnir-search-engine): Remove.
2973
2974 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * shr.el (shr-generic): The text nodes should be text, not :text.
2977
2978         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2979         later in the file.
2980
2981 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2982
2983         * nnir.el: General clean up.  Allow searching with multiple engines.
2984         Allow separate extra-parameters for each engine.
2985         Batch queries when possible.
2986         (nnir-imap-default-search-key,nnir-method-default-engines):
2987         Add customize interface.
2988         (nnir-run-gmane): New engine.
2989         (nnir-engines): Use it.  Qualify all prompts with engine name.
2990         (nnir-search-engine): Remove global variable.
2991         (nnir-run-hyrex): Restore for now.
2992         (nnir-extra-parms,nnir-search-history): New variables.
2993         (gnus-group-make-nnir-group): Use them.
2994         (nnir-group-server): Remove in favor of gnus-group-server.
2995         (nnir-request-group): Avoid searching twice.
2996         (nnir-sort-groups-by-server): New function.
2997
2998 2010-10-30  Julien Danjou  <julien@danjou.info>
2999
3000         * gnus-group.el: Remove gnus-group-fetch-control.
3001
3002         * gnus-start.el (gnus-find-new-newsgroups):
3003         Remove gnus-check-first-time-used.
3004
3005         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3006
3007 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3008
3009         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3010         set on groups that don't have \* permanentflags.
3011
3012 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3015         control the background color.
3016         (shr-tag-img): Ignore very small web bug type images.
3017         (shr-put-image): Add help-echo alt texts to the images.
3018         (shr-tag-video): Show the video poster image.
3019
3020 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * shr.el (shr-table-depth): New variable.
3023         (shr-tag-table-1): Only insert the images after the top-level table.
3024
3025         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3026
3027         * gnus-util.el (gnus-list-memq-of-list): New function.
3028
3029         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3030         selected.
3031         (nnimap-unsplittable-articles): New slot.
3032         (nnimap-new-articles): Use it.
3033
3034 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3035
3036         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3037         move to the previous line on `M-g'.
3038
3039 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3042         *-request-group, which seems unnecessary.
3043
3044         * nnimap.el (nnimap-quote-specials): Function copied over from
3045         imap.el.
3046         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3047         they support that.  Suggested by Tom Regner.
3048
3049 2010-10-29  Julien Danjou  <julien@danjou.info>
3050
3051         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3052         defalias.
3053         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3054
3055         * gnus.el: Remove `gnus-nntp-service' variable.
3056         (gnus-secondary-servers): Make obsolete.
3057         (gnus-nntp-server): Make obsolete.
3058
3059         * gnus-start.el (gnus-1): Remove x-splash calls.
3060
3061         * gnus-ems.el (gnus-x-splash): Remove.
3062
3063         * gnus.el (gnus-group-startup-message): Simplify/update code.
3064
3065         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3066         definition.
3067
3068         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3069         capability before doing anything.
3070         (gnus-group-insert-group-line): Remove useless
3071         gnus-group-remove-excess-properties.
3072
3073 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3076
3077 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3080         config after reselecting.
3081
3082 2010-10-28  Julien Danjou  <julien@danjou.info>
3083
3084         * shr.el (shr-put-image): Use point even if only inserting text.
3085         (shr-put-image): Save excursion when inserting alt text on non-graphic
3086         display, so the behaviour is the same when we are on a graphic display.
3087
3088         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3089
3090 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3093         (gnus-mime-copy-part): Check coding system, not charset.
3094         (gnus-mime-view-part-externally): Never remove part.
3095         (gnus-mime-view-part-internally): Don't remove part here.
3096         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3097         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3098         multipart/alternative.
3099
3100         * mm-decode.el (mm-display-part): Take optional arg `force'.
3101
3102 2010-10-26  Julien Danjou  <julien@danjou.info>
3103
3104         * gnus-group.el (gnus-group-default-list-level): Add this function to
3105         compute the default list level.
3106         (gnus-group-default-list-level): Add possibility to use a function.
3107
3108 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3111
3112         * gnus-group.el (gnus-group-completing-read)
3113         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3114         gnus-replace-in-string.
3115
3116 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * shr.el (shr-tag-div): Add.
3119
3120         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3121
3122 2010-10-25  Julien Danjou  <julien@danjou.info>
3123
3124         * gnus-util.el: Remove `gnus-with-local-quit'.
3125
3126         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3127
3128 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3131         the original article buffer.
3132
3133 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnimap.el (nnimap-request-head): New function.
3136         (nnimap-request-move-article): Try to be slighly faster by not
3137         requesting the entire message when moving.
3138         (nnimap-transform-headers): Don't bug out on bodiless articles.
3139         (nnimap-send-command): Have no outstanding messages if the IMAP server
3140         doesn't support streaming.
3141         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3142
3143 2010-10-24  Julien Danjou  <julien@danjou.info>
3144
3145         * message.el (message-default-headers): Fix type.
3146
3147 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3150         prefetching images.
3151
3152         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3153         backend for unknown groups.  This is mainly useful for nnimap groups.
3154
3155         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3156         group isn't covered by the agent.
3157
3158 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3159
3160         * nnir.el (nnir-method-default-engines): New variable.
3161         (nnir-run-query): Use it.
3162         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3163         (gnus-summary-nnir-goto-thread): Change group if needed.
3164
3165         * gnus-group.el (gnus-group-group-map): Add key binding for
3166         gnus-group-make-nnir-group.
3167
3168 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * shr.el (shr-tag-object): Add.
3171
3172         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3173         original article buffer live.
3174         (gnus-summary-select-article-buffer):
3175         Mention gnus-widen-article-buffer.
3176
3177 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * shr.el (shr-tag-strong): Add.
3180
3181 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3184         group names.  They mess up the group buffer badly.
3185
3186         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3187
3188         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3189         instead of the summary one.
3190
3191 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * mml.el (mml-preview): Work properly when editing article.
3194
3195         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3196         gnus-have-read-active-file if it's already been in.
3197
3198 2010-10-22  Tom Tromey  <tromey@redhat.com>
3199
3200         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3201         gnus-group-completing-read.
3202
3203 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * message.el (message-mode-map): Don't bind M-; to comment region, to
3206         allow the global comment-dwim to work.
3207
3208 2010-10-21  Julien Danjou  <julien@danjou.info>
3209
3210         * message.el (message-setup-1): Allow message-default-headers to be a
3211         function.
3212
3213 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * shr.el (shr-tag-table): Simplify.
3216
3217 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3220         to avoid trying to snarf invalid stuff.
3221
3222         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3223
3224         * gnus.el (gnus-message-archive-group): Quote value.
3225         (gnus-message-archive-group): Mark as changed.
3226
3227         * shr.el (shr-add-font): Don't put the font properties on the newline
3228         or the indentation.
3229
3230         * message.el (message-fix-before-sending): Change options when sending
3231         non-printable characters.
3232
3233         * gnus.el (gnus-message-archive-method): Change the default to
3234         monthly outgoing groups.
3235
3236         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3237         that have gotten new numbers.
3238
3239         * nnimap.el (nnimap-request-replace-article): New function.
3240
3241 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3244         (nnrss-request-article): Don't use special html washing code.
3245
3246 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * shr.el (shr-tag-table): Remove useless nconc.
3249
3250 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-art.el (article-wash-html): Simplify and remove the charset
3253         stuff.  Use the normal html rendering code instead of the special html
3254         washing code.
3255
3256         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3257         `gnus-w3m' symbols.
3258         (mm-text-html-washer-alist): Remove.
3259
3260         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3261         (mm-inline-media-tests): Remove use.
3262         (mm-text-html-renderer): Change default to the `shr' symbol.
3263
3264         * mm-view.el (mm-inline-text-html): Remove use.
3265
3266         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3267         `gnus-blocked-images' to be a function.
3268         (gnus-article-wash-function): Remove.
3269
3270 2010-10-20  Julien Danjou  <julien@danjou.info>
3271
3272         * spam.el (spam-list-of-processors): Mark as obsolete.
3273
3274         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3275         (nnimap-insert-partial-structure): Fix boundary detection.
3276
3277 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3278
3279         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3280         run file-truename on remote files.  This can be expensive and even
3281         prevent one from editing drafts if some unrelated buffer has a stale
3282         connection.
3283
3284 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3287         kinsoku-eol regardless of shr-kinsoku-shorten.
3288         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3289         (shr-tag-table): Support caption, thead, and tfoot.
3290
3291 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3294         lines.
3295         (shr-save-contents): New command and keystroke.
3296
3297         * nndoc.el (nndoc-type-alist): Add git support.
3298         (nndoc-git-type-p): New function.
3299         (nndoc-transform-git-article): Ditto.
3300         (nndoc-transform-git-headers): Ditto.
3301         (nndoc-transform-git-headers): Generate Subject headers.
3302
3303         * shr.el (shr-parse-style): New function.
3304         (shr-tag-span): Ditto.
3305
3306         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3307         to `G G' to avoid collisions.
3308
3309 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * shr.el: Load kinsoku if necessary.
3312         (shr-kinsoku-shorten): New internal variable.
3313         (shr-find-fill-point): Make kinsoku shorten text line if
3314         shr-kinsoku-shorten is bound to non-nil.
3315         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3316         shr-indentation too when testing if table is wider than frame width.
3317         (shr-insert-table): Use `string-width' instead of `length' to measure
3318         text width.
3319         (shr-insert-table-ruler): Make sure indentation is done at bol.
3320
3321 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3322
3323         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3324         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3325         undecoded network data.
3326
3327 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3330         name in the mode line spec so that the mode line menu works
3331         (bug #2431).
3332
3333         * message.el (message-get-reply-headers): If we're fed `to-address',
3334         then always use that.
3335
3336         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3337         aren't so wide as to need to switch off the edit menu.
3338
3339         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3340         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3341
3342         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3343         `M-g'.
3344         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3345         the permanent marks.
3346
3347 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3348
3349         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3350         Splitting according to references/in-reply-to obeys the ignore-groups
3351         variable, while splitting by sender and subject do not.
3352
3353 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3356         alist, so that we can look for non-Unicode chars.
3357         (article-translate-strings): Allow both character and string maps.
3358
3359 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * shr.el (shr-insert): Don't insert space behind a wide character
3362         categorized as kinsoku-bol, or between characters both categorized as
3363         nospace.
3364
3365 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3366
3367         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3368         headers to gnus-newsgroup-headers.
3369
3370 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * shr.el (shr-tag-img): Don't align images -- since we're not
3373         rescaling, this often leads to ugly displays.
3374
3375 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3376
3377         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3378         duplicates.
3379
3380 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3381
3382         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3383         call.
3384
3385 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * gnus.el: Autoload gnus-html-show-images.
3388
3389         * nnimap.el: Use nnheader-message throughout.
3390
3391         * shr.el (shr-tag-img): Ignore images with no data.
3392
3393 2010-10-15  Julien Danjou  <julien@danjou.info>
3394
3395         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3396         a possibility to disable format=flow encoding when using hard newlines.
3397
3398 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * shr.el (shr-insert): Remove space inserted before or after a
3401         breakable character or at the beginning or the end of a line.
3402         (shr-find-fill-point): Do kinsoku; find the second best point or give
3403         it up if there's no breakable point.
3404
3405 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * nnimap.el (nnimap-open-connection): Message when opening connection
3408         for debugging purposes.
3409
3410         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3411         on every setup buffer call to allow this to change from article to
3412         article.
3413
3414         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3415         buffers where we have a wide table.
3416
3417 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3418
3419         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3420         uses *-request-thread.
3421
3422 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3425         incantation, which is no longer valid.
3426
3427 2010-10-14  Julien Danjou  <julien@danjou.info>
3428
3429         * shr.el: Fix defcustom type (char -> character).
3430
3431 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3434         programs.
3435
3436 2010-10-14  Julien Danjou  <julien@danjou.info>
3437
3438         * shr.el (shr-tag-a): Use url-link as widget type.
3439
3440         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3441         `gnus-group-get-icon'.
3442
3443 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3446         This should make server editing work better.
3447
3448         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3449
3450         * tls.el (tls-program): Remove spurious %s from openssl.
3451
3452         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3453         (nnimap-parse-flags): Fix regexp.
3454
3455         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3456         probably work for CJVK text, too.
3457
3458         * nnimap.el (nnimap-extend-tls-programs): Remove.
3459         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3460
3461         * tls.el (tls-starttls-switches): Remove starttls hack.
3462         (open-tls-stream): Ditto.
3463         (tls-find-starttls-argument): Ditto.
3464
3465 2010-10-13  Julien Danjou  <julien@danjou.info>
3466
3467         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3468         responses.
3469
3470 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3473
3474         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3475         anything in Emacs.
3476
3477         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3478
3479 2010-10-13  Julien Danjou  <julien@danjou.info>
3480
3481         * shr.el (shr-width): Make shr-width a defcustom with default to
3482         fill-column.
3483         (shr-tag-img): Use shr-width rather than fill-column.
3484
3485 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * dgnushack.el (byte-optimize-apply)
3488         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3489
3490         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3491         position when (X-)Faces exist.
3492         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3493         avatars when called interactively.
3494
3495 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3498         gnus-article-x-face-too-ugly is bound.
3499
3500 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3503
3504         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3505         mailbox that doesn't exist.
3506
3507 2010-10-12  Julien Danjou  <julien@danjou.info>
3508
3509         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3510         (shr-get-image-data): Encode URL properly when fetching from cache.
3511         (shr-tag-img): Use aligned-to spaces to align correctly images.
3512
3513         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3514         before inserting the Gravatar.
3515
3516         * shr.el (shr-tag-img): Add align attribute support for <img>.
3517
3518 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * gnus-gravatar.el (gnus-art): Require.
3521
3522         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3523         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3524         Remove long obsoleted functions.
3525
3526 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3529
3530         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3531
3532         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3533         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3534         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3535         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3536         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3537         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3538         * sieve-manage.el, smime.el, spam.el:
3539         Fix comment for declare-function.
3540
3541 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * nnimap.el (nnimap-request-rename-group): Select group read-only
3544         before renaming it.
3545
3546         * shr.el (shr-insert): Fix up the white space only regexp.
3547
3548         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3549         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3550
3551         * shr.el (shr-current-column): New function.
3552         (shr-find-fill-point): New function.
3553
3554 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3555
3556         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3557         numbers.
3558
3559 2010-10-11  Julien Danjou  <julien@danjou.info>
3560
3561         * shr.el (shr-hr-line): Add.
3562         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3563         display hr lines.
3564         (shr-max-columns): Do not change state to nil if we just inserting
3565         spaces.
3566
3567 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3570         select the last group.
3571
3572 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3573
3574         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3575
3576 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3577
3578         * dig.el (dig-mode-map): Declare and define in one step.
3579
3580 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3583         for Gnus.
3584         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3585         (nnimap-update-qresync-info): Mark \Seen articles as read.
3586
3587         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3588         non-variable, too.
3589
3590         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3591         available.
3592         (nnimap-update-info): Rely more on the current active than the param
3593         active to avoid marking articles as read too much.
3594
3595         * auth-source.el (auth-source-create): Use (user-login-name) for the
3596         user name default.
3597
3598         * nnimap.el (nnimap-update-info): If the server doesn't return any
3599         useful info, just use the previous info.
3600         (nnimap-update-info): Prefer old info over start-article.
3601         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3602
3603 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3604
3605         * nnir.el (autoload): Clean up autoloads.
3606         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3607         Use key rather than value.
3608         (nnir-imap-search-other): New variable.
3609         (nnir-read-parm): Use it.
3610         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3611         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3612
3613 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3614
3615         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3616         the process, too.
3617
3618 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * spam.el (gnus-summary-mode-map): Bind to "$".
3621         Suggested by Russ Allbery.
3622
3623         * shr.el: Rework the way things are indented by <li> slightly.
3624
3625         * gnus.el (gnus-group-set-parameter): Fix typo.
3626
3627         * nnimap.el: Start implementing QRESYNC support.
3628
3629 2010-10-09  Julien Danjou  <julien@danjou.info>
3630
3631         * nnir.el (nnir-engines): Fix too many arguments.
3632
3633 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3636         group is the "last", so that the backends like nnfolder actually save
3637         their folders.
3638
3639         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3640         try to use that for the tls stream.
3641         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3642         UIDVALIDITY and find out which groups are read-only and not.
3643         (nnimap-get-flags): Use the same marks parsing code as the rest of
3644         nnimap.
3645
3646 2010-10-09  Julien Danjou  <julien@danjou.info>
3647
3648         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3649
3650         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3651         retrieving gravatars.
3652
3653         * shr.el (shr-table-corner): Add.
3654         (shr-table-line): Add.
3655         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3656
3657 2010-10-08  Julien Danjou  <julien@danjou.info>
3658
3659         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3660
3661 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3662
3663         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3664
3665         * gnus-sum.el (gnus-mark-article-as-unread)
3666         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3667         (gnus-summary-set-bookmark): Use it.
3668
3669         * gnus-msg.el (gnus-setup-message): Use it.
3670
3671         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3672
3673         * gnus.el (gnus-group-remove-parameter): Use it.
3674
3675         * gnus-group.el (gnus-group-make-web-group): Use it.
3676
3677         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3678
3679         * nnregistry.el: Update docs to mention manual.
3680
3681         * gnus-registry.el: Update docs to mention nnregistry.el.
3682         (gnus-registry-initialize): Don't install nnregistry refer method
3683         automatically.
3684         (gnus-registry-install-nnregistry): Remove it.
3685
3686 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * shr.el (shr-insert): Don't insert double spaces.
3689
3690 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-gravatar.el (gnus-treat-from-gravatar)
3693         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3694         called interactively.
3695
3696         * gnus-art.el (gnus-mime-view-part-externally)
3697         (gnus-mime-view-part-internally): Make predicate function passed to
3698         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3699         of a mime type.
3700
3701         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3702
3703 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * shr.el (require): Require cl when compiling.
3706         (shr-tag-hr): New function.
3707
3708         * nnimap.el (nnimap-update-info): Remove double setting of high.
3709         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3710         This makes nnimap work properly on Courier again.
3711
3712         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3713         the variable for backwards compatibility.
3714
3715         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3716         the file name before using to avoid setting mm-default-directory to
3717         nil.
3718
3719         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3720         bidning gnus-agent variables.
3721
3722         * shr.el (shr-render-td): Use a cache for the table rendering function
3723         to avoid getting an exponential rendering behaviour in nested tables.
3724         (shr-insert): Rework the line-breaking algorithm.
3725         (shr-insert): Don't leave trailing spaces.
3726         (shr-insert-table): Also insert empty TDs.
3727         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3728
3729 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3730
3731         * gnus-sum.el (gnus-number): Rename from `number'.
3732         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3733         (gnus-summary-limit-children): Update uses correspondingly.
3734
3735 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3738         (gnus-gravatar-transform-address): Don't show avatars of people of
3739         which mail addresses match gnus-gravatar-too-ugly.
3740
3741 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * shr.el (shr-table-widths): Expand TD elements to fill available
3744         space.
3745
3746 2010-10-07  Julien Danjou  <julien@danjou.info>
3747
3748         * nnimap.el (nnimap-request-rename-group): Add this method.
3749
3750 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3753         name from XEmacs' function-arglist.
3754
3755         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3756         gravatar under XEmacs.
3757
3758 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3759
3760         * auth-source.el: Update docs with TODO items.
3761
3762         * gnus-sync.el: Update docs to explain state and plans.
3763
3764         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3765         Hooks for mark updates.
3766         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3767
3768         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3769         hooks with arguments, which is needed for mark update hooks.
3770
3771 2010-10-06  Julien Danjou  <julien@danjou.info>
3772
3773         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3774         was matched.
3775
3776         * sieve-manage.el: Update example in `Commentary'.
3777
3778         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3779
3780         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3781         not 2000.
3782         (sieve-manage-authenticate): Re-add function.
3783
3784 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * shr.el (shr-insert): Get 'space transition right.
3787         (shr-render-td): Only delete space at the end of the TD.
3788
3789         * nnimap.el (nnimap-open-connection): Prepare to support
3790         open-gnutls-stream.
3791
3792         * shr.el: Rearrange function order to be more logical.
3793
3794 2010-10-06  Julien Danjou  <julien@danjou.info>
3795
3796         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3797         (nnrss-discover-feed): Remove 404 URL in docstring.
3798
3799         * nnir.el: Fix Swish-E URL.
3800         Fix Namazu URL.
3801
3802         * message.el (message-change-subject): Remove 404 URL in a comment.
3803
3804 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3807         called interactively.
3808
3809         * gnus-util.el (gnus-remove-if): Allow hash table.
3810         (gnus-remove-if-not): New function.
3811
3812         * gnus-art.el (gnus-mime-view-part-as-type)
3813         * gnus-score.el (gnus-summary-score-effect)
3814         * gnus-sum.el (gnus-read-move-group-name):
3815         Replace remove-if-not with gnus-remove-if-not.
3816
3817         * gnus-group.el (gnus-group-completing-read):
3818         Regard collection as a hash table if it is not a list.
3819
3820 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3823
3824         * shr.el: Document the table-rendering algorithm.
3825
3826 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3829         for Emacsen having no `libxml-parse-html-region' support.
3830
3831 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832
3833         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3834         invalid URLs.
3835
3836         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3837         line-broken.
3838         (shr-tag-img): Ignore image fetching errors.
3839         (shr-overlays-in-region): Compute overlay positions correctly.
3840
3841         * mm-decode.el (mm-shr): Require shr.
3842
3843         * gnus-art.el (gnus-blocked-images): Move variable here.
3844
3845         * shr.el (shr-insert-table): Bind free variable.
3846
3847         * mm-decode.el (mm-shr): Bind shr-content-function.
3848
3849         * shr.el (shr-content-function): New variable.
3850
3851         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3852         added for symmetry.
3853
3854         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3855
3856         * gnus-group.el (gnus-group-make-group): Doc fix.
3857
3858         * nnimap.el (nnimap-request-newgroups): Return success.
3859
3860         * shr.el (shr-find-elements): New function.
3861         (shr-tag-table): Put all the images after the table.
3862         (shr-tag-table): Really inhibit images inside the table.
3863         (shr-collect-overlays): Copy over overlays from the TD elements to the
3864         main document.
3865
3866         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3867         gnus-blocked-images.
3868
3869 2010-10-05  Julien Danjou  <julien@danjou.info>
3870
3871         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3872
3873         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3874         (gnus-html-maximum-image-size): Add this function.
3875         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3876
3877         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3878         server-value of the capability is nil.
3879
3880 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * shr.el (shr-tag-em): Add <EM> tag.
3883
3884 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3885
3886         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3887         customizable.
3888
3889         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3890         handing broken links to browse-url.
3891
3892 2010-10-05  Julien Danjou  <julien@danjou.info>
3893
3894         * gnus-util.el (gnus-emacs-completing-read)
3895         (gnus-iswitchb-completing-read): Use autoload rather than require.
3896
3897 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3900         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3901         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3902         iswitchb-temp-buflist for XEmacs.
3903
3904         * gnus-util.el (gnus-completing-read-function): Exclude
3905         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3906         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3907         XEmacs.
3908
3909         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3910         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3911
3912         * gnus-html.el: Don't require help-fns under XEmacs.
3913         (gnus-html-schedule-image-fetching): Work for XEmacs.
3914
3915         * mm-decode.el (mm-shr): Decode contents by charset.
3916
3917 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3920         unknown.
3921
3922         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3923         (shr-get-image-data): Ensure against the cache file missing.
3924
3925         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3926         for data.
3927
3928         * spam-report.el (spam-report-url-ping-plain): Don't query about
3929         killing the process.
3930
3931         * shr.el (shr-render-td): Protect against too-wide text.
3932
3933 2010-10-04  Julien Danjou  <julien@danjou.info>
3934
3935         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3936         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3937
3938         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3939         retrieved.
3940
3941 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * shr.el (browse-url): Require.
3944         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3945         lines.
3946         (shr-show-alt-text, shr-browse-image): New commands.
3947         (shr-browse-url, shr-copy-url): New commands.
3948
3949         * gnus-sum.el (gnus-widen-article-window): New variable.
3950         (gnus-summary-select-article-buffer): Use it.
3951
3952         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3953         without @ signs.
3954
3955 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3956
3957         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3958
3959 2010-10-04  Julien Danjou  <julien@danjou.info>
3960
3961         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3962         for XEmacs.
3963
3964 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3967
3968         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3969         (nnimap-close-server): Implement.
3970
3971         * dgnushack.el (iswitchb): Require to shut up the compiler.
3972
3973         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3974         (shr-insert): Tweak line breaking.
3975         (shr-insert): Handle <pre> better.
3976         (shr-tag-li): Get <li> indentation right.
3977         (shr-tag-li): Get <li> indentation even righter.
3978         (shr-tag-blockquote): Ensure paragraph start.
3979         (shr-make-table): Tweak table generation.
3980         (shr-make-table): Fix typo.
3981
3982         * shr.el: Implement table rendering.
3983
3984 2010-10-04  Julien Danjou  <julien@danjou.info>
3985
3986         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3987
3988 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * shr.el (shr-insert): Use string anchors instead of line anchors.
3991
3992 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * shr.el: Add headings.
3995         (shr-ensure-paragraph): Actually work.
3996         (shr-tag-li): Make <ul> prettier.
3997         (shr-insert): Get white space at the beginning/end of elements right.
3998         (shr-tag-p): Collapse subsequent <p>s.
3999         (shr-ensure-paragraph): Don't insert double line feeds after blank
4000         lines.
4001         (shr-insert): \t is also space.
4002         (shr-tag-s): Fix "s" tag name function.
4003         (shr-tag-s): Fix face prop name.
4004
4005 2010-10-03  Julien Danjou  <julien@danjou.info>
4006
4007         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4008
4009         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4010         gnus-window-inside-pixel-edges.
4011
4012         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4013         gnus-ems.
4014
4015         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4016
4017         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4018         function.
4019
4020         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4021         resize choice.
4022
4023 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4026         beginning of the buffer.
4027
4028         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4029         article buffer again.
4030
4031         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4032
4033         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4034         when it's at the start of the buffer.
4035
4036         * shr.el (shr-tag-blockquote): Convert name.
4037         (shr-rescale-image): Use the right image-size variant.
4038
4039         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4040         buffer isn't shown, then select the current article first instead of
4041         bugging out.
4042         (gnus-summary-select-article-buffer): Show both the article and summary
4043         buffers again.
4044
4045         * shr.el (shr-fontize-cont): Protect against regions with no text.
4046         Rename tag functions to shr-tag-* for enhanced security.
4047         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4048
4049 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4050
4051         * shr.el (shr-insert):
4052         * pop3.el (pop3-movemail):
4053         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4054         loaded.
4055
4056 2010-10-03  Glenn Morris  <rgm@gnu.org>
4057
4058         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4059
4060         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4061
4062         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4063
4064         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4065
4066         * gnus-util.el (gnus-make-local-hook): Simplify.
4067
4068 2010-10-02  Julien Danjou  <julien@danjou.info>
4069
4070         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4071         (gnus-ido-completing-read): New function.
4072         (gnus-emacs-completing-read): New function.
4073         (gnus-completing-read): Use gnus-completing-read-function.
4074         Add gnus-completing-read-function.
4075
4076 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * shr.el (shr-insert-document): Autoload.
4079         (shr-img): Be silent.
4080         (shr-insert): Add a newline after every picture before text.
4081         (shr-add-font): Use overlays for combining faces.
4082         (shr-insert): Pass upwards the text start point.
4083
4084         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4085         possible.
4086         (mm-shr): New function.
4087
4088 2010-10-02  Julien Danjou  <julien@danjou.info>
4089
4090         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4091         should go backward.
4092
4093 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4094
4095         * shr.el (shr): Fix typo in provide call.
4096
4097 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * shr.el: New file.
4100
4101         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4102
4103         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4104         completing read.
4105
4106 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4109         we're being queried about.  Suggested by Dan Jacobson.
4110
4111         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4112         Suggested by Jason Eisner.
4113
4114         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4115         table, too.  Suggested by Stefan Wiens.
4116         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4117         the table unnecessary.  Suggested by Stefan Wiens.
4118
4119         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4120         longer needed, and probably doesn't work either, as pointed out by
4121         Stefan Wiens.
4122         (gnus-summary-exit): Remove call to the clearing function.
4123         (gnus-summary-exit-no-update): Ditto.
4124
4125         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4126         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4127         Reported by Stefan Monnier.
4128         (gnus-summary-save-in-rmail): Ditto.
4129
4130         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4131         article buffer, instead of both the article buffer and the summary
4132         buffer.  Sort of suggested by Dan Jacobson.
4133
4134         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4135
4136         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4137         Suggested by Dan Jacobson.
4138
4139         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4140         documentation clearer.
4141
4142         * message.el (message-shorten-references): Comment on the number "21".
4143         Suggested by Stefan Monnier.
4144
4145         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4146         Suggested by Dan Jacobson.
4147
4148         * gnus.el (gnus-large-newsgroup):
4149         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4150
4151         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4152         externalize attachments.  Bug reported by Steve Wen.
4153
4154         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4155         really message anything to the user.
4156
4157         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4158         directly.
4159
4160         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4161         messages in empty groups.
4162
4163 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4164
4165         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4166         non-UIDNEXT group.
4167
4168 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4171         not the value from the collection.
4172
4173         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4174         values.  This sometimes happens on some groups that have no info.
4175         (nnimap-request-newgroups): New function.
4176
4177 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4178
4179         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4180         check into `gnus-registry-initialize'.
4181         (gnus-registry-initialize): Ditto.
4182         Fix and extend header docs.
4183
4184 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4187         regexp backtrace overflows.
4188
4189         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4190         for starttls that tls.el implements; i.e. openssl.
4191
4192         * tls.el (tls-starttls-switches): Give up on using starttls with
4193         gnutls-cli.
4194         (tls-program): Add --insecure to be consistent with the defaults from
4195         openssl s_client.  Now all three commands are insecure.
4196
4197 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * lpath.el: Bind completion-styles-alist for XEmacs.
4200
4201         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4202         (gravatar-create-image): New function that's an alias to
4203         gnus-xmas-create-image, gnus-create-image, or create-image.
4204         (gravatar-data->image): Use it.
4205
4206 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4209         install the nnregistry refer method.
4210         (gnus-registry-install-hooks): Use it.
4211         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4212         unfollowed groups.
4213
4214 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4215
4216         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4217         expanding threads.
4218
4219 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * nnir.el: Use the server names without suffixes (bug #7009).
4222
4223         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4224         unencrypted to STARTTLS, if possible.
4225
4226 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4227
4228         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4229         headers before superseding.
4230
4231 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * nnrss.el (nnrss-use-local): Add documentation.
4234
4235         * nnimap.el (nnimap-extend-tls-programs): New function.
4236         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4237         (nnimap-wait-for-connection): Accept the greeting from the stupid
4238         output from openssl s_client -starttls, too.
4239
4240         * tls.el (tls-starttls-switches): New variable.
4241         (tls-find-starttls-argument): Use it.
4242         (open-tls-stream): Ditto.
4243
4244         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4245         (netrc-machine): Ditto.
4246
4247         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4248         article number.
4249         (nnimap-split-fancy): New variable.
4250         (nnimap-split-incoming-mail): Use it.
4251
4252         * nntp.el (nntp-server-list-active-group): Document.
4253
4254         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4255         SELECT to get the message-id.
4256
4257         * mail-source.el (mail-sources): Remove webmail support.
4258         (defvar): Ditto.
4259         (mail-source-fetcher-alist): Ditto.
4260         (mail-source-fetch-webmail): Remove.
4261
4262         * webmail.el: Remove -- doesn't seem relevant any more.
4263
4264         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4265
4266         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4267         the \r.
4268
4269 2010-09-30  Julien Danjou  <julien@danjou.info>
4270
4271         * gnus-agent.el (gnus-agent-add-group): Fix call to
4272         gnus-completing-read.
4273
4274 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * nndoc.el (nndoc-retrieve-groups): New function.
4277
4278         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4279         `default', use nnmail-split-methods.
4280         (nnimap-request-article): Downcase the NILs so that they are nil.
4281
4282         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4283         symbol.
4284
4285         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4286         code, since if the user has requested network, that's what they ought
4287         to get.
4288         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4289         (nnimap-split-rule): Mark as obsolete.
4290
4291         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4292         New variable.
4293
4294         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4295         correct slot, too.
4296
4297 2010-09-29  Julien Danjou  <julien@danjou.info>
4298
4299         * gnus.el (gnus-local-domain): Declare variable obsolete.
4300
4301         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4302         Fix history computing.
4303         (gnus-ido-completing-read): Require ido.
4304
4305 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4308         build Gnus.
4309
4310         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4311         when interpreting the structures.
4312         (nnimap-request-accept-article): Add \r\n to the lines to make this
4313         work with Cyrus.
4314
4315         * nndraft.el (nndraft-request-expire-articles): Use the group name
4316         instead if "nndraft".  Fix found by Nils Ackermann.
4317
4318 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4319
4320         * nnregistry.el: Add.
4321
4322 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4323
4324         * nnmail.el (group, group-art-list, group-art):
4325         Remove unneeded directives.
4326
4327 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4330         (mm-mime-charset)
4331         * rfc2047.el (rfc2047-syntax-table)
4332         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4333
4334         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4335         rather than `insert-file-contents' and `eval-region'.
4336
4337         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4338         construction.
4339
4340         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4341
4342         * time-date.el: No need to require cl for Emacs 21.
4343
4344 2010-09-29  Julien Danjou  <julien@danjou.info>
4345
4346         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4347         replacement of `gnus-gravatar-relief' to mimic
4348         `gnus-faces-properties-alist'.
4349         Add :version property.
4350
4351 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * mail-source.el (mail-source-report-new-mail)
4354         * message.el (message-default-mail-headers)
4355         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4356
4357         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4358
4359 2010-09-28  Julien Danjou  <julien@danjou.info>
4360
4361         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4362         mail-address contains the same string as real-name.
4363
4364         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4365         non-blank in header, otherwise it'll get stripped.
4366
4367         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4368         real-name, and then for mail address rather than doing : or , search.
4369
4370 2010-09-27  Julien Danjou  <julien@danjou.info>
4371
4372         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4373         right completing-read function.
4374         (gnus-use-ido): New variable
4375         (gnus-completing-read-with-default): Remove.
4376         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4377         (gnus-agent-add-group):
4378         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4379         * mm-view.el (mm-view-pkcs7-decrypt):
4380         * mm-util.el (mm-codepage-setup):
4381         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4382         * mml-smime.el (mml-smime-openssl-sign-query):
4383         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4384         (mml-insert-multipart):
4385         * gnus-msg.el (gnus-summary-yank-message):
4386         * gnus-int.el (gnus-start-news-server):
4387         * mm-decode.el (mm-interactively-view-part):
4388         * gnus-dired.el (gnus-dired-attach):
4389         * gnus.el (gnus-read-method):
4390         * gnus-bookmark.el (gnus-bookmark-jump):
4391         * gnus-art.el (gnus-mime-view-part-as-type)
4392         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4393         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4394         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4395         * nnmairix.el (nnmairix-create-server-and-default-group)
4396         (nnmairix-update-groups, nnmairix-get-server)
4397         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4398         (nnmairix-get-group-from-file-path):
4399         * nnrss.el (nnrss-find-rss-via-syndic8):
4400         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4401         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4402         (gnus-group-browse-foreign-server):
4403         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4404         (gnus-summary-execute-command, gnus-summary-respool-article)
4405         (gnus-read-move-group-name):
4406         * gnus-score.el (gnus-summary-increase-score)
4407         (gnus-summary-score-effect):
4408         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4409
4410 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4413         x-focus-frame.
4414
4415         * nnimap.el (auth-source-forget-user-or-password)
4416         (auth-source-user-or-password): Autoload.
4417
4418         * message.el (message-from-style, message-interactive)
4419         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4420         (message-yank-prefix, message-indentation-spaces, message-signature)
4421         (message-signature-file): Add comment.
4422
4423 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4426         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4427         new articles.
4428
4429         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4430         parts.
4431         (nnimap-request-article): Work with the t setting, too.
4432
4433         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4434         that you don't get flashes of other buffers.
4435         (gnus-summary-show-complete-article): Intern before setting.
4436
4437 2010-09-27  David Engster  <dengste@eml.cc>
4438
4439         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4440         well as HEADERS.
4441         (nnmairix-retrieve-headers): Provide new argument for the above.
4442
4443 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-sum.el (gnus-summary-move-article): Don't alter
4446         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4447         group.
4448
4449         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4450
4451         * message.el (message-cite-prefix-regexp): Revert my last edit.
4452
4453         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4454         variable instead of the Gnus variable.
4455
4456         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4457
4458         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4459
4460         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4461         since some servers don't like it.
4462         (nnimap-open-connection): Forget credentials if the server says the
4463         password was wrong.
4464         (nnimap-parse-line): Protect against invalid data.
4465
4466         * gnus-sum.el (gnus-summary-move-article): Add comment.
4467         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4468         nothing alters it while scanning for new messages.
4469
4470         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4471         which may or may not help.
4472         (nnimap-open-connection): If we're doing a stream connection, and then
4473         discover we're on a STARTTLS-capable server, then open a STARTTLS
4474         connection instead.
4475
4476 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * nnimap.el (utf7): Require.
4479
4480         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4481         prefix.
4482
4483 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4484
4485         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4486
4487 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * nnimap.el (nnimap-request-accept-article): Message the error on
4490         error.
4491
4492 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4495
4496 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * nndoc.el (nndoc-request-list): Return success always.
4499
4500         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4501         `fetch-old' -- we only want to fetch the articles we've requested.
4502         The rest are in the agent, probably.
4503         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4504         disappeared server" to something low.  It's not important.
4505
4506         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4507         arrived before the FETCH data.
4508
4509         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4510         target here, because we don't know the Gnus name of the group.
4511
4512         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4513         for the correct group.
4514
4515         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4516
4517         * gnus.el (gnus): Give a final warning after startup.
4518
4519         * gnus-util.el (gnus-action-message-log): New variable.
4520         (gnus-message): Use it.
4521         (gnus-final-warning): New function.
4522
4523         * nnimap.el (nnimap-open-connection): Record the greeting.
4524         (nnimap): Add greeting.
4525
4526 2010-09-26  Julien Danjou  <julien@danjou.info>
4527
4528         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4529         arguments.
4530         (gnus-html-wash-images): Fix spec computing to include start/end.
4531
4532         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4533
4534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4535
4536         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4537         deletion.
4538         (nnimap-retrieve-headers): Don't select the group, because that's
4539         already done by nnimap-possibly-change-group.
4540
4541         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4542         (gnus-picon-transform-address): Use it.
4543
4544         * mail-source.el (mail-source-value): Revert previous patch.
4545
4546         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4547         on failure.
4548         (nnimap-open-connection): Look up both virtual and physical server name
4549         credentials.
4550
4551         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4552
4553 2009-02-07  Dave Love  <fx@gnu.org>
4554
4555         * tls.el (open-tls-stream): Don't query killing process.
4556
4557 2009-02-08  Dave Love  <fx@gnu.org>
4558
4559         * gnus-win.el (gnus-window-to-buffer-helper)
4560         (gnus-all-windows-visible-p): Function needn't be a symbol.
4561
4562         * mail-source.el (mail-source-value): Function needn't be a symbol.
4563
4564 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * message.el (message-cite-prefix-regexp): Remove } from the cite
4567         prefix.
4568
4569         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4570         highlight again, so that the highlight is correct.
4571
4572         * gnus-picon.el (gnus-picon): Remove again.
4573         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4574
4575         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4576         doing the header highlightling, so that the background colour of the
4577         picon is correct.
4578
4579         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4580         (gnus-picon): Ditto.
4581         (gnus-picon): Reinstate.  The background colour for picons is white.
4582         (gnus-picon-insert-glyph): Make the background white.
4583
4584         * nnml.el (nnml-open-nov): Don't return dead buffers.
4585
4586         * auth-source.el (auth-source-create): Query the user for whether to
4587         store the credentials.
4588
4589         * netrc.el (netrc-store-data): New function.
4590
4591         * auth-source.el (auth-source-user-or-password): Use the existing auth
4592         sources, if any, for creation.
4593
4594         * gnus.el (gnus-group-fast-parameter): Return the last matching
4595         parameter instead of the first matching parameter.
4596
4597 2010-09-26  Julien Danjou  <julien@danjou.info>
4598
4599         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4600
4601 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * mml2015.el (mml2015-use): Remove gpg support.
4604
4605         * mml1991.el (mml1991-function-alist): Remove gpg function.
4606         (mml1991-gpg-sign): Remove.
4607
4608 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4609
4610         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4611         (gnus-browse-unsubscribe-current-group): Document it.
4612         (gnus-browse-unsubscribe-group): Use it.
4613
4614 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4617         address to the To list for easier response.
4618
4619         * gnus.el (gnus-play-startup-jingle): Remove.
4620         (gnus-splash): Don't play jingle.
4621         (gnus): Silence gnus-load message.
4622
4623         * gnus-art.el (gnus-treat-play-sounds): Remove.
4624
4625         * gnus.el (gnus-play-jingle): Remove audio support.
4626
4627         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4628
4629         * earcon.el: Remove -- no users.
4630
4631         * gnus-audio.el: Remove -- no users of this package.
4632
4633         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4634
4635         * gnus-start.el (gnus-setup-news): Remove nocem support.
4636
4637         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4638
4639         * gnus.el (gnus-use-nocem): Remove.
4640
4641         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4642         Remove.
4643
4644         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4645         uses NoCeM any more.
4646
4647         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4648         (gnus-button-ctan-handler): Ditto.
4649         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4650         (gnus-button-ctan-directory-regexp): Ditto.
4651         (gnus-button-handle-ctan): Ditto.
4652         (gnus-button-tex-level): Ditto.
4653         (gnus-button-alist): Remove CTAN stuff.
4654
4655 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4658         nnimap-streaming test.
4659
4660         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4661         servers twice.
4662
4663         * nnimap.el (nnimap-open-connection): Add more error reporting when
4664         nnimap fails early.
4665
4666         * nnheader.el (nnheader-get-report-string): New function.
4667         (nnheader-get-report): Use it.
4668
4669         * gnus-int.el (gnus-check-server): Say what the error was when opening
4670         failed.
4671
4672         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4673         using streaming.
4674
4675 2010-09-25  Julien Danjou  <julien@danjou.info>
4676
4677         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4678         gnus-window-inside-pixel-edges.
4679
4680 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4683
4684         * mm-decode.el (mm-save-part): Allow saving to other directories the
4685         normal Emacs way.
4686
4687         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4688         Suggested by Jay Berkenbilt.
4689
4690         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4691         there isn't a single byte.
4692
4693         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4694         just do it.  It doesn't really seem to matter what the user responds
4695         here, I think, so it's just a confusing question.
4696
4697         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4698         non-streaming case.
4699
4700         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4701         (gnus-article-encrypt-body): Use it.
4702
4703         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4704         keystroke.
4705
4706         * nnimap.el (nnimap-find-wanted-parts-1):
4707         Use gnus-fetch-partial-articles.
4708
4709         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4710
4711         * nnimap.el (nnimap-insert-partial-structure): New function.
4712         (nnimap-get-partial-article): New function.
4713         (nnimap-request-article): Use it.
4714         (nnimap-wait-for-response): Return whether the wait was successful.
4715         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4716         retrieval wasn't successful.
4717         (nnimap-retrieve-group-data-early): Allow throttling servers.
4718         (nnimap-streaming): New variable.
4719         (nnimap-fetch-partial-articles): Remove.
4720
4721         * mm-decode.el (mm-with-part): Protect against killed buffers.
4722
4723         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4724         for prettier summary display.
4725
4726 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4727
4728         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4729
4730 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4733         apparently third-party libraries depend on it.
4734
4735         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4736         before starting negotiation.
4737
4738         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4739         privacy reasons.
4740         (gnus-treat-mail-gravatar): Ditto.
4741
4742         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4743         buffer when inserting images.  Inserting text into the headers, for
4744         instance, can make them invalid.
4745
4746 2010-09-25  Julien Danjou  <julien@danjou.info>
4747
4748         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4749         variables.
4750
4751         * nnheader.el: Remove useless variables news-reply-yank-from and
4752         news-reply-yank-message-id.
4753
4754         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4755         variables.
4756
4757         * mml1991.el: Remove useless mml1991-verbose.
4758
4759         * gnus.el: Remove useless variable gnus-use-generic-from.
4760         Remove obsolete variable gnus-topic-indentation.
4761
4762         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4763
4764         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4765
4766         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4767
4768         * gnus-group.el: Remove useless gnus-group-icon-cache.
4769         Remove useless gnus-ephemeral-group-server.
4770
4771         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4772
4773         * mml2015.el: Remove useless mml2015-verbose.
4774
4775         * mml-smime.el: Remove useless mml-smime-verbose.
4776
4777         * gnus.el: Remove useless gnus-local-domain.
4778
4779         * gnus-gravatar.el (gnus-gravatar-transform-address):
4780         Use gnus-gravatar-size.
4781
4782         * gnus-art.el: Remove useless gnus-treat-translate.
4783
4784 2010-09-24  Julien Danjou  <julien@danjou.info>
4785
4786         * gnus-sum.el: Add support for Gravatars.
4787
4788         * gnus-art.el: Add support for Gravatars.
4789
4790         * gnus-gravatar.el: Add this file.
4791
4792         * gravatar.el: Add this file.
4793
4794 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4797
4798         * gnus-group.el (gnus-group-fetch-faq): Remove.
4799
4800         * gnus.el (gnus-group-faq-directory): Remove.
4801
4802         * gnus-group.el (gnus-group-fetch-charter): Remove.
4803
4804         * gnus.el (gnus-group-charter-alist): Remove.
4805
4806         * gnus-group.el (gnus-group-archive-directory): Remove.
4807         (gnus-group-recent-archive-directory): Ditto.
4808         (gnus-group-make-archive-group): Remove.
4809
4810         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4811
4812         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4813         use the same article number for all the cached articles.
4814
4815         * nnimap.el (nnimap-command): Register the last command time so
4816         that we can use it for idling NOOPs.
4817         (nnimap-open-connection): Start the keeplive timer.
4818         (nnimap-make-process-buffer): Store all the process buffers.
4819         (nnimap-keepalive): New function.
4820
4821         * starttls.el (starttls-open-stream): Add autoload cookie.
4822
4823 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4824
4825         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4826         handling.
4827
4828 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4831         its data structures.
4832
4833         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4834         instead of the cl.el copy-list.
4835         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4836         equalp.
4837
4838 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4841         and tool-bar-local-item-from-menu.
4842
4843         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4844         mode-line-highlight face for Emacs.
4845
4846         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4847         loading gnus-sum.elc; fix comment for canlock-verify.
4848         (gnus-article-jump-to-part): Use read-number.
4849         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4850         Remove Emacs pre-21 compatible code for help-echo.
4851         (gnus-article-next-page-1): No need to adjust the number of lines.
4852         (gnus-article-describe-bindings): Always use help-buffer.
4853
4854         * gnus-audio.el (gnus-audio-inline-sound)
4855         * gnus-cus.el (gnus-custom-mode)
4856         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4857
4858         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4859
4860         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4861         compatible code.
4862
4863 2010-09-24  Glenn Morris  <rgm@gnu.org>
4864
4865         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4866         visiting the fcc file in rmail-mode.
4867
4868         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4869
4870 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * nnir.el: Silence the byte compiler.
4873
4874         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4875         alias to browse-url-url-encode-chars if any.
4876         (gnus-html-encode-url): Use it.
4877
4878 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * gnus-start.el (gnus-use-backend-marks): New variable.
4881         (gnus-get-unread-articles-in-group): Use it.
4882
4883         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4884         makeover.
4885
4886 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4887
4888         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4889
4890 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4893         Remove.
4894         (gnus-setup-news-hook):
4895         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4896
4897         * gnus-int.el (gnus-request-update-info): Protect against backends not
4898         having the function.
4899
4900         * nnimap.el (nnimap-stream): Mention starttls.
4901         (nnimap-open-connection): Add starttls support.
4902
4903 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4904
4905         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4906
4907 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4910         BODYSTRUCTUREs.
4911         (nnimap-transform-headers): Unfold quoted {42} headers.
4912
4913         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4914         the info.
4915         (gnus-get-unread-articles): Only call updatep on backends that support
4916         it.
4917
4918         * nnweb.el (nnweb-request-update-info): NOOP.
4919
4920         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4921
4922         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4923         since it only deals with marks.
4924
4925         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4926         gnus-request-marks, and make a new gnus-request-update-info.
4927
4928         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4929         the active instead of the high number, which is usually too low.
4930
4931 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4932
4933         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4934         * encrypt.el: Remove.
4935
4936 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937
4938         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4939         server in symbolic form.
4940
4941         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4942
4943 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4946         (nnimap-update-info): Fix up code slightly.
4947
4948         * gnus-int.el (gnus-open-server): Add tracing for performance
4949         debugging.
4950
4951         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4952         (gnus-group-insert-group-line): Pass the real group name so that it
4953         gets the right data.
4954
4955         * gnus-start.el (gnus-get-unread-articles): Don't have
4956         `gnus-get-unread-articles-in-group' update info, since that can be
4957         really slow and doesn't seem to be needed?
4958
4959 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4960
4961         * time-date.el (date-to-time): Try using parse-time-string first before
4962         using the slower timezone-make-date-arpa-standard.
4963
4964 2010-09-22  Julien Danjou  <julien@danjou.info>
4965
4966         * gnus-group.el (gnus-group-insert-group-line):
4967         Call gnus-group-highlight-line.
4968         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4969         default hook list.
4970         (gnus-group-update-eval-form): Add new function.
4971         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4972         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4973
4974 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4977         immediate, then expire all articles.
4978         (nnimap-update-info): Fix off-by-one errors.
4979         (nnimap-flags-to-marks): Would return no marks lists for group with no
4980         flags.  Instead return the other data.
4981
4982 2010-09-22  Julien Danjou  <julien@danjou.info>
4983
4984         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4985         Only return an icon.
4986         (gnus-group-insert-group-line): Compute icon to return.
4987
4988         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4989         (gnus-html-image-fetched): Only cache if
4990         gnus-html-image-automatic-caching is set.
4991         (gnus-html-image-fetched): Check for errors.
4992
4993 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4996         once per method on `g'.  This ensures that backends like nnfolder don't
4997         open all their folders.
4998
4999         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5000         (nnimap-request-list): Nix out group in the correct buffer.
5001         (nnimap-parse-flags): Implement by using `read' instead of
5002         hand-parsing.
5003         (nnimap-flags-to-marks): Pass on permanent-flags.
5004         (nnimap-make-process-buffer): Record the server name.
5005         (nnimap-parse-flags): Fix typo.
5006         (nnimap-request-scan): Run split on the server in general, not just a
5007         single group.
5008
5009         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5010         parameter, and propagate this downwards.
5011
5012         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5013         since EXAMINE changes it on the server.
5014
5015         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5016         this command might take a while.
5017
5018 2010-09-22  Julien Danjou  <julien@danjou.info>
5019
5020         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5021         harmful if you have 2 images side-by-side, they can't be properly
5022         update on text deletion.  Using text-property is safer here.
5023         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5024         data.
5025
5026 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * nnimap.el (nnimap-expunge-inbox): Remove.
5029         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5030         (nnimap-expunge): Flip default to t.
5031
5032         * gnus.el (gnus-method-to-server): Don't push things to the cache
5033         unless it's unique.
5034         (gnus-server-to-method): Ditto.
5035
5036 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5039
5040 2010-09-22  Julien Danjou  <julien@danjou.info>
5041
5042         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5043         get the start of data.
5044         (gnus-html-encode-url): Add this function to encode special chars in
5045         URL.
5046         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5047         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5048
5049         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5050         default.
5051         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5052
5053         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5054         images alt-text.
5055         (gnus-html-put-image): Put alt-text as help-echo.
5056
5057 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5060         * mm-util.el (mm-decompress-buffer)
5061         * nnir.el (nnir-run-find-grep)
5062         * pop3.el (pop3-list): Use 3rd arg of split-string.
5063
5064         * time-date.el (format-seconds): Comment fix.
5065
5066         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5067         and byte-optimize-form-code-walker.
5068         (dgnushack-make-auto-load): Don't advise make-autoload.
5069
5070         * lpath.el: Remove Emacs 21 stuff.
5071
5072 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5075         outside the active range.  Suggested by Dan Christensen.
5076
5077         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5078         slightly later to avoid double-getting it.
5079
5080         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5081         previous patch.
5082
5083         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5084
5085 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5086
5087         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5088
5089 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-int.el (gnus-open-server): Give a better error message in the
5092         "go offline" case.
5093
5094         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5095         marks for nnimap, which is seldom the right thing to do.
5096
5097         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5098         (gnus-same-method-different-name): New function.
5099
5100         * nnimap.el (parse-time): Require.
5101
5102         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5103         method in the presence of many similar methods.
5104
5105         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5106
5107         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5108         nnml-inhibit-expiry.
5109
5110         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5111         find out whether methods are equal.
5112
5113         * nnimap.el (nnimap-find-expired-articles): New function.
5114         (nnimap-process-expiry-targets): New function.
5115         (nnimap-request-move-article): Request the article before looking at
5116         what the Message-ID is.  Fix found by Andrew Cohen.
5117         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5118
5119         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5120         for oldness in addition to being a predicate.
5121
5122         * nnimap.el (nnimap-request-group): When we have zero articles, return
5123         the right data to Gnus.
5124         (nnimap-request-expire-articles): Only delete articles immediately if
5125         the target is 'delete.
5126
5127         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5128         method, this would bug out.
5129
5130         * gnus-group.el (gnus-group-expunge-group): Rename from
5131         gnus-group-nnimap-expunge, and implemented as a normal interface
5132         function.
5133
5134         * gnus-int.el (gnus-request-expunge-group): New function.
5135
5136         * nnimap.el (nnimap-request-create-group): Implement.
5137         (nnimap-request-expunge-group): New function.
5138
5139 2010-09-21  Julien Danjou  <julien@danjou.info>
5140
5141         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5142         (gnus-html-cache-expired): Add new function.
5143         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5144         wethever we should display image for fetch it.
5145         Compute alt-text earlier to pass it to the fetching function too.
5146         (gnus-html-schedule-image-fetching): Change function argument to only
5147         get one image at a time, not a list.
5148         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5149         cache.
5150         (gnus-html-get-image-data): New function to retrieve image data from
5151         cache.
5152         (gnus-html-put-image): Change buffer argument to use image data rather
5153         than file, and place image above region rather than inserting a new
5154         one.  Do not take alt-text as argument, since it's useless now: we place
5155         the image above alt-text.
5156         (gnus-html-prune-cache): Remove.
5157         (gnus-html-show-images): Start to fetch image when we find one, do not
5158         push into a temporary list.
5159         (gnus-html-prefetch-images): Only fetch image if they have expired.
5160         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5161         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5162
5163 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5166
5167 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5170         spec inser "*" if the group isn't active instead of 0.
5171
5172         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5173         opening the server.
5174         (nnimap-request-delete-group): Implement group deletion.
5175         (nnimap-transform-headers): Return the size of the entire message in
5176         the Bytes header, not just the size of the first part.
5177         (nnimap-request-move-article): When moving an article from nnimap,
5178         request the article first so the accepting form has an article to
5179         accept.  Reported by Dan Christensen.
5180         (nnimap-command): Make sure that the error message doesn't error out.
5181
5182 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5183
5184         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5185         we haven't requested anything.
5186
5187 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5190         "".  Fix found by Andrew Cohen.
5191
5192         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5193         instead of -encode-string.
5194
5195 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5198
5199         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5200         by mm-subst-char-in-string.
5201
5202 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5205         waiting for the connection string.
5206
5207         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5208         arriving.
5209
5210         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5211         bogus characters.  This allows selecting certain Gmail groups.
5212
5213         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5214         (nnimap-fetch-partial-articles): New variable.
5215         (nnimap-open-connection): When looking for credentials, also use the
5216         nnimap-server-port.
5217         (nnimap-request-article): Return the group/article number, so that Gnus
5218         `^' works as expected.
5219         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5220
5221         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5222         comments.
5223         (gnus-methods-sloppily-equal): New function.
5224         (gnus): When using the development version of Gnus, load the gnus-load
5225         file.
5226
5227         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5228         `gnus-open-server' on each method before trying to scan them etc.
5229         This ensures that all the backend parameters are set correctly.
5230
5231         * nnimap.el (nnimap-authenticator): New variable.
5232         (nnimap-open-connection): Allow anonymous login.
5233         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5234         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5235
5236         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5237         patch, found by Knut Anders Hatlen.
5238
5239 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5240
5241         * gnus-agent.el (gnus-agent-batch-confirmation)
5242         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5243         to gnus-message.
5244         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5245         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5246         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5247         * gnus-int.el (gnus-open-server): Likewise.
5248         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5249         (gnus-score-check-syntax): Likewise.
5250         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5251         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5252         Likewise.
5253         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5254
5255 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5258         calling conventions so that prefetch doesn't bug out.
5259
5260 2010-09-19  Julien Danjou  <julien@danjou.info>
5261
5262         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5263         rather than `subst-char-in-region' in order to be able to replace ASCII
5264         char by UTF-8 ones.
5265
5266         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5267         than curl.
5268         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5269         the right URL and ALT text on images.
5270         (gnus-html-wash-tags): Fix tag case.
5271         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5272         (gnus-article-html): Add -o display_ins_del=2 option.
5273         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5274
5275 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5278         the extra mail headers, which sometimes seem to happen for unknown
5279         reasons.
5280
5281         * mail-parse.el (mail-header-encode-parameter): Define as
5282         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5283         (or most, perhaps?) mail readers don't understand the latter, but do
5284         understand the former.
5285
5286         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5287         to nil, so that no methods are automatically agentized.  I think this
5288         is probably what most users want.
5289
5290         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5291         from url-retrieve, for instance about invalid URLs.
5292
5293         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5294         groups that have no articles.
5295         (nnimap-request-article): Check that we really got an article when we
5296         requested one.
5297
5298         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5299         doesn't exist.
5300
5301         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5302         nntp buffer so the agent can save it.
5303         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5304         that CRLF doesn't get translated to \n.
5305         (nnimap-open-connection): Don't make 'shell commands only send \n.
5306
5307 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5308
5309         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5310         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5311         Update var name.
5312         (nnml-generate-nov-file): Use dolist.
5313         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5314         Use with-current-buffer.
5315
5316 2010-09-18  Julien Danjou  <julien@danjou.info>
5317
5318         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5319         parallel.
5320
5321 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5324         the range update right.
5325         (nnimap-request-group): Don't make `M-g' bug out on group with no
5326         marks.
5327         (nnoo): Require, so that other packages can require nnimap.
5328         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5329         command we're looking for.  This helps when the server sends more
5330         responses after we've gotten everything we expected.
5331         (nnimap): Add a `newlinep' field to keep track of end-of-line
5332         conventions.
5333         Don't send CRLF to things that don't want it.
5334         (nnimap-request-accept-article): Ditto.
5335
5336 2010-09-18  Julien Danjou  <julien@danjou.info>
5337
5338         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5339         than curl to retrieve images.
5340
5341 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5344         the marks.
5345         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5346         (nnimap-wait-for-connection): New function.
5347         (nnimap-open-connection): If we have PREAUTH, don't query for login
5348         credentials.
5349         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5350         when doing a partial update.
5351
5352 2010-09-18  Julien Danjou  <julien@danjou.info>
5353
5354         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5355         tags.
5356
5357 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * nnimap.el (nnimap-credentials): New function.
5360         (nnimap-open-connection): Use the new function to look for credentials
5361         also on the numeric equivalents of "imap" and "imaps".
5362
5363         * gnus-start.el (gnus-activate-group): Send the info to
5364         gnus-request-group.
5365
5366         * nnimap.el (nnimap-request-group): Have the "check" version of the
5367         function parse flags and update the info, so that a `M-g' get a total
5368         resync of all flags from the group.
5369
5370         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5371         to allow backends to alter the info on group selection.  Also alter all
5372         the backend -request-group functions to take the parameter.
5373
5374         * nnimap.el (nnimap-store-info): New function.
5375         (nnimap-update-info): Store the info for later usage.
5376         (nnimap-request-group): Use the stored info for the dont-check case, so
5377         that we don't retrieve all marks when we enter a group.
5378
5379         * nnimap.el: Use deffoo instead of defun for interface functions.
5380
5381         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5382         update the group info.  This makes the nndraft groups, for instance, go
5383         back to their old behaviour.
5384
5385         * gnus-sum.el (gnus-select-newsgroup): Indent.
5386
5387         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5388         in.
5389         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5390         nothing.
5391
5392         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5393         from methods that are denied.
5394
5395         * gnus-int.el (gnus-method-denied-p): New function.
5396
5397         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5398         store the password instead of netrc.
5399         (nnimap-open-connection): Don't error out when we can't make a
5400         connections.
5401
5402         * auth-source.el (auth-source-create): In the password prompt, say what
5403         we're querying for.  Also prompt for user name if that hasn't been
5404         given.
5405
5406         * nnimap.el (nnimap-with-process-buffer): Remove.
5407
5408 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5411         method when we're reading from the agent.
5412
5413         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5414
5415         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5416         that's probably most useful for users.
5417
5418         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5419         "failed" all the time.
5420
5421         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5422         ...)) with (with-current-buffer ... ).
5423
5424         * nntp.el (nntp-open-server): Return whether the open was successful or
5425         not.
5426
5427         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5428         select an unread unseen article first.
5429
5430         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5431         /etc/services, supply some sensible port defaults.
5432
5433         * dgnushack.el: Define netrc-credentials.
5434
5435 2010-09-17  Julien Danjou  <julien@danjou.info>
5436
5437         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5438
5439 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5440
5441         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5442         doesn't have any parameters.
5443
5444 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5447         only upcased checks.
5448
5449         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5450
5451         * nnimap.el (nnimap-open-shell-stream): New function.
5452         (nnimap-open-connection): Use it.
5453         (nnimap-transform-headers): Get the number of lines in each message.
5454         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5455         number of lines.
5456         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5457         problem.
5458
5459         * utf7.el (utf7-encode): Autoload.
5460
5461         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5462         to allow the mail splitting to not return a default group.  This is
5463         useful for nnimap, which will leave unmatched mail in the inbox.
5464
5465         * nnimap.el: Rewritten.
5466
5467         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5468         nnimap usage.
5469
5470         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5471         if the move is internal, so that nnimap can do fast internal moves.
5472
5473         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5474         data.
5475         (gnus-read-active-for-groups): Support finishing the early retrieval of
5476         data.
5477
5478         * gnus-range.el (gnus-range-nconcat): New function.
5479
5480         * gnus-int.el (gnus-finish-retrieve-group-infos)
5481         (gnus-retrieve-group-data-early): New functions.
5482
5483 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5484
5485         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5486         (nnrss-retrieve-groups):
5487         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5488         (pop3-quit): Use with-current-buffer.
5489
5490 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5493         instead of nnheader-accept-process-output.
5494
5495         * dgnushack.el (dgnushack-compile): Add comment.
5496
5497         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5498
5499         * gnus-html.el (gnus-html-schedule-image-fetching)
5500         (gnus-html-prefetch-images): Replace process-kill-without-query by
5501         gnus-set-process-query-on-exit-flag.
5502
5503 2010-09-16  Romain Francoise  <romain@orebokech.com>
5504
5505         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5506
5507 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5510         parameter to unintern is mandatory-ish in Emacs 24.
5511
5512         * gnus-html.el (gnus-html-schedule-image-fetching)
5513         (gnus-html-prefetch-images): Check for curl before using it.
5514
5515         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5516         depend on curl, which isn't essential.
5517
5518         * imap.el: Revert back to version
5519         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5520         seem problematic.
5521
5522 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5523
5524         * gnus-registry.el (gnus-registry-install-shortcuts):
5525         Explicitly pass `obarray' to `unintern' to avoid a warning.
5526
5527 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5530         change.
5531
5532         * nnrss.el (nnrss-request-list): Remove this function and related
5533         functions, including the moreover stuff.
5534
5535 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * nnrss.el (nnrss-retrieve-groups): New function.
5538
5539 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5540
5541         * .dir-locals.el: Add no-byte-compile cookie.
5542
5543 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * time-date.el (format-seconds): Comment fix.
5546
5547         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5548         for back end that doesn't support request-scan.
5549
5550 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5553         then do request scans from the backends.
5554
5555         * netrc.el (netrc-credentials): New conveniency function.
5556
5557         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5558         avoid running a hook per line, since this takes a lot of time,
5559         profiling shows.
5560         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5561         directly if gnus-visual-p is true.
5562
5563 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5566         groups; replace mapcar with dolist which is a bit faster; pass groups
5567         info to gnus-read-active-file-1.
5568         (gnus-read-active-file-1): Scan only specified groups if the new
5569         optional arg `infos' is given.
5570
5571 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5574
5575         * pop3.el (pop3-movemail): Remove.
5576         (pop3-streaming-movemail): Rename to pop3-movemail.
5577
5578         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5579         don't restrict end-tag searches to the end of the line.
5580
5581 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5584         articles of every unchecked group to t, which means unknown since the
5585         server has never been opened.
5586
5587 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588
5589         * gnus-html.el (gnus-html-show-alt-text): New command.
5590         (gnus-html-browse-image): Ditto.
5591         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5592         to browse the image directly.
5593         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5594         better.
5595
5596         * gnus-async.el (gnus-async-article-callback):
5597         Call `gnus-html-prefetch-images' unconditionally.
5598
5599         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5600         before feeding URLs to curl.
5601
5602 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5605         internal images as deletable by `W D D'.
5606
5607         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5608         (gnus-async-article-callback): Fix typo.
5609
5610 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5613         current line to work around bugs in the output from w3m.
5614
5615         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5616         for groups that want that.
5617
5618         * nntp.el (nntp-wait-for-string): Supply a timeout for
5619         accept-process-output to ensure progress.
5620
5621         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5622         level to get unread articles from, then use that for foreign groups,
5623         too.
5624
5625         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5626         confuses the rest of the function.
5627
5628         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5629         for the methods that support -retrieve-groups, too.
5630
5631         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5632
5633 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5636         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5637
5638         * pop3.el: Require cl when compiling.
5639         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5640
5641 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5644         that aren't going to be activated.
5645         (gnus-get-unread-articles): Fix up the last commit.
5646
5647         * gnus-html.el (gnus-article-html): Allow calling without specifying
5648         the handle.  In that case, dissect the buffer first.
5649
5650         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5651
5652         * nnimap.el (nnimap-open-connection): Revert the change that would look
5653         into authinfo for imaps instead of imap.
5654
5655         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5656         say that you don't want to call gnus-request-group with don-check, but
5657         do check the reponse.  This is for virtual groups only.
5658         (gnus-get-unread-articles): Count the archive groups as secondary, so
5659         that they're activated the same way as before.
5660
5661         * imap.el (imap-message-map): Removed optional buffer parameter, since
5662         no callers use it.
5663         (imap-message-get): Ditto.
5664         (imap-message-put): Ditto.
5665         (imap-mailbox-map): Ditto.
5666         (imap-mailbox-put): Ditto.
5667         (imap-mailbox-get): Ditto.
5668         (imap-mailbox-get): Revert last change for this function.
5669
5670         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5671         case-insensitively.
5672         (nnimap-debug): Remove.
5673
5674         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5675         to use `imap-fetch' instead.  According to the comments, this should be
5676         safe, since all other IMAP clients use the 1:* syntax.
5677         (imap-enable-exchange-bug-workaround): Removed.
5678         (imap-debug): Removed -- doesn't seem very useful.
5679
5680         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5681         mail from a file, and the file doesn't exist.
5682
5683         * imap.el (imap-log): New convenience function used throughout instead
5684         of repeating the same code all over the place.
5685
5686         * pop3.el (pop3-streaming-movemail): Return t for success.
5687
5688         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5689         .authinfo if we're using ssl connection.
5690
5691         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5692         already have if we're in a main Gnus `g' run.
5693
5694         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5695
5696 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5699
5700         * nnmh.el (nnmh-request-list-1): Bind `file'.
5701
5702         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5703         alias to set-process-query-on-exit-flag or process-kill-without-query.
5704         (pop3-open-server): Use it.
5705
5706 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5709         box to the Incoming file.  Fixes mistake in previous checkin.
5710
5711         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5712         request loop (for debugging purposes) removed.
5713
5714         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5715         culprit is more visible.
5716         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5717         (nnml-add-incremental-nov): New functions to do "incremental" nov
5718         updates, where we just append to the end of the existing nov files
5719         without reading/writing them in full.
5720
5721         * mail-source.el (mail-source-delete-crash-box): Really only check the
5722         incoming files once in a while.
5723
5724         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5725
5726         * mail-source.el (mail-source-delete-crash-box): Only check the
5727         incoming files for deletion once per day to save a lot of file
5728         accesses.
5729
5730         * pop3.el (pop3-logon): Fix up unbound variable typo.
5731
5732         * mail-source.el (pop3-streaming-movemail): Autoload.
5733
5734         * pop3.el (pop3-streaming-movemail):
5735         Respect pop3-leave-mail-on-server.
5736
5737         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5738         retrieval.
5739
5740         * pop3.el (pop3-process-filter): Remove unused function.
5741         (pop3-streaming-movemail, pop3-send-streaming-command)
5742         (pop3-wait-for-messages, pop3-write-to-file)
5743         (pop3-number-of-responses): New functions for streaming pop3
5744         retrieval.
5745
5746         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5747         come from no known methods.
5748         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5749         list.
5750
5751         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5752         message sizes.
5753         (pop3-movemail): Use erase-buffer instead of looping and deleting
5754         regions, which seems rather odd.
5755
5756         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5757         file once per `g' run.
5758
5759         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5760         directories.  This makes the draft queue directory work.
5761
5762         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5763         data from the backends, so that we only request the list of groups from
5764         each method once.  This should speed things up considerably.
5765
5766         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5767         detect that it's not implemented.
5768
5769         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5770         we actually do recurse down into the tree, but don't stat all leaf
5771         nodes.
5772
5773         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5774         then say so instead of bugging out.
5775
5776         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5777         files exist before trying to read them.
5778
5779         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5780         around <pre_int>.
5781
5782         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5783
5784         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5785
5786 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * mm-util.el (mm-image-load-path): Just return the image directories,
5789         not all directories in the path in addition to the image directories.
5790         (mm-image-load-path): Maintain a cache of the image directories so that
5791         the `g' command in Gnus doesn't have to stat dozens of directories each
5792         time.
5793
5794         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5795         (gnus-html-wash-tags): Add a new `i' command to insert images.
5796         (gnus-html-insert-image): New command and keystroke.
5797         (gnus-html-redisplay-with-images): New command and keystroke.
5798         (gnus-html-show-images): Rename command.
5799         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5800         spacers.
5801         (gnus-html-wash-tags): Decode entities at the end, so that entities
5802         inside the tags don't mess up the rest of the "parsing".
5803
5804         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5805         so that nnimap methods aren't agentized by default.  There's apparently
5806         many problems related to agent/imap behaviour.
5807
5808         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5809
5810         * gnus-html.el: Doc fix.
5811
5812 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5815         specifier-spec-list for Emacs 21.
5816
5817         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5818         glyph-width and glyph-height instead of display-graphic-p and
5819         image-size; make avoidance of displaying small images work for XEmacs.
5820
5821         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5822         for XEmacs.
5823
5824         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5825         of symbol that holds plist data.
5826         (gnus-process-plist): Remove plist of process after getting it.
5827
5828 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * message.el (message-generate-hashcash): Change default to
5831         'opportunistic if hashcash is installed.
5832
5833         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5834         (gnus-html-put-image): Only call image-size once, since it's somewhat
5835         time-consuming on remote X servers.
5836
5837 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5840         type on data, not a file name.
5841
5842         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5843         window-pixel-edges for Emacs 21.
5844
5845         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5846         decoded contents.
5847         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5848
5849 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5852         group line format, since it isn't very interesting.
5853
5854         * gnus-agent.el (gnus-agent-short-article),
5855         (gnus-agent-long-article): Increase values for these two variables,
5856         since most people are likely to have more network connection and
5857         storage than before.
5858
5859         * gnus.el (gnus-refer-article-method): Change default to 'current.
5860         When referring an article, the common behaviour is to refer it from the
5861         current select method, not the native select method.  The chances of
5862         the native select method having the message in question is rather slim
5863         these days.
5864
5865         * gnus-sum.el (gnus-auto-select-subject): Change default to
5866         `unseen-or-unread'.  I think it's likely that most people want to
5867         select an unseen article over a previously seen, but unread one.
5868
5869         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5870         means that in the article buffer none of the minor mode elements will
5871         be shown, usually, and this is not desirable in most cases.
5872
5873         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5874         that commands like `d' (and the like) go to the next line in the
5875         buffer, instead of the next unread article.  I think this is the
5876         behaviour that is most natural for most users.
5877         (gnus-single-article-buffer): Change default to nil, so that people can
5878         have as many article buffers open as they have summary buffer.  I think
5879         this is the most natural way for the groups to behave.
5880
5881         * message.el (message-generate-new-buffers): Change default to
5882         `unsent', so that all new message buffers start their names with the
5883         string "*unsent", and it's easier to find the buffers if you move from
5884         them.
5885
5886 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5889         small.  They're probably tracking images.
5890         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5891         (gnus-html-rescale-image): Yet another try at getting the image sizing
5892         right.
5893
5894         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5895         nntp-marks-file-name is nil.
5896
5897 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * gnus-html.el (gnus-html-wash-tags)
5900         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5901         Better logging.
5902
5903 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5906
5907         * gnus-html.el (gnus-html-wash-tags): Check the value of
5908         gnus-blocked-images in the summary buffer.
5909
5910 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5911
5912         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5913
5914 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5917         like "a", it seems like.
5918         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5919         since it needs to be picked from the correct buffer.
5920
5921         * nnwfm.el: Remove.
5922
5923         * nnlistserv.el: Remove.
5924
5925 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5928         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5929
5930 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * nnkiboze.el: Remove.
5933
5934         * nndb.el: Remove.
5935
5936         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5937         alt text.
5938         (gnus-html-rescale-image): Try to get the rescaling logic right for
5939         images that are just wide and not tall.
5940
5941         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5942         overshadow variable bindings.
5943
5944 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5945
5946         * gnus-html.el (gnus-html-wash-tags)
5947         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5948         Add extra logging.
5949
5950 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5951
5952         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5953         (gnus-max-image-proportion): New variable.
5954         (gnus-html-rescale-image): New function.
5955         (gnus-html-put-image): Rescale images.
5956
5957 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5958
5959         Fix up some byte-compiler warnings.
5960         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5961         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5962         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5963         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5964         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5965         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5966         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5967
5968 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-html.el (gnus-article-html): Decode contents by charset.
5971
5972 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5975         (gnus-html-frame-width, gnus-blocked-images)
5976         * message.el (message-prune-recipient-rules): Add custom version.
5977         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5978
5979         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5980         functions.
5981
5982         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5983         gnus-process-get.
5984
5985 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5986
5987         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5988         instead of lsub directly.
5989
5990 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * nnwarchive.el: Remove.
5993
5994         * gnus-soup.el: Remove.
5995
5996         * nnsoup.el: Remove.
5997
5998         * nnultimate.el: Remove.
5999
6000         * gnus-html.el (gnus-blocked-images): New variable.
6001
6002         * message.el (message-prune-recipients): New function.
6003         (message-prune-recipient-rules): New variable.
6004
6005         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6006         guess whether a long line is natural text or not.
6007
6008         * gnus-html.el (gnus-html-schedule-image-fetching):
6009         Use gnus-process-plist and friends for compatibility.
6010
6011 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6012
6013         * gnus-html.el: Require packages that define macros used in this file.
6014         (gnus-article-mouse-face): Declare to silence byte-compiler.
6015         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6016         process-get.
6017         (gnus-html-put-image): Use plist-get to avoid getf.
6018         (gnus-html-prefetch-images): Use with-current-buffer.
6019
6020 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-ems.el: Provide compatibility functions for
6023         gnus-set-process-plist.
6024
6025         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6026         header-line-format for XEmacs 21.4.
6027
6028         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6029         * gnus.el (gnus-valid-select-methods)
6030         * message.el (message-send-mail-partially-limit)
6031         * mm-decode.el (mm-text-html-renderer)
6032         * mml.el (mml-insert-mime-headers-always)
6033         * smiley.el (smiley-regexp-alist): Bump custom version.
6034
6035 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036
6037         * gnus-html.el: require mm-url.
6038         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6039         with the url to `url'.
6040         (gnus-html-wash-tags): Support cid: URLs/images.
6041
6042 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6043
6044         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6045         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6046         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6047
6048         * gnus-move.el: Remove file, since it doesn't really work.
6049
6050         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6051         UTF-8.  This seems to fix problems with some German web feeds.
6052
6053         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6054         at the top so that the proper colours are applied.
6055
6056         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6057         don't have dots in their names.
6058
6059         * gnus-art.el (gnus-article-view-part): Doc fix.
6060
6061         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6062         XEmacs-compatible.
6063         (gnus-html-put-image): Don't do images on non-graphic displays.
6064
6065         * nnslashdot.el: Remove this unused backend.
6066
6067         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6068         actions.
6069         (gnus-undo-register-1): Revert last change.
6070
6071         * gnus-group.el (gnus-group-completing-read): Protect against not
6072         having completion-styles bound.
6073
6074         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6075         make broken recipients happier.
6076
6077         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6078
6079         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6080         point parameter.
6081
6082         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6083
6084         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6085         completion-styles for group selection.
6086
6087 2009-02-04  Andreas Schwab  <schwab@suse.de>
6088
6089         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6090         headers and regexp-quote the match if necessary.
6091
6092 2009-03-24  Miles Bader  <miles@gnu.org>
6093
6094         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6095         the blinking smiley.
6096
6097 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6098
6099         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6100         blink smiley.
6101
6102 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6105         where the dribbel file lives exists.
6106
6107         * message.el (message-send-mail-partially-limit): Change the default to
6108         nil, since most people don't want this.
6109
6110         * mm-url.el (mm-url-decode-entities): Also decode entities like
6111         &#x3212.
6112
6113 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6114
6115         * gnus-sum.el (gnus-summary-idna-message):
6116         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6117         Hyperlink urls in docstrings with URL `...'.
6118
6119 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6120
6121         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6122         functions.
6123
6124 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6127         say what the mouseover text should be.
6128
6129         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6130         version of the mm-w3m-safe-url-regexp variable to only download images
6131         in the groups where we want that to happen.
6132
6133         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6134
6135         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6136         easier debugging.
6137         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6138         big pictures in the article buffer.
6139
6140         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6141         gnus-article-html.
6142         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6143         w3m.
6144
6145         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6146
6147 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6150         which doesn't exist.
6151
6152         * message.el (message-inhibit-ecomplete): New variable to allow some
6153         function to inhibit ecomplete address storage.
6154         (message-resend): Disable ecomplete message storage when resending
6155         messages.
6156
6157         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6158
6159 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6162         Save excursion while copying, moving, and deleting articles in order to
6163         prevent the cursor from jumping to unforeseen place.
6164
6165 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * lpath.el: No need to bind bookmark-current-buffer,
6168         bookmark-yank-point and bookmark-make-record-function.
6169
6170 2010-08-17  Glenn Morris  <rgm@gnu.org>
6171
6172         * gnus-sync.el: Require gnus components whose functions are used.
6173
6174         * gnus-art.el (bookmark-make-record-function):
6175         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6176         Declare for compiler.
6177
6178         * mm-url.el (mml-compute-boundary): Autoload.
6179
6180 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6183
6184 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6185
6186         Typo fix "hoo4a" -> "hook".
6187
6188         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6189
6190 2010-08-14  Glenn Morris  <rgm@gnu.org>
6191
6192         * gnus-sync.el (gnus-sync): Fix defgroup version.
6193
6194 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6195
6196         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6197
6198         * gnus-sync.el: Fix docs.
6199         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6200         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6201
6202 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         Optimizations for gnus-sync.el.
6205
6206         * gnus-sync.el: Add docs about gnus-sync-backend
6207         possibilities.
6208         (gnus-sync-save): Remove unnecessary message.
6209         (gnus-sync-read): Optimize and show what groups were skipped.
6210
6211 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6212
6213         Minor bug fixes for gnus-sync.el.
6214
6215         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6216         Don't read the sync on get-new-news.
6217
6218         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6219         quiet.
6220
6221         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6222         (fix typo).
6223
6224 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6225
6226         Make saving and restoring of hidden threads work with overlays.
6227         Patch applied by Ted Zlatanov.
6228
6229         * gnus-sum.el (gnus-hidden-threads-configuration)
6230         (gnus-restore-hidden-threads-configuration): Update to deal with text
6231         properties, rather than searching for a magic character.
6232
6233 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         New gnus-sync.el library for synchronization of marks.
6236
6237         * gnus-sync.el: New library for synchronization of marks.
6238
6239         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6240         renamed from `gnus-registry-grep-in-list'.
6241
6242         * gnus-registry.el (gnus-registry-follow-group-p):
6243         Use `gnus-grep-in-list'.
6244
6245         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6246
6247 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6250         determining charset of text fails.
6251
6252 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * nnmail.el (nnmail-get-new-mail-1): Revert.
6255
6256         * nnml.el (nnml-active-number): Make sure names of newly created groups
6257         in nnml-group-alist are encoded.
6258
6259 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6262         containing non-ASCII characters in active file for nnml back end.
6263
6264 2010-07-24  David Engster  <dengste@eml.cc>
6265
6266         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6267         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6268
6269 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6270
6271         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6272         tag (Bug#6654).
6273
6274 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6277         the article buffer, not the summary buffer.
6278
6279 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6282         Emacs 23 as well.
6283
6284 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6287         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6288
6289 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6290
6291         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6292         Patch applied by Karl Fogel.
6293
6294         * gnus-sum.el (gnus-summary-bookmark-make-record):
6295         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6296
6297 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6298
6299         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6300         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6301         C-w still not working correctly from Article buffers; Thierry's
6302         patch to fix that will be applied after this.
6303
6304         * gnus-art.el (bookmark-make-record-function): New local variable.
6305
6306         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6307         article buffer.
6308         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6309
6310 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6311
6312         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6313         on changes in bookmark.el.
6314
6315 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6318         `no-log' instead of message not to log prompt string.
6319
6320 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6321
6322         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6323         the *other* type of HTML form submission.
6324
6325 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6326
6327         * auth-source.el (auth-source-pick): If choice does not contain a
6328         questioned keyword, set the check to t.
6329
6330 2010-06-12  Romain Francoise  <romain@orebokech.com>
6331
6332         * gnus-util.el (gnus-date-get-time): Move up before first use.
6333
6334 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6337         (gnus-article-edit-part): Bind it to make last part that is substituted
6338         or deleted visible.
6339         (gnus-mime-display-single): Buttonize part of which id equals to
6340         gnus-mime-buttonized-part-id.
6341
6342 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6343
6344         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6345         (gnus-dd-mmm): Use gnus-date-get-time.
6346         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6347         simplify logic.
6348         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6349         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6350
6351 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6352
6353         * auth-source.el (top): Autoload `secrets-list-collections',
6354         `secrets-create-item', `secrets-delete-item'.
6355         (auth-sources): Fix tag string.
6356         (auth-get-source, auth-source-retrieve, auth-source-create)
6357         (auth-source-delete): New defuns.
6358         (auth-source-pick): Rewrite in order to avoid 2 passes.
6359         (auth-source-forget-user-or-password): New parameter USERNAME.
6360         (auth-source-user-or-password): New parameters CREATE-MISSING and
6361         DELETE-EXISTING.  Retrieve password interactively, if needed.
6362
6363 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6364
6365         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6366         deleting unused directories when gnus-expert-user is t.
6367
6368 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6371         for each temp file when gnus-article-browse-delete-temp is ask.
6372
6373 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6374
6375         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6376         Lisp calls to delete-backward-char by calls to delete-char.
6377
6378 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6379
6380         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6381
6382 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6383
6384         * password-cache.el (password-cache-remove): Fix docstring.
6385
6386 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6389         article unless decoding article to be saved.
6390
6391 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6394         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6395         generated within the mm-with-unibyte-current-buffer macro.
6396
6397 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6400         to nil when we're in a mml-preview buffer and no group is selected.
6401
6402 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6403
6404         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6405         when catching the `C-g'.  Reported by "Leo".
6406
6407 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * message.el (message-forward-make-body-plain)
6410         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6411         multibyte-string-p.
6412
6413         * lpath.el: Revert.
6414
6415 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * message.el (message-forward-make-body-mml): Assume original message
6418         is multibyte string; error on unibyte.
6419         (message-forward-make-body-plain): Ditto; don't add excessive newline
6420         in body end.
6421
6422         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6423
6424 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6425
6426         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6427         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6428
6429 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * mm-extern.el (mm-extern-url): Don't use
6432         mm-with-unibyte-current-buffer.
6433         (mm-extern-cache-contents): Use with-current-buffer instead of
6434         save-excursion + set-buffer.
6435
6436 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * mm-util.el (mm-emacs-mule): Remove.
6439
6440 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6441
6442         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6443         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6444         change.
6445
6446 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6449         bind the default value of enable-multibyte-characters to nil.
6450
6451 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * message.el (message-forward-make-body-plain)
6454         (message-forward-make-body-mml):
6455         Don't use mm-with-unibyte-current-buffer.
6456
6457 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6458
6459         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6460
6461 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6462
6463         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6464         (Bug#5592).
6465
6466 2010-05-07  Julien Danjou  <julien@danjou.info>
6467
6468         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6469         it to mm-pipe-part.
6470
6471         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6472         it is given.
6473
6474 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * binhex.el (binhex-decode-region-internal)
6477         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6478         (dns-query)
6479         * nnweb.el (nnweb-gmane-search)
6480         * pgg-parse.el (pgg-parse-armor)
6481         * pgg.el (pgg-verify-region)
6482         * sha1.el (sha1-string-external)
6483         * uudecode.el (uudecode-decode-region-internal)
6484         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6485         XEmacs.
6486
6487         * gnus-art.el (gnus-article-browse-html-parts)
6488         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6489         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6490         make-temp-file.
6491
6492         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6493         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6494         compiling.
6495
6496         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6497         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6498         XEmacs when compiling.
6499
6500         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6501         gnus-pick-mode-off-hook for XEmacs when compiling.
6502         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6503         gnus-binary-mode-off-hook for XEmacs when compiling.
6504
6505         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6506         Return nil if char-charset is not available.
6507
6508         * imap.el (imap-disable-multibyte)
6509         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6510         macros.
6511
6512         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6513         instead of encode-coding-string.
6514
6515         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6516         'xemacs) instead of mm-emacs-mule to switch function definitions.
6517         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6518
6519         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6520         bind temporary-file-directory for XEmacs;
6521         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6522         timer-set-function for XEmacs 21.4 and SXEmacs;
6523         bind timer-list for XEmacs 21.4 and SXEmacs;
6524         fbind char-charset and find-charset-region for non-Mule XEmacs;
6525         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6526         encode-coding-region and encode-coding-string for XEmacs having no
6527         file-coding feature.
6528
6529 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6530
6531         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6532
6533 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6536         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6537
6538 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6539
6540         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6541         alias `jka-compr-delete-temp-file' no longer exists.
6542
6543 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6544
6545         Use define-minor-mode in Gnus where applicable.
6546         * mml.el (mml-mode): Use define-minor-mode.
6547         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6548         (gnus-undo-mode): Use define-minor-mode.
6549         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6550         (gnus-dead-summary-mode): Use define-minor-mode.
6551         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6552         Initialize in declaration.
6553         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6554         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6555         (gnus-mailing-list-mode): Use define-minor-mode.
6556         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6557         (gnus-draft-mode): Use define-minor-mode.
6558         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6559         (gnus-dired-mode): Use define-minor-mode.
6560
6561 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6562
6563         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6564         handles on recursive mml-to-mime translation and check them for
6565         boundary delimiter collisions.  Reported by Greg Troxel.
6566
6567 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6570
6571 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6572
6573         * mm-util.el (mm-find-buffer-file-coding-system):
6574         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6575
6576 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6577
6578         * message.el (message-generate-headers): Record insertion of optional
6579         headers as well.  Otherwise the check to prevent repeated insertion of
6580         optional headers is a no-op.
6581
6582 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * smime.el: Don't mention CVS.
6585
6586         * nnrss.el (nnrss-fetch): Don't mention CVS.
6587
6588         * nnir.el: Don't mention CVS.
6589
6590 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6591
6592         * gnus-sum.el (gnus-summary-bookmark-make-record):
6593         Add `location' field.
6594
6595 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * lpath.el: Fbind bookmark-default-handler,
6598         bookmark-get-bookmark-record, bookmark-make-record-default,
6599         bookmark-prop-get for Emacs <23 and XEmacs.
6600
6601 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6602
6603         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6604         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6605         Use with-current-buffer to silence the byte-compiler.
6606         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6607         bother to require `gnus'.
6608         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6609
6610 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6611
6612         * gnus-sum.el (gnus-summary-bookmark-make-record)
6613         (gnus-summary-bookmark-jump): New functions.
6614         (gnus-summary-mode): Setup bookmark support.
6615
6616 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6617
6618         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6619         if set.
6620
6621 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6624         gnus-article-browse-html-save-cid-image; make it work recursively for
6625         forwarded messages as well.
6626         (gnus-article-browse-html-parts): Work when prefix arg is given.
6627         (gnus-article-browse-html-article): Doc fix.
6628
6629 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6630
6631         * message.el (message-default-mail-headers):
6632         (message-default-headers): Carry the value mail-default-headers over
6633         into message-default-mail-headers, rather than message-default-headers.
6634
6635 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6636
6637         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6638         charset.
6639
6640         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6641         charset into the <meta> tag when the article is encoded to utf-8.
6642
6643 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-art.el (gnus-article-browse-delete-temp-files):
6646         Delete directories as well.
6647         (gnus-article-browse-html-parts): Work for images that do not specify
6648         file names; delete temp directory when quitting; insert header at the
6649         right place; use file: scheme for image files.
6650
6651 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6652
6653         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6654         (gnus-article-browse-html-parts): Use it to make temporary cid image
6655         files in addition to html file so that browser may display them.
6656
6657 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6660
6661 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6662
6663         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6664
6665 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * auth-source.el (auth-sources): Change default to be simpler.
6668         Explain about Secret Service API sources.  Improve Customize options.
6669         (auth-source-pick): Change to accept any number of search parameters.
6670         Implement fallbacks iteratively, not recursively.  Add scoring on the
6671         second pass and sort by score.  Call Secret Service API when needed.
6672         (auth-source-user-or-password): Use it.  Call Secret Service API
6673         directly when needed to get the user name and the password.
6674
6675 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6676
6677         * message.el (message-interactive): Doc fix.
6678         (message-qmail-inject-args): Reflow.
6679         (message-kill-to-signature): Fix typo in docstring.
6680
6681         * smiley.el (smiley-buffer): Fix typo in docstring.
6682
6683 2010-03-24  Glenn Morris  <rgm@gnu.org>
6684
6685         * mail-source.el (gnus-message): Declare.
6686         (mail-source-delete-old-incoming): Require gnus-util.
6687
6688 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6691
6692         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6693
6694         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6695         password-cache's default if it is not bound.
6696         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6697         password-cache-expiry's default if it is not bound.
6698
6699         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6700         available in Emacs 21.
6701
6702         * lpath.el: Suppress compiler warnings for:
6703         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6704         XEmacs;
6705         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6706         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6707         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6708
6709 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6710
6711         * auth-source.el (auth-sources): Fix up definition so extra parameters
6712         are always inline.
6713
6714 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6715
6716         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6717         wasn't updated after mismatch.  Clear cached mailbox info correctly
6718         when uidvalidity changes.
6719         (nnimap-group-prefixed-name): New function to avoid some code
6720         duplication.
6721         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6722         (nnimap-request-group): Use it.
6723         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6724         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6725         with many imap folders.  This is done by caching the group status from
6726         the imap server persistently in a group parameter `imap-status'.  (This
6727         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6728         but not persistently, so every Gnus startup was still very slow.)
6729
6730 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6733         delete the extra newline.  Otherwise editing of :string and :number
6734         types don't work.
6735
6736 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6737
6738         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6739         secrets.el dependency.
6740         (auth-sources): Add optional user name.  Add secrets.el configuration
6741         choice (unused right now).
6742
6743 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6744
6745         * gnus-sum.el (gnus-summary-make-menu-bar):
6746         Let `gnus-registry-install-shortcuts' fill in the functions.
6747
6748         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6749         warnings.
6750         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6751         (gnus-registry-install-shortcuts): Populate and use it in a
6752         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6753
6754 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6755
6756         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6757         In-place substitutions for the group name encoding/decoding.
6758         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6759         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6760         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6761         (nnimap-update-unseen, nnimap-request-list)
6762         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6763         (nnimap-request-set-mark, nnimap-split-to-groups)
6764         (nnimap-split-articles, nnimap-request-newgroups)
6765         (nnimap-request-create-group, nnimap-request-accept-article)
6766         (nnimap-request-delete-group, nnimap-request-rename-group)
6767         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6768         `encoded-mbx' for consistency.
6769         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6770         variable `imap-current-mailbox'.
6771
6772         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6773         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6774
6775 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6776
6777         * pop3.el (pop3-display-message-size-flag): Display message size byte
6778         counts during POP3 download.
6779         (pop3-movemail): Use it.
6780         (pop3-list): Implement listing of available messages.
6781
6782 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6783
6784         * nnir.el (nnir-get-article-nov-override-function): New function to
6785         override the normal NOV retrieval.
6786         (nnir-retrieve-headers): Use it.
6787
6788 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6789
6790         * auth-source.el (netrc-machine-user-or-password): Autoload.
6791
6792 2010-03-19  Glenn Morris  <rgm@gnu.org>
6793
6794         Stop message.el from loading about 40 libraries it doesn't always need.
6795         The general approach is to autoload rather than require, and to
6796         require in the specific functions rather than the file.  (Bug#5642)
6797
6798         * gmm-utils.el: Don't require wid-edit.
6799         (widget-create-child-value, widget-convert, widget-default-get):
6800         Autoload.
6801
6802         * gnus-util.el: Don't require time-date, netrc.
6803         (message-fetch-field, gnus-group-name-decode): Declare rather than
6804         autoloading.
6805         (gnus-fetch-field): Require message.
6806         (gnus-decode-newsgroups): Require gnus-group.
6807
6808         * ietf-drums.el: Don't require time-date.
6809
6810         * message.el: Don't require hashcash, canlock, ecomplete.
6811         Do require mail-utils.  Require nnheader only when compiling.
6812         (smtpmail-default-smtp-server): Remove declaration.
6813         (message-send-mail-function): Check smtpmail-default-smtp-server
6814         is bound rather than requiring smtpmail.
6815         (message-auto-save-directory, message-insert-signature):
6816         Use expand-file-name rather than nnheader-concat.
6817         (nnheader-insert-file-contents): Autoload.
6818         (hashcash-wait-async): Declare.
6819         (message-send-mail): Only call gnus-setup-posting-charset if
6820         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6821         (message-send-mail-with-sendmail): Require sendmail.
6822         (canlock-password, canlock-password-for-verify): Declare.
6823         (message-canlock-password): Require canlock.
6824         (nnheader-get-report): Autoload.
6825         (gnus-setup-posting-charset): Declare.
6826         (message-send-news): Require gnus-msg.
6827         (message-make-references, message-make-in-reply-to): Use mail-header-id
6828         rather than the alias mail-header-message-id.
6829         (ecomplete-add-item, ecomplete-save): Declare.
6830         (message-put-addresses-in-ecomplete): Require ecomplete.
6831         (ecomplete-display-matches): Autoload.
6832
6833         * mm-decode.el: Don't require mailcap, gnus-util.
6834         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6835         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6836         Autoload.
6837         (mailcap-mime-extensions): Declare.
6838
6839         * mm-encode.el: Don't require mailcap.
6840         (mailcap-extension-to-mime): Autoload.
6841
6842         * mml-sec.el: Don't require password-cache.
6843
6844         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6845         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6846         (mml-minibuffer-read-type): Require mailcap.
6847         (mml-preview): Require gnus-msg.
6848
6849         * mml1991.el: Require password-cache.
6850         (password-cache-expiry): Remove declaration.
6851
6852         * mml2015.el: Require password-cache.
6853         (password-cache-expiry): Remove declaration.
6854
6855         * nneething.el (mailcap): Require mailcap.
6856
6857         * nnheader.el (declare-function): Add compatibility stub.
6858         (message-remove-header): Declare rather than autoload.
6859         (nnheader-replace-header): Require message.
6860
6861         * nnimap.el (declare-function): Add compatibility stub.
6862         (netrc-parse, netrc-machine-user-or-password): Declare.
6863         (nnimap-open-connection): Require netrc.
6864
6865         * nntp.el (declare-function): Add compatibility stub.
6866         (netrc-parse, netrc-machine, netrc-get): Declare.
6867         (nntp-send-authinfo): Require netrc.
6868
6869         * rfc2047.el: Don't require qp.
6870         (quoted-printable-encode-region, quoted-printable-decode-string):
6871         Autoload.
6872
6873         * sieve-mode.el: Don't require easymenu.
6874         (easy-menu-add-item): Autoload it.
6875
6876         * spam-stat.el (time-to-number-of-days): Autoload it.
6877
6878 2010-03-19  Glenn Morris  <rgm@gnu.org>
6879
6880         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6881
6882 2010-03-18  Glenn Morris  <rgm@gnu.org>
6883
6884         * hashcash.el (declare-function): Remove duplicate definition.
6885
6886 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6887
6888         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6889         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6890         value if any backslash escapes).
6891
6892 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6895         if it is available.  (bug#5647)
6896
6897         * lpath.el: Suppress compiler warning for coding-system-from-name for
6898         Emacs 21 and XEmacs.
6899
6900 2010-03-14  Juri Linkov  <juri@jurta.org>
6901
6902         * hmac-def.el:
6903         * hmac-md5.el:
6904         * netrc.el: Fix keywords.
6905
6906 2010-02-26  Glenn Morris  <rgm@gnu.org>
6907
6908         * message.el (message-send-mail-function): Change the default, so that
6909         it inherits from a customized send-mail-function.  (Bug#5643)
6910
6911 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6912
6913         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6914         shell-command-to-string signals an error (bug#5299).
6915
6916 2010-02-24  Glenn Morris  <rgm@gnu.org>
6917
6918         * message.el (message-smtpmail-send-it)
6919         (message-send-mail-with-mailclient): Doc fixes.
6920
6921 2010-02-16  Glenn Morris  <rgm@gnu.org>
6922
6923         * message.el (message-default-mail-headers): Change the default value
6924         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6925
6926 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6929         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6930
6931 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6932
6933         * time-date.el (date-to-time): Doc fix (Bug#5408).
6934
6935 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6936
6937         * message.el (message-mail): Just pass yank-action on to message-setup.
6938         (message-setup): Handle (FUN . ARGS) form of yank-action.
6939         (message-with-reply-buffer, message-widen-reply)
6940         (message-yank-original): Handle non-buffer values of
6941         message-reply-buffer (Bug#4080).
6942         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6943
6944 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6945
6946         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6947         Fix typo in docstring.
6948
6949 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6950
6951         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6952         response.
6953
6954 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6957
6958         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6959
6960         * message.el (message-check-news-header-syntax): Protect against a
6961         string that `rfc822-addresses' returns when parsing fails.
6962
6963 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6966         (gnus-previous-char-property-change): New functions.
6967
6968         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6969
6970 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6971
6972         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6973         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6974
6975 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6976
6977         * message.el (message-exchange-point-and-mark): Rework last change to
6978         avoid using optional arg of exchange-point-and-mark, for backward
6979         compatibility.
6980
6981 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6982
6983         * message.el (message-exchange-point-and-mark):
6984         Call exchange-point-and-mark with an argument rather than setting
6985         mark-active by hand (Bug#5175).
6986
6987 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * nntp.el (nntp-service-to-port): Work for service expressed with
6990         numeric string; replace [:digit:] with [0-9] for XEmacs.
6991
6992 2009-12-17  Glenn Morris  <rgm@gnu.org>
6993
6994         * gnus-group.el (gnus-bug-group-download-format-alist):
6995         Change emacs entry to debbugs.gnu.org.  Bump :version.
6996
6997 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7000
7001 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * message.el (message-info): Explain why we use `Info-goto-node'.
7004
7005 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7008
7009 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7010
7011         * message.el (message-completion-in-region): New compatibility function.
7012         (message-expand-group): Use it.
7013
7014 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7017         with no unread article should be listed if the 2nd arg `predicate' is
7018         given.
7019
7020 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7023
7024 2009-11-29  Juri Linkov  <juri@jurta.org>
7025
7026         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7027         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7028         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7029
7030 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7031
7032         * sha1.el (sha1-string-external): default-directory "/" in case
7033         otherwise non-existent.  process-connection-type pipe for touch of
7034         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7035
7036 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7037
7038         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7039         it's comms related and sgml-mode.el has "comm" on that basis too.
7040
7041 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7044         containing tspecial characters if they have been already quoted.
7045
7046 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7047
7048         * dns-mode.el (auto-mode-alist): Purecopy string.
7049
7050 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7051
7052         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7053
7054 2009-10-24  Glenn Morris  <rgm@gnu.org>
7055
7056         * gnus-art.el (help-xref-stack-item): Define for compiler.
7057
7058 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7059
7060         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7061
7062 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7065
7066 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7069         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7070
7071 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7074         (gnus-overlays-in): New alias to overlays-in.
7075
7076         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7077         gnus-overlay-get, and gnus-delete-overlay.
7078         (gnus-summary-show-thread): Make it work as well for systems in which
7079         next-single-char-property-change is not available.
7080         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7081
7082         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7083         (gnus-overlay-get): New alias to extent-property.
7084         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7085
7086         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7087         SXEmacs.
7088
7089         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7090         SXEmacs.
7091
7092 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7095
7096 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7097
7098         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7099         and XEmacs that don't have `remove-overlays'.
7100
7101 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7102
7103         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7104         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7105         selective display.  Use overlays instead.
7106
7107 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7108
7109         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7110
7111 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7112
7113         * spam-stat.el (spam-stat-load): Fix typo in message.
7114
7115 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7116
7117         * dig.el (dig-invoke): Fix typo in docstring.
7118         (query-dig): Reflow docstring.
7119
7120 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7121
7122         * gnus-art.el (gnus-article-encrypt-body):
7123         * message.el (message-check-recipients):
7124         * mm-util.el (mm-codepage-setup):
7125         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7126         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7127
7128 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7129
7130         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7131         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7132         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7133         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7134         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7135
7136 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7137
7138         * dig.el: Add "Keywords: comm", as per net-utils.el.
7139
7140 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7141
7142         * dig.el (dig-mode): Use define-derived-mode.
7143
7144 2009-09-19  Glenn Morris  <rgm@gnu.org>
7145
7146         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7147
7148 2009-09-18  Glenn Morris  <rgm@gnu.org>
7149
7150         * gnus-diary.el (gnus-diary-check-message):
7151         * message.el (message-insert-formatted-citation-line):
7152         * nnbabyl.el (top-level):
7153         * nndiary.el (nndiary-schedule):
7154         Fix typos in condition-case handlers.
7155
7156 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7159         configuration that provides the sole article window in a frame;
7160         position point correctly after deleting a part.
7161
7162 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7163
7164         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7165         (spam-resolve-registrations-routine): Use it to unregister articles
7166         that change status.
7167
7168 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7171         with XEmacs.
7172         (parse-time-string-chars): Use it.
7173
7174 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * imap.el (imap-interactive-login): Better messages.
7177         (imap-open): Fix bug with renamed buffer on reconnect.
7178         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7179         for easier debugging and cleaner code.  On successful (guessed based on
7180         server capabilities) secondary authentication, set imap-state
7181         correctly.
7182         (imap-last-authenticator): Define imap-last-authenticator as a variable
7183         to avoid warnings.
7184
7185 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * nnrss.el (nnrss-request-article): Remove binding of
7188         default-enable-multibyte-characters that has gotten needless by
7189         the 2007-07-13 change in rfc2047-encode-message-header.
7190
7191         * mml.el (mml-insert-multipart): Error on the message header.
7192         (mml-insert-part): Error on the message header; position point at
7193         the end of a MIME tag.
7194
7195 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * time-date.el (autoload): Expand define-obsolete-function-alias into
7198         defalias and make-obsolete for old Emacsen that Gnus supports.
7199         (with-no-warnings): Define it for old Emacsen.
7200         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7201         is available.
7202         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7203         float-time is available; suppress compile warning for time-to-seconds.
7204
7205         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7206         (gnus-float-time): Alias to float-time if it exists.
7207
7208         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7209         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7210         float-time is available; suppress compile warning for time-to-seconds.
7211
7212         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7213         XEmacs.
7214
7215 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7216
7217         * imap.el (imap-message-map): Docstring fix.
7218
7219 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7222         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7223         Add the optional argument `encoding' that overrides the default.
7224
7225         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7226         mm-encode-buffer.
7227
7228 2009-09-04  Glenn Morris  <rgm@gnu.org>
7229
7230         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7231         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7232         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7233         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7234         * mm-util.el (mm-with-unibyte-current-buffer)
7235         (mm-find-buffer-file-coding-system):
7236         * yenc.el (yenc-decode-region): Use default-value rather than
7237         default-enable-multibyte-characters.
7238
7239 2009-09-03  Glenn Morris  <rgm@gnu.org>
7240
7241         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7242         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7243         than default-enable-multibyte-characters.
7244
7245 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7246
7247         * gnus-art.el (gnus-article-read-summary-keys):
7248         Fix gnus-buffer-configuration's value temporarily used.
7249
7250 2009-09-02  Glenn Morris  <rgm@gnu.org>
7251
7252         * gnus-util.el (gnus-float-time): New function.
7253         * gnus-delay.el (gnus-delay-article):
7254         * gnus-sum.el (gnus-thread-latest-date):
7255         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7256         * nnspool.el (nnspool-request-newgroups):
7257         Use gnus-float-time rather than time-to-seconds.
7258         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7259
7260         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7261         (gnus-header-subject-face, gnus-header-newsgroups-face)
7262         (gnus-header-name-face, gnus-header-content-face):
7263         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7264         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7265         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7266         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7267         (gnus-cite-face-11):
7268         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7269         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7270         (gnus-server-closed-face, gnus-server-denied-face)
7271         (gnus-server-offline-face):
7272         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7273         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7274         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7275         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7276         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7277         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7278         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7279         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7280         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7281         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7282         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7283         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7284         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7285         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7286         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7287         (gnus-summary-high-undownloaded-face)
7288         (gnus-summary-low-undownloaded-face)
7289         (gnus-summary-normal-undownloaded-face)
7290         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7291         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7292         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7293         (gnus-splash-face):
7294         * message.el (message-header-to-face, message-header-cc-face)
7295         (message-header-subject-face, message-header-newsgroups-face)
7296         (message-header-other-face, message-header-name-face)
7297         (message-header-xheader-face, message-separator-face)
7298         (message-cited-text-face, message-mml-face):
7299         * sieve-mode.el (sieve-control-commands-face)
7300         (sieve-action-commands-face, sieve-test-commands-face)
7301         (sieve-tagged-arguments-face):
7302         * spam.el (spam-face):
7303         Mark face aliases with "-face" in the name as obsolete.
7304
7305 2009-09-01  Glenn Morris  <rgm@gnu.org>
7306
7307         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7308         than goto-line.
7309
7310 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7313         Don't move point if the command is invoked inside the message header.
7314
7315 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7316
7317         * imap.el (imap-send-command): Simplify.
7318         (imap-wait-for-tag): point-max -> buffer-size.
7319
7320 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7321
7322         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7323         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7324         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7325         * nnir.el (nnir-swish-e-index-file):
7326         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7327         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7328         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7329         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7330         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7331         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7332
7333 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7336         Don't save excursion.
7337
7338 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7339
7340         * nnheader.el (nnheader-find-file-noselect):
7341         * mm-util.el (mm-insert-file-contents):
7342         Use (default-value 'major-mode) instead of default-major-mode.
7343
7344 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7345
7346         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7347
7348 2009-08-26  Glenn Morris  <rgm@gnu.org>
7349
7350         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7351         than placing in files.el.
7352
7353 2009-08-25  Glenn Morris  <rgm@gnu.org>
7354
7355         * nnir.el (top-level): Don't require cl at run-time.
7356         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7357         Replace cl-function substitute with gnus-replace-in-string.
7358         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7359         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7360         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7361         simplified expansions.
7362
7363 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7364
7365         * dig.el (dig): Add autoload cookie.
7366
7367 2009-08-22  Glenn Morris  <rgm@gnu.org>
7368
7369         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7370         goto-line.
7371
7372 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7373
7374         * parse-time.el (parse-time-string-chars): Save match data.
7375
7376 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7377
7378         * parse-time.el (parse-time-string-chars): Compute using character
7379         classes, to handle non-ascii characters (Bug#3190).
7380
7381 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7384
7385         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7386         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7387         (gnus-mm-display-part, gnus-mime-display-single)
7388         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7389         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7390
7391         * gnus-sum.el
7392         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7393         (gnus-summary-move-article): Add expirable mark to articles copied or
7394         moved to group that has auto-expire turned on if the option is non-nil.
7395
7396 2009-07-24  Glenn Morris  <rgm@gnu.org>
7397
7398         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7399         Fix typo.  (Bug#3903)
7400
7401 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7404         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7405         that should not be used for draft articles.
7406         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7407         that has no concern in minor mode keys.
7408         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7409         Abolish.
7410
7411 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7414         article without making inquiry to a user for unknown encoding.
7415
7416         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7417         (nnmaildir--scan): Assume i-node and device number that file-attributes
7418         returns might be cons-cell.
7419
7420         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7421
7422         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7423
7424 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7425
7426         * auth-source.el: Remove docs now in auth.texi.  Don't use
7427         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7428         `auth-source-hide-passwords' and use them.
7429
7430 2009-07-15  Glenn Morris  <rgm@gnu.org>
7431
7432         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7433
7434 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7437         excessive whitespace from the default values of title and description.
7438
7439 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7442         mail-fetch-field to fetch Content-Description header in order to
7443         exclude newlines.
7444
7445 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7446
7447         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7448         format used by GnuPG 2.0.11.
7449
7450 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7453         to deleted part.
7454
7455 2009-05-30  David Engster  <dengste@eml.cc>
7456
7457         * nnmairix.el: Remove old documentation in the commentary block.
7458         (nnmairix-request-group): Do not update active file for nnml back ends.
7459         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7460         end so that overview files are ignored.
7461         (nnmairix-update-groups): Make updating the groups more robust by using
7462         marks.
7463         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7464         with dollar characters in message-id.
7465
7466 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7469         2008-12-25 in dns.el.
7470
7471 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7472
7473         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7474         could happen if the text is only composed of spaces and/or tabs.
7475
7476 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7477
7478         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7479         when sending a queued message to avoid extra mml tags.
7480
7481 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7484
7485 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7488         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7489         rmail-toggle-header for XEmacs;
7490         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7491
7492 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-dired.el: Remove autoload for gnus-setup-message.
7495         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7496         displaying Gnus logo; always use compose-mail.
7497
7498 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7501
7502 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7505         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7506         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7507         available.
7508         (gnus-nocem-epg-verify): New function.
7509
7510 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7513
7514 2009-02-15  Glenn Morris  <rgm@gnu.org>
7515
7516         * gnus-util.el (rmail-insert-rmail-file-header)
7517         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7518         autoloads.
7519         (rmail-default-rmail-file): Remove unnecessary declaration.
7520         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7521
7522 2009-02-14  Glenn Morris  <rgm@gnu.org>
7523
7524         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7525         variable (only used in gnus-util, which declares it anyway).
7526         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7527         which was only needed by gnus-art (changed to not use it any more).
7528         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7529         only used in gnus-util, which autoloads it itself.
7530         (rmail-update-summary): Fix autoload.
7531
7532         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7533         rather than rmail-output-to-rmail-file.
7534
7535 2009-02-07  Glenn Morris  <rgm@gnu.org>
7536
7537         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7538         autoload of function that no longer exists.
7539         (rmail-toggle-header): Declare.
7540         (message-forward-rmail-make-body): Handle mbox Rmail.
7541
7542 2009-01-31  Glenn Morris  <rgm@gnu.org>
7543
7544         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7545         2009-01-09 change.
7546
7547 2009-01-31  Dave Love  <fx@gnu.org>
7548
7549         * imap.el (imap-fetch-safe): Bind debug-on-error.
7550         (imap-debug): Add imap-fetch-safe.
7551
7552 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7553
7554         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7555         (auth-source-forget-all-cached): New convenience function.
7556         (auth-source-user-or-password): Accept list of modes or a single mode.
7557
7558         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7559         auth-source modes.
7560
7561         * netrc.el (netrc-machine-user-or-password): Use list of
7562         auth-source modes.
7563
7564         * nnimap.el (nnimap-open-connection): Use list of
7565         auth-source modes.
7566
7567         * nntp.el (nntp-send-authinfo): Use list of
7568         auth-source modes.
7569
7570 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7571
7572         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7573         now.
7574
7575 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7578         coding system in XEmacs; add a workaround for XEmacs.
7579
7580         * lpath.el: Fbind coding-system-aliasee.
7581
7582 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7585         of current-language-environment.
7586
7587 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7590         available at runtime.
7591
7592 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7595
7596 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7597
7598         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7599         the greatest positive fixnum value doesn't work under an XEmacs with
7600         bignum support; use the most-positive-fixnum constant instead,
7601         available since Emacs 21.1 with cl and XEmacs 21.1.
7602
7603 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7606         XEmacs gets not to work.
7607
7608 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * mm-util.el (mm-coding-system-priorities): Allow the value like
7611         "Japanese (UTF-8)" of current-language-environment.
7612
7613 2009-01-09  Glenn Morris  <rgm@gnu.org>
7614
7615         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7616         with last-command-event.
7617
7618 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7621         in the doc string.
7622
7623         * message.el (message-fix-before-sending): Amend comment.
7624
7625 2009-01-08  Dave Love  <fx@gnu.org>
7626
7627         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7628
7629 2009-01-07  David Engster  <dengste@eml.cc>
7630
7631         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7632         simplified server definitions by converting it via
7633         gnus-server-to-method.
7634
7635 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7638         parameter's operands.
7639
7640 2009-01-06  David Engster  <dengste@eml.cc>
7641
7642         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7643         primary select method (for gnus-group-mark-article-as-read).
7644
7645 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7646
7647         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7648         `(gnus)Face', not `(gnus)X-Face'.
7649
7650 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * mm-util.el (mm-ucs-to-char): New function.
7653
7654         * mm-url.el (mm-url-decode-entities): Use it.
7655
7656         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7657         unicode-to-char.
7658
7659 2009-01-05  Dave Love  <fx@gnu.org>
7660
7661         * time-date.el: Require cl for `declare'.
7662
7663 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7666         Dave Love.
7667
7668 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * message.el (message-fix-before-sending): Add `eight-bit' to
7671         illegible-text check.
7672
7673 2009-01-03  Michael Olson  <mwolson@gnu.org>
7674
7675         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7676         `headers' is nil.  This can occur if the IMAP server does not have
7677         permissions to read messages from a folder, but can write new messages
7678         to the folder.
7679         (nnimap-request-article-part): Do not insert `data' if it is nil.
7680
7681         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7682         characters which will confuse `read', so skip past them.
7683
7684 2009-01-01  Dave Love  <fx@gnu.org>
7685
7686         * imap.el (imap-string-to-integer): Fix typo.
7687         (imap-fetch-safe): New function.
7688         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7689
7690         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7691
7692         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7693         (imap-parse-greeting): Fix doc strings.
7694         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7695         (imap-parse-flag-list): Make messages unique.
7696         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7697
7698         * nnimap.el: Fix author email.
7699         (nnimap-split-rule): Add FIXME comment.
7700         (nnimap-debug): Fix doc string.
7701
7702 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7705
7706 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7709         nslookup if resolv.conf isn't available.
7710         (dns-query): Rename from query-dns.
7711         (dns-query-cached): Rename from query-dns-cached.
7712
7713 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7716         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7717         to check if those variables exist (first appeared in Emacs 18.50).
7718
7719 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * mm-util.el (mm-line-number-at-pos): New function.
7722
7723         * spam-report.el (spam-report-process-queue): Use it.
7724
7725 2008-12-24  David Engster  <dengste@eml.cc>
7726
7727         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7728         parameters that haven't existed as variables as buffer-local variables.
7729
7730 2008-12-23  Dave Love  <fx@gnu.org>
7731
7732         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7733         cadar.
7734
7735         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7736         imap-starttls-p.
7737         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7738
7739 2008-12-22  Dave Love  <fx@gnu.org>
7740
7741         * imap.el: Fix author email.  Doc fixes.
7742         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7743         reply.
7744
7745 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * spam-report.el (spam-report-gmane-max-requests): New constant.
7748         (spam-report-gmane-wait): New variable.
7749         (spam-report-gmane-ham, spam-report-gmane-spam)
7750         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7751         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7752         the server.
7753
7754         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7755         Add explanations.
7756
7757         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7758         nnheader-accept-process-output and nnheader-read-timeout if available.
7759         (pop3-movemail): Use it.
7760
7761         * message.el (message-check-news-body-syntax): Fix signature check if
7762         there's an attachment.
7763
7764 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * mm-util.el: Add comments to the mm- emulating functions.
7767
7768 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7771         Reported by Stephen Berman <stephen.berman@gmx.net>.
7772
7773 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * mm-util.el (mm-substring-no-properties): New function.
7776         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7777         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7778         (mm-string-to-multibyte): Doc fix.
7779
7780         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7781
7782 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * mml.el (mml-attach-file): Strip text properties from file name.
7785         (Bug#1574)
7786
7787 2008-12-16  Glenn Morris  <rgm@gnu.org>
7788
7789         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7790
7791 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7794         knows since the charset specified might be a bogus alias that
7795         mm-charset-synonym-alist provides.
7796
7797 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7800         "ISO_8859-1".
7801
7802         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7803
7804 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * mm-util.el (mm-charset-eval-alist):
7807         Define it before mm-charset-to-coding-system.
7808         (mm-charset-to-coding-system): Add optional argument `silent';
7809         define it before mm-charset-override-alist.
7810         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7811         default value if it can be used in Emacs currently running;
7812         silence mm-charset-to-coding-system.
7813
7814 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7817         `allow-override' which says whether to use `mm-charset-override-alist'.
7818         (rfc2047-decode-encoded-words): Use it.
7819
7820         * mm-util.el (mm-charset-override-alist): Fix custom type;
7821         add `(gb2312 . gbk)' to choices.
7822
7823 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7826         fast.
7827
7828         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7829
7830         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7831
7832 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7833
7834         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7835         on links.
7836
7837         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7838
7839 2008-12-03  Lute Kamstra  <lute@gnu.org>
7840
7841         * sha1.el: Remove leading * from docstrings of defcustoms,
7842         deffaces, defconsts and defuns.
7843
7844 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7847         users' addresses that don't have domain parts.
7848         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7849         rather than message-narrow-to-head since there will be the message
7850         header separator.
7851
7852 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7853
7854         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7855         since the result is inserted in a unibyte buffer anyway.
7856         (nnimap-demule-use-string-to-multibyte): Remove.
7857         (nnimap-demule): Alias it to mm-string-to-multibyte.
7858
7859 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7862         variable for debugging bug#464 and bug#1174.
7863         (nnimap-demule): Use it.
7864
7865 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7868         score calculation correctly.
7869
7870 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7871
7872         * message.el (message-send-mail): Just set the buffer to unibyte
7873         rather than use mm-with-unibyte-current-buffer which does a lot more.
7874         (message-send-mail-partially): Don't bother with
7875         mm-with-unibyte-current-buffer since it's already been made unibyte by
7876         message-send-mail.
7877
7878 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7881
7882 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7883
7884         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7885
7886 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7889         require itself and to remove `with-no-warnings'.
7890
7891 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7892
7893         * starttls.el (starttls-any-program-available): Get the name of the
7894         available TLS layer program.
7895         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7896         well as the host name in the "opening" message.
7897
7898         * auth-source.el (auth-source-cache, auth-source-do-cache)
7899         (auth-source-user-or-password): Cache passwords and logins by default,
7900         allow override with `auth-source-do-cache'.
7901         (auth-source-forget-user-or-password): Allow users to remove cache
7902         entries if needed.
7903
7904 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7905
7906         * md4.el (md4-buffer): Fix typo in docstring.
7907         (md4, md4-64): Doc fixes.
7908         (md4-pack-int32): Reflow docstring.
7909
7910 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7913         condition-case to only the forward-sexp call.
7914
7915 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7918         quotes contained.  Make it more robust regardless by an extra
7919         condition-case wrapper.
7920
7921 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7924
7925 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * nnml.el (nnml-request-expire-articles): Check if the function set to
7928         `nnmail-expiry-target' returns the symbol `delete'.
7929
7930         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7931
7932         * nnmail.el (nnmail-expiry-target): Fix custom type.
7933
7934 2008-10-02  Glenn Morris  <rgm@gnu.org>
7935
7936         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7937         Silence compiler warning.
7938
7939 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7940
7941         * tls.el (open-tls-stream): Show the actual command being
7942         executed, instead of the format string.
7943
7944 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * lpath.el: Fbind codepage-setup for Emacs 23.
7947
7948 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7949
7950         * mml.el (mml-menu): Don't assume mml2015 is bound.
7951
7952 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7955         exists.
7956
7957 2008-09-27  Glenn Morris  <rgm@gnu.org>
7958
7959         * gnus-util.el (mail-header-remove-comments): Autoload it.
7960
7961 2008-09-27  Andreas Schwab  <schwab@suse.de>
7962
7963         * gnus-util.el (gnus-split-references): Strip comments.
7964         (gnus-parent-id): Likewise.
7965
7966 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * message.el (message-confirm-send): Fix version.
7969
7970 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * message.el (message-idna-to-ascii-rhs-1): Use
7973         mail-extract-address-components rather than mail-header-parse-addresses
7974         that is an alias by default to ietf-drums-parse-addresses that does not
7975         support non-ASCII names in headers' contents.
7976
7977 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * message.el (message-confirm-send): Fix variable documentation to
7980         avoid the "y/n" wording.
7981
7982 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7983
7984         * message.el (message-set-auto-save-file-name): Save to a different
7985         filename so multiple messages (especially drafts) can be recovered.
7986
7987 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * message.el (message-confirm-send): Add appropriate version.
7990
7991 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7994         defvar.
7995
7996 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7997
7998         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7999         (mm-pkcs7-enveloped-magic): Ditto.
8000
8001 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8002
8003         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8004         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8005
8006 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8009         default, it's better.
8010
8011 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8014         summary line gnus-number property and ignore them (with a warning
8015         message).
8016
8017 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8020         macro caddr in the interactive form since it won't be expanded.
8021
8022 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8025         `charset'; fix name of function called recursively.
8026         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8027
8028 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8031         (gnus-mime-set-charset-parameters): New function.
8032         (gnus-mime-view-part-as-charset): Use it to correctly display part
8033         specifying wrong charset.
8034
8035 2008-09-08  David Engster  <dengste@eml.cc>
8036
8037         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8038         in completing-read for back end server.
8039
8040 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * message.el (message-confirm-send): New variable to confirm sending a
8043         message.
8044         (message-send): Use it.
8045
8046 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8049
8050 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8053
8054 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8055
8056         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8057         prevent tracking too many groups.
8058         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8059         Use it.
8060
8061 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8062
8063         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8064         moving point to the bottom of the window in order to avoid recentering.
8065
8066 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8069
8070         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8071         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8072         (gnus-article-beginning-of-window): Fix calculation.
8073
8074 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-msg.el (gnus-summary-supersede-article)
8077         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8078         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8079         message header.
8080
8081 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8082
8083         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8084         pending output coming after the status change.
8085
8086 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8087
8088         * message.el:
8089         * gnus-start.el:
8090         * gnus-registry.el: Remove VMS support.
8091
8092 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8095         macro.
8096         (rfc2104-hash): Use it.
8097
8098 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8101         (gnus-summary-sort-by-most-recent-date): New commands.
8102         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8103         and menu entries.
8104
8105 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8108         don't redisplay article for raw contents; remove plural articles stuff.
8109
8110         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8111         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8112         on gnus-summary-save-article; display results properly.
8113
8114 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * lpath.el: No need to fbind ns-focus-frame.
8117
8118 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8121
8122 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-art.el (gnus-summary-save-in-pipe):
8125         Consider gnus-save-all-headers.
8126
8127 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8128
8129         * gnus-util.el (ns-focus-frame): Remove declaration.
8130         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8131         like x.
8132
8133 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8134
8135         * rfc2104.el (rfc2104-zero): Delete defconst.
8136         (rfc2104-hex-alist): Likewise.
8137         (rfc2104-hex-to-int): Delete func.
8138         (rfc2104-hexstring-to-bitstring): Likewise.
8139         (rfc2104-nybbles): New defconst.
8140         (rfc2104-hash): Rewrite for speed.
8141
8142 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * tls.el (open-tls-stream): Make it work with the 2nd argument
8145         BUFFER that is a string but does not exist as a buffer object, as
8146         mentioned in the doc-string.
8147
8148 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8151         SXEmacs.
8152
8153 2008-07-16  Glenn Morris  <rgm@gnu.org>
8154
8155         * gnus-util.el (ns-focus-frame): Declare for compiler.
8156
8157 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8160         set as a group parameter.
8161         (gnus-summary-save-in-pipe): Work when it is called independently.
8162         (gnus-summary-pipe-to-muttprint): Don't modify
8163         gnus-summary-pipe-output-default-command.
8164
8165 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8166
8167         * message.el (message-send-mail-with-sendmail):
8168         Display the error message.
8169
8170 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-default-article-saver):
8173         Add gnus-summary-save-in-pipe to choices.
8174         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8175         gnus-summary-pipe-output-default-command as the default command.
8176         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8177         instead of gnus-last-shell-command.
8178
8179         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8180         New user option.
8181         (gnus-summary-muttprint-program): Mention the value will be changed.
8182         (gnus-summary-save-article): Force showing of all headers.
8183         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8184
8185 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8186
8187         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8188
8189 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8190
8191         * nnimap.el (nnimap-id):
8192         * sieve-manage.el (sieve-manage-open): Doc fixes.
8193
8194 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8195
8196         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8197         if available.
8198
8199 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8200
8201         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8202
8203         * nnkiboze.el (nnkiboze-generate-group):
8204         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8205
8206         * nnmairix.el: Require CL.
8207
8208 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * dgnushack.el: Autoload get-display-table and put-display-table for
8211         XEmacs 21.5.
8212
8213         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8214         21.4 and SXEmacs.
8215
8216 2008-06-15  David Engster  <dengste@eml.cc>
8217
8218         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8219
8220 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8221
8222         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8223         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8224         runtime choice under XEmacs.
8225
8226         * gnus-sum.el (gnus-summary-set-display-table):
8227         Use `gnus-put-display-table', `gnus-get-display-table',
8228         `gnus-set-display-table' for the display table, instead of `aset'.
8229
8230         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8231         Use `gnus-put-display-table', `gnus-get-display-table',
8232         `gnus-set-display-table' for the display table.
8233
8234 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * nnmairix.el: Add autoloads.
8237
8238 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * nnmairix.el (nnmairix-delete-recreate-group)
8241         (nnmairix-update-and-clear-marks): Fix error messages.
8242
8243 2008-06-14  David Engster  <dengste@eml.cc>
8244
8245         * nnmairix.el: Upgrade to version 0.6.
8246         (nnmairix-group-toggle-propmarks-this-group)
8247         (nnmairix-group-toggle-readmarks-this-group)
8248         (nnmairix-group-delete-recreate-this-group)
8249         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8250         (nnmairix-remove-tick-mark-original-article): New commands.
8251         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8252         (nnmairix-propagate-marks-to-nnmairix-groups)
8253         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8254         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8255         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8256         functions needed for marks propagation and manipulation of read marks.
8257         (nnmairix-update-groups): New function.
8258         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8259         (nnmairix-determine-original-group-from-registry)
8260         (nnmairix-determine-original-group-from-path)
8261         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8262         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8263         New helper functions.
8264         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8265         keystrokes for new commands.
8266         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8267         (nnmairix-request-group): Check allow-fast group parameter.
8268         (nnmairix-request-create-group): Set allow-fast group parameter if
8269         nnmairix-allowfast-default is set.
8270         (nnmairix-close-group): Propagate marks upon closing if needed.
8271         (nnmairix-group-toggle-threads-this-group): Use new.
8272         nnmairix-group-toggle-parameter helper function.
8273         (nnmairix-search): Better check for empty search result.
8274         (nnmairix-goto-original-article): Use new helper functions for
8275         determining original article.
8276         (nnmairix-show-original-article): Make sure message-id is in brackets.
8277         (nnmairix-call-mairix-binary): Change variable name.
8278         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8279         helper function.
8280         (nnmairix-widget-toggle-activate): Fix doc string.
8281
8282 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * nnir.el: Require edmacro when compiling with XEmacs.
8285         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8286         available in Emacs 21.
8287
8288 2008-06-11  Glenn Morris  <rgm@gnu.org>
8289
8290         * gnus-util.el (x-focus-frame):
8291         * gnus.el (image-size):
8292         * mm-decode.el (image-size): Declare.
8293
8294         * gnus-picon.el (declare-function): Add compat definition.
8295         (image-size): Declare.
8296
8297         * gnus-group.el (tool-bar-map):
8298         * gnus-sum.el (tool-bar-map): Define for compiler.
8299
8300         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8301
8302         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8303
8304         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8305         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8306         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8307         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8308         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8309         * sieve-manage.el, spam-report.el, spam.el:
8310         Remove unnecessary eval-and-compile of autoloads.
8311
8312 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8313
8314         * auth-source.el: Precise Tramp doc.
8315
8316 2008-06-07  Glenn Morris  <rgm@gnu.org>
8317
8318         * nnmairix.el: Remove unnecessary eval-when-compile.
8319
8320 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * lpath.el: Fbind propertize for XEmacs 21.4.
8323
8324 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * nnir.el: Move here from ../contrib.
8327
8328 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8329
8330         * gnus-util.el (gnus-read-shell-command): New function.
8331         * mm-decode.el (mm-pipe-part):
8332         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8333
8334 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8337
8338 2008-06-03  Glenn Morris  <rgm@gnu.org>
8339
8340         * pop3.el (nnheader-accept-process-output): Autoload it.
8341
8342 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8345         are not 2-digit hexadecimal characters that follow `%'s.
8346
8347 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * message.el (message-bogus-recipient-p): Fix type in doc string.
8350         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8351         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8352         Improve custom options.
8353         (message-bogus-recipient-p): Adjust accordingly.
8354
8355 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8356
8357         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8358         long-form month and day names.
8359
8360 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * dgnushack.el: Autoload debug, eudc-expand-inline and
8363         pgg-snarf-keys-region for XEmacs.
8364
8365         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8366
8367         * nnmairix.el: Require edmacro when compiling with XEmacs.
8368
8369 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8372         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8373
8374 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8375
8376         * auth-source.el: Add more docs.
8377
8378         * netrc.el (netrc-machine): Always match if the port is not given.
8379
8380 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8383         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8384         retrieval faster in some cases, but might make CPU usage larger.
8385         If this has any bad side effects, we might revert this change.
8386
8387         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8388         seems to make mail retrieval much, much faster.
8389         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8390         unconditionally.
8391
8392         * gnus-draft.el (gnus-group-send-queue):
8393         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8394
8395 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8398
8399         * message.el (message-bogus-address-regexp): Fix and improve custom
8400         type.
8401         (message-setup-hook): Add message-check-recipients as custom option.
8402
8403 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * message.el (message-cite-function): Remove bogus autoload which crept
8406         in during merge from v5-10.
8407
8408 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8409
8410         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8411
8412         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8413
8414         * auth-source.el: Preliminary Tramp docs.
8415         (auth-sources): Change the default auth-sources to use
8416         EPA .gpg files.
8417
8418 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8419
8420         * nntp.el: Autoload `auth-source-user-or-password'.
8421         (nntp-send-authinfo): Use it.
8422
8423         * nnimap.el: Autoload `auth-source-user-or-password'.
8424         (nnimap-open-connection): Use it.
8425
8426         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8427         for the gnus-message function.
8428         (auth-source-user-or-password): Use it.
8429
8430 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8431
8432         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8433         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8434         (rfc2104-hash): Use it.
8435
8436 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8437
8438         * gnus-art.el (gnus-article-toggle-truncate-lines):
8439         Don't use `iff' in docstring.
8440
8441 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8442
8443         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8444
8445         * gnus-util.el (gnus-extract-address-component-name)
8446         (gnus-extract-address-component-email): Convenience functions around
8447         `gnus-extract-address-components'.
8448
8449         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8450         Use `gnus-extract-address-component-email' to fix bug of comparing full
8451         sender name to `user-mail-address'.
8452
8453 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8454
8455         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8456         catch/throw to optimize.
8457         (gnus-registry-find-keywords): Just use member to find a keyword.
8458
8459 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8460
8461         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8462         is current before calling gnus-server-prepare.
8463         (gnus-server-setup-buffer, gnus-server-update-server)
8464         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8465
8466 2008-05-04  Juri Linkov  <juri@jurta.org>
8467
8468         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8469         (mailcap-file-default-commands): Use mailcap-replace-in-string
8470         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8471         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8472
8473 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8474
8475         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8476
8477 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8478
8479         * gnus.el: Bump version to 0.11.
8480
8481 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8482
8483         * gnus.el: No Gnus v0.10 is released.
8484
8485 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8486
8487         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8488         hooks.
8489         (gnus-update-read-articles): Speed up non-marks-using users.
8490         (gnus-use-marks): Define gnus-use-marks.
8491         (gnus-propagate-marks): Rename variable to something more sensible.
8492
8493 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8494
8495         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8496         (gmm-image-load-path-for-library): Fix typos in docstrings.
8497         (gmm-message): Reflow docstring.
8498
8499 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8500
8501         * mail-source.el (mail-source-set-1, mail-source-bind):
8502         Move auth-source code out of the macro to clean it up and fix bugs.
8503
8504 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8507         by sender if it's equal to user-mail-address, it's likely to be
8508         useless.
8509
8510         * mail-source.el (mail-source-bind): Don't use user or password if they
8511         are not bound.  Unintern them if they are nil.  Don't use server unless
8512         it's bound, and default it to empty string otherwise.
8513
8514 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8515
8516         * mail-source.el: Load auth-source.el.
8517         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8518         get user name or password, if auth-sources is set up.
8519
8520         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8521         strategy of splitting with parent.
8522         (gnus-registry-split-fancy-with-parent)
8523         (gnus-registry-post-process-groups): Use it and fix prior
8524         bug (returning a list as the split result).
8525
8526         * auth-source.el (auth-sources): Remove server parameter.
8527         (auth-source-pick, auth-source-user-or-password)
8528         (auth-source-user-or-password-imap)
8529         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8530         (auth-source-user-or-password-sftp)
8531         (auth-source-user-or-password-smtp): Remove server parameter.
8532
8533 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8534
8535         * smime.el (smime-sign-region, smime-encrypt-region)
8536         (smime-decrypt-region):
8537         Remove redundant calls to `generate-new-buffer-name'.
8538
8539 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8540
8541         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8542         Don't use QP for message/rfc822.
8543         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8544
8545 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8546
8547         * sieve-manage.el (sieve-string-bytes): Remove.
8548         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8549         correct byte-length only if the process's coding-system is the same as
8550         the one used internally by Emacs to represent strings.
8551
8552 2008-04-22  Juri Linkov  <juri@jurta.org>
8553
8554         * mailcap.el (mailcap-file-default-commands): New function.
8555
8556 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * message.el (message-signature-separator, message-cite-function):
8559         Change custom version.
8560
8561 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8562
8563         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8564         commands.
8565         (tls-checktrust): Ditto.
8566
8567 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * mm-decode.el (mm-display-external): Make temp file read-only.
8570
8571 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8574         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8575         `C-c C-f d'.
8576
8577 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8578
8579         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8580
8581 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * gnus.el: Bump version to 0.9.
8584
8585 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * gnus.el: No Gnus v0.8 is released.
8588
8589 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8590
8591         * mail-source.el (mail-source-value):
8592         Prefer fboundp to functionp so it works with macros as well.
8593
8594 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8595
8596         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8597         Fix last change in case the element is not even a symbol.
8598
8599 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8600
8601         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8602         Prefer fboundp to functionp so it works with macros as well.
8603
8604 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * auth-source.el: Add docs.
8607         (auth-sources): Modify format to support server.
8608         (auth-source-pick, auth-source-user-or-password)
8609         (auth-source-user-or-password-imap)
8610         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8611         (auth-source-user-or-password-sftp)
8612         (auth-source-user-or-password-smtp): Add server parameter.
8613
8614 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * gnus-registry.el: Initialize the registry when gnus-registry-install
8617         is t.
8618
8619 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * compface.el (uncompface): Make buffer unibyte.
8622
8623 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8624
8625         * mail-source.el (mail-source-value):
8626         Prefer fboundp to functionp so it works with macros as well.
8627
8628 2008-04-05  Glenn Morris  <rgm@gnu.org>
8629
8630         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8631
8632 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8633
8634         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8635         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8636
8637         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8638         multibyteness after rather than before erasing it.
8639
8640         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8641         mm-with-multibyte.
8642         (gnus-request-article-this-buffer): Make sure the proper decoding is
8643         used if gnus-original-article-buffer happens to be unibyte.
8644
8645         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8646         default-enable-multibyte-characters.
8647
8648         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8649         default-enable-multibyte-characters.
8650
8651         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8652
8653         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8654
8655 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8656
8657         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8658         Fix last change in case the element is not even a symbol.
8659
8660 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8661
8662         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8663         (imap-message-copyuid-1): Use it.
8664         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8665         J. Williams in
8666         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8667
8668         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8669         imap-enable-exchange-bug-workaround.
8670         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8671
8672 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8673
8674         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8675         a 100 byte status-checks into a 2-3MB transfer for each group.
8676         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8677         to enable bug workaround or not.
8678         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8679
8680 2008-03-31  Glenn Morris  <rgm@gnu.org>
8681
8682         * message.el (mml2015-use): Declare for compiler.
8683         (message-info): Require mml2015 when appropriate.
8684
8685 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8688         whitespace.
8689
8690 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8691
8692         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8693         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8694         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8695         (nntp-service-to-port): New function.
8696         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8697         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8698         (nntp-open-netcat-stream): New function.
8699         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8700
8701 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8702
8703         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8704
8705 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8706
8707         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8708
8709 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8710
8711         * dns.el (dns-write): Use set-buffer-multibyte.
8712
8713 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8714
8715         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8716
8717 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * message.el (message-signature-separator): Change default.
8720         Improve custom type.
8721         (message-cite-function): Change default to
8722         message-cite-original-without-signature.
8723
8724         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8725         toggle.
8726
8727         * message.el (message-check-news-body-syntax): Fix signature check.
8728         (message-setup-1): Mark buffer as unmodified _after_ running
8729         message-setup-hook and handling message-alternative-emails.
8730         (message-shorten-references): Be more strict when building list of
8731         valid references to comply with GNKSA.
8732
8733         * gnus-group.el (gnus-read-ephemeral-bug-group)
8734         (gnus-read-ephemeral-debian-bug-group)
8735         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8736
8737         * message.el (message-info): Don't use booleanp which isn't supported
8738         in Emacs 21 and XEmacs.
8739
8740 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8743         gnus-group-gmane-group-download-format.
8744         (gnus-group-read-ephemeral-gmane-group): Rename from
8745         gnus-group-read-ephemeral-gmane-group.
8746         (gnus-read-ephemeral-gmane-group-url): Rename from
8747         gnus-group-read-ephemeral-gmane-group-url.
8748         (gnus-bug-group-download-format-alist): New variable.
8749         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8750         (gnus-read-ephemeral-emacs-bug-group): New commands.
8751
8752 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8755         (gnus-visible-headers): Improve custom type.
8756
8757 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * mml.el (mml-menu): Add workarounds for XEmacs.
8760
8761         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8762         X-Boundary header.
8763
8764         * message.el (message-simplify-recipients): Fix previous commit.
8765
8766 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8767
8768         * mm-util.el (mm-set-buffer-multibyte): New function.
8769         * mm-decode.el (mm-copy-to-buffer): Use it.
8770
8771         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8772         Prefer fboundp to functionp so it works with macros as well.
8773
8774 2008-03-19  Glenn Morris  <rgm@gnu.org>
8775
8776         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8777         Accidentally removed in the sync process with Emacs.
8778
8779 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * message.el (message-alter-recipients-discard-bogus-full-name):
8782         New function.
8783         (message-alter-recipients-function): New variable.
8784         (message-get-reply-headers): Use it.
8785         (message-replace-header): New helper function.
8786         (message-recipients-without-full-name): New variable.
8787         (message-simplify-recipients): New command.
8788
8789         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8790
8791         * message.el (message-info): Handle EasyPG manual.
8792
8793         * mml.el (mml-menu): Add entry for EasyPG.
8794
8795 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8796
8797         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8798         parameter.
8799
8800         * message.el (message-disassociate-draft): Specify drafts group name
8801         fully.
8802
8803 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8804
8805         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8806         Eliminate unnecessary duplicates from the match list.
8807
8808 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8811
8812         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8813
8814         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8815         args of `how-many' of which the XEmacs version doesn't take; declare
8816         Info-index-next as function.
8817
8818 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * gnus-score.el (gnus-score-headers): Fix handling of
8821         gnus-inhibit-slow-scoring.
8822
8823         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8824         string.
8825         (gnus-button-url-regexp): Improve handling of parenthesis.
8826         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8827         (gnus-button-handle-info-keystrokes): Handle index entries.
8828
8829 2008-03-15  Glenn Morris  <rgm@gnu.org>
8830
8831         * parse-time.el (parse-time-string): Simplify.
8832
8833 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8836         Incoming* files.
8837
8838 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8839
8840         * auth-source.el (auth-sources): Rename from auth-source-choices.
8841         (auth-source-pick): Use it.
8842
8843 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8844
8845         * binhex.el (binhex-decode-region-internal):
8846         * uudecode.el (uudecode-decode-region-internal):
8847         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8848         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8849         setting default-enable-multibyte-characters.
8850
8851 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8852
8853         * auth-source.el (auth-source-protocols)
8854         (auth-source-protocols-customize, auth-source-choices): Add and
8855         modified variable customizations and defaults.
8856         (auth-source-pick, auth-source-user-or-password)
8857         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8858         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8859         (auth-source-user-or-password-sftp)
8860         (auth-source-user-or-password-smtp): Use new variables and provide an
8861         interface to netrc.el.
8862
8863 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8866         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8867         Make sure the nntp port to specify is a string.
8868
8869 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8870
8871         * nntp.el: Use with-current-buffer.
8872         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8873         dubious mm-with-unibyte-current-buffer.
8874         (nntp-with-open-group-function): New function extracted from
8875         nntp-with-open-group macro.
8876         (nntp-with-open-group): Use the function, so it's easier to debug.
8877         Add indentation and debugging info.
8878         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8879         Recommend the use of the netcat alternatives.
8880
8881         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8882         Avoid mm-string-as-multibyte as well.
8883
8884         * nnweb.el (nnweb-insert-html):
8885         Remove use of nnheader-string-as-multibyte.
8886
8887         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8888         (nnheader-string-as-multibyte): Remove.
8889
8890         * mm-view.el: Use inhibit-read-only.
8891         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8892         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8893         or unibyte-string.
8894
8895         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8896         (mm-uu-yenc-extract): Use with-current-buffer.
8897
8898         * gnus-soup.el (gnus-soup-send-packet): Don't use
8899         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8900
8901         * nnmh.el: Use with-current-buffer.
8902         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8903         mm-string-as-multibyte on the output of mm-encode-coding-string.
8904
8905         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8906         (nnimap-request-move-article): Use with-current-buffer.
8907
8908         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8909         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8910         conversion uses string-make-unibyte rather than string-as-unibyte.
8911
8912         * gnus-msg.el: Use with-current-buffer.
8913
8914         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8915
8916 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8917
8918         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8919         string for caching if it is 'PIN.
8920
8921 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * lpath.el: Consider the case without Emacs/W3.
8924
8925 2008-03-08  Glenn Morris  <rgm@gnu.org>
8926
8927         * time-date.el (date-to-time, time-subtract, time-add)
8928         (safe-date-to-time): Doc fixes.
8929
8930 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * mail-source.el (mail-source-delete-old-incoming-confirm):
8933         Change default to nil.
8934         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8935
8936 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * lpath.el: Rearrange.
8939
8940         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8941         (gnus-article-goto-prev-page): Work for articles having ^L's.
8942
8943         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8944
8945         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8946
8947 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8948
8949         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8950         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8951         (gnus-bookmark-jump): Adjust some variable names.
8952
8953 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8954
8955         * auth-source.el: New package.
8956         (auth-source-choices): Add customization entry point variable.
8957
8958         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8959         bug.
8960
8961 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8962
8963         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8964         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8965         (gnus-registry-install-shortcuts): Rename from
8966         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8967         the `gnus-registry-mark-map' keymap dynamically from
8968         `gnus-registry-marks'.  The generated functions update the summary line
8969         when a registry mark is added or deleted, and will call
8970         `gnus-registry-install-p' (see the comments in the code).
8971         (gnus-registry-user-format-function-M): Use concat intelligently.
8972
8973         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8974         the registry mark functions.
8975
8976 2008-03-05  Glenn Morris  <rgm@gnu.org>
8977
8978         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8979         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8980         gnus-art.
8981         (top-level): No need to load own source when compiling.
8982
8983 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8986         Suggested by <chris.anderton@zetnet.co.uk>.
8987
8988 2008-03-04  Glenn Morris  <rgm@gnu.org>
8989
8990         * gnus-sum.el (top-level): No need to require gnus when compiling,
8991         since unconditionally required near start of file.
8992         (gnus-summary-display-while-building): Move definition before use.
8993
8994 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8995
8996         * gnus-registry.el (gnus-registry-user-format-function-M):
8997         Add formatting function.
8998
8999 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9000
9001         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9002         with plists.
9003         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9004         Use new format.
9005
9006 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9009         `where-is-internal' that returns a range of key sequences.
9010
9011 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9012
9013         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9014
9015         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9016         (gnus-summary-jump-to-group): Consider windows on other displayed
9017         frames as well.  Similar changes might be needed elsewhere, but that's
9018         the one I've bumped into during my use.
9019
9020         * nndoc.el (nndoc-oe-dbx-type-p):
9021         * gnus-msg.el (gnus-debug):
9022         * gnus-group.el (gnus-update-group-mark-positions):
9023         Use mm-string-to-multibyte.
9024
9025 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9028         doesn't handle NotDashEscaped.
9029
9030         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9031         (mml-dnd-attach-options): Fix typo in custom choice.
9032
9033         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9034         Change nndoc-article-type to mbox.
9035         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9036
9037         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9038         to nil, instead of html2text.
9039
9040         * imap.el (imap-debug): Add `imap-ping-server'.
9041
9042         * gnus-bookmark.el: Add FIXMEs.
9043
9044         * message.el (message-form-letter-separator)
9045         (message-send-form-letter-delay): New variables.
9046         (message-send-form-letter): Use them.  New command to send form
9047         letters.  Requested by Uwe Siart.
9048         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9049
9050 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * Update copyright years.
9053
9054 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         Sync from EMACS_22_BASE.
9057
9058         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9059
9060 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9061
9062         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9063         empty author.
9064
9065 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9066
9067         * gnus-registry.el (gnus-registry-marks): Add variable for
9068         customization of marks and their appearance.
9069         (gnus-registry-read-mark): Use it.
9070         (gnus-registry-do-marks): Add utility function to loop through
9071         `gnus-registry-marks'.
9072         (gnus-registry-install-shortcuts-and-menus): Add function to install
9073         shortcuts and menus.
9074         (gnus-registry-initialize): Use it.
9075         (gnus-registry-default-mark): Clarify documentation.
9076
9077 2008-02-29  Glenn Morris  <rgm@gnu.org>
9078
9079         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9080         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9081         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9082         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9083         Change defcustom :version from 23.0 to 23.1.
9084
9085 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * gnus-registry.el (gnus-registry-follow-group-p)
9088         (gnus-registry-post-process-groups): Add functions to aid registry
9089         splitting and improve logging.  Clarify behavior in function
9090         documentation.
9091         (gnus-registry-split-fancy-with-parent): Use them.
9092
9093 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9094
9095         * gnus-art.el: Use with-current-buffer.
9096
9097 2008-02-27  David Engster  <dengste@eml.cc>
9098
9099         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9100         Express real group name in the response.
9101
9102 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9105         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9106         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9107         autoload gnus-registry-fetch-group when compiling.
9108         (nnmairix-request-group-with-article-number-correction):
9109         Remove unreferenced argument passed to nnmairix-call-backend.
9110
9111 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9114         (mm-uu-extract): Improve face for low color ttys.
9115         Reported by Sascha Wilde.
9116
9117 2008-02-27  Glenn Morris  <rgm@gnu.org>
9118
9119         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9120         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9121         variables to defconsts.  Convert comments to doc-strings.
9122         (nnmairix-last-server, nnmairix-current-server): Convert from free
9123         variables to defvars.  Convert comments to doc-strings.
9124         (gnus-registry-fetch-group): Autoload.
9125         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9126         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9127         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9128         caddr.
9129         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9130         nnmairix-request-group-with-article-number-correction call.
9131         (nnmairix-fast, nnmairix-group): New, less general names, for free
9132         variables passed from nnmairix-request-group to
9133         nnmairix-request-group-with-article-number-correction.  Declare.
9134         (nnmairix-request-group-with-article-number-correction):
9135         Use nnmairix-fast, nnmairix-group rather than fast, group.
9136
9137 2008-02-26  David Engster  <dengste@eml.cc>
9138
9139         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9140         version 0.5.
9141
9142 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9143
9144         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9145         instead of making an extra function call.  Don't add the current group
9146         to articles only when they have the group.  Use
9147         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9148         Reported by David <de_bb@arcor.de>.
9149
9150 2008-02-24  Miles Bader  <miles@gnu.org>
9151
9152         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9153         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9154         (mm-find-mime-charset-region):
9155         * mm-bodies.el (mm-encode-body):
9156         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9157
9158 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9161         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9162
9163 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * mail-source.el (mail-source-delete-incoming): Change default.
9166         Supplement doc string.
9167
9168         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9169
9170 2008-02-14  Glenn Morris  <rgm@gnu.org>
9171
9172         * time-date.el (format-seconds): New function.
9173
9174 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * nnmail.el (nnmail-message-id-cache-file): Derive from
9177         `gnus-home-directory'.
9178
9179 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9182         Document negative prefix.
9183
9184         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9185
9186 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9187
9188         * message.el (message-unsent-separator): Add the Exim bounce
9189         separator.
9190
9191 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9192
9193         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9194         list.
9195         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9196         recipient/signer list.
9197
9198 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * Makefile.in (datarootdir): Define.
9201         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9202         name that might contain whitespace.
9203
9204 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9207         fbound (Emacs 23 unicode), signal an error.
9208
9209 2008-02-08  Glenn Morris  <rgm@gnu.org>
9210
9211         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9212
9213 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9214
9215         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9216         ports to the calls to `netrc-machine-user-or-password' in addition to
9217         "imap" and "imaps".
9218
9219 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9220
9221         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9222
9223         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9224
9225 2008-02-01  Kenichi Handa  <handa@m17n.org>
9226
9227         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9228         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9229         (rfc2104-hash): Convert the result of concat to unibyte string.
9230
9231 2008-02-01  Dave Love  <fx@gnu.org>
9232
9233         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9234         coding-system-for-read.
9235         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9236
9237 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9240         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9241         <hanche@math.ntnu.no>.
9242
9243 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9246
9247         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9248
9249 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9250
9251         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9252         * message.el (message-beginning-of-line): Use featurep instead of bound
9253         tests in order to resolve conditionals at compile time.
9254
9255 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9256
9257         * mail-source.el (mail-sources): Add `group' choice.
9258
9259         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9260         parameter `in-group' to control into which group the articles go.
9261         Add treatment of `group' mail-source.
9262
9263 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9266
9267         * mm-decode.el (mm-dissect-buffer): Decode description.
9268
9269         * mml.el (mml-to-mime): Encode message header first.
9270
9271 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9274         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9275
9276         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9277         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9278
9279 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9280
9281         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9282
9283 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9286         prefix keys.
9287         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9288         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9289         gnus-xmas.el.
9290
9291         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9292         (gnus-xmas-article-describe-bindings): New function.
9293         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9294         gnus-xmas-article-describe-bindings.
9295
9296         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9297
9298 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9299
9300         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9301         Add new variables for article mark management.
9302         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9303         list of extra data entries which, when present, will indicate that the
9304         article ID should not be trimmed from the registry.
9305         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9306         functions.
9307         (gnus-registry-read-mark): New function to read a mark name from the
9308         user.
9309         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9310         (gnus-registry-set-article-mark-internal): New functions to add and
9311         remove marks.
9312         (gnus-registry-get-article-marks): New function to show the marks for
9313         an article, or retrieve them for further use.
9314
9315 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9318         keys when no argument is given.
9319
9320 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * imap.el (imap-ping-server): New variable.
9323         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9324         (imap-ping-server): Minor doc string fixes.
9325
9326 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9327
9328         * imap.el (imap-ping-server): New function.
9329         (imap-opened): Call imap-ping-server.
9330
9331 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * gnus-sum.el (gnus-article-sort-by-random)
9334         (gnus-thread-sort-by-random): Fix doc strings.
9335         Reported by jidanni@jidanni.org.
9336
9337 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-art.el (gnus-article-describe-bindings): New function.
9340         (gnus-article-read-summary-keys): Use it.
9341         (gnus-article-mode-map): Bind `C-h b' to it.
9342
9343 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9346         XEmacs.
9347         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9348         Protect against non-character events.
9349
9350         * lpath.el: Fbind map-keymap for Emacs 21.
9351
9352 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9355         New command.
9356         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9357         instead of END.  Change name of the temp file.
9358         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9359         customizable.
9360
9361 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9364         bind `S W' to gnus-article-wide-reply-with-original; set default
9365         binding to gnus-article-read-summary-send-keys.
9366         (gnus-article-read-summary-keys): Fix the order of keys; display
9367         continuation keys correctly in the echo area; describe bindings
9368         correctly when keys end with `C-h'.
9369         (gnus-article-read-summary-send-keys): New function.
9370         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9371         Work for gnus-article-read-summary-send-keys; display continuation keys
9372         correctly in the echo area.
9373         (gnus-article-reply-with-original): Ignore prefix argument.
9374         (gnus-article-wide-reply-with-original): New function.
9375
9376         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9377         Emacs 21.
9378
9379 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9382         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9383
9384 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9387         (gnus-group-read-ephemeral-gmane-group): New command.
9388
9389 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9390
9391         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9392
9393 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * message.el (message-send-mail-function): Increase custom version.
9396
9397         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9398         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9399
9400 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9401
9402         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9403         for the cases where imap-authenticate is called with a nil buffer
9404         parameter.
9405
9406 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9409         html parts correctly; support forwarded messages.
9410         (gnus-article-browse-html-article): Remove work buffers.
9411
9412         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9413         compiling.
9414         (netrc-bound-and-true-p): New macro.
9415         (netrc-parse): Use it instead of bound-and-true-p that is not available
9416         in XEmacs 21.4.
9417
9418 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         * gnus-registry.el (gnus-registry-mark-article)
9421         (gnus-registry-article-marks): Add functionality to mark articles
9422         through the Gnus registry.
9423
9424         * encrypt.el: Clarify documentation for the new pgg method.
9425         (encrypt-file-alist): Add PGG option.
9426         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9427         functionality.  Abstract password key and messaging to external
9428         functions.
9429         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9430         (encrypt-message-method-and-cipher): Add new convenience external
9431         functions.
9432         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9433         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9434
9435         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9436         (netrc-parse): Use encrypt-file-alist to determine if
9437         encrypt-find-model or encrypt-insert-file-contents should be used.
9438
9439         * encrypt.el: Clarify documentation.  Load password-cache or
9440         password, whichever one is found first, instead of autoloading.
9441
9442 2007-12-19  Glenn Morris  <rgm@gnu.org>
9443
9444         * mml.el (message-options-set, message-narrow-to-head)
9445         (message-in-body-p, message-mail-p, message-encode-message-body):
9446         Autoload.
9447         (message-remove-header, message-narrow-to-headers-or-head)
9448         (message-subscribed-p, message-make-mail-followup-to)
9449         (message-position-on-field, message-news-p)
9450         (message-options-set-recipient, message-generate-headers)
9451         (message-sort-headers): Declare as functions.
9452
9453 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9456         convention in doc string.
9457
9458 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9461         title to html parts.
9462         (gnus-article-browse-html-article): Pass message header to it.
9463
9464         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9465
9466 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9469         or password compatible with XEmacs.
9470
9471 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9474         format document.
9475         (gnus-mime-delete-part): Don't write description line if empty.
9476         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9477
9478 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9479
9480         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9481         (gnus-summary-mark-read-and-unread-as-read)
9482         (gnus-summary-mark-current-read-and-unread-as-read)
9483         (gnus-summary-mark-unread-as-ticked): Doc fix.
9484         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9485
9486 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9489         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9490
9491 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9494         yes-or-no-p.
9495
9496 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * mm-decode.el (mm-add-meta-html-tag): New function.
9499         (mm-save-part-to-file, mm-pipe-part): Use it.
9500
9501         * gnus-art.el (gnus-article-browse-delete-temp-files):
9502         Use gnus-y-or-n-p instead of y-or-n-p.
9503         (gnus-article-browse-html-parts): Work with message/external-body; use
9504         mm-add-meta-html-tag.
9505
9506 2007-12-11  Glenn Morris  <rgm@gnu.org>
9507
9508         * gnus-cache.el: Require gnus-sum not just when compiling.
9509
9510         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9511
9512         * gnus-int.el (gnus-server-opened, gnus-status-message):
9513         Move definitions before use.
9514
9515         * mm-decode.el: Require gnus-util.
9516         (mm-remove-part): Only call delete-annotation on XEmacs.
9517
9518         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9519
9520         * nnmail.el: Require gnus-int.
9521
9522         * spam.el: Move `require's before `eval-when-compile's.
9523
9524         * gnus-ems.el (gnus-alive-p):
9525         * gnus-fun.el (message-goto-eoh):
9526         * gnus-util.el (gnus-group-name-decode):
9527         * mail-source.el (gnus-compress-sequence):
9528         * message.el (Info-goto-node, format-spec):
9529         * mm-bodies.el (message-options-get):
9530         * mm-decode.el (mm-view-pkcs7):
9531         * mm-util.el (gmm-write-region):
9532         * mml-smime.el (mml-compute-boundary)
9533         (gnus-completing-read-with-default):
9534         * mml.el (widget-button-press, gnus-make-hashtable):
9535         * mml1991.el (mm-decode-content-transfer-encoding)
9536         (mm-encode-content-transfer-encoding)
9537         (message-options-get, message-options-set):
9538         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9539         * nnfolder.el (gnus-request-group):
9540         * nnheader.el (ietf-drums-unfold-fws):
9541         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9542         * smime.el (gnus-run-mode-hooks):
9543         * spam-stat.el (gnus-message): Autoload.
9544
9545         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9546         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9547         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9548         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9549         Add declare-function compatibility definition.
9550
9551         * gnus-cache.el (nnvirtual-find-group-art):
9552         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9553         (gnus-add-image, gnus-add-wash-type):
9554         * gnus-group.el (nnkiboze-score-file):
9555         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9556         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9557         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9558         (message-tokenize-header, gnus-get-buffer-create)
9559         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9560         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9561         * gnus.el (gnus-group-decoded-name):
9562         * mail-source.el (imap-capability):
9563         * mm-bodies.el (message-options-set):
9564         * mm-decode.el (gnus-configure-windows):
9565         * mm-extern.el (message-goto-body):
9566         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9567         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9568         (epg-sub-key-validity, message-options-set):
9569         * mml.el (widget-event-point, gnus-configure-windows):
9570         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9571         * mml2015.el (epg-check-configuration, epg-configuration)
9572         (message-options-set):
9573         * nndb.el (nndb-request-article):
9574         * nnfolder.el (gnus-request-create-group):
9575         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9576         * nnmaildir.el (gnus-group-mark-article-read):
9577         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9578         * rfc1843.el (message-fetch-field):
9579         * spam.el (gnus-extract-address-components):
9580         Declare as functions.
9581
9582 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9585
9586         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9587
9588         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9589         bind show-trailing-whitespace for XEmacs.
9590
9591 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9594         new no-op macro for backward compatibility.
9595
9596         * imap.el (imap-string-to-integer): New function.
9597
9598 2007-12-09  Glenn Morris  <rgm@gnu.org>
9599
9600         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9601
9602         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9603         * message.el, mm-view.el, sieve-manage.el, smime.el:
9604         Add declare-function compatibility definition.
9605
9606         * gnus-art.el (w3-region, w3m-region, Info-menu):
9607         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9608         * gnus-sum.el (gnus-get-predicate):
9609         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9610         * message.el (mail-abbrev-in-expansion-header-p):
9611         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9612         (w3m-detect-meta-charset, w3m-region):
9613         * sieve-manage.el (password-read, password-cache-add)
9614         (password-cache-remove):
9615         * smime.el (password-read-and-add): Declare as functions.
9616
9617 2007-12-08  David Kastrup  <dak@gnu.org>
9618
9619         * gnus-sum.el (gnus-summary-simplify-subject-query):
9620         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9621         `message'.
9622
9623 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9626         it to bind idna-program, installation-directory, defined-colors, and
9627         face-attribute for XEmacs of the version that compiles defcustom forms.
9628
9629 2007-12-07  Glenn Morris  <rgm@gnu.org>
9630
9631         * gnus-art.el (article-make-date-line): Revert previous change.
9632
9633 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9636
9637 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9638
9639         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9640         Call gnus-add-to-range ranges only once with a prepared article-list.
9641
9642 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9643
9644         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9645         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9646         group names with backslashes.
9647         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9648
9649 2007-12-06  Deepak Goel  <deego3@gmail.com>
9650
9651         * gnus-art.el (article-make-date-line):
9652         * gnus-start.el (gnus-load):
9653         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9654
9655 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-art.el (gnus-use-idna)
9658         * gnus-start.el (gnus-site-init-file)
9659         * message.el (message-use-idna)
9660         * mm-uu.el (mm-uu-hide-markers)
9661         * smiley.el (smiley-style): Revert changes that suppress warnings.
9662
9663 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9666         specify charset to html source.
9667         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9668
9669 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9672         idna-program in order to suppress byte compile warning issued by XEmacs
9673         that came to byte compile the default value section of defcustom forms
9674         recently.
9675
9676         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9677         value of installation-directory.
9678
9679         * message.el (message-use-idna): Don't directly refer to the value of
9680         idna-program.
9681
9682         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9683
9684         * smiley.el (smiley-style): Don't directly call face-attribute.
9685
9686 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9689
9690         * gnus-dired.el: Reduce Gnus dependencies.
9691         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9692         Don't require.  Use autoloads instead.
9693         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9694         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9695         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9696         (gnus-dired-mode): Adjust doc string.
9697         (gnus-dired-mail-mode): New variable.
9698         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9699         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9700         (gnus-dired-mail-buffers): New function.  Return mail or message
9701         composition buffers.
9702         (gnus-dired-attach): Use it.
9703         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9704         NO-DECODE.
9705         (gnus-dired-print): Use `gnus-print-buffer' depending on
9706         `gnus-dired-mail-mode'.
9707
9708 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * rfc2047.el (rfc2047-encoded-word-regexp)
9711         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9712         explaining what regexp patterns are for.
9713
9714 2007-12-04  Glenn Morris  <rgm@gnu.org>
9715
9716         * password.el: Move to password-cache.el.
9717
9718         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9719         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9720         * mml-smime.el (password-read, password-cache-add)
9721         (password-cache-remove):
9722         No need to autoload, since mml-sec requires password.
9723
9724         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9725         * message.el (gnus-extract-address-components):
9726         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9727
9728         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9729         password.
9730
9731 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * mailcap.el: Reduce dependencies.
9734         (mail-header-parse-content-type): Autoload.
9735         (mailcap-delete-duplicates): New alias.
9736         (mailcap-mime-info): Add optional argument NO-DECODE.
9737         (mailcap-mime-types): Use mailcap-delete-duplicates.
9738
9739         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9740
9741 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9742
9743         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9744         (imap-parse-status): Upcase status-att for servers that sends them
9745         lower-case (e.g., MS Exchange 2007).
9746
9747 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9750         function.
9751
9752         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9753         (gnus-uu-yenc-article): New function.
9754
9755         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9756
9757         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9758
9759 2007-12-02  Glenn Morris  <rgm@gnu.org>
9760
9761         * binhex.el (binhex): New custom group.
9762         (binhex-decoder-program, binhex-decoder-switches)
9763         (binhex-use-external): Move to the binhex custom group.
9764
9765         * uudecode.el (uudecode): New custom group.
9766         (uudecode-decoder-program, uudecode-decoder-switches)
9767         (uudecode-use-external): Move to the uudecode custom group.
9768
9769         * netrc.el (top-level): Don't load `encrypt' features.
9770         (netrc-parse): Don't use encrypt.
9771         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9772
9773         * encrypt.el: Remove file.
9774
9775 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9778         matches on patches.
9779
9780         * gnus-art.el (gnus-article-browse-html-article):
9781         Mention `mm-text-html-renderer' in the doc string.
9782
9783         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9784         string.  Add comments.
9785
9786         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9787         if rhs is ASCII.
9788
9789 2007-12-01  Glenn Morris  <rgm@gnu.org>
9790
9791         * mail-source.el (top-level): Require format-spec before
9792         eval-when-compile.
9793
9794 2007-11-30  Glenn Morris  <rgm@gnu.org>
9795
9796         * encrypt.el: Require password, rather than autoloading password-read.
9797
9798 2007-11-29  Glenn Morris  <rgm@gnu.org>
9799
9800         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9801         (sasl-make-client, sasl-next-step, sasl-step-data)
9802         (sasl-step-set-data): Declare as functions.
9803
9804 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9807
9808 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9809
9810         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9811         certs should be verified and what is to be done in the event of a
9812         verification failure.
9813
9814         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9815         caller can indicate whether the cache should be disregarded for this
9816         call.  This way the result of the call is reproducible at all times and
9817         can be considered a canonical server name for the supplied method.
9818         (gnus-agent-method-p): Canonicalize server names by pushing their
9819         method through `gnus-method-to-server' using the no-cache argument.
9820
9821         * gnus-srvr.el (gnus-server-insert-server-line):
9822         Call `gnus-method-to-server' with `no-cache' argument.
9823
9824         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9825         gnus-agent-possibly-synchronize-flags as this should be called when the
9826         server is actually being opened.
9827         (gnus-agent-possibly-synchronize-flags)
9828         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9829         flags file of an agentized server to the latter function.
9830
9831         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9832         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9833         after a connection has been established successfully.
9834
9835 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-art.el (article-display-face): Force to display face if called
9838         interactively; check if gnus-article-x-face-too-ugly matches author.
9839         (article-display-x-face): Display face even if From header is missing
9840         as article-display-face does.
9841
9842 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9843
9844         * hashcash.el (message-narrow-to-headers-or-head)
9845         (message-fetch-field, message-goto-eoh)
9846         (message-narrow-to-headers): Declare as functions.
9847
9848 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * mail-source.el (mail-sources): Default to fetch from file for
9851         compatibility with default of nnmail-spool-file.
9852
9853 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9856         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9857         to look for encoded word that should be encoded again.
9858         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9859         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9860         encoding pattern.
9861         (rfc2047-decode-region): Switch strict regexp and loose one according
9862         to rfc2047-allow-irregular-q-encoded-words.
9863
9864 2007-11-25  Romain Francoise  <romain@orebokech.com>
9865
9866         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9867
9868 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * tls.el (tls-program): Provide more custom choices from
9871         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9872         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9873
9874 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9877         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9878
9879         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9880         `nnmail-spool-file'.
9881
9882         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9883         `nnmail-spool-file'.
9884
9885         * gnus-move.el (gnus-change-server): Ditto.
9886
9887         * gnus-kill.el (gnus-batch-score): Ditto.
9888
9889         * gnus-cache.el (gnus-jog-cache): Ditto.
9890
9891         * gnus-msg.el (gnus-summary-reply):
9892         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9893
9894 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9897         version.  Minor improvement to doc strings.
9898         (tls-program): Add comment.
9899
9900 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9901
9902         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9903         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9904         mismatch between the hostname provided in the certificate and the name
9905         of the host connnecting to.
9906         (open-tls-stream): Use them.  Check certificates against trusted root
9907         certificates.
9908
9909 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * gnus-cache.el (gnus-cache-generate-nov-databases):
9912         Use nnml-generate-nov-databases-directory instead of
9913         nnml-generate-nov-databases-1.
9914
9915 2007-11-24  Glenn Morris  <rgm@gnu.org>
9916
9917         * message.el (message-tool-bar-retro): Update for rename
9918         mail_send.xpm->mail-send.xpm.
9919
9920 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9923         `smime-ldap-search' for Emacs 22 and up.
9924
9925 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9926
9927         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9928
9929         * message.el (message-send-mail-function): Fix error convention.
9930         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9931         (message-widen-reply, message-send-mail, message-talkative-question)
9932         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9933         (message-clone-locals, message-send-news): Use with-current-buffer.
9934         (message-insert-or-toggle-importance): Remove unused var `valid'.
9935         (message-make-references): Remove unused var `new-references'.
9936         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9937
9938 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9939
9940         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9941         (spam-split-symbolic-return-positive): Reflow docstring.
9942         (spam-backends, spam-summary-exit-behavior)
9943         (spam-mark-ham-unread-before-move-from-spam-group)
9944         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9945         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9946         (spam-clear-cache, spam-backend-check, spam-install-backend)
9947         (spam-install-statistical-backend, spam-list-of-processors)
9948         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9949         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9950         (spam-check-crm114, spam-initialize, spam-unload-hook):
9951         Fix typos in docstrings.
9952
9953 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9956         been checked if they have never been read and those group levels are
9957         higher than the one that a user specified.
9958
9959 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9962         foreign groups unless a group level is specified by a user.
9963         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9964
9965 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * message.el (message-send-mail-function): Require sendmail.
9968
9969 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * message.el (message-send-mail-function): Check for smtpmail too.
9972
9973         * utf7.el (utf7-encode, utf7-decode): Use coding system
9974         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9975
9976         * message.el (message-send-mail-function): New function.
9977         (message-send-mail-function): Set default using
9978         message-send-mail-function.  Adjust doc string.
9979         (message-send-mail-with-mailclient): New function.
9980
9981 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9982
9983         * smime.el (from):
9984         * rfc2047.el (message-posting-charset):
9985         * qp.el (mm-use-ultra-safe-encoding):
9986         * pop3.el (parse-time-months):
9987         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9988         * nnml.el (files):
9989         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9990         (jka-compr-compression-info-list, ange-ftp-path-format)
9991         (efs-path-regexp):
9992         * nndiary.el (files):
9993         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9994         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9995         (epg-digest-algorithm-alist, inhibit-redisplay)
9996         (password-cache-expiry):
9997         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9998         (pgg-output-buffer, password-cache-expiry):
9999         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10000         (efs-path-regexp):
10001         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10002         (inhibit-redisplay):
10003         * mm-uu.el (file-name, start-point, end-point, entry)
10004         (gnus-newsgroup-name, gnus-newsgroup-charset):
10005         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10006         (latin-unity-ucs-list):
10007         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10008         (mm-uu-binhex-decode-function):
10009         * message.el (gnus-message-group-art, gnus-list-identifiers)
10010         (rmail-enable-mime-composing, gnus-local-organization)
10011         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10012         (gnus-read-active-file, facemenu-add-face-function)
10013         (facemenu-remove-face-function, gnus-article-decoded-p)
10014         (tool-bar-mode):
10015         * mail-source.el (display-time-mail-function):
10016         * gnus-util.el (nnmail-pathname-coding-system)
10017         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10018         (gnus-original-article-buffer, gnus-user-agent)
10019         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10020         (xemacs-codename, sxemacs-codename, emacs-program-version):
10021         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10022         * gnus-start.el (gnus-agent-covered-methods)
10023         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10024         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10025         (gnus-newsgroup-headers, gnus-group-list-mode)
10026         (gnus-group-mark-positions, gnus-newsgroup-data)
10027         (gnus-newsgroup-unreads, nnoo-state-alist)
10028         (gnus-current-select-method, mail-sources)
10029         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10030         (nnmail-spool-file, gnus-cache-active-hashtb):
10031         * gnus-mh.el (mh-lib-progs):
10032         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10033         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10034         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10035         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10036         (gnus-group-buffer):
10037         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10038         (font-lock-set-defaults):
10039         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10040         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10041         (gnus-summary-post-menu, total-parts, type, condition, length):
10042         * gnus-agent.el (gnus-agent-read-agentview):
10043         * flow-fill.el (show-trailing-whitespace):
10044         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10045         eval-and-compile wrappers for byte compiler pacifiers.
10046
10047         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10048         (mm-display-inline-fontify): Check for featurep 'xemacs not
10049         extent-list.
10050
10051         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10052         itimer-list.
10053         (mm-create-image-xemacs): Only do something for XEmacs.
10054         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10055
10056         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10057
10058         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10059         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10060
10061 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10062
10063         * nnimap.el (nnimap-split-download-body):
10064         * gnus-demon.el (gnus-demon):
10065         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10066
10067 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10070         New macros.
10071         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10072         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10073         copy data from unibyte buffer to multibyte current buffer.
10074         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10075         to copy data from unibyte current buffer to multibyte buffer.
10076         (nntp-make-process-buffer): Make process buffer unibyte.
10077
10078         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10079
10080 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10081
10082         * pop3.el (pop3-open-server): Accept and process data more robustly at
10083         connexion start to avoid spurious "POP SSL connexion failed" errors.
10084
10085 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10088         read group names.
10089
10090 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10093
10094 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10097         (nnmail-save-active): Use a unibyte buffer when saving active file,
10098         which may contain non-ASCII group names.
10099
10100         * nnml.el (nnml-request-group): Decode group names in messages.
10101
10102 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * message.el (message-citation-line-function)
10105         (message-insert-formatted-citation-line): Fix spelling of
10106         `message-insert-formated-citation-line'.
10107
10108 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10111
10112 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10115         nnmail-pathname-coding-system.
10116
10117         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10118         that a user enters; decode group names in messages.
10119
10120         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10121
10122 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10125
10126         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10127
10128         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10129         risky local variable.
10130
10131         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10132
10133 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10134
10135         * encrypt.el: Improve documentation to fix function name typo.
10136         Reported by Daiki Ueno <ueno@unixuser.org>.
10137
10138 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10141         even if the point is not in the last page of an article.
10142         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10143         back to the previous page.
10144
10145 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10148
10149 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10152
10153 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10154
10155         * message.el (message-check-news-body-syntax):
10156         Avoid mm-string-as-multibyte.
10157         (message-hide-headers): Don't assume (point-min)==1.
10158
10159 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * message.el (message-remove-blank-cited-lines): Fix if remove is
10162         given.
10163         (message-bogus-address-regexp): New variable.
10164         (message-bogus-recipient-p): New function.
10165         (message-check-recipients): New command.
10166         (message-syntax-checks): Add `bogus-recipient'.
10167         (message-fix-before-sending): Add `bogus-recipient'.
10168
10169         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10170         (gnus-treat-body-boundary): Don't test window-system.
10171
10172 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10173
10174         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10175
10176 2007-10-28  Miles Bader  <miles@gnu.org>
10177
10178         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10179         at compile-time too.
10180
10181 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * gnus-msg.el (gnus-message-setup-hook):
10184         Add `message-remove-blank-cited-lines' to options.
10185
10186 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * message.el (message-remove-blank-cited-lines): New function.
10189         Suggested by Karl Plästerer.
10190
10191 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10194         mapc.
10195
10196         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10197         (top-level): Use mapc to set functions to be traced for debugging.
10198
10199         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10200         called for effect with while loop.
10201
10202         * message.el (message-talkative-question): Replace mapcar called for
10203         effect with mapc.
10204
10205         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10206         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10207         called for effect with dolist.
10208
10209         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10210
10211         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10212         gnus-extra-headers and nnmail-extra-headers.
10213
10214         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10215         called for effect with dolist.
10216         (top-level): Use mapc to set functions to be traced for debugging.
10217
10218         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10219         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10220         dolist.
10221
10222         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10223         Replace mapcar called for effect with mapc.
10224         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10225         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10226         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10227         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10228
10229         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10230         remove-if that's a cl function.
10231
10232         * webmail.el (webmail-debug): Replace mapcar called for effect with
10233         dolist.
10234
10235         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10236         with mapc.
10237
10238 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10241         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10242         with while loop.
10243
10244         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10245         functions from article-* functions.
10246         (gnus-multi-decode-header): Replace mapcar called for effect with
10247         dolist.
10248
10249         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10250         (gnus-bookmark-show-details): Replace mapcar called for effect with
10251         while loop.
10252
10253         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10254         called for effect with while loop.
10255
10256         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10257         with dolist.
10258
10259         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10260         Replace mapcar called for effect with dolist.
10261
10262         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10263
10264         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10265         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10266         Replace mapcar called for effect with dolist.
10267         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10268         mapc.
10269
10270         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10271         Replace mapcar called for effect with dolist.
10272         (gnus-topic-list): Replace mapcar called for effect with mapc.
10273
10274         * gnus.el: Use mapc instead of mapcar to add autoloads.
10275
10276 2007-10-23  Richard Stallman  <rms@gnu.org>
10277
10278         * gnus-group.el (gnus-group-highlight): Mark as risky.
10279
10280 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus.el (gnus-server-to-method): Return method found first in
10283         gnus-newsrc-alist.
10284
10285         * gnus-art.el (gnus-article-highlight-signature)
10286         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10287         button overlay without the front stickiness.
10288
10289 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10290
10291         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10292         overview buffer needed a catch to receive its throw.
10293         (gnus-agent-flush-cache): Declare as interactive to make this function
10294         easier to use.
10295
10296 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10299         `next-line'.
10300
10301 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10304         exclude address matching message-dont-reply-to-names.
10305
10306 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-util.el (gnus-string<): New function.
10309
10310         * gnus-sum.el (gnus-article-sort-by-author)
10311         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10312
10313 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10316         the frame-focus tag is set in gnus-buffer-configuration.
10317
10318 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10321         the front stickiness.
10322
10323 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10326         url pattern; remove duplicate one.
10327         (gnus-article-extend-url-button): New function.
10328         (gnus-article-add-buttons): Use it.
10329         (gnus-button-push): Use concatenated url that it makes.
10330
10331 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10332
10333         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10334
10335 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10336
10337         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10338         Don't hardcode point-min==1.
10339
10340 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10343         Fix comment about "iso8859-1".
10344
10345 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10346
10347         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10348         ones returned from the verify-function.
10349
10350         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10351         Call mml2015-extract-cleartext-signature if extraction failed.
10352
10353 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10354
10355         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10356         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10357         failed.
10358
10359 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10362
10363 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10366         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10367         recommends to use EasyPG instead of PGG.
10368
10369         * pgg.el: Revert to revision 6.23.2.16.
10370
10371         * pgg-def.el: Revert to revision 6.6.2.14.
10372
10373         * pgg-gpg.el: Revert to revision 6.23.2.34.
10374
10375 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10376
10377         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10378         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10379         thread for both the null and zero (kill/expire thread) universal prefix
10380         cases.
10381         (gnus-summary-expire-thread): Add new function to expire a thread,
10382         using gnus-summary-kill-thread.
10383         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10384         shortcuts for gnus-summary-expire-thread.
10385         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10386         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10387
10388 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10389
10390         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10391         extras value, so an extras entry can be deleted.
10392         (gnus-registry-delete-extra-entry): Use it.
10393         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10394         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10395         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10396         storage through the gnus-registry, and provide an appropriate API for
10397         it.
10398
10399 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10402         Suggested by Leo <sdl.web@gmail.com>.
10403
10404         * gnus.el: Do.
10405
10406 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10409         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10410
10411         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10412
10413         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10414         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10415
10416 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10419         newline.
10420         (nnmbox-request-accept-article): Don't change article in source buffer;
10421         narrow to header to use message-fetch-field rather than
10422         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10423         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10424         as delimiters; make sure article ends with newline.
10425         (nnmbox-delete-mail): Correct last position of article to be deleted;
10426         ignore X-Gnus-Newsgroup header in article body.
10427         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10428         positions; make sure article ends with newline.
10429
10430         * message.el (message-display-abbrev): Don't infloop when a user
10431         inserts SPC in the beginning of header.
10432
10433         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10434         coding-system-for-read and coding-system-for-write for XEmacs having no
10435         file-coding feature.
10436
10437         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10438
10439 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10440
10441         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10442         list of groups not followed by default.  Fix type to be regexp.
10443         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10444
10445 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10446
10447         * hmac-def.el (define-hmac-function): Switch from old-style to
10448         new-style backquotes.
10449
10450         * md4.el (md4-make-step): Likewise.
10451
10452 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10455         raw-text coding system when saving .newsrc file, which may contain
10456         non-ASCII group names.
10457
10458 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-cus.el (gnus-score-extra): New widget.
10461         (gnus-score-extra-convert): New function.
10462         (gnus-score-customize): Use it for Extra.
10463
10464 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10465
10466         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10467         (mml2015-mailcrypt-clear-verify): Use it.
10468         (mml2015-gpg-clear-verify): Use it.
10469         (mml2015-pgg-clear-verify): Use it.
10470         (mml2015-epg-clear-verify): Replace the current part with the output
10471         from GnuPG; don't extract the plaintext by itself.
10472
10473         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10474         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10475         mml2015-clear-verify-function; don't touch the armor headers or
10476         dash-escaped text here.
10477
10478 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10481         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10482         parts, or application/octet-stream as a last resort.
10483         (gnus-mime-view-part-as-type): Don't toggle display.
10484         (gnus-mime-view-part-as-charset): Don't turn off display before
10485         querying charset.
10486
10487         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10488         stuff to undisplayer function in Emacs.
10489         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10490
10491         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10492         text/calendar parts.
10493
10494 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10497         decoding text/calendar parts.
10498
10499         * message.el (message-forward-make-body-mime): Always mark body as
10500         having no illegible text; remove signed-or-encrypted argument.
10501         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10502
10503         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10504         (mml-generate-mime-1): Don't encode body if it is specified to be in
10505         raw form; don't make buffer be unibyte when inserting multibyte string.
10506
10507 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10508
10509         * sha1.el: Fix up comment style.
10510         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10511         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10512
10513         * hex-util.el: Fix up comment style.
10514         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10515
10516         * gnus-salt.el: Use with-current-buffer.
10517         (gnus-pick-setup-message): Fix long-standing typo.
10518
10519 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * imap.el (imap-logout-timeout): New variable.
10522         (imap-logout, imap-logout-wait): New functions.
10523         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10524
10525         * nnimap.el (nnimap-logout-timeout): New server variable.
10526         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10527         nnimap-logout-timeout.
10528
10529         * gnus-art.el (gnus-article-summary-command-nosave)
10530         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10531
10532 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus.el (gnus-maximum-newsgroup): New variable.
10535
10536         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10537         according to gnus-maximum-newsgroup.
10538
10539         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10540         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10541         Limit the range of articles according to gnus-maximum-newsgroup.
10542
10543 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10544
10545         * gnus-art.el (gnus-sticky-article): Fix problems described in
10546         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10547         Don't perform gnus-configure-windows here; reuse existing sticky
10548         article buffer.
10549
10550         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10551         it doesn't exist in gnus-article-mode.
10552
10553 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10556         (gnus-agent-decoded-group-name): New function.
10557         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10558         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10559
10560 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10561
10562         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10563         Add binding for gnus-sticky-article.
10564         (gnus-summary-exit): Don't kill sticky article buffers.
10565
10566         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10567         article buffer.
10568         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10569         (gnus-kill-sticky-article-buffers): New commands.
10570
10571 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * nntp.el (nntp-xref-number-is-evil): New server variable.
10574         (nntp-find-group-and-number): If it is non-nil, don't trust article
10575         numbers in the Xref header.
10576
10577 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-agent.el (gnus-agent-read-group): New function.
10580         (gnus-agent-flush-group, gnus-agent-expire-group)
10581         (gnus-agent-regenerate-group): Use it.
10582         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10583         nnmail-pathname-coding-system.
10584
10585 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10588
10589         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10590         that are unread as unread, and also as selected so that information of
10591         marks having been changed by a user may be updated when exiting group.
10592
10593 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10596
10597 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10600         calculated ignoring signature parts to gnus-treat-article.
10601
10602 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10605         a point here in order to keep the window start.
10606         (gnus-insert-mime-security-button): Make a button overlay without the
10607         front stickiness.
10608         (gnus-mime-display-security): Goto the end of a button.
10609
10610         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10611
10612 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10615         group-name-at-point.
10616         (gnus-group-completing-read): New function that offers decoded
10617         non-ASCII group names for completion.
10618         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10619         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10620         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10621         (gnus-group-fetch-control): Use it.
10622         (gnus-fetch-group): Use group-name-at-point for the initial value
10623         rather than the default value; use gnus-alive-p.
10624
10625         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10626         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10627         (gnus-summary-post-news): Use gnus-group-completing-read.
10628
10629         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10630         (gnus-read-move-group-name): Decode group name for completion.
10631
10632 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10633
10634         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10635         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10636         Yamaoka slightly modified the code).
10637
10638 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10641         (nnmail-split-incoming): Bind it.
10642
10643         * nnml.el (nnml-group-name-charset): New function.
10644         (nnml-decoded-group-name): Use it; don't decode group name if
10645         nnmail-group-names-not-encoded-p is non-nil.
10646         (nnml-encoded-group-name): New function.
10647         (nnml-group-pathname): Inline nnml-decoded-group-name.
10648         (nnml-request-expire-articles): Decode group name in message.
10649         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10650         nnmail-pathname-coding-system.
10651         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10652         not decoded ones according to nnmail-group-names-not-encoded-p.
10653         (nnml-generate-active-info): Use nnml-encoded-group-name.
10654
10655 2007-08-08  Glenn Morris  <rgm@gnu.org>
10656
10657         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10658         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10659         doc-strings and comments.
10660
10661 2007-07-25  Glenn Morris  <rgm@gnu.org>
10662
10663         * Relicense all FSF files to GPLv3 or later.
10664
10665 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-sum.el (gnus-summary-move-article):
10668         Make gnus-summary-respool-article work.
10669
10670 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10673         string.
10674
10675 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10676
10677         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10678         that should be ignored when comparing distant RSS articles with local
10679         ones.
10680         (nnrss-make-hash-index): New function.  Create a hash index according
10681         to the ignored fields.
10682         (nnrss-check-group): Use it.
10683
10684 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10687
10688         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10689
10690         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10691         the new optional argument ENCODED is non-nil.
10692         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10693         coding system for encoding group name.
10694         (gnus-group-make-rss-group): Pass un-encoded group name to
10695         gnus-group-make-group.
10696         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10697         encoded.
10698
10699         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10700         Encode group name to which articles are moved or copied.
10701         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10702         coding system for encoding Newsgroup, Followup-To and Xref headers.
10703
10704         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10705         marks; use nnheader-file-coding-system to write a file.
10706         (nnagent-retrieve-headers): Bind file-name-coding-system to
10707         nnmail-pathname-coding-system.
10708
10709         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10710
10711         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10712         (nnml-request-article, nnml-request-create-group)
10713         (nnml-request-rename-group, nnml-find-id)
10714         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10715         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10716         (nnml-save-marks): Use nnml-group-pathname instead of
10717         nnmail-group-pathname.
10718
10719         (nnml-request-create-group, nnml-request-expire-articles)
10720         (nnml-request-move-article, nnml-request-delete-group)
10721         (nnml-deletable-article-p, nnml-possibly-create-directory)
10722         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10723         (nnml-open-marks): Bind file-name-coding-system to
10724         nnmail-pathname-coding-system.
10725
10726         (nnml-request-article): Pass server argument to nnml-find-group-number.
10727         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10728         Pass server argument to nnml-possibly-create-directory.
10729         (nnml-request-accept-article): Pass server argument to
10730         nnml-active-number and nnml-save-mail.
10731         (nnml-find-group-number): Pass server argument to nnml-find-id.
10732         (nnml-request-update-info): Pass server argument to
10733         nnml-marks-changed-p.
10734
10735         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10736         (nnml-save-mail, nnml-active-number): Add server argument.
10737
10738         (nnml-request-delete-group): Warn if group is missing.
10739         (nnml-get-nov-buffer): Decode group name.
10740         (nnml-generate-active-info): Encode group name.
10741         (nnml-open-marks): Decode group name in messages.
10742
10743 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10746         if it is not specified.
10747         (gnus-article-pipe-part, gnus-article-save-part)
10748         (gnus-article-interactively-view-part, gnus-article-copy-part)
10749         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10750         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10751         (gnus-article-replace-part, gnus-article-delete-part)
10752         (gnus-article-view-part-as-type): Pass raw prefix argument to
10753         gnus-article-part-wrapper.
10754
10755 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-agent.el (gnus-agent-save-active):
10758         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10759
10760         * gnus-cache.el (gnus-cache-save-buffers)
10761         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10762         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10763         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10764         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10765         (gnus-cache-generate-active, gnus-cache-rename-group)
10766         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10767         (gnus-cache-update-overview-total-fetched-for):
10768         Bind file-name-coding-system to nnmail-pathname-coding-system.
10769         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10770         New variables.
10771         (gnus-cache-decoded-group-name): New function.
10772         (gnus-cache-file-name): Use it.
10773         (gnus-cache-generate-active): Use non-decoded group name for active.
10774
10775         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10776         right place.
10777         (gnus-write-active-file): Don't break non-ASCII group names.
10778
10779         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10780         nnmail-pathname-coding-system.
10781
10782         * lpath.el: Bind default-file-name-coding-system,
10783         file-name-coding-system and language-info-alist for XEmacs.
10784
10785         * gnus-uu.el (gnus-uu-decode-save): Typo.
10786
10787 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10790
10791 2007-07-14  David Kastrup  <dak@gnu.org>
10792
10793         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10794         finishing actions if we did not edit the article.
10795
10796 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10799         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10800         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10801         (gnus-agent-flush-group, gnus-agent-flush-cache)
10802         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10803         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10804         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10805         (gnus-agent-regenerate-group)
10806         (gnus-agent-update-files-total-fetched-for)
10807         (gnus-agent-update-view-total-fetched-for):
10808         Bind file-name-coding-system to nnmail-pathname-coding-system.
10809         (gnus-agent-group-pathname): Don't encode file names by
10810         nnmail-pathname-coding-system.
10811         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10812         coding-system-for-write instead of buffer-file-coding-system to
10813         gnus-agent-file-coding-system.
10814
10815         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10816         Decode group name.
10817
10818         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10819
10820         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10821         (gnus-read-newsrc-el-file): Make group names unibyte.
10822
10823         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10824         nnmail-pathname-coding-system.
10825
10826         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10827         (nnrss-request-delete-group): Bind file-name-coding-system to
10828         nnmail-pathname-coding-system.
10829         (nnrss-read-server-data, nnrss-read-group-data):
10830         Bind file-name-coding-system correctly.
10831         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10832
10833         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10834         (nntp-server-to-method-cache): New variable.
10835         (nntp-group-pathname): New function that decodes non-ASCII group names.
10836         (nntp-possibly-create-directory, nntp-marks-changed-p)
10837         (nntp-save-marks, nntp-open-marks): Use it.
10838         (nntp-possibly-create-directory, nntp-open-marks):
10839         Bind file-name-coding-system to nnmail-pathname-coding-system.
10840         (nntp-open-marks): Decode group names when bootstrapping marks.
10841
10842         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10843         Newsgroups and Folowup-To headers.
10844
10845 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10848         (gnus-server-closed-face, gnus-server-denied-face)
10849         (gnus-server-offline-face): Remove variable.
10850         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10851
10852         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10853         of modifying message-stack directly for XEmacs.
10854
10855         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10856         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10857         if the coding-system argument is nil for XEmacs.
10858
10859         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10860         mm-charset-override-alist.
10861
10862         * rfc2047.el: Don't require base64; require rfc2045 for the function
10863         rfc2045-encode-string.
10864         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10865         to quote the parameter value.
10866
10867 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10870         form in gnus-group-name-charset-method-alist.
10871
10872         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10873         overrides the default layout edit-form.
10874
10875         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10876
10877         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10878
10879 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10882         as unfetched articles.
10883
10884 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10887
10888 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10891         original back end that keeps marks in the local system.
10892
10893 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10896         arg of pop-to-buffer for XEmacs.
10897         (gnus-article-read-summary-keys): Ditto; don't restore window
10898         configuration if summary command ends up with neither article buffer
10899         nor summary buffer; describe bindings if summary keys end with C-h.
10900
10901 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * message.el (message-fix-before-sending): Skip raw message part to be
10904         forwarded while checking illegible text.
10905         (message-forward-make-body-mime, message-forward-make-body):
10906         Mark signed or encrypted raw message as having no illegible text.
10907
10908 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10911         (gnus-message-with-timestamp-1): New macro.
10912         (gnus-message-with-timestamp): New function.
10913         (gnus-message): Use them.
10914
10915         * nnheader.el (nnheader-message): Use them.
10916
10917 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10920         .newsrc.eld file.
10921
10922 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-agent.el (gnus-agent-fetch-headers)
10925         (gnus-agent-retrieve-headers):
10926         Bind gnus-decode-encoded-address-function to identity.
10927
10928         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10929         available also when the server returns simply a dot.
10930
10931         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10932
10933 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10936
10937 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-ems.el (gnus-x-splash): Make it work.
10940
10941         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10942         from being used.
10943
10944         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10945
10946 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10949         4th and the 5th arguments.
10950
10951         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10952         the front stickiness.
10953         (gnus-article-summary-command-nosave): Correct the order of the
10954         arguments passed to pop-to-buffer.
10955         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10956         summary command ends up with the article buffer.
10957
10958         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10959         the same faces.
10960
10961 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10962
10963         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10964
10965 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10966
10967         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10968         * gnus-sum.el (gnus-summary-highlight):
10969         * pgg.el (pgg-sign-region, pgg-sign):
10970         * mail-source.el (mail-source-delete-old-incoming-confirm):
10971         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10972
10973 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-art.el (gnus-mime-view-part-externally)
10976         (gnus-mime-view-part-internally): Fix predicate function passed to
10977         completing-read.
10978
10979         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10980
10981         * gnus.el (gnus-update-message-archive-method): Add :version.
10982
10983 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus.el (gnus-update-message-archive-method): New variable.
10986
10987         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10988         according to gnus-message-archive-method if
10989         gnus-update-message-archive-method is non-nil.
10990
10991 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10994         Suggested by Loic Dachary <loic@dachary.org>.
10995         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10996
10997 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * message.el (message-pop-to-buffer): Add switch-function argument.
11000         (message-mail): Pass switch-function argument to it.
11001
11002 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11005         Improve doc string.
11006
11007 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11010         (gnus-header-content)
11011         * gnus-cite.el (gnus-cite-10)
11012         * gnus-srvr.el (gnus-server-closed)
11013         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11014         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11015         (gnus-group-mail-3-empty, gnus-group-mail-low)
11016         (gnus-group-mail-low-empty, gnus-splash)
11017         * message.el (message-header-to, message-header-cc)
11018         (message-header-subject, message-header-other, message-header-name)
11019         (message-header-xheader, message-separator, message-cited-text)
11020         (message-mml): Lighten colors of faces used for dark background.
11021
11022 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11023
11024         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11025         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11026
11027 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * message.el (message-narrow-to-headers-or-head):
11030         Ignore mail-header-separator in the body.
11031
11032 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11035         same as window size.
11036
11037 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11038
11039         * message.el (message-font-lock-keywords): Use message-header-xheader
11040         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11041         ahead of the anything pattern, to get it recognised.
11042
11043 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11046         spam.el loads uses it in the compiled defadvice form.
11047
11048 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11049
11050         * gnus-sum.el (gnus-articles-to-read)
11051         (gnus-summary-insert-old-articles): Don't truncate group name for
11052         `read-string'.
11053
11054         * gnus-util.el (gnus-limit-string): Delete this function.
11055
11056         * gnus-sum.el (gnus-simplify-subject-fully):
11057         Use `truncate-string-to-width' instead.
11058
11059 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11060
11061         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11062         Tell if, on summary exit, the next group has to be selected.
11063         (gnus-summary-exit): Use it.
11064
11065 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11068         non-break space.
11069
11070 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11073         Check if group is not a directory.
11074         (nnfolder-request-expire-articles): Don't delete articles if the target
11075         group is not available.
11076
11077         * nnml.el (nnml-request-create-group): Properly check if group is not a
11078         file.
11079         (nnml-request-expire-articles): Don't delete articles if the target
11080         group is not available.
11081
11082         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11083         Don't quote characters that are within parentheses.
11084
11085 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11088         (gnus-handle-ephemeral-exit): Select article according to it.
11089
11090 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * message.el (message-insert-formated-citation-line): Remove newline.
11093         (message-citation-line-format): Add final \n here so that the user can
11094         avoid a blank line.
11095
11096 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11097
11098         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11099         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11100         Update lanl/arXiv support.
11101
11102 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gnus.el: Bump version number.
11105
11106 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * gnus.el (gnus-version-number): Bump version.
11109
11110 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11111
11112         * gnus.el: No Gnus v0.6 is released.
11113
11114 2007-04-27  Didier Verna  <didier@xemacs.org>
11115
11116         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11117         * gmm-utils.el (gmm-regexp-concat): ... here.
11118         * message.el: Don't require 'gnus-util.
11119         (message-dont-reply-to-names): Handle name change above.
11120         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11121
11122 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11125         since the initial value varies according to the system.
11126
11127 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11130
11131 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11132
11133         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11134
11135 2007-04-24  Didier Verna  <didier@xemacs.org>
11136
11137         Improve the type of gnus-ignored-from-addresses.
11138         * gnus-util.el (gnus-orify-regexp): New function.
11139         * message.el (gnus-util): Require it.
11140         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11141         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11142         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11143
11144 2007-04-24  Didier Verna  <didier@xemacs.org>
11145
11146         * gnus-sum.el:
11147         * gnus-utils.el: Fix some trailing whitespaces.
11148
11149 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11152         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11153         article's Message-ID; refer parent article in summary buffer.
11154
11155         * message.el (message-bounce): Call mime-to-mml.
11156
11157         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11158         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11159         optimize and/or forms properly.
11160
11161 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11164         URL.
11165
11166 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11169
11170 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11173         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11174         displayed of multipart/alternative part if it is invoked from summary
11175         buffer.
11176
11177         * mm-view.el (mm-inline-text-html-render-with-w3m)
11178         (mm-inline-text-html-render-with-w3m-standalone)
11179         (mm-inline-render-with-function): Use mail-parse-charset by default.
11180
11181 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11182
11183         * parse-time.el (parse-time-string-chars): Check if CHAR
11184         is less than the length of parse-time-syntax.
11185
11186 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11189         from gnus-newsgroup-processable.
11190
11191 2007-04-16  Didier Verna  <didier@xemacs.org>
11192
11193         * gnus-msg.el (gnus-configure-posting-styles):
11194         Handle message-signature-directory properly with :file syntax.
11195         Reported by "Leo".
11196
11197 2007-04-11  Didier Verna  <didier@xemacs.org>
11198
11199         New user option: message-signature-directory.
11200         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11201         * message.el (message-insert-signature): Ditto.
11202         * message.el (message-signature-file): Doc update.
11203         * message.el (message-signature-directory): New.
11204
11205 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * gnus-msg.el (gnus-inews-yank-articles):
11208         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11209
11210 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * message.el (message-yank-original): Make sure cited text ends with
11213         newline; don't exchange point and mark.
11214
11215 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11216
11217         * tls.el (open-tls-stream): Properly handle case where there
11218         is no associated buffer.
11219
11220 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11221
11222         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11223         message-yank-original, make sure (< mark TEXT point).
11224
11225 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * message.el (message-fill-column): New variable.
11228         (message-mode): Use it.  Add comment on a possible new hook.
11229
11230         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11231         (nnmail-get-new-mail): Reformat.
11232
11233         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11234
11235         * gmm-utils.el: Fix Commentary.
11236         (gmm-tool-bar-from-list): Fix typo in doc string.
11237
11238 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11239
11240         * message.el (message-yank-original): Don't switch point and mark
11241         unnecessarily to put point and mark as documented.
11242
11243 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11246         from the message heads.
11247
11248 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11249
11250         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11251         article buffer does not have a window.  This may not be the best
11252         solution but is certainly better than setting the start of the null,
11253         that is the current, window.
11254
11255 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11258         (gnus-draft-setup): Run it.
11259
11260         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11261         gnus-score-fast-scoring.  Allow regexp.
11262         (gnus-score-headers): Use it.
11263
11264         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11265         XEmacs.
11266
11267         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11268         string.
11269         (gnus-button-alist): Also catch `<f1> k ...'.
11270         (gnus-treat-display-x-face): Fix doc string.
11271
11272 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11273
11274         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11275         evaluation of gnus-extended-version to ensure correct generation of the
11276         User-Agent header when message-generate-headers-first is used.
11277
11278 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11279
11280         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11281         hashcash-path is nil.  Don't call callback with incorrect number of
11282         parameters if val is 0.
11283
11284 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11285
11286         * message.el (message-required-news-headers):
11287         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11288
11289 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11290
11291         * tls.el (open-tls-stream): In handshake-waiting loop,
11292         don't wait more if there is output available to process.
11293
11294 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11295
11296         * tls.el (tls-program): Doc fix.
11297
11298 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * message.el (message-generate-new-buffers): Change the meaning of the
11301         nil value; add `standard' to the choices; treat t as `unique'; improve
11302         doc string.
11303         (gnus-select-frame-set-input-focus): Autoload.
11304         (message-buffer-name): Search for the existing message buffer if
11305         message-generate-new-buffers is nil or `standard'; treat the value t of
11306         message-generate-new-buffers as `unique'.
11307         (message-pop-to-buffer): Raise the frame already displaying the message
11308         buffer; clear the echo area after querying.
11309         (message-setup): Pass the `continue' argument to compose-mail.
11310         (message-mail): Prefer `switch-function' if it is given; search for the
11311         existing message buffer if the `continue' argument is non-nil; pass
11312         continue and switch-function arguments to compose-mail by way of
11313         message-setup.
11314         (message-mail-other-window): Adjust argument of message-setup.
11315         (message-mail-other-frame): Ditto.
11316
11317 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11320         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11321         to turn font-lock on when turning gnus-message-citation-mode on.
11322
11323 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11324
11325         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11326         (mml-smime-function-alist): New variable; add epg as the backend.
11327         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11328         mml-smime- functions instead.
11329         * mm-view.el: Require smime.
11330
11331 2007-03-05  Didier Verna  <didier@xemacs.org>
11332
11333         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11334         instead of just inheritance for posting styles.
11335         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11336
11337 2007-02-24  Chris Moore  <dooglus@gmail.com>
11338
11339         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11340         * pgg-pgp.el (pgg-pgp-encrypt-region):
11341         * pgg-gpg.el (pgg-gpg-encrypt-region):
11342         Check pgg-encrypt-for-me if no other recipients.
11343
11344 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11345
11346         * tls.el (tls-certtool-program): Fix custom type.
11347
11348 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11351         and point-at-eol instead of line-(beginning|end)-position.
11352
11353         * assistant.el (assistant-parse-buffer): Ditto.
11354
11355         * netrc.el (netrc-parse-services): Ditto.
11356
11357 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11358
11359         * mml2015.el (mml2015-epg-find-usable-key): New function.
11360         (mml2015-epg-sign): Use it.
11361         (mml2015-epg-encrypt): Use it.
11362
11363 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * message.el (message-make-in-reply-to): Quote name containing
11366         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11367         if there are special characters.  Reported by NAKAJI Hiroyuki
11368         <nakaji@jp.freebsd.org>.
11369
11370 2007-02-27  Didier Verna  <didier@xemacs.org>
11371
11372         Include the group parameters as well as the topic ones in the
11373         inheritance filter process.
11374         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11375         argument GROUP-PARAMS-LIST.
11376         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11377
11378 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * nntp.el (nntp-never-echoes-commands)
11381         (nntp-open-connection-functions-never-echo-commands): New variables.
11382         (nntp-send-command): Use them.
11383
11384 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11385
11386         * mml2015.el (mml2015-epg-verify): Simplify.
11387
11388 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * mml.el (mml-content-disposition-alist): New user option.
11391         (mml-content-disposition): New function.
11392         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11393         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11394
11395 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11396
11397         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11398         verification.
11399
11400 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11401
11402         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11403         articles posted in the last 24 hours.
11404
11405 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11406
11407         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11408
11409 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11410
11411         * nntp.el (nntp-send-command): Don't wait for echoes when
11412         nntp-open-ssl-stream is used.
11413
11414 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11417         (gnus-message-add-citation-keywords)
11418         (gnus-message-remove-citation-keywords): Remove.
11419         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11420         directly, make the variables in font-lock-defaults buffer-local, add
11421         gnus-message-citation-keywords to them and then update the value of
11422         font-lock-keywords.
11423
11424 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * message.el (message-cite-original-1): Don't call
11427         gnus-article-highlight-citation.
11428
11429         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11430         citations; fix line count.
11431
11432 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11435         (gnus-message-add-citation-keywords)
11436         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11437         versions of font-lock-add-keywords and font-lock-remove-keywords to
11438         work with XEmacs correctly.
11439
11440 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-cite.el (gnus-cite-face-list): Set the values of
11443         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11444         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11445         (gnus-message-cite-prefix-regexp): New variable.
11446         (gnus-message-search-citation-line): Use it; protect against long
11447         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11448         the 0th match data for Emacs.
11449         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11450         (gnus-message-add-citation-keywords): Append keywords rather than
11451         prepending; emulate font-lock-add-keywords if it is not available.
11452         (gnus-message-remove-citation-keywords):
11453         Emulate font-lock-remove-keywords if it is not available.
11454
11455         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11456
11457         * message.el (message-cite-prefix-regexp): Set the value of
11458         gnus-message-cite-prefix-regexp.
11459
11460 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11461
11462         * nnweb.el (nnweb-google-parse-1): Update parser.
11463
11464 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11465
11466         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11467
11468 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11469
11470         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11471         regexp.
11472
11473 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11476         string-to-multibyte.
11477         (uudecode-decode-region-internal): Use it.
11478
11479         * lpath.el: Fbind string-as-multibyte for XEmacs.
11480
11481 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11484         Fix custom choice.
11485
11486         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11487
11488 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11489
11490         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11491
11492         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11493         `write-region' to respect `mm-inhibit-file-name-handlers'.
11494
11495 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11498         Use gnus-home-directory instead of "~/" or "$HOME".
11499
11500 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11501
11502         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11503         to mention filename.
11504         Add comments at beginning regarding usage.
11505         (encrypt-write-file-contents): Change interactive so a string is
11506         acceptable.  If the file has no associated model, show an error instead
11507         of a nonsense prompt.
11508
11509 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11510
11511         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11512         Thanks to Yoshihiko Yamada for kind notification of this typo.
11513
11514 2007-01-12  Kenichi Handa  <handa@m17n.org>
11515
11516         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11517         multibyte buffer.
11518
11519 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * gnus-score.el (gnus-score-fast-scoring): New variable.
11522         (gnus-score-headers): Use it.
11523
11524         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11525
11526         * message.el (message-cite-original-1):
11527         Call gnus-article-highlight-citation if requested.
11528         (message-make-from): Allow name and address as optional arguments.
11529
11530         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11531
11532         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11533         bugs to doc string.
11534         (gnus-button-alist): Add mid\\|message-id.
11535         (gnus-button-fetch-group): Extend for use in
11536         `browse-url-browser-function'.
11537         (gnus-button-url-regexp): Try to catch paired parentheses like in
11538         Wikipedia URLs.
11539
11540         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11541         Suggested by Simon Krahnke <overlord@gmx.li>.
11542
11543 2007-01-13  Romain Francoise  <romain@orebokech.com>
11544
11545         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11546         Update copyright.
11547
11548 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11549
11550         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11551
11552 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11553
11554         * gnus-registry.el (gnus-registry-unfollowed-groups)
11555         (gnus-registry-split-fancy-with-parent): Fix documentation.
11556
11557 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11560         from nnweb groups.
11561
11562 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11565         Xref urls.  Erase buffer before requesting head.
11566
11567         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11568
11569 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11572         customizable.
11573
11574 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11575
11576         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11577         no signing key is found.
11578         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11579         no encrypting and/or signing key is found.
11580
11581 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11584
11585 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11586
11587         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11588         headers read from disk with the ones newly found in the current search.
11589         This should no longer cause problems, because the article numbers in
11590         Gmane's `nov.php' output are ignored since the previous change.
11591
11592 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11593
11594         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11595
11596 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11599         replace-regexp-in-string; bind url-version; fbind display-images-p and
11600         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11601         find-face and set-itimer-function for Emacs; bind itimer-list for
11602         Emacs.
11603
11604         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11605
11606 2007-01-01  Romain Francoise  <romain@orebokech.com>
11607
11608         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11609
11610 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11611
11612         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11613         `define-minor-mode' macro definition expanded properly.
11614         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11615         exclude it there.
11616
11617         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11618         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11619         `fboundp' test.
11620         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11621         This is OK to autoload in (S)XEmacs now.
11622
11623 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11626         keystroke.
11627         (gnus-summary-limit-to-singletons): Fix typo.
11628
11629         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11630         else fails.
11631
11632 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11633
11634         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11635         docstring.
11636
11637         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11638         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11639         (gnus-summary-insert-dormant-articles): Fix typo in message.
11640
11641 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11644         nil for XEmacs.
11645         (gnus-message-citation-mode): Don't autoload in XEmacs.
11646
11647         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11648
11649 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11650
11651         * nnimap.el (nnimap-expunge-search-string):
11652         Mention nnimap-search-uids-not-since-is-evil in docstring.
11653
11654 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * spam.el: Revert to make-obsolete-variable because
11657         define-obsolete-variable-alias is not supported in Emacs 21.
11658
11659         * spam.el (spam-ifile-path, spam-ifile-database-path)
11660         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11661         make-obsolete-variable.
11662         (spam-bsfilter-path, spam-bsfilter-program)
11663         (spam-spamassassin-path, spam-spamassassin-program)
11664         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11665         Don't use "path" inappropriately.
11666         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11667         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11668         variable names.
11669
11670 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11671
11672         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11673         summary buffer.
11674
11675         * password.el (password-cache-remove): Use clear-string to burn
11676         password, if available.
11677
11678 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11681
11682         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11683
11684         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11685         (gnus-message-highlight-citation): Move defcustom here from
11686         gnus-cite.el.
11687         (gnus-message-citation-mode): Autoload.
11688
11689         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11690         checks to make it compile with XEmacs.
11691         (gnus-message-citation-mode): New minor mode.
11692         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11693         (gnus-message-highlight-citation): New variables.
11694         (gnus-message-search-citation-line)
11695         (gnus-message-add-citation-keywords)
11696         (gnus-message-remove-citation-keywords)
11697         (turn-on-gnus-message-citation-mode)
11698         (turn-off-gnus-message-citation-mode): New functions.
11699
11700 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11701
11702         * gnus-cite.el: Enable highlighting of different citation levels in
11703         message-mode.
11704
11705 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * message.el (message-make-fqdn): Fix comment.
11708         (message-bogus-system-names): Add ".local".
11709
11710         * spam.el (spam-ifile-path, spam-ifile-program)
11711         (spam-ifile-database-path, spam-ifile-database)
11712         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11713         Don't use "path" inappropriately.
11714         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11715         strings.
11716         (spam-check-ifile, spam-ifile-register-with-ifile)
11717         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11718         Use new variable names.
11719
11720         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11721         (gnus-treat-display-smileys): Simplify using
11722         gnus-image-type-available-p.
11723
11724         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11725         available.
11726
11727         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11728         Use `display-images-p' if available.
11729
11730 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11733         one after turning on the buffer's multibyteness instead of decoding
11734         them directly in the unibyte buffer that causes unexpected conversion
11735         in Emacs 23 (unicode).
11736
11737 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11738
11739         * message.el (message-generate-hashcash): Fix custom type.
11740
11741 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11744
11745 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11748         disconnect icons.  Add help text.
11749
11750 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11753         negated to be consistent with the others we handle.
11754
11755 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11756
11757         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11758         version of gnus-summary-buffer to something, so that we can use two
11759         article buffers at the same time.
11760
11761 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11762
11763         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11764         trigger all the extra headers.
11765         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11766         sorting.
11767
11768 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11769
11770         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11771         solid groups.
11772
11773 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11774
11775         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11776
11777 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * legacy-gnus-agent.el: Add Copyright notice.
11780
11781 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11782
11783         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11784
11785 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11788
11789         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11790         to make it work reliably in CVS Emacs.
11791         (gnus-summary-limit-strange-charsets-predicate)
11792         (gnus-summary-limit-to-predicate): New functions.
11793
11794 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11795
11796         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11797         specifying array size.
11798         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11799         array if it is too small.
11800         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11801         (gnus-sort-threads-loop): New function.
11802
11803 2006-12-06  Chris Moore  <dooglus@gmail.com>
11804
11805         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11806         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11807
11808 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11809
11810         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11811         options.
11812
11813 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11816         DOS-ing the recipient.
11817
11818         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11819         the headers when creating the mapping to avoid mismappings.
11820         (nnweb-gmane-create-mapping): Always nix out old mapping.
11821
11822 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11825         and mm-verify-option to never.
11826
11827 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * message.el (message-signed-or-encrypted-p): New function.
11830         (message-forward-make-body): Use it.
11831
11832         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11833         Replace encode-coding-string with mm-encode-coding-string.
11834
11835 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * nneething.el (nneething-decode-file-name):
11838         Replace decode-coding-string with mm-decode-coding-string.
11839
11840         * gnus-int.el (gnus-open-server): Say failed server's name.
11841
11842 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11843
11844         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11845         strings to a single string.  Quote `errors-file-name'.
11846         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11847         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11848         Adjust calls.  Use `shell-quote-argument'.
11849
11850 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11851
11852         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11853         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11854
11855         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11856         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11857         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11858         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11859         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11860         (gnus-subscribe-newsgroup, gnus-1):
11861         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11862         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11863         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11864         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11865
11866 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11867
11868         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11869         keystroke.
11870         (gnus-summary-limit-to-bodies): Implement headersp.
11871
11872 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11873
11874         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11875
11876 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11879
11880 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881
11882         * message.el (message-generate-hashcash): Expand range of values to
11883         include `opportunistic'.
11884         (message-send-mail): Use it.
11885
11886 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11887
11888         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11889         and comment it.
11890
11891         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11892
11893 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * gnus-util.el (gnus-extract-address-components): Improve comment.
11896
11897 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-util.el (gnus-extract-address-components): Work with address in
11900         which the name portion contains @.
11901
11902         * lpath.el: Fbind custom-autoload.
11903
11904 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * gnus.el (gnus-start): Move custom group up.
11907         (gnus-select-method): Don't autoload, but make it available for
11908         `customize-variable'.
11909         (gnus-getenv-nntpserver): Don't autoload.
11910
11911 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11912
11913         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11914
11915 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * message.el (message-sendmail-extra-arguments): New variable.
11918         (message-send-mail-with-sendmail): Use it.
11919
11920 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11923         mm-with-unibyte-current-buffer to make string unibyte.
11924
11925         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11926         mm-string-as-multibyte.
11927
11928 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11929
11930         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11931         Reported by Werner Koch <wk@gnupg.org>.
11932
11933 2006-11-14  Daiki Ueno  <ueno@p360>
11934
11935         * mml2015.el: Autoload epa-select-keys when compiling.
11936
11937 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11938
11939         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11940         message-options.
11941         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11942
11943 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11944
11945         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11946         EasyPG (< 0.0.6).
11947         (mml2015-always-trust): New user option.
11948         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11949         prompt.
11950
11951 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * nntp.el (nntp-authinfo-force): New variable.
11954         (nntp-send-authinfo): Use it.
11955
11956 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11959         decode encoded words.  Improve prompt.  Add comment about forwarding.
11960         (message-replacement-char): Move up.
11961
11962 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11963
11964         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11965         instead of gnus-intersection because arguments of gnus-sorted-nunion
11966         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11967
11968 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11971         (message-simplify-subject-functions):
11972         Enable message-strip-subject-encoded-words by default.
11973
11974 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * message.el (message-strip-subject-encoded-words): New function.
11977         (message-simplify-subject-functions): New variable.
11978         (message-simplify-subject): Use it.  Fix typo in doc string.
11979         Support message-strip-subject-encoded-words.
11980
11981 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11982
11983         * gnus-diary.el (gnus-diary-delay-format-function):
11984         * nndiary.el (nndiary-reminders):
11985         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11986
11987 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gnus-art.el (article-hide-boring-headers): Fetch date from
11990         gnus-original-article-buffer to avoid problems with localized date
11991         strings.
11992
11993 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11996
11997 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12000         New variables.
12001         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12002         (mm-charset-synonym-alist): Move some entries to
12003         mm-codepage-iso-8859-list.
12004         (mm-charset-synonym-alist, mm-charset-override-alist):
12005         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12006
12007 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12010
12011 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12014         with Emacs 21 and XEmacs.
12015
12016 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12017
12018         * spam.el (spam-parse-address): New function for better parsing,
12019         catching errors, etc.
12020         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12021
12022 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * mm-view.el: Add interactive arg to html2text autoload.
12025
12026 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12029
12030 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12033         New variables.
12034         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12035         (mm-charset-synonym-alist): Move some entries to
12036         mm-codepage-iso-8859-list.
12037
12038         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12039
12040 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * message.el (message-citation-line-format)
12043         (message-insert-formated-citation-line): Fix implementation of %E, %N
12044         and %n according to the doc string.
12045
12046 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12047
12048         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12049         Use car-safe to avoid bad parses.
12050
12051 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12054         names.
12055
12056         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12057
12058 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12061         header.
12062
12063         * message.el (message-draft-headers): Add Date.
12064         (message-headers-to-generate): Fix typo in docstring.
12065
12066         * nndraft.el (nndraft-required-headers): New variable.
12067         (nndraft-generate-headers): Use it.
12068
12069         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12070
12071 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12072
12073         * gnus-registry.el (gnus-registry-wash-for-keywords)
12074         (gnus-registry-find-keywords): New functions to allow easy searching of
12075         articles that are in the registry.
12076
12077 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12078
12079         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12080         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12081         Reported by Damien Elmes <damien@repose.cx>.
12082
12083 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus.el (gnus-mime): Remove unused custom group.
12086
12087 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12088
12089         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12090         "blank line" when searching for end of armor headers.
12091
12092 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gmm-utils.el (gmm-write-region): Fix variable name.
12095
12096 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * gmm-utils.el (gmm-write-region): New function based on compatibility
12099         code from `mm-make-temp-file'.
12100
12101         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12102
12103         * nnmaildir.el (nnmaildir--update-nov)
12104         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12105         Use `gmm-write-region'.
12106
12107 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12110         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12111
12112         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12113
12114         * message.el (message-replacement-char): New variable.
12115         (message-fix-before-sending): Use it.
12116         (message-simplify-subject): New function to remove duplicate code.
12117         (message-reply, message-followup): Use it.
12118
12119         * gnus-sum.el (gnus-summary-make-menu-bar):
12120         Clarify gnus-summary-limit-to-articles.
12121
12122 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus-util.el (gnus-with-local-quit): New macro.
12125
12126         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12127
12128 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12129
12130         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12131         ignore non-string data.
12132
12133 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12134
12135         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12136         non-string data (needs to be done in the registry too).
12137
12138 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12139
12140         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12141         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12142         (gnus-registry-split-fancy-with-parent)
12143         (gnus-registry-fetch-simplified-message-subject-fast)
12144         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12145         Remove text properties on ingress into the registry and when it's saved.
12146         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12147         registry from entries with no groups.
12148
12149 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12152         function to remove string properties.
12153
12154 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * gmm-utils.el (gmm): Adjust custom version.
12157
12158         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12159         Adjust custom version.
12160
12161         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12162
12163 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-art.el (gnus-insert-prev-page-button)
12166         (gnus-insert-next-page-button): Simplify.  Reformat.
12167
12168 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12169
12170         * gnus-art.el (gnus-insert-prev-page-button)
12171         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12172
12173 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12174
12175         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12176
12177 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12178
12179         * gnus-art.el (gnus-insert-mime-button)
12180         (gnus-insert-mime-security-button):
12181         Apply gnus-article-button-face to MIME and security buttons.
12182
12183 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12184
12185         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12186         readable.
12187
12188 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12191
12192 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12193
12194         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12195         `browse-url-of-file' instead of `browse-url'.
12196
12197 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12198
12199         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12200         regexp.  Articles containing quotation were cut prematurely.
12201
12202 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * message.el (message-cite-original-1): Use nobody by default for the
12205         value of From header.
12206         (message-reply): Ditto.
12207
12208 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12209
12210         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12211         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12212         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12213
12214 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12217         mails in the doc string.  Add some URLs in comment.
12218         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12219
12220 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12223         backslashes handling and the way to find boundaries of quoted strings.
12224
12225 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12226
12227         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12228         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12229         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12230         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12231
12232 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12235         doc string.
12236         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12237
12238 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * lpath.el: Fbind epg-check-configuration.
12241
12242 2006-09-06  Simon Josefsson  <jas@extundo.com>
12243
12244         * mml2015.el (mml2015-use): Doc fix, mention epg.
12245
12246 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12247
12248         * mml2015.el (mml2015-use): Default to epg, if available.
12249
12250 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12251
12252         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12253         message-sender.
12254         (mml1991-epg-encrypt): Ditto.
12255         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12256         message-sender.
12257         (mml2015-epg-encrypt): Ditto.
12258
12259 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12260
12261         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12262         several common directories.
12263
12264 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12265
12266         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12267         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12268
12269 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-art.el (article-decode-encoded-words): Make it fast.
12272
12273 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12276
12277         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12278         in quoted string into `\'.
12279
12280 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12283         Use standard-syntax-table.
12284
12285 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-art.el (gnus-decode-address-function): New variable.
12288         (article-decode-encoded-words): Use it to decode headers which are
12289         assumed to contain addresses.
12290         (gnus-mime-delete-part): Remove useless `or'.
12291
12292         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12293         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12294         (gnus-nov-parse-line): Use it to decode From header.
12295         (gnus-get-newsgroup-headers): Ditto.
12296         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12297
12298         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12299         (mail-decode-encoded-address-string): New alias.
12300
12301         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12302         New function.
12303         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12304         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12305         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12306         (rfc2047-decode-string): Ditto.
12307         (rfc2047-decode-address-region): New function.
12308         (rfc2047-decode-address-string): New function.
12309
12310 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * message.el (message-caesar-buffer-body): Allow rotating headers.
12313
12314         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12315
12316         * message.el (message-insert-formated-citation-line): Fix %f.
12317         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12318
12319 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12322         (gnus-bookmark-mouse-available-p): New macro.
12323         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12324         (gnus-bookmark-bmenu-show-infos): Use it.
12325         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12326         (gnus-bookmark-bmenu-hide-infos): Ditto.
12327         (gnus-bookmark-remove-properties): New function.
12328         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12329         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12330         (gnus-bookmark-write-file): Bind coding-system-for-write.
12331         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12332         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12333         group before selecting it.
12334         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12335         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12336         quit-window if it is not available; use gnus-mouse-2 and bind it to
12337         gnus-bookmark-bmenu-select-by-mouse.
12338         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12339         (gnus-bookmark-bmenu-select-by-mouse): New function.
12340
12341 2006-08-13  Romain Francoise  <romain@orebokech.com>
12342
12343         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12344         space.
12345
12346 2006-08-10  Romain Francoise  <romain@orebokech.com>
12347
12348         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12349         (dns-mode-soa-auto-increment-serial): New user option.
12350         (dns-mode-soa-maybe-increment-serial): New function.
12351         (dns-mode): Add the latter to `write-contents-functions'.
12352
12353 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * compface.el (uncompface): Use binary rather than raw-text-unix.
12356
12357 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * compface.el (uncompface): Make sure the eol conversion doesn't take
12360         place when communicating with the external programs.
12361         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12362
12363 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12366
12367 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12368
12369         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12370         Make it more robust by parsing author and date independently.
12371
12372 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12375
12376 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12377
12378         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12379         first matching secret key.
12380         (mml2015-epg-encrypt): Ditto.
12381
12382         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12383         first matching secret key.
12384         (mml1991-epg-encrypt): Ditto.
12385
12386         * mml2015.el (mml2015-encrypt-to-self): New user option.
12387         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12388         mml2015-epg-encrypt-to-self is set.
12389
12390         * mml1991.el (mml1991-encrypt-to-self): New variable.
12391         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12392         mml1991-epg-encrypt-to-self is set.
12393
12394         * mml2015.el (mml2015-signers): New user option.
12395         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12396         (mml2015-epg-encrypt): Allow to select signing keys.
12397
12398         * mml1991.el (mml1991-signers): New variable.
12399         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12400         (mml1991-epg-encrypt): Allow to select signing keys.
12401
12402 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * nnheader.el (nnheader-insert-head): Make it work even if the file
12405         uses CRLF for the line-break code.
12406
12407 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12408
12409         * mml2015.el: Require mml-sec instead of password.
12410         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12411         (mml2015-cache-passphrase): Inherit the default value from
12412         mml-secure-cache-passphrase.
12413         (mml2015-passphrase-cache-expiry): Inherit the default value from
12414         mml-secure-passphrase-cache-expiry.
12415
12416         * mml1991.el: Require mml-sec instead of password.
12417         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12418         (mml1991-cache-passphrase): Inherit the default value from
12419         mml-secure-cache-passphrase.
12420         (mml1991-passphrase-cache-expiry): Inherit the default value from
12421         mml-secure-passphrase-cache-expiry.
12422
12423         * mml-sec.el: Require password.
12424         (mml-secure-verbose): New user option.
12425         (mml-secure-cache-passphrase): New user option.
12426         (mml-secure-passphrase-cache-expiry): New user option.
12427
12428 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12429
12430         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12431         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12432         andreas@altroot.de (Andreas Vögele).
12433
12434         FIXME: Use `tiny change'?
12435
12436 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12437
12438         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12439         workaround for the url package included with Emacs.
12440
12441         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12442
12443 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12446         correctly.  This fixes a bug caused by the 2006-05-12 change.
12447
12448 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12449
12450         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12451         some information about the error when saying that the `bogus' mail
12452         group will be used.
12453
12454 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12457         string.
12458
12459 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12460
12461         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12462
12463 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12464
12465         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12466
12467 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12468
12469         * mml1991.el (mml1991-function-alist): Add epg.
12470         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12471         (mml1991-epg-encrypt): New functions.
12472
12473 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12474
12475         * mml2015.el (mml2015-verbose): New variable.
12476         (mml2015-cache-passphrase): Ditto.
12477         (mml2015-passphrase-cache-expiry): Ditto.
12478         (mml2015-function-alist): Add epg.
12479         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12480         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12481         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12482         New functions.
12483
12484 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12485
12486         * message.el (message-cite-original-1): Preserve region when removing
12487         quoted text due to X-No-Archive in order to avoid bogus attribution
12488         when citing multiple messages.
12489
12490 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12491
12492         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12493         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12494
12495 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * gnus-diary.el (gnus-user-format-function-d)
12498         (gnus-user-format-function-D): Autoload.
12499
12500         * imap.el (Commentary): Fix typo.
12501
12502         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12503         2006-04-22 contribution.
12504
12505 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12506
12507         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12508         It didn't really fix the bogosity I'm seeing with solid web groups.
12509
12510 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12511
12512         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12513         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12514         created using server names.  If we use the feature without declaring
12515         it, Gnus does not properly manage server and group state.
12516
12517         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12518         bound.
12519
12520 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12521
12522         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12523         looking up the method using GROUP's prefix before inventing a new one.
12524         It is used on killed/unknown groups in various places where returning
12525         an all-new method isn't expected by the caller.
12526
12527         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12528         and match semantics of gnus-group-real-prefix.
12529
12530 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * nnmail.el (nnmail-broken-references-mailers): New variable.
12533         (nnmail-ignore-broken-references): New function generalizing
12534         nnmail-fix-eudora-headers.
12535         (nnmail-fix-eudora-headers): Now obsolete.
12536
12537         * gnus-art.el (gnus-button-handle-custom):
12538         Support `customize-apropos*'.
12539
12540 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541
12542         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12543
12544         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12545         articles.
12546
12547 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * message.el (message-cite-reply-above): New variable.
12550         (message-yank-original): Use it.
12551
12552 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12555
12556 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12559         as read.
12560
12561         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12562
12563 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12566         (gnus-bookmark-default-file): Use gnus-directory.
12567         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12568         Remove "*" in doc string.
12569         (gnus-bookmark-write-file): Simplify.
12570         (gnus-bookmark-maybe-sort-alist): Use `when'.
12571         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12572         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12573         Add FIXME about Emacs 21 and XEmacs compatibility.
12574         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12575         compatibility.
12576         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12577         compatibility.
12578         (gnus-bookmark-menu-heading): Fix version.
12579
12580 2006-06-19  Bastien Guerry  <bzg@altern.org>
12581
12582         * gnus-bookmark.el: New file.
12583
12584 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * message.el (message-syntax-checks): Doc fix.
12587
12588 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12589
12590         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12591         unsubscribed groups as if they were killed ones.  It causes duplicate
12592         entries in gnus-newsrc-alist.
12593
12594 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * message.el (message-syntax-checks): Doc fix.
12597         (message-send-mail): Add check for continuation headers.
12598         (message-check-news-header-syntax): Fix regexp used to check for
12599         continuation headers.
12600
12601 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12604
12605 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12608
12609 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12612         default-truncate-lines.
12613
12614 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12617         to fill the utf-8 entry.
12618
12619         * lpath.el: Fbind unicode-precedence-list.
12620
12621 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12622
12623         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12624
12625 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12626
12627         * gnus-agent.el (directory-files-and-attributes): Move all the way
12628         forward (the third and final move).
12629         (gnus-agent-read-agentview): Trap reconstruction errors due to
12630         nonexistent directory.  Handle by returning nil.
12631
12632 2006-05-30  Didier Verna  <didier@xemacs.org>
12633
12634         * message.el (message-dont-reply-to-names): Update the custom type.
12635         * message.el (message-dont-reply-to-names): New defsubst: potentially
12636         convert a list of regexps into a single one.
12637         * message.el (message-get-reply-headers): Use it.
12638         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12639
12640 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-agent.el (directory-files-and-attributes): Move forward.
12643
12644 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * gnus-ml.el (gnus-mailing-list-subscribe)
12647         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12648         (gnus-mailing-list-message): Fix doc strings.
12649
12650 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12651
12652         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12653         of doing it manually.
12654
12655 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12658         comment.
12659
12660 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12661
12662         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12663         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12664         (gnus-agent-read-local): All symbols allocated in my-obarray.
12665         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12666         (gnus-agent-regenerate-group): Check numeric names to see if they are
12667         messages or groups.
12668         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12669         better way of do this...)
12670
12671         * gnus-cache.el (gnus-agent-total-fetched-for):
12672         Ignore 'dummy.group' (there should be a better way of do this...)
12673
12674 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12677         (gnus-saved-headers): Ditto.
12678         (gnus-default-article-saver): Mention functions may have properties.
12679         (gnus-article-save): Override gnus-save-all-headers and
12680         gnus-saved-headers by :headers property which saver function may have.
12681         (gnus-summary-save-in-file): Add :headers property.
12682         (gnus-summary-write-to-file): Ditto.
12683
12684         * gnus-sum.el (gnus-summary-save-article): Bind
12685         gnus-prompt-before-saving to t when saving many articles in a file;
12686         always show all headers.
12687
12688         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12689
12690 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12693         marks.
12694
12695         * message.el (message-indent-citation): Add optional arguments to allow
12696         using it outside of message buffers.
12697
12698         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12699         (gnus-article-treat-unfold-headers): Use it.
12700         (gnus-article-truncate-lines): New variable.
12701         (gnus-article-mode): Use it.
12702         (gnus-article-toggle-truncate-lines): New function.
12703
12704         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12705         Add gnus-article-toggle-truncate-lines.
12706
12707         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12708         coding system in XEmacs, use binary.
12709
12710 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12713         after-load-alist.
12714
12715         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12716         this function should save decoded articles.
12717         (gnus-summary-write-to-file): Use property to specify this function
12718         should save decoded articles and specify gnus-summary-save-in-file
12719         should be used to save articles other than the first one when saving
12720         many articles.
12721         (gnus-summary-save-body-in-file): Use property to specify this
12722         function should save decoded articles.
12723         (gnus-summary-write-body-to-file): Use property to specify this
12724         function should save decoded articles and specify
12725         gnus-summary-save-body-in-file should be used to save articles other
12726         than the first one when saving many articles.
12727
12728         * gnus-sum.el (gnus-summary-save-article): Simplify.
12729
12730 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-art.el (gnus-default-article-saver):
12733         Add gnus-summary-write-body-to-file.
12734         (gnus-article-save-coding-system): Don't use coding system object
12735         in XEmacs.
12736         (gnus-read-save-file-name): Add optional `dir-var' argument which
12737         specifies directory in which files are saved; work even if optional
12738         `variable' argument is not specified.
12739         (gnus-summary-write-to-file): Read file name.
12740         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12741         (gnus-summary-write-body-to-file): New function.
12742
12743         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12744         (gnus-summary-local-variables): Add it.
12745         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12746         (gnus-summary-save-article): Remove optional `decode' argument;
12747         determine whether to decode articles by the value of
12748         gnus-default-article-saver; when saving many files using
12749         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12750         it first and use gnus-summary-save-in-file or
12751         gnus-summary-save-body-in-file thereafter unless
12752         gnus-prompt-before-saving is always; move point to article which
12753         will be saved.
12754         (gnus-summary-save-article-file): Revert.
12755         (gnus-summary-write-article-file): Revert.
12756         (gnus-summary-save-article-body-file): Revert.
12757         (gnus-summary-write-article-body-file): New function.
12758
12759 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-art.el (gnus-default-article-saver): Doc fix.
12762         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12763         from gnus-summary-save-article-coding-system, and default to a
12764         certain coding system.
12765         (gnus-output-to-file): Add coding cookie and encode text according
12766         to gnus-article-save-coding-system; don't use mm-append-to-file.
12767
12768         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12769         gnus-art.el and rename to gnus-article-save-coding-system.
12770         (gnus-summary-save-article): Require gnus-art; don't show all
12771         headers if it decodes articles; don't add coding cookie here;
12772         don't bind mm-text-coding-system-for-write.
12773         (gnus-summary-save-article-file): Save decoded articles.
12774         (gnus-summary-write-article-file): When saving many files, use
12775         gnus-summary-write-to-file first and gnus-summary-save-in-file
12776         thereafter unless gnus-prompt-before-saving is always.
12777         (gnus-summary-save-article-body-file): Save decoded articles.
12778
12779         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12780
12781 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * nnrss.el (nnrss-check-group): Bind hash-index.
12784
12785 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12786
12787         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12788         its hash index.  Store this hash in `nnrss-group-data'.
12789         (nnrss-read-group-data): Update accordingly.
12790
12791 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12794         entry.
12795
12796         * gnus-sum.el (gnus-summary-make-menu-bar):
12797         Add gnus-article-browse-html-article.
12798
12799 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12800
12801         * gnus-sum.el (gnus-summary-mime-map):
12802         Add gnus-article-browse-html-article.
12803
12804         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12805
12806 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12807
12808         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12809         suitable coding systems in customize.
12810
12811 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * mail-source.el (mail-sources): Fix custom type.
12814
12815 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12818         (gnus-summary-expire-articles-now): Shorten prompt.
12819
12820         * gmm-utils.el (wid-edit): Require.
12821         (defun-gmm): Rename from `gmm-defun-compat'.
12822         (gmm-image-search-load-path): Use it.
12823         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12824
12825 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-sum.el (gnus-summary-save-article-coding-system):
12828         New variable.
12829         (gnus-summary-save-article): Add optional `decode' argument.
12830         If it is set and gnus-summary-save-article-coding-system is non-nil,
12831         save decoded article.
12832         (gnus-summary-write-article-file): Save decoded article if
12833         gnus-summary-save-article-coding-system is non-nil.
12834
12835         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12836         type.
12837
12838 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12841
12842 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12845         first to test gnus-single-article-buffer which may be buffer-local.
12846
12847         * gnus-sum.el (gnus-summary-setup-buffer):
12848         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12849         group; make gnus-article-buffer, gnus-article-current, and
12850         gnus-original-article-buffer always buffer-local.
12851         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12852         group.
12853         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12854
12855 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * nnml.el (nnml-request-compact-group): Compressed files might not
12858         have .gz extension.
12859
12860 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12861
12862         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12863         (mm-copy-to-buffer): Use with-current-buffer.
12864         (mm-display-part): Simplify.
12865         (mm-inlinable-p): Add optional arg `type'.
12866
12867 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12868
12869         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12870         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12871         Try harder to show the attachment internally or externally using
12872         gnus-mime-view-part-as-type.
12873
12874 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * message.el (message-from-style, message-signature-separator)
12877         (message-user-organization-file, message-send-mail-function)
12878         (message-citation-line-function, message-yank-prefix)
12879         (message-indent-citation-function, message-signature)
12880         (message-signature-file, message-signature-insert-empty-line):
12881         Remove autoloads.
12882
12883         * gnus-art.el (gnus-buttonized-mime-types):
12884         Remove "multipart/signed".  Revert 2006-04-26 change.
12885
12886 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * gnus.el (gnus-version-number): Bump version.
12889
12890 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12891
12892         * gnus.el: No Gnus v0.5 is released.
12893
12894 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12895
12896         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12897         fetching articles by message-id.
12898
12899 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12900
12901         * message.el (hashcash): Require hashcash as normal.
12902
12903         * ecomplete.el (ecomplete-highlight-match-line):
12904         Use point-at-eol.
12905         (ecomplete-highlight-match-line): Use `highlight', because that
12906         face exists in both Emacs and XEmacs.
12907
12908         * message.el (message-display-abbrev): Use point-at-bol.
12909
12910         * mail-source.el: Don't require timer/timer-funcs.
12911
12912         * gnus-async.el: Ditto.
12913
12914         * password.el: Ditto.
12915
12916         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12917
12918         * mm-url.el: Ditto.
12919
12920         * gnus-xmas.el: Don't require timer-funcs.
12921
12922         * mm-util.el: Require timer/timer-funcs.
12923
12924 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12925
12926         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12927         Close.
12928
12929 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12932         unibyte after clear-decrypt function runs.
12933
12934         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12935         returns as a unibyte string.
12936
12937 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * lpath.el: Revert.
12940
12941         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12942         (pgg-gpg-process-sentinel): Revert.
12943
12944         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12945         (pgg-pgp-lookup-key): Revert.
12946
12947         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12948         (pgg-pgp5-lookup-key): Revert.
12949
12950         * pgg.el (pgg-fetch-key): Revert.
12951
12952 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * lpath.el: Fbind string-as-multibyte for XEmacs.
12955
12956         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12957         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12958         (mml1991-pgg-encrypt): Ditto.
12959
12960         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12961         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12962         a multibyte buffer.
12963
12964         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12965         (pgg-pgp-lookup-key): Ditto.
12966
12967         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12968         (pgg-pgp5-lookup-key): Ditto.
12969
12970         * pgg.el (pgg-fetch-key): Ditto.
12971
12972 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * message.el (message-user-organization-file): Check several
12975         locations of the organization file.
12976
12977         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12978         Add gnus-article-view-part-as-type.
12979
12980         * gnus-art.el (gnus-article-view-part-as-type): New function.
12981
12982         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12983         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12984
12985         * mml.el: Simplify autoload.
12986         (mml-mode): defvar dnd-protocol-alist instead of using
12987         symbol-value.
12988         (mml-default-directory): New variable.
12989         (mml-minibuffer-read-file): Use it.
12990         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12991
12992         * message.el (message-citation-line-format): New variable.
12993         (message-insert-formated-citation-line): New function.
12994         (message-citation-line-function):
12995         Add `message-insert-formated-citation-line' to custom type.
12996
12997         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12998         to doc string.
12999
13000         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13001         depending on mm-verify-option.
13002
13003 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13006         binding pgg-* variables; reimplement the section which prevents
13007         MIME header from being signed.
13008         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13009         pgg-text-mode; remove a blank line at the top of body.
13010
13011         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13012         lines at the top of body; use gnus-newsgroup-charset if there's no
13013         Charset header.
13014
13015 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * message.el (message-self-insert-commands): Doc fix.
13018
13019         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13020         (mm-uu-pgp-encrypted-test): Ditto.
13021         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13022         between header and body; return application/pgp-encrypted handle
13023         if decryption failed; decode decrypted body by charset.
13024
13025         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13026         element match to application/pgp-*.
13027
13028 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13029
13030         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13031         HTML.
13032
13033 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * mail-source.el (mail-source-call-script): Message the error
13036         string.
13037
13038 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13039
13040         * gnus-util.el (gnus-byte-compile): Use it.
13041
13042 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13043
13044         * gnus-util.el (kill-empty-logs): New function.
13045
13046 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13047
13048         * message.el (message-mail-alias-type): Doc fix.
13049         (message-mail-alias-type-p): New function.
13050         (message-send): Use it.
13051         (message-mode): Ditto.
13052         (message-strip-forbidden-properties): Ditto.
13053
13054         * ecomplete.el (ecomplete-database-file-coding-system):
13055         New variable.
13056         (ecomplete-save): Use it.
13057         (ecomplete-setup): Use it.
13058
13059 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * message.el (message-self-insert-commands): New variable.
13062         (message-strip-forbidden-properties): Use it.
13063
13064 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065
13066         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13067         that doesn't make XEmacs choke.
13068
13069 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-util.el (gnus-replace-in-string):
13072         Prefer replace-regexp-in-string over of replace-in-string.
13073
13074 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-util.el (gnus-select-frame-set-input-focus):
13077         Use select-frame-set-input-focus if it is available in XEmacs; use
13078         definition defined in Emacs 22 for old Emacsen.
13079
13080         * dgnushack.el: Autoload unmorse-region for XEmacs.
13081
13082         * lpath.el: Bind cursor-in-non-selected-windows and
13083         select-frame-set-input-focus for XEmacs.
13084
13085 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13088
13089 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * gnus-registry.el (gnus-registry-cache-save): Remove text
13092         properties when saving via the temp buffer.
13093
13094 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * message.el (message-generate-hashcash): Honor custom type.
13097
13098 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * message.el (message-generate-hashcash): Default to non-nil when
13101         hashcash is found.
13102
13103         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13104         (gnus-refer-thread-limit): Increase default to 500.
13105
13106         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13107
13108         * flow-fill.el (fill-flowed): Allow delete-space.
13109
13110 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13113         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13114         Remove autoloads.
13115
13116 2006-04-18  Simon Josefsson  <jas@extundo.com>
13117
13118         * message.el (message-generate-hashcash): Default to.
13119
13120 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13123         concatenating segments rather than before concatenating them.
13124
13125 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13128
13129 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13132
13133         * message.el (message-forward-make-body-plain):
13134         Allow message-forward-ignored-headers to be a list.
13135         (message-remove-ignored-headers): Factor out into function.
13136         (message-forward-make-body-mml): Use it.
13137
13138         * imap.el (imap-quote-specials): New function.
13139         (imap-login-auth): Quote specials.
13140
13141         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13142         (rfc2231-parse-string): Allow concatanation of parameters that
13143         aren't contiguous.  The test case is
13144           (mail-header-parse-content-type "message/external-body;
13145             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13146             access-type=LOCAL-FILE;
13147             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13148
13149 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13150
13151         * nntp.el (nntp-accept-process-output): Return the value of
13152         `nnheader-accept-process-output'.
13153
13154 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13155
13156         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13157         (gnus-button-alist): Recognize more diff formats.
13158         (gnus-button-patch): Strip directory.
13159
13160 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13163         Emacs 22 when setting focus.
13164
13165 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * gnus-art.el (gnus-article-treat-types): Do treatment of
13168         text/x-verbatim parts.
13169         (gnus-button-patch): New command.
13170
13171         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13172         addresses that contain invalid characters.
13173
13174 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13175
13176         * message.el (message-put-addresses-in-ecomplete):
13177         Use gnus-replace-in-string.
13178         (message-is-yours-p): Use the more correct
13179         mail-header-parse-address instead of
13180         mail-extract-address-components.
13181         (message-put-addresses-in-ecomplete): Fix typo.
13182
13183         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13184         keystroke.
13185
13186         * gnus-art.el (gnus-treatment-function-alist): Change order of
13187         newsgroups/generic header folding to avoid double-folding.
13188
13189         * message.el (message-hidden-headers): Add X-Draft-From.
13190
13191         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13192         New command.
13193         (gnus-summary-repeat-search-article-backward): New command.
13194
13195         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13196         groups in the parent topic.
13197
13198 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13199
13200         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13201         (spam-extra-header-to-number): Return the CRM114 number as a
13202         number instead of a string.
13203
13204 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13205
13206         * gnus-art.el (gnus-face-properties-alist): Move here from
13207         gnus-fun.
13208
13209         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13210
13211 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212
13213         * message.el (message-strip-forbidden-properties): Only display on
13214         self-insert-command.
13215
13216         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13217         reindent.
13218         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13219
13220 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13221
13222         * smiley.el (smiley-style): Fix typo.
13223
13224 2006-03-23  Kenichi Handa  <handa@m17n.org>
13225
13226         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13227         instead of set-buffer-multibyte.
13228
13229 2006-03-23  Kenichi Handa  <handa@m17n.org>
13230
13231         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13232         buffer and then decode the buffer text if necessary.
13233         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13234         first, and after mm-encode-body, change the buffer to unibyte.
13235
13236 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13237
13238         * hashcash.el (hashcash-insert-payment-async-2):
13239         Use message-goto-eoh instead of doing it manually.
13240         (mail-add-payment): Use message-narrow-to-header instead of trying
13241         to do the same itself.
13242
13243         * message.el (message-hidden-headers): Add Face.
13244
13245         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13246         reparenting code.
13247         (gnus-summary-reparent-children): Refactored out code.
13248         (gnus-summary-thread-map): New keystroke.
13249         (gnus-summary-reparent-children): Make into command.
13250
13251         * smiley.el (smiley-style): Default to `medium' if using a large
13252         font.
13253
13254         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13255         does it itself.
13256
13257         * message.el (message-point-in-header-p): Simplify definition.
13258
13259 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13260
13261         * nnagent.el (nnagent-request-set-mark): Silence log file
13262         writing.
13263         (nnagent-request-set-mark): Use write-region instead of
13264         append-to-file.
13265
13266         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13267         strange select method.
13268
13269         * ecomplete.el (ecomplete-display-matches): Get highlightling
13270         right.
13271         (ecomplete-display-matches): Use literals.
13272         (ecomplete-display-matches): Disable message logging.
13273
13274         * message.el (message-display-abbrev): Small optimization.
13275
13276         * ecomplete.el (ecomplete-display-matches): Allow automatic
13277         display.
13278
13279         * message.el (message-strip-forbidden-properties):
13280         Display abbrevs.
13281         (message-display-abbrev): Get automatic display right.
13282
13283         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13284         keystrokes.
13285
13286 2006-04-13  Romain Francoise  <romain@orebokech.com>
13287
13288         TODO: Backport to v5-10!
13289
13290         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13291         Move here (and rename) from gnus-registry.el.
13292
13293         * gnus-registry.el: Require gnus-util.
13294         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13295
13296 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13297
13298         * gnus-group.el (gnus-group-catchup-current):
13299         Change if-then-else-if-then-else into cond.
13300         (gnus-group-catchup): Indent.
13301         (group-name-at-point): New function.
13302         (gnus-fetch-group): Provide default from thing at point.
13303
13304 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13305
13306         * message.el (message-display-abbrev): Fix regexp.
13307
13308         * ecomplete.el (ecomplete-highlight-match-line):
13309         Reimplement choosing.
13310         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13311         dead variables.
13312
13313         * message.el (message-newline-and-indent): Remove debugging.
13314         (message-display-abbrev): Use new implementation.
13315
13316 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * gnus-art.el (gnus-article-mode):
13319         Set cursor-in-non-selected-windows to nil.
13320
13321         * smiley.el: Revert previous change.
13322         (smiley-data-directory): defvar it before using it in the
13323         defcustom of `smiley-style'.
13324
13325 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13326
13327         * message.el (message-newline-and-indent): New function.
13328
13329         * ecomplete.el: Implement more bits.
13330
13331         * message.el (message-put-addresses-in-ecomplete): Clean up the
13332         string.
13333
13334         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13335
13336         * gnus-sum.el (gnus-summary-save-parts):
13337         Bind gnus-summary-save-parts-counter and use it to make unique file
13338         names.
13339
13340         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13341
13342         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13343         parameter to say whether to actually parse the individual
13344         addresses.
13345
13346         * message.el (message-put-addresses-in-ecomplete): New function.
13347         (ecomplete): Require.
13348         (message-mail-alias-type): Add ecomplete as an option.
13349
13350 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13351
13352         * flow-fill.el (fill-flowed): Remove trailing space from blank
13353         quoted lines.
13354
13355 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * smiley.el (smiley-style): Move definition later to avoid a
13358         compilation warning.
13359
13360 2006-04-12  Kenichi Handa  <handa@m17n.org>
13361
13362         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13363         buffer and then decode the buffer text if necessary.
13364         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13365         first, and after mm-encode-body, change the buffer to unibyte.
13366         Use mm-disable-multibyte instead of set-buffer-multibyte.
13367
13368 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13371         Content-Type header instead of Content-Disposition header.
13372         (gnus-mime-inline-part): Ditto.
13373         (gnus-mime-view-part-as-charset): Ignore charset that the part
13374         specifies.
13375
13376         * mm-decode.el (mm-display-part): Work with external parts and
13377         usual parts similarly.
13378
13379         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13380         instead of gnus-display-mime.
13381
13382         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13383         instead of with-temp-buffer.
13384
13385         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13386         tag to summarized topics part in order to encode non-ASCII text.
13387
13388 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * smiley.el (smiley-style): New variable.
13391         (smiley-directory): New function.
13392         (smiley-data-directory): Derive from `smiley-style' using
13393         `smiley-directory'.
13394         (smiley-regexp-alist): Add new entries.
13395
13396         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13397         (gnus-article-browse-delete-temp): Add :version.
13398
13399 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13400
13401         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13402         the sieve region.
13403
13404 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13405
13406         * gnus.el (gnus-version-number): Bump version.
13407
13408 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * gnus.el: No Gnus v0.4 is released.
13411
13412 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13413
13414         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13415         layout.
13416
13417         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13418         unknown charset.
13419
13420         * message.el (message-header-synonyms): Add Original-To to the
13421         default.
13422
13423         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13424         optional parameter.
13425
13426 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * gnus-fun.el (gnus): Require it for gnus-directory.
13429
13430 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13433
13434 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13435
13436         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13437
13438 2006-04-05  Simon Josefsson  <jas@extundo.com>
13439
13440         * password.el (password-reset): New function.
13441
13442 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13443
13444         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13445         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13446
13447 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13448
13449         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13450         Some whitespace was matched into the url, which broke browsing hits
13451         > 100 when mm-url-use-external was nil.
13452
13453 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13456         Check gnus-extra-headers for 'Newsgroups.
13457
13458         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13459         bound.
13460
13461 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13462
13463         * pgg-gpg.el: Clean up process buffers every time gpg processes
13464         complete.
13465
13466 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13469         doc string.
13470
13471 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13472
13473         * pgg-gpg.el (pgg-gpg-process-filter)
13474         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13475
13476         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13477         lines, temporary fix.
13478
13479 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13482
13483 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13484
13485         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13486         default-enable-multibyte-characters.  This reverts the change from
13487         revision 6.17 which is no longer necessary because the passphrase
13488         is sent separately now.  GnuPG messages are unreadable under
13489         multibyte locales with default-enable-multibyte-characters set to
13490         nil.
13491
13492 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13493
13494         * message.el (message-tool-bar-gnome): Move "spell".
13495
13496 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13499         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13500         instead.
13501
13502 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13503
13504         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13505         Improve newsgroups handling for NNTP overviews which don't include
13506         Newsgroups.
13507
13508 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13509
13510         * message.el (message-resend): Bind message-generate-hashcash to nil.
13511
13512 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13513
13514         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13515         when searching for already-paid recipients.
13516
13517 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13518
13519         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13520         passphrases when it is not needed.
13521         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13522         passphrase stuff from gpg, should only be necessary when you use
13523         gpg with a smartcard.
13524
13525 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * mml.el (mml-insert-mime): Ignore cached contents of
13528         message/external-body part.
13529
13530         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13531         (mm-insert-part): Ditto.
13532
13533 2006-03-23  Simon Josefsson  <jas@extundo.com>
13534
13535         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13536         Reiner.
13537         (pgg-gpg-use-agent-p): Use it again.
13538
13539 2006-03-23  Simon Josefsson  <jas@extundo.com>
13540
13541         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13542         older emacsen.
13543         (pgg-gpg-use-agent-p): Don't use it.
13544
13545 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13548         if we can.
13549
13550 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13551
13552         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13553         (pgg-gpg-update-agent): New function.
13554         (pgg-gpg-use-agent-p): New function.
13555         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13556         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13557         (pgg-gpg-sign-region): Use it.
13558
13559 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13562         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13563
13564 2006-03-21  Simon Josefsson  <jas@extundo.com>
13565
13566         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13567         <wilde@sha-bang.de>.
13568         (pgg-gpg-use-agent): New variable.
13569         (pgg-gpg-process-region): Use it.
13570         (pgg-gpg-encrypt-region): Likewise.
13571         (pgg-gpg-encrypt-symmetric-region): Likewise.
13572         (pgg-gpg-decrypt-region): Likewise.
13573         (pgg-gpg-sign-region): Likewise.
13574         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13575
13576 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13579
13580         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13581         Add comment on version.
13582
13583 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * smiley.el: Add missing test smiley.
13586
13587 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * mm-decode.el (mm-with-part): New macro.
13590         (mm-get-part): Use it; work with message/external-body as well.
13591         (mm-save-part): Treat name and filename equally.
13592
13593         * mm-extern.el (mm-extern-cache-contents): New function.
13594         (mm-inline-external-body): Use it; force the part to be displayed;
13595         move undisplayer added to the cached handle to the parent.
13596
13597         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13598         (gnus-mime-view-part-as-type): Work with message/external-body.
13599
13600         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13601
13602 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13605         images in image-load-path.  [Sync with image.el, revision 1.60, in
13606         Emacs.]
13607
13608 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13611         path rather than symbol.  Always return list of directories.
13612         Guarantee that image directory comes first.  [Sync with image.el,
13613         revision 1.59, in Emacs.]
13614
13615         * message.el (message-make-tool-bar): Adjust to new API of
13616         `gmm-image-load-path-for-library'.
13617
13618         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13619
13620         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13621
13622 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13623
13624         * gnus-art.el (gnus-article-only-boring-p):
13625         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13626         intangible text.
13627         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13628
13629 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13632         Use `defun' instead of `gmm-defun-compat'.
13633
13634 2006-03-14  Simon Josefsson  <jas@extundo.com>
13635
13636         * message.el (message-unique-id): Don't use message-number-base36
13637         if (user-uid) is a float.
13638         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13639
13640 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13643
13644         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13645         empty line between a part and a message part.
13646
13647 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * smiley.el: Add more test smileys.
13650         (smiley-data-directory, smiley-regexp-alist)
13651         (gnus-smiley-file-types): Fix doc strings.
13652         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13653         adding new elements.
13654         (smiley-mouse-map): Unused code.  Make it a comment.
13655
13656 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13659         scan latest NoCeM messages instead of old ones.
13660         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13661         delimiters that are recently used.
13662         (gnus-nocem-load-cache): Add autoload cookie.
13663
13664         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13665
13666         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13667         level which is larger than gnus-use-nocem is specified.
13668
13669         * gnus-group.el (gnus-group-get-new-news): Ditto.
13670
13671 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-util.el (gnus-tool-bar-update): New function.
13674
13675         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13676         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13677
13678         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13679
13680         * gnus-group.el (gnus-group-redraw-when-idle)
13681         (gnus-group-redraw-check): Remove.
13682         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13683
13684 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13687         if optional last element is specified in splits (FIELD VALUE...).
13688
13689 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13692         to gmm-image-load-path-for-library.  Call with no-error argument.
13693         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13694
13695         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13696
13697         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13698
13699         * gmm-utils.el (gmm-image-load-path): Remove alias.
13700
13701 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * gmm-utils.el (gmm-image-load-path): Add alias.
13704
13705         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13706         nnml-generate-nov-databases-1.
13707         (nnml-generate-nov-databases): Use it.
13708         (nnml-generate-nov-databases-directory): Document no-active
13709         argument.
13710
13711         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13712         directory if path is t.  Add no-error.
13713
13714         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13715         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13716
13717         * gnus-art.el (gnus-article-browse-delete-temp-files):
13718         Simplify resetting gnus-article-browse-html-temp-list.
13719
13720         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13721         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13722         Add example to docstring.  Rename local variables.  Move error
13723         checks to default case in cond and simplify.
13724
13725 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13728         handle is multipart when calling it recursively.
13729         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13730
13731 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13732
13733         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13734         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13735
13736 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13739         is loaded.
13740
13741         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13742         loaded.
13743
13744 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13747         to "Emacs 23 (unicode)" in doc string.
13748
13749         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13750         "Emacs 23 (unicode)" in comment.
13751
13752 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13755
13756         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13757         characters 160 through 255 in Emacs 23.
13758
13759 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13762         gnus-article-browse-html-temp.
13763         (gnus-article-browse-delete-temp): Make it customizable.
13764         Add `file'.  Adjust doc string.
13765         (gnus-article-browse-delete-temp-files): Add argument.
13766         Allow query for each file.  Adjust doc string.
13767         (gnus-article-browse-html-parts):
13768         Add `gnus-article-browse-delete-temp-files' to
13769         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13770
13771 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13772
13773         * gnus-art.el (gnus-article-browse-html-temp)
13774         (gnus-article-browse-delete-temp): New variables.
13775         (gnus-article-browse-delete-temp-files): New function.
13776         (gnus-article-browse-html-parts): Use it.
13777
13778 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13781
13782         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13783         string.
13784
13785         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13786         gnus-summary-insert-new-articles when unplugged.
13787         Remove gnus-summary-search-article-forward.
13788
13789         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13790         display-visual-class instead of display-color-cells.
13791
13792 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * dgnushack.el: Autoload customize-group for XEmacs.
13795
13796         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13797         message/* containing non-ASCII text properly.
13798
13799 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * message.el: Require gmm-utils, remove autoloads.
13802         (message-tool-bar): Set default based on
13803         gmm-tool-bar-style.
13804         (message-tool-bar-gnome): Add gmm-customize-mode.
13805
13806         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13807         gmm-tool-bar-style.
13808         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13809
13810         * gnus-group.el (gnus-group-tool-bar): Set default based on
13811         gmm-tool-bar-style.
13812         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13813
13814         * gmm-utils.el (gmm-image-directory): Rename variable from
13815         gmm-image-load-path.
13816         (gmm-image-load-path): Use gmm-image-directory.
13817         (gmm-customize-mode): New function.
13818         (gmm-tool-bar-style): New variable.
13819
13820         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13821         gnus-group-redraw-line-number.
13822         (gnus-group-redraw-check): Simplify.
13823         (gnus-group-tool-bar-update): Remove redraw check.
13824         (gnus-group-make-tool-bar): Add redraw check.
13825
13826 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13827
13828         * gnus-art.el (gnus-button): Add missing parentheses.
13829
13830 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * lpath.el: Fbind line-number-at-pos.
13833
13834 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13837
13838 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * gnus-art.el (gnus-button): New face.
13841         (gnus-article-button-face): Use it.
13842
13843         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13844         Add gnus-summary-next-page.  Re-order.
13845
13846         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13847         next-node are now included.
13848         (gnus-group-redraw-line-number): New internal variable.
13849         (gnus-group-redraw-check): Helper function for updating the tool
13850         bar.
13851         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13852
13853         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13854
13855         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13856         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13857         Use it to match format of Spamassassin 3.0 and later.
13858         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13859         (spam-check-bogofilter)
13860         (spam-bogofilter-register-with-bogofilter): Fix args of
13861         `gnus-error' calls.
13862
13863 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13866         unnecessary interaction when sending queued mails.
13867         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13868
13869 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13872         first or last are nil.
13873
13874 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13875
13876         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13877
13878 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13879
13880         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13881
13882 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13883
13884         * dns.el (query-dns): Protect more against buggy tcp output.
13885
13886 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13889         nov.php.
13890
13891 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13892
13893         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13894         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13895         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13896         output on the server side.
13897         (nnweb-google-create-mapping): Update regexps and add some
13898         progress indication.
13899
13900 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-group.el (gnus-group-tool-bar-gnome):
13903         Fix gnus-agent-toggle-plugged.  Re-order icons.
13904         (gnus-group-tool-bar-gnome):
13905         Add gnus-group-{prev,next}-unread-group.
13906         (gnus-group-tool-bar-gnome): Re-order icons.
13907
13908         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13909         Move gnus-summary-insert-new-articles.
13910
13911         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13912         Fix comments.
13913
13914         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13915         also available in Emacs 21.3.
13916
13917         * message.el (message-fix-before-sending): Change "Emacs 22" to
13918         "Emacs 23 (unicode)" in comment.
13919
13920         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13921         "Emacs 23 (unicode)" in comment.
13922
13923         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13924         comment.
13925         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13926
13927         * mm-view.el (mm-fill-flowed): Add :version.
13928
13929 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13932         and load-path.
13933
13934 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * message.el: Autoload gmm-image-load-path.
13937         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13938         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13939         consitency.
13940
13941         * gmm-utils.el (gmm-image-load-path): Also search in
13942         "../etc/images".  Don't set gmm-image-load-path if we don't find
13943         the image.
13944
13945 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * gmm-utils.el (gmm-image-load-path): Don't make
13948         `gmm-image-load-path' include subdirectories which the second arg
13949         `image' might specify.
13950
13951         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13952         subdirectory to icon file names.
13953
13954         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13955
13956 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13959         gmm-image-load-path calls.
13960
13961         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13962
13963         * message.el (message-make-tool-bar): Ditto.
13964
13965         * mml.el (mml-preview): Add comment concerning tool bar icons.
13966
13967         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13968         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13969
13970         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13971         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13972
13973         * message.el (message-tool-bar-gnome): Use new icon names.
13974         (message-make-tool-bar): Use `gmm-image-load-path'.
13975
13976         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13977         New functions from MH-E.
13978         (gmm-image-load-path): New variable from MH-E.
13979         (gmm-image-load-path): New function from MH-E.  Add arguments
13980         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13981         *-image-load-path-called-flag.
13982
13983 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13984
13985         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13986
13987 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13988
13989         * nnimap.el (nnimap-request-move-article): Change folder back to
13990         source group before deleting.
13991
13992 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13995
13996         * gnus-art.el (mm-url-insert-file-contents-external):
13997         Autoload mm-url.
13998
13999         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14000
14001 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14004         coding system which mm-charset-to-coding-system returns for a
14005         given charset is valid.
14006
14007 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14008
14009         * html2text.el (html2text-remove-tag-list):
14010         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14011
14012 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14013
14014         * gnus-cus.el: Revert 2005-10-17 change.
14015
14016 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (article-strip-banner):
14019         Call article-really-strip-banner only when the regexp match is made.
14020
14021 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * gnus-art.el (article-strip-banner):
14024         Use gnus-extract-address-components instead of
14025         mail-header-parse-addresses to make it work with non-ASCII text;
14026         remove mail-encode-encoded-word-string.
14027
14028         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14029         values which are surrounded with \"...\"; make it never cause a
14030         Lisp error; give up parsing of parameters if it failed in
14031         extracting type.
14032
14033 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14034
14035         * smime.el (smime-cert-by-ldap-1): Fix bug where
14036         `smime-ldap-search' returns results without userCertificates.
14037
14038 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14041
14042 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14043
14044         * spam.el (spam-check-spamassassin-headers): Adapt format for
14045         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14046         <ari@mbf.ocn.ne.jp>.
14047         (spam-list-of-processors): Add spam-use-gmane.
14048
14049 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14052         make-temp-file; make it work with XEmacs as well.
14053
14054         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14055         mm-make-temp-file.
14056
14057         * mm-decode.el (mm-display-external): Use the 3rd arg of
14058         mm-make-temp-file.
14059         (mm-create-image-xemacs): Ditto.
14060
14061 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14064         with message-narrow-to-headers.
14065         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14066         (gnus-draft-check-draft-articles): New function.
14067         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14068
14069 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * gnus-art.el (gnus-article-browse-html-parts):
14072         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14073         Don't use suffix argument for mm-make-temp-file for Emacs 21
14074         compatibility.  Remove useless `format'.
14075
14076 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14077
14078         * nnweb.el (nnweb-google-wash-article): Update regexps.
14079         (nnweb-group-alist): Use defvoo instead of defvar.
14080
14081 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14084         re-loading nn* modules.
14085
14086 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14089         for `tool-bar-mode' and don't check it's default-value.
14090
14091         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14092
14093         * message.el (message-make-tool-bar): Ditto.
14094
14095         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14096         `substring'.  Shorten tmp-file name.
14097
14098         * gnus.el: Remove bogus comment.
14099
14100 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14101
14102         * gnus-art.el (gnus-article-browse-html-parts): New function.
14103         (gnus-article-browse-html-article): New function for viewing html
14104         articles with a browser.
14105
14106 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14107
14108         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14109         in elisp.
14110         (pgg-gpg-encrypt-symmetric-region): Ditto.
14111         (pgg-gpg-sign-region): Ditto.
14112
14113         * pgg-def.el (pgg-text-mode): New variable.
14114
14115         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14116         (mml2015-pgg-encrypt): Ditto.
14117
14118         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14119         (mml1991-pgg-encrypt): Ditto.
14120
14121 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * nnfolder.el (nnfolder-insert-newsgroup-line):
14124         Use message-make-date instead of current-time-string.
14125
14126         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14127         to gnus-decoded which mm-uu might set.
14128
14129 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14132         don't decode quoted parameters; remove misimported Emacs code.
14133         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14134         (rfc2231-decode-encoded-string): Don't use split-string which
14135         behaves differently according to Emacs version; use
14136         mm-decode-coding-region to convert charset to coding-system.
14137         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14138         (rfc2231-encode-string): Remove misimported Emacs code.
14139
14140 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14143         when calling mail-header-parse-content-type.
14144         (article-de-quoted-unreadable): Ditto.
14145         (article-de-base64-unreadable): Ditto.
14146         (article-wash-html): Ditto.
14147
14148         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14149         calling mail-header-parse-content-type and
14150         mail-header-parse-content-disposition.
14151         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14152         mail-header-parse-content-type.
14153
14154         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14155         insert charset and format parameters; encode description after
14156         inserting it to buffer.
14157         (mml-insert-parameter): Fold lines properly even if a parameter is
14158         segmented into two or more lines; change the max column to 76.
14159
14160         * rfc1843.el (rfc1843-decode-article-body): Don't use
14161         ignore-errors when calling mail-header-parse-content-type.
14162
14163         * rfc2231.el (rfc2231-parse-string): Return at least type if
14164         possible; don't cause an error even if it fails in parsing of
14165         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14166         (rfc2231-encode-string): Don't break lines at the beginning, leave
14167         it to mml-insert-parameter.
14168
14169         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14170         calling mail-header-parse-content-type.
14171
14172 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * spam-report.el (spam-report-gmane-use-article-number):
14175         Improve doc string.
14176         (spam-report-gmane-internal): Check if a suitable header was found
14177         in the article.
14178
14179 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14182         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14183
14184 2006-02-05  Romain Francoise  <romain@orebokech.com>
14185
14186         Update copyright notices of all files in the gnus directory.
14187
14188 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14189
14190         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14191
14192 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14195         segmented lines of parameter value to cope with Thunderbird 1.5
14196         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14197         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14198         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14199
14200 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14201
14202         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14203         parts.
14204
14205 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14206
14207         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14208         there's only one active file for all servers.
14209         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14210         solid groups.  Gnus might have used a FAST request to select the group.
14211         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14212         and nnweb-search redundantly in the active file.
14213         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14214         (nnweb-request-create-group): Don't use ARGS.
14215         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14216         initialisations.  Let nnoo do the work.
14217
14218 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14221         Say the part has been decoded.
14222
14223         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14224
14225 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14226
14227         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14228         mailcap-viewer-test-cache when there's no 'test clause, since that
14229         will invert the meaning of a "nil" test previously determined by
14230         mailcap-mailcap-entry-passes-test.
14231
14232 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14235         compiling.
14236
14237         * gnus-sum.el: Ditto.
14238
14239         * message.el: Don't bind tool-bar-map when compiling.
14240
14241 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14244
14245 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14246
14247         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14248         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14249         current Google Groups.
14250
14251 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14254         and tool-bar-mode.
14255
14256         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14257         and tool-bar-mode.
14258
14259         * message.el (message-tool-bar-update): Simplify.
14260         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14261
14262         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14263         gnus-summary-buffer.
14264         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14265         gnus-summary-reply.
14266
14267         * gmm-utils.el (gmm): Add :version.
14268
14269 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * Makefile.in (clean): New rule.
14272         (distclean): Use it.
14273
14274 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14275
14276         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14277         Don't autoload.
14278
14279 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gmm-utils.el (gmm-verbose): Add :group.
14282
14283 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * message.el: Change some comments WRT tool-bars.
14286
14287         * gnus-sum.el (gnus-summary-tool-bar)
14288         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14289         (gnus-summary-tool-bar-zap-list): New variables.
14290         (gnus-summary-make-tool-bar): Complete rewrite using
14291         `gmm-tool-bar-from-list'.
14292
14293         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14294         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14295         New variables.
14296         (gnus-group-make-tool-bar): Complete rewrite using
14297         `gmm-tool-bar-from-list'.
14298         (gnus-group-tool-bar-update): New function.
14299
14300         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14301
14302 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14305         is dissected into a single part of which the type is the same as
14306         the given one; decode charset.
14307
14308 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14309
14310         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14311         into alists as symbol not string, since that's what
14312         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14313         look for.
14314
14315 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14318         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14319
14320         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14321
14322 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14325         (gnus-xmas-mime-security-button-menu): New function.
14326
14327         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14328         (gnus-mime-security-button-menu): New definition.
14329         (gnus-mime-security-button-map): Use them.
14330         (gnus-mime-security-button-menu): New function.
14331         (gnus-insert-mime-security-button): Addition to help echo.
14332         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14333         (gnus-mime-security-pipe-part): New functions.
14334
14335         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14336         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14337
14338         * mm-decode.el (mm-handle-set-disposition): Remove.
14339         (mm-handle-set-description): Remove.
14340
14341 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14344         (mm-w3m-standalone-supports-m17n-p): New function.
14345         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14346         w3m usage.
14347
14348         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14349         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14350
14351 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * message.el (message-tool-bar-zap-list):
14354         Use gmm-tool-bar-zap-list as custom type.
14355         (message-tool-bar-update): New function.
14356         (message-tool-bar, message-tool-bar-gnome)
14357         (message-tool-bar-retro): Add message-tool-bar-update.
14358         (message-tool-bar-gnome): Add flyspell-buffer.
14359
14360         * gnus-util.el (gnus-error): Describe `args'.
14361
14362         * gmm-utils.el (gmm-error): Describe `args'.
14363         (gmm-tool-bar-zap-list): New widget.
14364         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14365
14366 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14369         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14370         the number of recursive calls.
14371
14372         * mm-decode.el (mm-handle-set-disposition): New macro.
14373         (mm-handle-set-description): New macro.
14374
14375 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14378         encoding.
14379
14380 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14381
14382         * message.el (message-tool-bar-zap-list, message-tool-bar)
14383         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14384         (message-tool-bar-local-item-from-menu): Remove.
14385         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14386         (message-make-tool-bar): New function.
14387         (message-mode): Use `message-make-tool-bar'.
14388
14389         * gmm-utils.el: New file.
14390         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14391         (gmm-lazy): New widget copied from `nnmail.el'.
14392         (gmm-tool-bar-from-list): New function for creating customizable
14393         tool bars.
14394         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14395         output.
14396         (gmm): Add :prefix to defgroup.
14397
14398 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14399
14400         * gmm-utils.el (gmm-widget-p): New function.
14401
14402 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * mml.el (mml-attach-file): Describe `description' in doc string.
14405         (mml-menu): Add Emacs MIME manual and PGG manual.
14406
14407 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14408
14409         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14410
14411 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14412
14413         * nntp.el (nntp-end-of-line): Doc fix.
14414
14415 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14416
14417         * imap.el (imap-open): Handle case where buffer is a buffer
14418         object.
14419
14420 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14421
14422         * gnus-delay.el (gnus-delay): Don't autoload.
14423         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14424         to be re-loaded when customizing the `gnus-delay' group.
14425
14426 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14427
14428         * message.el (message-insert-citation-line): Use newlines.
14429
14430 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14431
14432         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14433         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14434         these routines, so the passphrase can be managed externally and
14435         passed in to the system.
14436         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14437         pgg-add-passphrase-to-cache function.
14438
14439         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14440         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14441         these routines, so the passphrase can be managed externally and
14442         passed in to the system.
14443         (pgg-pgp5-sign-region): Use new name of
14444         pgg-add-passphrase-to-cache function.
14445
14446 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14447
14448         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14449         part of the decoded armor to find the key-identifier.
14450         (pgg-gpg-lookup-key-owner): New function to return the
14451         human-readable identifier of a key owner.
14452         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14453         itself.
14454         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14455         the key value) if we have a key and can match it against a secret
14456         key.  Also, added a note pointing out fact that the prompt only
14457         indicates the first matching key.
14458
14459         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14460         pgg-decrypt-region.
14461         (pgg-add-passphrase-to-cache): Rename from
14462         `pgg-add-passphrase-cache' to reduce confusion (all callers
14463         changed).
14464         (pgg-remove-passphrase-from-cache): Rename from
14465         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14466         changed).
14467         (pgg-read-passphrase, pgg-add-passphrase-cache)
14468         (pgg-remove-passphrase-cache): Add informative docstrings.
14469         (pgg-decrypt): Convey provided passphrase in subordinate call to
14470         pgg-decrypt-region.
14471
14472 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14473
14474         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14475         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14476         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14477         'passphrase' argument, so the passphrase can be managed externally
14478         and then passed in to the system.
14479
14480         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14481         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14482         so the passphrase cache can be used reliably with identifiers
14483         besides a pgp packet's key id.
14484
14485         * pgg-gpg.el (pgg-gpg-encrypt-region)
14486         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14487         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14488         these routines, so the passphrase can be managed externally and
14489         passed in to the system.
14490
14491         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14492         'notruncate' argument, so the passphrase cache can be used
14493         reliably with identifiers besides a pgp packet's key id.
14494
14495 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14496
14497         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14498         symmetric encryption.
14499         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14500         encrypted session key.
14501         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14502         message ask for the passphrase in a proper way.
14503
14504         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14505         New user commands for symmetric encryption.
14506
14507 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14510
14511         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14512
14513 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14514
14515         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14516
14517 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * mm-decode.el (mm-inlined-types): Add application/pgp.
14520         (mm-automatic-display): Ditto.
14521
14522         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14523         part as text.
14524
14525 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * nnrss.el: Update copyright.
14528         (nnrss-opml-import): Query whether to subscribe to each entry.
14529
14530         * gnus-art.el:
14531         * gnus-sum.el:
14532         * gnus-xmas.el:
14533         * messagexmas.el:
14534         * mm-uu.el:
14535         * mm-view.el: Update copyright.
14536
14537 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * message.el (message-info): New function.
14540         (message-mode-menu): Add it.
14541         Update copyright.
14542
14543         * ChangeLog: Fix and update copyright.
14544
14545 2006-01-13  Romain Francoise  <romain@orebokech.com>
14546
14547         * message.el (message-forward-subject-name-subject): Prefer the
14548         address to 'nowhere' if the sender has no name.
14549         Fix typo.  Update copyright year.
14550
14551 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * gnus-art.el (article-wash-html):
14554         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14555         (gnus-article-wash-html-with-w3m-standalone): New function.
14556
14557         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14558         mm-inline-text-html-render-with-w3m-standalone.
14559         (mm-text-html-washer-alist): Map w3m-standalone to
14560         gnus-article-wash-html-with-w3m-standalone.
14561         (mm-inline-text-html-render-with-w3m-standalone): New function.
14562
14563 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14566         Improve LaTeX.
14567
14568 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14571         (nnrss-request-article): Render text/plain parts as HTML.
14572
14573         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14574         the buffer.
14575
14576 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14579         custom definition of `gnus-posting-styles'.
14580
14581         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14582         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14583
14584 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14587         Use nntp for bug archive.
14588
14589 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14592         parts.
14593         (nnrss-normalize-date): New function converts ISO 8601 date into
14594         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14595         (nnrss-check-group): Use it.
14596
14597 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14600
14601         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14602         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14603         (nnrss-insert-w3): Ditto.
14604
14605 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14608         the articles to be forwarded including the case where neither a
14609         number of articles nor a region is specified.
14610
14611 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * nnrss.el (nnrss-request-article): Fix last change; fill
14614         text/plain parts.
14615
14616 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14619         in text/plain part.
14620         (nnrss-check-group): Don't add excessive newline to dc:subject.
14621
14622 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14623
14624         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14625         article.
14626
14627 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14628
14629         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14630         (nnml-use-compressed-files, nnml-save-mail): Support other
14631         comression programs such as bzip2.
14632
14633 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14634
14635         * dns.el (query-dns): Make sure we check the buffer size before
14636         removing tcp headers.
14637
14638 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14641         remove MIME buttons associated with multipart/alternative parts.
14642         (gnus-mime-display-alternative): Tag buttons using `article-type'
14643         text property.
14644
14645         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14646         associated with multipart/alternative parts.
14647
14648         * gnus-art.el (gnus-signature-separator): Fix custom type.
14649
14650         * mm-decode.el (mm-inlined-types): Fix custom type.
14651         (mm-keep-viewer-alive-types): Ditto.
14652         (mm-automatic-display): Ditto.
14653         (mm-attachment-override-types): Ditto.
14654         (mm-inline-override-types): Ditto.
14655         (mm-automatic-external-display): Ditto.
14656
14657 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * spam-report.el (spam-report-user-mail-address)
14660         (spam-report-user-agent): New variables.
14661         (spam-report-url-ping-plain): Use spam-report-user-agent.
14662
14663 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14664
14665         * gnus-art.el (gnus-button-handle-custom): Do not just use
14666         `customize-apropos' for any "M-x customize-*" button but the
14667         function called for.  Accept both the function name and its
14668         argument in order to achieve this.
14669         (gnus-button-alist): Remove support for "custom:" URL's.
14670         Pass function name to `gnus-button-handle-custom' in case of "M-x
14671         customize-*" buttons.
14672
14673 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14676         multipart/alternative and add xref to mm-discouraged-alternatives
14677         in doc string.
14678
14679         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14680         gnus-buttonized-mime-types in doc string.
14681
14682 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14685         Suggest image/.* in the doc string.
14686
14687 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14690         message-marks (Debian bug #342521).
14691
14692 2005-12-12  Simon Josefsson  <jas@extundo.com>
14693
14694         * password.el (password-read-from-cache): Add.
14695         (password-read): Use it.
14696
14697 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * rfc2047.el (rfc2047-charset-to-coding-system):
14700         Recognize us-ascii as a MIME charset.
14701
14702         * mm-bodies.el (mm-decode-content-transfer-encoding):
14703         Protect against the case where the 2nd arg TYPE is nil.
14704
14705 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * pop3.el (pop3-stream-type): Fix custom version.
14708
14709         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14710
14711 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14712
14713         * mm-decode.el (mm-display-external): Add missing cdr.
14714
14715 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14718         RFC1524) if it is in mailcap or add a suffix according to
14719         mailcap-mime-extensions when generating a temp filename; postpone
14720         deleting a temp file for 2 seconds for some wrappers, shell
14721         scripts, and so on, which might exit right after having started a
14722         viewer command as a background job.
14723
14724 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * nntp.el (nntp-marks-directory): Fix custom group.
14727
14728         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14729         steps when < 10.
14730
14731         * gnus-start.el (gnus-no-server-1):
14732         Mention `gnus-level-default-subscribed' in doc string.
14733
14734 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14735
14736         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14737         parens.
14738
14739 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * gnus-xmas.el (gnus-use-toolbar): Revert.
14742         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14743         gnus-use-toolbar is default.
14744
14745         * messagexmas.el (message-use-toolbar): Revert.
14746         (message-setup-toolbar): Use global default-toolbar if
14747         message-use-toolbar is default.
14748
14749 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14752         according to default-toolbar-visible-p.
14753
14754         * messagexmas.el (message-use-toolbar): Ditto.
14755
14756 2005-11-26  Dave Love  <fx@gnu.org>
14757
14758         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14759         (tls-program, tls-success): Provide openssl alternative.
14760
14761         * starttls.el: Doc fixes.
14762         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14763         SERVICE to PORT.
14764
14765         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14766         port null or service name.
14767         (starttls-negotiate): Autoload.
14768
14769 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * message.el (message-kill-to-signature): Fix interactive spec.
14772
14773 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * pop3.el (pop3-open-server): Recognize a string as a service name.
14776
14777 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14778
14779         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14780
14781 2005-11-23  Dave Love  <fx@gnu.org>
14782
14783         Add pop3s, pop3/starttls.
14784
14785         * pop3.el (pop3-authentication-scheme): Clarify doc.
14786         (open-tls-stream, starttls-open-stream): Autoload.
14787         (pop3-stream-type): New.
14788         (pop3-open-server): Use it.
14789
14790         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14791         for POP.
14792         (mail-source-keyword-map): Add :stream for POP.
14793         (mail-source-fetch-pop): Use pop3-stream-type.
14794
14795 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14798         of current-time-string.
14799
14800 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14801
14802         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14803         date header.
14804
14805 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14806
14807         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14808         it can seriously impact performance as it bypasses the agent's
14809         local caches.
14810
14811 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14812
14813         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14814         must be explicitly online rather than "not explicitly offline" for
14815         its flags to be synchronized.
14816
14817         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14818         that gnus-uu-unmark-thread will function correctly.
14819
14820         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14821         1024K is instead displayed as 1M.
14822
14823 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14824
14825         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14826
14827 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14828
14829         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14830
14831 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14832
14833         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14834         error message to display actual error condition.
14835         (gnus-agent-save-local): Avoid saving symbols that are bound to
14836         nil as they simply result in a warning message in
14837         gnus-agent-read-local.
14838
14839 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14842         rather than make-variable-buffer-local for file-precious-flag.
14843
14844 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14845
14846         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14847         for duplicates which are removed.  The invalid sort check then
14848         triggers a rescan after the sort as sorting may have moved
14849         duplicate entries such that they can be cheaply detected.
14850
14851 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14854
14855 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14856
14857         * gnus-agent.el (gnus-agent-article-alist-save-format):
14858         Change internal variable to a custom variable.  Change default value
14859         from compressed(2) to uncompressed(1).
14860         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14861         support for uncompressed agentview files.  Taken together, reading
14862         the agentview file should now be 6-7 times faster.
14863
14864 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14865
14866         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14867         as a buffer-local variable.  This avoids creating truncated
14868         dribble files as a result of a hang up, eg.
14869
14870 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14871
14872         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14873         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14874         XEmacs.
14875
14876 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * gnus-start.el (gnus-start-draft-setup):
14879         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14880
14881         * gnus.el (gnus-splash): Change custom group.
14882         (gnus-group-get-parameter, gnus-group-parameter-value):
14883         Describe allow-list argument.
14884
14885         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14886         string.
14887
14888 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-art.el (gnus-default-article-saver): Add user-defined
14891         `function' to custom type.
14892
14893 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14894
14895         * imap.el (imap-open): Handle case where buffer is a buffer
14896         object.
14897
14898 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14899
14900         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14901         long lines.
14902         (gnus-cache-delete-group): Wrap doc strings.
14903
14904         * gnus-agent.el (gnus-agent-rename-group)
14905         (gnus-agent-delete-group): Wrap doc strings.
14906
14907 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * messagexmas.el (message-use-toolbar): Change the valid values
14910         into default, top, bottom, left, and right.
14911         (message-toolbar-thickness): New variable.
14912         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14913         well.
14914         (message-setup-toolbar): Make it work.
14915
14916         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14917         (gnus-use-toolbar): Change the valid values into default, top,
14918         bottom, left, and right.
14919         (gnus-toolbar-thickness): New variable.
14920         (gnus-xmas-setup-toolbar): New function.
14921         (gnus-xmas-setup-group-toolbar): Use it.
14922         (gnus-xmas-setup-summary-toolbar): Use it.
14923
14924 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14925
14926         * gnus-start.el (gnus-1): Add "native" to
14927         gnus-predefined-server-alist.
14928
14929         * gnus.el (gnus-method-to-server): Don't add "native" to the
14930         lists here, because that leads to problems when
14931         gnus-select-method is bound.
14932
14933 2005-11-09  Simon Josefsson  <jas@extundo.com>
14934
14935         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14936         use (not sort-by-date) instead.
14937
14938 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14939
14940         * gnus-delay.el (gnus-delay-group): Don't autoload.
14941         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14942         to be re-loaded when customizing the `gnus-delay' group.
14943
14944 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14945
14946         * message.el: Revert last changes.
14947         (message-insert-citation-line): Use newlines.
14948
14949 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14950
14951         * message.el (message-courtesy-message)
14952         (message-mark-insert-begin, message-mark-insert-end)
14953         (message-elide-ellipsis, message-cancel-message)
14954         (message-add-header, message-change-subject)
14955         (message-cross-post-followup-to-header)
14956         (message-cross-post-insert-note, message-reduce-to-to-cc)
14957         (message-widen-reply, message-delete-not-region)
14958         (message-kill-to-signature, message-insert-signature)
14959         (message-insert-importance-high, message-insert-importance-low)
14960         (message-insert-or-toggle-importance)
14961         (message-insert-disposition-notification-to)
14962         (message-indent-citation, message-yank-original)
14963         (message-cite-original-without-signature, message-cite-original)
14964         (message-insert-citation-line, message-position-on-field)
14965         (message-fix-before-sending, message-send-mail-partially)
14966         (message-send-mail, message-send-mail-with-sendmail)
14967         (message-send-mail-with-qmail, message-send-news)
14968         (message-check-news-header-syntax, message-generate-headers)
14969         (message-insert-courtesy-copy, message-fill-address)
14970         (message-fill-header, message-shorten-references)
14971         (message-setup-1, message-cancel-news)
14972         (message-forward-make-body-plain, message-forward-make-body-mime)
14973         (message-forward-make-body-mml, message-encode-message-body)
14974         (message-forward-make-body-digest-plain)
14975         (message-forward-make-body-digest-mime)
14976         (message-use-alternative-email-as-from): Insert `hard-newline'
14977         instead of ordinary newlines.
14978
14979 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * message.el (message-generate-headers): Downcase the argument
14982         given to message-check-element.
14983
14984 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14985
14986         * nntp.el (nntp-authinfo-rejected): New error condition.
14987         (nntp-wait-for): Use new error condition to signal authentication
14988         error.
14989         (nntp-retrieve-data): Rethrow new error condition to break out of
14990         recursive call to nntp-send-authinfo.
14991
14992 2005-11-08  Romain Francoise  <romain@orebokech.com>
14993
14994         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14995         (gnus-summary-exit-map): Bind to `Z p'.
14996         (gnus-summary-make-menu-bar): Add menu item.
14997
14998 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15001         (gnus-treat-*): Add `first' in all doc strings.
15002
15003         * gnus-group.el (gnus-group-compact-group): Fix typo.
15004
15005 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * gnus.el (gnus-parameters-case-fold-search): New variable.
15008         (gnus-parameters-get-parameter): Use it.
15009
15010         * gnus-score.el (gnus-home-score-file): Doc fix.
15011
15012 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15013
15014         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15015
15016 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * mm-util.el (mm-special-display-p): New function.
15019
15020         * mml.el (mml-preview): Use it; doc fix.
15021
15022 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15023
15024         * imap.el (imap-open): Handle case where buffer is a buffer object.
15025
15026 2005-10-29  Romain Francoise  <romain@orebokech.com>
15027
15028         * message.el (message-fix-before-sending): Fix comment.
15029
15030 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15031
15032         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15033
15034 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15035
15036         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15037         Used in gnus-score.el.
15038
15039 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15040
15041         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15042
15043 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15046         whitespace removed in revision 7.8.  Use concatenated string to
15047         protect trailing whitespace.
15048
15049 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15050
15051         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15052         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15053         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15054         Courier IMAP ("some version from 2004").  Mostly based on similar
15055         code in the same function.
15056
15057 2005-10-26  Didier Verna  <didier@xemacs.org>
15058
15059         * gnus-group.el (gnus-group-compact-group): Invalidate original
15060         article buffer.
15061         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15062         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15063         NOV database and in article itself.
15064         Invalidate article backlog.
15065
15066 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15069
15070 2005-10-26  Simon Josefsson  <jas@extundo.com>
15071
15072         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15073         part of 2004-07-25 change.
15074
15075 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * message.el (message-display-completion-list): New function.
15078         (message-expand-group): Use it; make sure the Completions buffer
15079         is modifiable.
15080 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15081
15082         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15083         user-mail-name is an empty string.
15084
15085 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15088         depending on gnus-score-decay-constant.
15089
15090         * encrypt.el (encrypt-insert-file-contents)
15091         (encrypt-write-file-contents): Don't use `gnus-message'.
15092
15093         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15094         arguments.
15095         (mm-uu-type-alist): Add message-marks and insert-marks.
15096         Pass arguments to mm-uu-verbatim-marks-extract.
15097         (mm-uu-hide-markers): New variable.
15098         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15099
15100         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15101         (gnus-convert-image-to-face-command): Use "convert" by default to
15102         allow other input image formats.
15103         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15104         accordingly.
15105
15106 2005-10-23  Simon Josefsson  <jas@extundo.com>
15107
15108         * imap.el (imap-gssapi-program): Align command line parameters
15109         with latest GNU SASL.
15110         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15111
15112 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15113
15114         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15115         HTML.
15116         (nnslashdot-request-article): Ditto.
15117
15118         * lpath.el (featurep): Add nobreak-char-display.
15119
15120 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15121
15122         * mail-source.el (mail-source-fetch-pop): Require pop3.
15123         (mail-source-check-pop): Ditto.
15124
15125 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15128         errors.
15129
15130 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15133         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15134
15135         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15136
15137         * mm-bodies.el (mm-decode-string):
15138         Call `mm-charset-to-coding-system' with allow-override argument.
15139
15140 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15143         (rfc2047-charset-to-coding-system): New function.
15144         (rfc2047-decode-encoded-words): New function.
15145         (rfc2047-decode-region): Use them.
15146         (rfc2047-decode-cte): Remove.
15147         (rfc2047-parse-and-decode): Remove.
15148         (rfc2047-decode): Remove.
15149
15150 2005-10-15  Kenichi Handa  <handa@m17n.org>
15151
15152         * rfc2047.el (rfc2047-decode-cte): New function.
15153         (rfc2047-decode-region): Change the way to decode successive
15154         encoded-words: decode B- or Q-encoding in each encoded-word,
15155         concatenate them, and decode it as charset.
15156
15157 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * lpath.el: Fbind codepage-setup for XEmacs.
15160
15161 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15162
15163         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15164         widget-move-and-invoke.
15165         (gnus-custom-mode): Use gnus-custom-map.
15166
15167 2005-10-15  Bill Wohler  <wohler@newt.com>
15168
15169         * message.el (message-tool-bar-map): Rename image file from
15170         mail_send to mail/send.
15171
15172 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15173
15174         * message.el (message-expand-group): Pass the common
15175         prefix substring of completion to `display-completion-list'.
15176
15177 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * mml-sec.el (mml-secure-method): New internal variable.
15180         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15181         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15182         New functions using mml-secure-method.
15183
15184         * mml.el (mml-mode-map): Add key bindings for those functions.
15185         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15186         Harder <harder@myrealbox.com>.
15187         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15188         Goto end of message if point is the headers of the message.
15189
15190         * message.el (message-in-body-p): New function.
15191
15192         * assistant.el: Autoload gnus-util and netrc.
15193
15194         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15195         Use `mm-charset-override-alist' only when decoding.
15196
15197         * mm-bodies.el (mm-decode-body):
15198         Call `mm-charset-to-coding-system' with allow-override argument.
15199
15200         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15201         `filename' from Content-Disposition if Content-Type doesn't
15202         provide `name'.
15203         (gnus-mime-view-part-as-type): Set default instead of
15204         initial-input.
15205
15206 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15207
15208         * format-spec.el (format-spec): Propagate text properties of % spec.
15209
15210 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * gnus-art.el (gnus-treat-predicate): Add `first'.
15213
15214 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15217         (mm-charset-override-alist): New variable.
15218         (mm-charset-to-coding-system): Use it.
15219         (mm-codepage-setup): New helper function.
15220         (mm-charset-eval-alist): New variable.
15221         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15222         Warn about unknown charsets.
15223
15224         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15225
15226 2005-10-04  David Hansen  <david.hansen@gmx.net>
15227
15228         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15229         (nnrss-check-group): Ditto.
15230
15231 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15234         Rename x-gnus-verbatim to x-verbatim.
15235         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15236
15237         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15238         x-verbatim.
15239
15240         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15241
15242         * gnus-util.el (gnus-remove-duplicates): Remove.
15243
15244         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15245         instead of gnus-remove-duplicates.
15246
15247         * message.el (message-remove-duplicates): Remove.
15248         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15249         message-remove-duplicates.
15250
15251         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15252         available, else use implementation from `delete-dups'.
15253
15254         * message.el (message-insert-expires): New function.
15255         (message-mode-map): Add key binding.
15256         (message-mode-field-menu): Add menu entry.
15257         (message-mode): Document it.
15258         (message-make-expires-date): Use `message-make-date'.
15259
15260 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15261
15262         * message.el (message-make-expires-date): New function.
15263
15264 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * Makefile.in (list-installed-shadows): New entry.
15267         (install): Use it.
15268         (remove-installed-shadows): New entry.
15269
15270         * dgnushack.el (dgnushack-default-load-path): New variable.
15271         (dgnushack-find-lisp-shadows): New function.
15272         (dgnushack-remove-lisp-shadows): New function.
15273
15274 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * Makefile.in (install-el-elc): New entry.
15277         (install): Use it so that .el files are necessarily installed.
15278
15279 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15282
15283 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15284
15285         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15286         function rather than the diff-mode.el package.
15287         (mm-display-external): Use with-current-buffer.
15288         (mm-viewer-completion-map, mm-viewer-completion-map):
15289         Move initialization inside declaration.
15290
15291 2005-09-29  Simon Josefsson  <jas@extundo.com>
15292
15293         * spam.el: Load hashcash when compiling, to avoid warnings.
15294         Don't autoload mail-check-payment.
15295         (spam-check-hashcash): Define unconditionally, since hashcash.el
15296         is part of Gnus now.  Ignore errors from payment checking.
15297
15298 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15299
15300         * message.el (message-bold-region, message-unbold-region):
15301         Rename from `bold-region' and `unbold-region'.
15302
15303         * message.el: Remove useless autoloads.
15304
15305 2005-09-28  Simon Josefsson  <jas@extundo.com>
15306
15307         * message.el (message-use-idna): Default to t.
15308         (message-use-idna): Test whether encoding works too.  Doc fix.
15309
15310 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * nntp.el (nntp-warn-about-losing-connection): Remove.
15313
15314 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15317         customizable.  Change default value.
15318         (mm-uu-diff-groups-regexp): Change default value.
15319         (mm-uu-type-alist): Add doc string.
15320         (mm-uu-configure): Add doc string.  Make it interactive.
15321         (mm-uu-tex-groups-regexp): New variable.
15322         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15323         (mm-uu-type-alist): Add LaTeX documents.
15324         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15325         of "text/verbatim".
15326         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15327
15328         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15329         instead of "text/verbatim".
15330
15331         * message.el (message-mark-inserted-region)
15332         (message-mark-insert-file): Use slrn style marks when called with
15333         prefix argument.
15334
15335 2005-09-27  Simon Josefsson  <jas@extundo.com>
15336
15337         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15338
15339 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15340
15341         * message.el (message-remove-duplicates): New function.
15342         Implementation borrowed from `gnus-remove-duplicates'.
15343         (message-idna-to-ascii-rhs): Also encode idna addresses in
15344         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15345         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15346         only ask about the same idna domain once per header and also tell
15347         in what header to replace the idna domain.
15348
15349         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15350         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15351         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15352         a header is decoded and not just the last one.
15353
15354 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15357         has been decoded.
15358
15359         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15360         (mm-insert-part): Don't modify text if it has been decoded.
15361
15362         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15363         decoded.
15364
15365         * mm-view.el (mm-inline-text): Don't strip text props unless
15366         decoding enriched or richtext parts.
15367
15368 2005-09-25  Romain Francoise  <romain@orebokech.com>
15369
15370         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15371         * gnus-start.el (gnus-subscribe-interactively):
15372         * gnus-uu.el (gnus-uu-grab-articles):
15373         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15374         space.
15375
15376 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15377
15378         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15379         * mm-view.el (mm-view-pkcs7-decrypt):
15380         * gnus-sum.el (gnus-summary-limit-to-extra)
15381         (gnus-summary-respool-article, gnus-read-move-group-name):
15382         * gnus-score.el (gnus-summary-increase-score):
15383         * gnus-util.el (gnus-completing-read-with-default):
15384         * gnus-art.el (gnus-read-save-file-name)
15385         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15386         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15387         * message.el (message-check-news-header-syntax):
15388         Follow convention for reading with the minibuffer.
15389
15390 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * spam-report.el (spam-report-url-ping-plain):
15393         Use gnus-extended-version as User-Agent.
15394
15395         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15396         default value is nil.
15397
15398         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15399         (mm-uu-verbatim-marks-extract): New function.
15400         (mm-uu-extract): New face.
15401         (mm-uu-copy-to-buffer): Use it.
15402
15403         * spam-report.el (spam-report-gmane-ham): Rename from
15404         `spam-report-gmane-unspam'.
15405         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15406         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15407
15408         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15409         Autoload.
15410         (spam-report-gmane-unregister-routine):
15411         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15412
15413 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15414
15415         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15416         (spam-report-gmane-unregister-routine): Add support for gmane
15417         unregistration.
15418
15419         * spam-report.el (spam-report-gmane-unspam)
15420         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15421         (spam-report-gmane): Change to take a single article and do unspam
15422         registration.
15423
15424 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15425
15426         * mm-url.el (mm-url-decode-entities): Fix regexp.
15427
15428 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15429
15430         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15431         default to nil, to be able to use Gnus at all.  If the default
15432         switches to something else, then the function should be fixed not
15433         be exceedingly slow.
15434
15435 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15438         fail hard.
15439
15440         * spam-report.el: Add better Keywords line.
15441
15442         * spam.el: Add Maintainer and better Keywords line.
15443
15444 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * gnus-art.el (gnus-article-replace-part)
15447         (gnus-mime-replace-part): New functions.
15448         (gnus-mime-action-alist, gnus-mime-button-commands)
15449         (gnus-mime-save-part-and-strip): Add file argument.
15450         (gnus-article-part-wrapper): Add interactive argument.
15451
15452         * gnus-sum.el (gnus-summary-mime-map):
15453         Add `gnus-article-replace-part'.
15454
15455 2005-09-19  Didier Verna  <didier@xemacs.org>
15456
15457         The nnml compaction feature:
15458         * nnml.el (nnml-request-compact-group): New function.
15459         * nnml.el (nnml-request-compact): New function.
15460         * gnus-int.el (gnus-request-compact-group): New function.
15461         * gnus-int.el (gnus-request-compact): New function.
15462         * gnus-group.el (gnus-group-compact-group): New function.
15463         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15464         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15465         * gnus-srvr.el (gnus-server-compact-server): New function.
15466         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15467         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15468
15469 2005-09-18  Deepak Goel  <deego@gnufans.org>
15470
15471         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15472         format spec.
15473
15474 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15477
15478 2005-09-15  Romain Francoise  <romain@orebokech.com>
15479
15480         * message.el (message-fill-paragraph): Clarify docstring.
15481
15482 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * gnus-art.el (gnus-mime-display-part): Protect against broken
15485         MIME messages.
15486
15487 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15490         before parsing header.
15491
15492 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15493
15494         * html2text.el (html2text-replace-list): Add new entities.
15495
15496 2005-09-11  Romain Francoise  <romain@orebokech.com>
15497
15498         * message.el (message-alternative-emails): Improve docstring.
15499         (message-setup-1): Call `message-use-alternative-email-as-from'
15500         after `message-setup-hook' to give it precedence over posting
15501         styles, etc.
15502         (message-use-alternative-email-as-from): Add docstring.
15503         Remove the original From header if present.
15504
15505         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15506         (nnml-save-mail): Use it.
15507
15508         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15509         articles.  Add new argument `silent'.
15510         (gnus-uu-mark-all): Report the total number of marked articles.
15511
15512 2005-09-10  Romain Francoise  <romain@orebokech.com>
15513
15514         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15515         (gnus-uu-mark-series): Likewise.
15516
15517 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * spam-report.el (spam-report-gmane): Fix generation of spam
15520         report URL.
15521
15522 2005-09-10  Simon Josefsson  <jas@extundo.com>
15523
15524         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15525         t, based on discussion on the ding list with Robert Epprecht
15526         <epprecht@solnet.ch>.
15527
15528 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * spam-report.el (spam-report-gmane): Make it work without
15531         X-Report-Spam header.  Gmane now only provides Archived-At.
15532         This is only used if `spam-report-gmane-use-article-number' is nil.
15533         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15534
15535         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15536         make `gnus-summary-sort-by-recipient' work with threading.
15537
15538         * nnweb.el (nnweb-google-wash-article): Print a message if article
15539         is not available.
15540
15541 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15542
15543         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15544         change.  Decode text/* parts content before displaying.
15545
15546 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15549
15550 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15553
15554         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15555         url-package-name, url-package-version,
15556         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15557         w3m-display-inline-images, and w3m-minor-mode-map.
15558
15559 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * message.el (message-tab-body-function): Fix mismatched custom type.
15562
15563         * gnus.el (gnus-group-change-level-function): Ditto.
15564
15565         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15566
15567         * gnus-art.el (gnus-signature-limit)
15568         (gnus-article-mime-part-function): Ditto.
15569
15570 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * mml.el (mml-mode): Silence the byte compiler.
15573
15574         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15575         using `(sit-for 0)' before moving the point to the specified part;
15576         skip unbuttonized parts.
15577         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15578         return to the summary window if gnus-auto-select-part is non-nil.
15579
15580 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15583         New variables.
15584         (mml-dnd-attach-file, mml-mode): Use them.
15585
15586         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15587         Make fetching article by MID work again for Google Groups.
15588         Add FIXME concerning gnus-group-make-web-group.
15589
15590         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15591         Don't depend on Gnus by using mail-extract-address-components if
15592         gnus-extract-address-components is not bound.
15593
15594 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15595
15596         * gnus-art.el (gnus-mime-display-security): Don't display the
15597         signature, but only the signed part.
15598
15599 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15602
15603         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15604         list, not listp.
15605
15606 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15607
15608         * mm-encode.el (mm-encode-content-transfer-encoding):
15609         Likewise when encoding.
15610
15611         * mm-bodies.el (mm-decode-content-transfer-encoding):
15612         De-canonicalize CRLF for all text content types, not just
15613         text/plain.
15614
15615 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15618         valid article; point arrow and cursor at the MIME button.
15619
15620 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15623         Suggested by Dan Christensen <jdc@uwo.ca>.
15624
15625         * mm-decode.el (mm-save-part): Enable change of prompt.
15626
15627 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15628
15629         * gnus-msg.el (gnus-inews-add-send-actions):
15630         Make `message-post-method' lambda parameter ARG `&optional'.
15631
15632 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * gnus-sum.el (gnus-summary-mime-map):
15635         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15636         gnus-article-jump-to-part.
15637
15638         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15639         (gnus-article-edit-part): Use it.
15640         (gnus-article-part-wrapper): Add no-handle argument.
15641         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15642         New functions.
15643
15644 2005-08-29  Romain Francoise  <romain@orebokech.com>
15645
15646         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15647         docstring.
15648         (gnus-face-from-file): Likewise.
15649
15650 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15653         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15654         non-nil.
15655         (gnus-auto-select-part): New variable.
15656         (gnus-article-jump-to-part): New function.
15657         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15658         (gnus-mime-delete-part): Allow selecting specified part after
15659         deleting or stripping parts.
15660         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15661         part if argument is bogus.
15662
15663 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15664
15665         * gnus-art.el (w3m-minor-mode-map):
15666         * gnus-spec.el (gnus-newsrc-file-version):
15667         * gnus-util.el (nnmail-active-file-coding-system)
15668         (gnus-original-article-buffer, gnus-user-agent):
15669         * gnus.el (gnus-ham-process-destinations)
15670         (gnus-parameter-ham-marks-alist)
15671         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15672         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15673         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15674         * mm-decode.el (gnus-current-window-configuration):
15675         * mm-extern.el (gnus-article-mime-handles):
15676         * mm-url.el (url-current-object, url-package-name)
15677         (url-package-version):
15678         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15679         (smime-keys, w3m-cid-retrieve-function-alist)
15680         (w3m-current-buffer, w3m-display-inline-images)
15681         (w3m-minor-mode-map):
15682         * mml-smime.el (gnus-extract-address-components):
15683         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15684         (gnus-newsrc-hashtb, message-default-charset)
15685         (message-deletable-headers, message-options)
15686         (message-posting-charset, message-required-mail-headers)
15687         (message-required-news-headers):
15688         * mml1991.el (mc-pgp-always-sign):
15689         * mml2015.el (mc-pgp-always-sign):
15690         * nnheader.el (nnmail-extra-headers):
15691         * rfc1843.el (gnus-decode-encoded-word-function)
15692         (gnus-decode-header-function, gnus-newsgroup-name):
15693         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15694
15695 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15696
15697         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15698         the end of the date treatments.
15699
15700 2005-08-15  Simon Josefsson  <jas@extundo.com>
15701
15702         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15703         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15704         Capello and Romain Francoise.
15705         (pgg-fetch-key-function): Remove, not used?
15706         (pgg-insert-url-with-w3): Require url, to get
15707         url-insert-file-contents regardless of where it is defined.
15708
15709 2005-08-13  Romain Francoise  <romain@orebokech.com>
15710
15711         * message.el (message-cite-original-1): New function.
15712         (message-cite-original): Use it.
15713         (message-cite-original-without-signature): Ditto.
15714
15715 2005-08-08  Romain Francoise  <romain@orebokech.com>
15716
15717         * message.el (message-yank-empty-prefix): New variable.
15718         (message-indent-citation): Use it.
15719         (message-cite-original-without-signature): Respect X-No-Archive.
15720
15721 2005-08-08  Simon Josefsson  <jas@extundo.com>
15722
15723         * pgg.el: Autoload url-insert-file-contents instead of loading
15724         w3/url.
15725         (pgg-insert-url-with-w3): Don't load url here.
15726
15727 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15728
15729         * message.el (message-kill-to-signature): Don't insert newline at
15730         bol.
15731         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15732
15733 2005-08-06  Romain Francoise  <romain@orebokech.com>
15734
15735         * message.el (message-user-fqdn): Fix typo in docstring.
15736
15737 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15738
15739         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15740
15741         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15742
15743 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * mm-bodies.el (mm-encode-body): Use coding system rather than
15746         charset to encode text.
15747
15748         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15749         number of charsets if utf-8 is available (XEmacs).
15750
15751 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15754         taken from `gnus-button-mid-or-mail-regexp'.
15755         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15756         (gnus-button-alist): Improve regexp for domain part of the MIDs
15757         for news:localpart@domain buttons.
15758         (gnus-button-ctan-directory-regexp): Update.
15759
15760 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * sieve-manage.el (sieve-manage-interactive-login):
15763         Use make-local-variable rather than make-variable-buffer-local.
15764         (sieve-manage-open): Ditto.
15765         (sieve-manage-authenticate): Ditto.
15766
15767         * mml.el (mml-generate-mime-1): Make the content type default to
15768         text/plain if the filename is not specified.
15769
15770 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15773         instead of insert-buffer.
15774
15775         * message.el (message-yank-original): Ditto; set the mark at the
15776         end of the yanked message.
15777
15778 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15781         lines to scroll rather than to stop it.
15782
15783         * mml.el (mml-generate-default-type): Add doc string.
15784         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15785         default to application/octet-stream when determining the content
15786         type if it is not specified for the part or the mml contents; add
15787         a comment about mml-generate-default-type.
15788
15789 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15790
15791         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15792         make it default to application/octet-stream when determining the
15793         content type if it is not specified for the external contents.
15794
15795 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15798         segmented parameter but also other parameters might be there.
15799
15800 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * mm-decode.el (mm-display-external): Delete temp file, directory
15803         and buffer immediately if the external process is exited.
15804
15805 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15808         fewer lines than that of scroll-margin.
15809         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15810
15811 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-art.el (gnus-article-next-page): Revert.
15814         (gnus-article-beginning-of-window): New macro.
15815         (gnus-article-next-page-1): Use it.
15816         (gnus-article-prev-page): Ditto.
15817         (gnus-article-edit-part): Use insert-buffer-substring instead of
15818         insert-buffer.
15819         (gnus-article-edit-exit): Ditto.
15820
15821         * gnus-util.el (gnus-beginning-of-window): Remove.
15822         (gnus-end-of-window): Remove.
15823
15824         * lpath.el: Don't bind header-line-format and scroll-margin.
15825
15826 2005-07-25  Simon Josefsson  <jas@extundo.com>
15827
15828         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15829         to have the url package without w3.  Reported by Daiki Ueno
15830         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15831
15832 2005-07-20  Didier Verna  <didier@xemacs.org>
15833
15834         * gnus-diary.el: Remove the description comment (nndiary is now
15835         properly documented in the Gnus manual).
15836         Fix the spelling of "Back End".
15837         * nndiary.el: Ditto.
15838         Fix the copyright notice.
15839
15840 2005-07-18  Romain Francoise  <romain@orebokech.com>
15841
15842         * gnus-sum.el (gnus-summary-to-prefix)
15843         (gnus-summary-newsgroup-prefix): New variables.
15844         (gnus-summary-from-or-to-or-newsgroups): Use them.
15845
15846 2005-07-17  Romain Francoise  <romain@orebokech.com>
15847
15848         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15849         space as it's generally not especially interesting to the user.
15850
15851 2005-07-16  Romain Francoise  <romain@orebokech.com>
15852
15853         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15854         nil to avoid prompting and file modification if one of the
15855         messages at the top of the nnfolder file contains a copyright
15856         notice.
15857         Update copyright notice.
15858
15859         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15860         instead of `current-time-string' as the latter creates a time
15861         string that is not RFC 2822 compliant (it lacks the zone).
15862         Update copyright notice.
15863
15864 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15865
15866         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15867         for text/rtf.  Display default in prompt.  Pass default for M-n.
15868
15869         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15870
15871 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15872
15873         * gnus-msg.el (gnus-button-mailto):
15874         Remove save-selected-window-window hackery because it relies on
15875         save-selected-window internals.
15876
15877 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15880         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15881         (gnus-article-prev-page): Ditto.
15882
15883         * gnus-util.el (gnus-beginning-of-window): New function.
15884         (gnus-end-of-window): New function.
15885
15886         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15887
15888 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15889
15890         * gnus-score.el (gnus-score-edit-all-score):
15891         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15892         gnus-message.
15893
15894 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15895
15896         * gnus-msg.el (gnus-button-mailto):
15897         Remove save-selected-window-window hackery because it relies on
15898         save-selected-window internals.
15899
15900 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15903         add-minor-mode.
15904         (gnus-binary-mode): Ditto.
15905
15906         * gnus-topic.el (gnus-topic-mode): Ditto.
15907
15908 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15909
15910         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15911         (gnus-article-prev-page): Take scroll-margin into consideration.
15912
15913 2005-07-04  Lute Kamstra  <lute@gnu.org>
15914
15915         Update FSF's address in GPL notices.
15916
15917 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15918
15919         * gnus.el (gnus-exit):
15920         * gnus-group.el (gnus-group-icons):
15921         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15922
15923         * gnus-nocem.el (gnus-nocem):
15924         * message.el (message-various, message-buffers, message-sending)
15925         (message-interface, message-forwarding, message-insertion)
15926         (message-headers, message-news, message-mail):
15927         * pgg-gpg.el (pgg-gpg):
15928         * pgg-parse.el (pgg-parse):
15929         * pgg-pgp.el (pgg-pgp):
15930         * pgg-pgp5.el (pgg-pgp5):
15931         * pop3.el (pop3): Finish `defgroup' description with period.
15932
15933 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-art.el (article-display-face): Improve the efficiency.
15936         (article-display-x-face): Ditto; remove grey x-face stuff.
15937
15938 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-art.el (article-display-face): Correct the position in
15941         which Faces are inserted.
15942
15943 2005-06-29  Didier Verna  <didier@xemacs.org>
15944
15945         * gnus-art.el (article-display-face): Display faces in correct
15946         order.
15947
15948 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15951         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15952         (gnus-nocem-check-article): Fetch the Type header.
15953         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15954         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15955         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15956         make sure gnus-nocem-hashtb is initialized.
15957         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15958         (gnus-nocem-unwanted-article-p): Ditto.
15959
15960         * pgg.el (pgg-verify): Return the verification result.
15961
15962 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15963
15964         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15965         is ascii.
15966
15967 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15968
15969         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15970         `show-nonbreak-escape'.
15971
15972 2005-06-23  Lute Kamstra  <lute@gnu.org>
15973
15974         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15975
15976         * dig.el (dig-mode):
15977         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15978
15979 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15980
15981         * nnimap.el (nnimap-split-download-body): Fix spellings.
15982
15983 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15984
15985         * gnus-art.el (gnus-article-encrypt-body):
15986         * gnus-cus.el (gnus-score-customize):
15987         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15988         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15989
15990 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15991
15992         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15993         header by looking for magic "MII" at the beginnig.
15994
15995 2005-06-16  Miles Bader  <miles@gnu.org>
15996
15997         * gnus-xmas.el (gnus-xmas-group-startup-message):
15998         Use renamed gnus-splash face.
15999
16000         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16001         (assistant-field-face): New backward-compatibility alias for renamed
16002         face.
16003         (assistant-render-text): Use renamed assistant-field face.
16004
16005         * spam.el (spam): Remove "-face" suffix from face name.
16006         (spam-face): New backward-compatibility alias for renamed face.
16007         (spam-face, spam-initialize): Use renamed spam face.
16008
16009         * message.el (message-header-to, message-header-cc)
16010         (message-header-subject, message-header-newsgroups)
16011         (message-header-other, message-header-name)
16012         (message-header-xheader, message-separator, message-cited-text)
16013         (message-mml): Remove "-face" suffix from face names.
16014         (message-header-to-face, message-header-cc-face)
16015         (message-header-subject-face, message-header-newsgroups-face)
16016         (message-header-other-face, message-header-name-face)
16017         (message-header-xheader-face, message-separator-face)
16018         (message-cited-text-face, message-mml-face):
16019         New backward-compatibility aliases for renamed faces.
16020         (message-font-lock-keywords): Use renamed message faces.
16021
16022         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16023         (sieve-test-commands, sieve-tagged-arguments):
16024         Remove "-face" suffix from face names.
16025         (sieve-control-commands-face, sieve-action-commands-face)
16026         (sieve-test-commands-face, sieve-tagged-arguments-face):
16027         New backward-compatibility aliases for renamed faces.
16028         (sieve-control-commands-face, sieve-action-commands-face)
16029         (sieve-test-commands-face, sieve-tagged-arguments-face):
16030         Use renamed sieve faces.
16031
16032         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16033         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16034         (gnus-group-news-3-empty, gnus-group-news-4)
16035         (gnus-group-news-4-empty, gnus-group-news-5)
16036         (gnus-group-news-5-empty, gnus-group-news-6)
16037         (gnus-group-news-6-empty, gnus-group-news-low)
16038         (gnus-group-news-low-empty, gnus-group-mail-1)
16039         (gnus-group-mail-1-empty, gnus-group-mail-2)
16040         (gnus-group-mail-2-empty, gnus-group-mail-3)
16041         (gnus-group-mail-3-empty, gnus-group-mail-low)
16042         (gnus-group-mail-low-empty, gnus-summary-selected)
16043         (gnus-summary-cancelled, gnus-summary-high-ticked)
16044         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16045         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16046         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16047         (gnus-summary-low-undownloaded)
16048         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16049         (gnus-summary-low-unread, gnus-summary-normal-unread)
16050         (gnus-summary-high-read, gnus-summary-low-read)
16051         (gnus-summary-normal-read, gnus-splash):
16052         Remove "-face" suffix from face names.
16053         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16054         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16055         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16056         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16057         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16058         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16059         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16060         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16061         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16062         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16063         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16064         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16065         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16066         (gnus-summary-normal-ticked-face)
16067         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16068         (gnus-summary-normal-ancient-face)
16069         (gnus-summary-high-undownloaded-face)
16070         (gnus-summary-low-undownloaded-face)
16071         (gnus-summary-normal-undownloaded-face)
16072         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16073         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16074         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16075         (gnus-splash-face):
16076         New backward-compatibility aliases for renamed faces.
16077         (gnus-group-startup-message): Use renamed gnus faces.
16078
16079         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16080         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16081         (gnus-server-agent): Remove "-face" suffix from face names.
16082         (gnus-server-agent-face, gnus-server-opened-face)
16083         (gnus-server-closed-face, gnus-server-denied-face)
16084         (gnus-server-offline-face):
16085         New backward-compatibility aliases for renamed faces.
16086         (gnus-server-agent-face, gnus-server-opened-face)
16087         (gnus-server-closed-face, gnus-server-denied-face)
16088         (gnus-server-offline-face): Use renamed gnus faces.
16089
16090         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16091         Remove "-face" suffix from face names.
16092         (gnus-picon-xbm-face, gnus-picon-face):
16093         New backward-compatibility aliases for renamed faces.
16094
16095         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16096         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16097         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16098         (gnus-cite-11): Remove "-face" suffix from face names.
16099         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16100         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16101         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16102         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16103         New backward-compatibility aliases for renamed faces.
16104         (gnus-cite-attribution-face, gnus-cite-face-list)
16105         (gnus-article-boring-faces): Use renamed gnus faces.
16106
16107         * gnus-art.el (gnus-signature, gnus-header-from)
16108         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16109         (gnus-header-content): Remove "-face" suffix from face names.
16110         (gnus-signature-face, gnus-header-from-face)
16111         (gnus-header-subject-face, gnus-header-newsgroups-face)
16112         (gnus-header-name-face, gnus-header-content-face):
16113         New backward-compatibility aliases for renamed faces.
16114         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16115
16116         * gnus-sum.el (gnus-summary-selected-face)
16117         (gnus-summary-highlight): Use renamed gnus faces.
16118         * gnus-group.el (gnus-group-highlight): Likewise.
16119
16120 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16121
16122         * gnus-sieve.el (gnus-sieve-article-add-rule):
16123         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16124         * spam-stat.el (spam-stat-buffer-change-to-spam)
16125         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16126
16127         * message.el (message-is-yours-p):
16128         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16129
16130 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * mm-view.el (mm-inline-text): Withdraw the last change.
16133
16134 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16135
16136         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16137         executing enriched-decode.
16138
16139 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16142         charset of tar files.
16143
16144 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16145
16146         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16147
16148 2005-06-04  Lute Kamstra  <lute@gnu.org>
16149
16150         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16151         information is never recorded.
16152
16153 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16154
16155         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16156
16157 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * pop3.el (pop3-apop): Run md5 in the binary mode.
16160
16161         * starttls.el (starttls-set-process-query-on-exit-flag):
16162         Use eval-and-compile.
16163
16164 2005-05-31  Simon Josefsson  <jas@extundo.com>
16165
16166         * smime.el (smime-replace-in-string): Define.
16167         (smime-cert-by-ldap-1): Use it.
16168
16169 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * gnus-art.el (article-display-x-face): Replace
16172         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16173
16174         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16175         set-process-query-on-exit-flag or process-kill-without-query.
16176
16177         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16178         loop instead of replace-regexp.
16179
16180         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16181         instead of process-kill-without-query if it is available.
16182
16183         * lpath.el: Fbind ldap-search-entries.
16184
16185         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16186         instead of find-file-hooks if it is available.
16187
16188         * mml1991.el: Bind pgg-default-user-id when compiling.
16189
16190         * mml2015.el: Bind pgg-default-user-id when compiling.
16191
16192         * nndraft.el (nndraft-request-associate-buffer):
16193         Use write-contents-functions instead of write-contents-hooks if it is
16194         available.
16195
16196         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16197         instead of find-file-hooks if it is available.
16198
16199         * nntp.el (nntp-open-connection): Replace
16200         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16201         (nntp-open-ssl-stream): Ditto.
16202         (nntp-open-tls-stream): Ditto.
16203
16204         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16205         set-process-query-on-exit-flag or process-kill-without-query.
16206         (starttls-open-stream-gnutls): Use it instead of
16207         process-kill-without-query.
16208         (starttls-open-stream): Ditto.
16209
16210 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16211
16212         * smime.el (smime-cert-by-ldap-1): Don't use
16213         replace-regexp-in-string.
16214
16215 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16216
16217         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16218
16219         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16220         in PEM format.  Adjust to the XEmacs compability.
16221
16222 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16225         by `string-to-number'.
16226         * gnus-agent.el (gnus-agent-regenerate-group)
16227         (gnus-agent-fetch-articles): Ditto.
16228         * gnus-art.el (gnus-button-fetch-group): Ditto.
16229         * gnus-cache.el (gnus-cache-generate-active)
16230         (gnus-cache-articles-in-group): Ditto.
16231         * gnus-group.el (gnus-group-set-current-level)
16232         (gnus-group-insert-group-line): Ditto.
16233         * gnus-score.el (gnus-score-set-expunge-below)
16234         (gnus-score-set-mark-below, gnus-summary-score-effect)
16235         (gnus-summary-score-entry): Ditto.
16236         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16237         (gnus-soup-pack): Ditto.
16238         * gnus-spec.el (gnus-xmas-format): Ditto.
16239         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16240         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16241         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16242         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16243         * nndb.el (nndb-get-remote-expire-response): Ditto.
16244         * nndiary.el (nndiary-parse-schedule-value)
16245         (nndiary-string-to-number, nndiary-request-replace-article)
16246         (nndiary-request-article): Ditto.
16247         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16248         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16249         * nneething.el (nneething-make-head): Ditto.
16250         * nnfolder.el (nnfolder-request-article)
16251         (nnfolder-retrieve-headers): Ditto.
16252         * nnheader.el (nnheader-file-to-number): Ditto.
16253         * nnkiboze.el (nnkiboze-request-article): Ditto.
16254         * nnmail.el (nnmail-process-unix-mail-format)
16255         (nnmail-process-babyl-mail-format): Ditto.
16256         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16257         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16258         (nnmh-request-create-group, nnmh-request-list-1)
16259         (nnmh-request-group, nnmh-request-article): Ditto.
16260         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16261         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16262         * nnsoup.el (nnsoup-make-active): Ditto.
16263         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16264         * nntp.el (nntp-find-group-and-number)
16265         (nntp-retrieve-headers-with-xover): Ditto.
16266         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16267         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16268         (pgg-format-key-identifier): Ditto.
16269         * pop3.el (pop3-last, pop3-stat): Ditto.
16270         * qp.el (quoted-printable-decode-region): Ditto.
16271
16272         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16273         of concat.
16274
16275 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16278
16279         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16280
16281         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16282
16283         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16284
16285         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16286
16287         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16288
16289         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16290         (gnus-carpal-mode): Ditto.
16291
16292         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16293         (gnus-browse-mode): Ditto.
16294
16295         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16296
16297         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16298
16299 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16300
16301         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16302
16303 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * gnus-util.el (gnus-run-mode-hooks): New function.
16306
16307         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16308
16309         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16310         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16311
16312 2005-05-27  Lute Kamstra  <lute@gnu.org>
16313
16314         * dns-mode.el (dns-mode): Specify customization group.
16315
16316 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16317
16318         * gnus-agent.el (gnus-agent-make-mode-line-string):
16319         Use mode-line-highlight as mouse-face.
16320
16321 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * canlock.el (canlock): Change the parent group to news.
16324
16325         * deuglify.el (gnus-outlook-deuglify): Add :group.
16326
16327         * dig.el (dig): Add :group.
16328
16329         * dns-mode.el (dns-mode): Add :group.
16330
16331         * encrypt.el (encrypt): Add :group.
16332
16333         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16334         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16335         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16336         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16337         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16338
16339         * gnus-diary.el (gnus-diary): Add :group.
16340
16341         * gnus.el (gnus-group-news-1-face): Add :group.
16342         (gnus-group-news-1-empty-face): Ditto.
16343         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16344         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16345         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16346         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16347         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16348         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16349         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16350         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16351         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16352         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16353         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16354         (gnus-summary-high-ticked-face): Ditto.
16355         (gnus-summary-low-ticked-face): Ditto.
16356         (gnus-summary-normal-ticked-face): Ditto.
16357         (gnus-summary-high-ancient-face): Ditto.
16358         (gnus-summary-low-ancient-face): Ditto.
16359         (gnus-summary-normal-ancient-face): Ditto.
16360         (gnus-summary-high-undownloaded-face): Ditto.
16361         (gnus-summary-low-undownloaded-face): Ditto.
16362         (gnus-summary-normal-undownloaded-face): Ditto.
16363         (gnus-summary-high-unread-face): Ditto.
16364         (gnus-summary-low-unread-face): Ditto.
16365         (gnus-summary-normal-unread-face): Ditto.
16366         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16367         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16368
16369         * hashcash.el (hashcash): New custom group.
16370         (hashcash-default-payment): Add :group.
16371         (hashcash-payment-alist): Ditto.
16372         (hashcash-default-accept-payment): Ditto.
16373         (hashcash-accept-resources): Ditto.
16374         (hashcash-path): Ditto.
16375         (hashcash-extra-generate-parameters): Ditto.
16376         (hashcash-double-spend-database): Ditto.
16377         (hashcash-in-news): Ditto.
16378
16379         * message.el (message-minibuffer-local-map): Add :group.
16380
16381         * netrc.el (netrc): Add :group.
16382
16383         * sieve-manage.el (sieve-manage-log): Add :group.
16384         (sieve-manage-default-user): Diito.
16385         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16386         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16387         (sieve-manage-authenticators): Ditto.
16388         (sieve-manage-authenticator-alist): Ditto.
16389         (sieve-manage-default-port): Ditto.
16390
16391         * sieve-mode.el (sieve-control-commands-face): Add :group.
16392         (sieve-action-commands-face): Ditto.
16393         (sieve-test-commands-face): Ditto.
16394         (sieve-tagged-arguments-face): Ditto.
16395
16396         * smime.el (smime): Add :group.
16397
16398         * spam-report.el (spam-report): Add :group.
16399
16400         * spam.el (spam, spam-face): Add :group.
16401
16402 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16403
16404         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16405         return \n.\n.\n at the end of articles.  Protect against that.
16406         (nntp-with-open-group): Allow debugging.
16407
16408         * nnheader.el (mail-header-set-extra): Make into a function
16409         because I just could't understand how to quote the list properly.
16410
16411         * dns.el (query-dns-cached): New function.
16412
16413 2005-05-26  Lute Kamstra  <lute@gnu.org>
16414
16415         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16416
16417 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16420
16421         * gnus-art.el: Don't autoload mail-extract-address-components.
16422
16423         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16424         eval-and-compile to evaluate it.
16425
16426         * hashcash.el: Don't autoload executable-find.
16427
16428         * nndb.el: Don't declare the nndb back end two or more times; don't
16429         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16430
16431         * nntp.el: Autoload format-spec instead of format; use
16432         eval-and-compile to evaluate autoload forms.
16433
16434 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16435
16436         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16437
16438 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16439
16440         * gnus.el (gnus-version-number): Bump version.
16441
16442 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16443
16444         * gnus.el: No Gnus v0.3 is released.
16445
16446 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16447
16448         * lpath.el (featurep): Bind show-nonbreak-escape.
16449
16450 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-art.el (gnus-article-edit-part): Disable undo.
16453
16454 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16457         gnus-article-date-lapsed-new-header is t if date timer is active;
16458         skip headers in which the original date value is empty.
16459         (gnus-article-save-original-date): Redefine it as a macro.
16460         (gnus-display-mime): Use it.
16461
16462 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-art.el (article-date-ut): Support converting date in
16465         forwarded parts as well.
16466         (gnus-article-save-original-date): New function.
16467         (gnus-display-mime): Use it.
16468
16469 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16470
16471         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16472         enclosure element of <item>.
16473
16474 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * message.el (message-kill-buffer-query): Rename from
16477         `message-kill-buffer-query-if-modified'.  Add :version.
16478
16479 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16482         window layout.
16483
16484 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * mml.el: Autoload dnd when compiling.
16487
16488 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16491         x-dnd-*.
16492
16493 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * qp.el (quoted-printable-encode-region): Save excursion.
16496
16497 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16498
16499         * message.el (message-kill-buffer-query-if-modified): Add new variable
16500         so the user can kill a modified message buffer quickly.
16501         (message-kill-buffer): Use it.
16502
16503 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * lpath.el: Fbind display-time-event-handler; don't fbind
16506         string-to-multibyte.
16507
16508         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16509
16510 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16513         contained in text because xml.el decodes entities) with LFs.
16514
16515 2005-04-11  Lute Kamstra  <lute@gnu.org>
16516
16517         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16518         differently.
16519
16520 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16521
16522         * mm-util.el (mm-detect-coding-region): Typo.
16523
16524 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16527
16528 2005-04-06  Deepak Goel  <deego@gnufans.org>
16529
16530         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16531         user-function allow user modifications of the scores.
16532         (spam-stat-score-buffer-user): New function, to allow
16533         user-computed modifications to the score.
16534         (spam-stat-score-buffer-user-functions): List of additional
16535         scoring functions.
16536         (spam-stat-error-holder): Global temporary error holder.
16537         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16538         variable.
16539
16540 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16541
16542         * gnus-registry.el (gnus-registry-clean-empty-function)
16543         (gnus-registry-trim, gnus-registry-fetch-groups)
16544         (gnus-registry-delete-group): Groups that match
16545         `gnus-registry-ignored-groups' are removed from the registry
16546         entries, not just ignored for splitting.  This helps clean up the
16547         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16548         to get all the groups a message ID is in.
16549
16550         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16551         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16552         (spam-stat-score-buffer-user-functions): Add :number custom type.
16553
16554 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16557         argument in XEmacs.
16558
16559         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16560         (nnrss-request-group): Decode group name first.
16561         (nnrss-request-article): Make a text/plain article if mml-to-mime
16562         failed.
16563         (nnrss-get-encoding): Return a compatible encoding according to
16564         nnrss-compatible-encoding-alist.
16565         (nnrss-find-el): Use consp instead of listp.
16566         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16567
16568 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16571         which Emacs 20 doesn't support.
16572         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16573
16574 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16575
16576         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16577         silence the byte compiler inside the defun.
16578
16579         * gnus-demon.el (parse-time-string): Add autoload.
16580
16581         * gnus-delay.el (parse-time-string): Add autoload.
16582
16583         * gnus-art.el (parse-time-string): Add autoload.
16584
16585         * nnultimate.el (parse-time): Require for `parse-time-string'.
16586
16587 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16590
16591         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16592
16593         * smime.el (smime-ldap-host-list): Add :version.
16594
16595 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16598         pass it to `gnus-browse-read-group'.
16599         (gnus-browse-read-group): Add NUMBER argument and pass it to
16600         `gnus-group-read-ephemeral-group'.
16601
16602         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16603         argument and pass it to `gnus-group-read-group'.
16604
16605 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16606
16607         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16608         mm-xemacs-find-mime-charset-1 if we have the mule feature
16609         available at runtime.
16610
16611 2005-03-25  Werner Lemberg  <wl@gnu.org>
16612
16613         * nnmaildir.el: Replace `illegal' with `invalid'.
16614
16615 2005-03-23  Lute Kamstra  <lute@gnu.org>
16616
16617         * time-date.el: Add comment on time value formats.
16618         Don't require parse-time.
16619         (with-decoded-time-value): New macro.
16620         (encode-time-value): New function.
16621         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16622         (days-to-time): Return a valid time value when arg is huge.
16623         (time-since): Use time-subtract.
16624         (time-to-number-of-days): Use time-to-seconds.
16625
16626 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16627
16628         * gnus-start.el (gnus-display-time-event-handler):
16629         Check display-time-timer at runtime rather than only at load time
16630         in case display-time-mode is turned off in the mean time.
16631
16632 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16635         used.
16636
16637         * nneething.el (nneething-map-file-directory): Derive from
16638         `gnus-directory'.
16639
16640         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16641         the To/Cc button.
16642
16643 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * nnmaildir.el (nnmaildir-request-accept-article):
16646         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16647
16648 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16649
16650         * gnus-async.el: Require timer-funcs at compile time when in
16651         XEmacs for `run-with-idle-timer'.
16652
16653 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16654
16655         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16656         autoloaded function.
16657
16658 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16659
16660         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16661
16662 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16663
16664         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16665
16666 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16667
16668         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16669         Add gnus-expert-user to default.
16670
16671 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16672
16673         * nnimap.el (nnimap-open-server): Ditto.
16674
16675         * imap.el (imap-authenticate): Fix typo.
16676
16677 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16678
16679         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16680         buffer (since IMAP server might return FETCH response out of
16681         order, and the nntp buffer must be sorted).
16682
16683 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16684
16685         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16686         comparison on string.
16687
16688         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16689         (gnus-agent-score): Rename category keywords to match gnus-cus.
16690         (gnus-agent-summary-fetch-series): Modify to protect against
16691         gnus-agent-summary-fetch-group clearing processable flags.
16692         (gnus-agent-synchronize-group-flags): Update live group buffer as
16693         synchronization may occur due to the user toggle the plugged
16694         status.
16695         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16696         successfully downloaded.
16697         (gnus-agent-expire-group-1): Avoid using markers when the overview
16698         is in ascending order; greatly improves performance.
16699         (gnus-agent-regenerate-group):
16700         Use gnus-agent-synchronize-group-flags to reset read status in both
16701         gnus and server.
16702         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16703
16704 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16705
16706         * message.el: Don't autoload former message-utils variables.
16707         (message-strip-subject-trailing-was): Change doc string.
16708
16709         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16710         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16711         (nnweb-google-search): Add "hl=en" here.
16712         (nnweb-google-parse-1, nnweb-google-create-mapping):
16713         Don't hardcode URL.
16714
16715 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16716
16717         * message.el (message-get-reply-headers, message-followup):
16718         Mention related variables `message-use-followup-to' and
16719         `message-use-mail-followup-to', in the information buffer.
16720
16721         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16722         of broken groups(-beta).google.com.
16723
16724 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16725
16726         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16727         parameter to invoked gnus-request-move-article; remove the
16728         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16729         all at once instead of once per article.
16730         (gnus-summary-remove-process-mark): Accept a list of articles as
16731         well as a single article for processing.
16732
16733         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16734         parameter.
16735
16736         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16737
16738         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16739
16740         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16741         parameter.
16742
16743         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16744         parameter.
16745
16746         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16747         parameter and remove the gnus-sum-hint-move-is-internal variable.
16748
16749         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16750         parameter.
16751
16752         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16753         parameter.
16754
16755         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16756         parameter.
16757
16758         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16759
16760         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16761         parameter.
16762
16763         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16764         parameter.
16765
16766 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16767
16768         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16769         a more conservative way.
16770
16771 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16772
16773         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16774         buffer, so it moves the window's cursor.
16775
16776 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16777
16778         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16779         `mm-dissect-multipart' and receive the from field as an (optional)
16780         argument from `mm-dissect-multipart'.
16781         (mm-dissect-multipart): Receive the from field as an argument and
16782         pass it on when we call `mm-dissect-buffer' on MIME parts.
16783         Fixes verification/decryption of signed/encrypted MIME parts.
16784
16785 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16786
16787         * gnus-sum.el (gnus-summary-move-article):
16788         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16789         whatever it calls (right now, only nnimap-request-move article
16790         respects it).
16791
16792         * nnimap.el (nnimap-request-move-article):
16793         When gnus-sum-hint-move-is-internal is set, don't do the extra
16794         nnimap-request-article.
16795
16796 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16799
16800         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16801         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16802
16803         * gnus-sum.el (gnus-summary-caesar-message):
16804         Apply `gnus-treat-article' after rotation.
16805
16806         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16807         doc string.
16808
16809 2005-02-22  Simon Josefsson  <jas@extundo.com>
16810
16811         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16812         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16813         <arne@arnested.dk>.
16814         (encrypt): Add password-cache and password-cache-expiry as group
16815         members.
16816
16817 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16818
16819         * smime.el (smime-ldap-host-list): Doc fix.
16820         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16821         cache) password.
16822         (smime-sign-region): Use it.
16823         (smime-decrypt-region): Use it.
16824         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16825         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16826         fails.
16827         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16828         certificate from DER to PEM format rather than calling openssl.
16829
16830         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16831
16832         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16833         for signing/encryption.
16834
16835         * mml.el (mml-parse-1): Use them.
16836
16837 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16838
16839         * nnrss.el (nnrss-verbose): Remove.
16840         (nnrss-request-group): Use `nnheader-message' instead.
16841
16842 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16843
16844         * nnrss.el (nnrss-verbose): New variable.
16845         (nnrss-request-group): Make it say nnrss is requesting a group.
16846
16847 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16848
16849         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16850         Handle news URL with given port correctly.
16851
16852 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16855         containing special characters.
16856
16857         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16858
16859         * mml.el (mime-to-mml): Ditto.
16860
16861         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16862         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16863         (rfc2047-decode-region): Quote decoded words containing special
16864         characters when rfc2047-quote-decoded-words-containing-tspecials
16865         is non-nil.
16866
16867 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16868
16869         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16870
16871         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16872
16873 2005-02-15  Simon Josefsson  <jas@extundo.com>
16874
16875         * nnimap.el (nnimap-debug): Doc fix.
16876
16877         * imap.el (imap-debug): Doc fix.
16878
16879 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16882
16883 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16884
16885         * gnus.el (spam-contents): Improve docs for spam-contents
16886         parameter in its variable incarnation.
16887
16888 2005-02-14  Simon Josefsson  <jas@extundo.com>
16889
16890         * smime-ldap.el: Use require instead of load-library for ldap.
16891         (smime-ldap-search): Indent.
16892         (smime-ldap-search-internal): Shorten line.
16893
16894         * smime.el (smime-cert-by-dns): Add doc-string.
16895         (smime-cert-by-ldap-1): Indent.
16896
16897         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16898         mml-smime-get-dns-ldap.
16899         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16900
16901 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16902
16903         * smime.el: Require smime-ldap.
16904         (smime-ldap-host-list): New variable.
16905         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16906
16907         * mml-smime.el (mml-smime-encrypt-query): New function.
16908         (mml-smime-encrypt-query): Use it.
16909
16910         * smime-ldap.el: New file.
16911
16912 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16915
16916 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16917
16918         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16919         argument in doc string.  Make query for type more clear.
16920
16921 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * gnus.el (gnus-group-startup-message): Search for gnus images in
16924         etc/images/gnus.
16925         * mm-util.el (mm-image-load-path): Likewise.
16926         * smiley.el (smiley-data-directory): Search for smilies in
16927         etc/images/smilies.
16928
16929 2005-02-09  Kim F. Storm  <storm@cua.dk>
16930
16931         Change Emacs release version from 21.4 to 22.1 throughout.
16932         Change Emacs development version from 21.3.50 to 22.0.50.
16933
16934 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16937
16938         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16939         non-Mule XEmacs as well.
16940         (mm-decompress-buffer): Signal an error intentionally if it does
16941         not decompress compressed data because auto-compression-mode is
16942         disabled.
16943
16944 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16945
16946         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16947         an ID in the registry even if it has no groups.
16948
16949 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16952         merge it into mm-decompress-buffer.
16953         (gnus-mime-copy-part): Use the MIME part charset, the value which
16954         a user specified or gnus-newsgroup-charset for decoding, like
16955         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16956         save-buffer what was used.  Suggested by Kevin Ryde
16957         <user42@zip.com.au>.
16958         (gnus-mime-inline-part): Allow the name parameter as well as the
16959         filename parameter; force decompressing of compressed data; always
16960         display contents being not decoded as unibyte.
16961
16962         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16963         as well as the filename parameter.
16964
16965         * mm-util.el (mm-decompress-buffer):
16966         Merge gnus-mime-jka-compr-maybe-uncompress.
16967         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16968         of compressed data.
16969
16970 2005-02-08  Simon Josefsson  <jas@extundo.com>
16971
16972         * imap.el (imap-log): Doc fix.
16973
16974 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16977         the coding cookies; decompress compressed parts.
16978
16979         * mml.el (mml-generate-mime-1): Add the charset parameter according
16980         to the value which a user specified manually or the coding cookie.
16981
16982         * mm-util.el (mm-string-to-multibyte): New function.
16983         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16984         (mm-coding-system-to-mime-charset): New function.
16985         (mm-decompress-buffer): New function.
16986         (mm-find-buffer-file-coding-system): New function.
16987
16988         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16989         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16990         parts.
16991
16992 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16993
16994         * mm-view.el (mm-display-inline-fontify): Decode a part according
16995         to the charset parameter.
16996
16997 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17000         prefix arg is neither nil nor a number, as info specifies.
17001
17002 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17005         timestamps.
17006
17007 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17008
17009         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17010         groups error checking and notify user.
17011
17012 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17013
17014         * message.el (message-send-mail-function): Check existence of
17015         sendmail-program first before using default value
17016         `message-send-mail-with-sendmail'.  Otherwise use more generic
17017         `smtpmail-send-it'.
17018
17019 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * nntp.el (nntp-request-update-info): Always return nil.
17022
17023 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17024
17025         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17026
17027 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17028
17029         * message.el (message-beginning-of-line): Change the behavior when
17030         invoked between BOL and : so that it first moves backward.
17031
17032 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17035         article buffer when editing of the article is discarded.
17036         (gnus-article-prepare): Revert.
17037
17038 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * gnus-art.el (gnus-article-prepare):
17041         Remove message-strip-forbidden-properties from the local hook.
17042
17043 2005-01-27  Simon Josefsson  <jas@extundo.com>
17044
17045         * password.el (password-cache-add): Only start one timer per key.
17046         Reported by Derek Atkins <warlord@MIT.EDU>.
17047
17048 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17049
17050         * run-at-time.el: Remove.  It is no longer needed as
17051         timer-funcs.el in the xemacs-base package has a working version of
17052         `run-at-time'.
17053
17054         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17055
17056         * password.el: Require timer-funcs instead of run-at-time in
17057         XEmacs.
17058         Remove `password-run-at-time' macro.
17059         (password-cache-add): Use `run-at-time' instead of
17060         `password-run-at-time'.
17061
17062         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17063         Remove `nnheader-cancel-function-timers' alias,
17064         `cancel-function-timers' exists in XEmacs in timer-funcs.
17065
17066         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17067         for `run-with-idle-timer'.
17068
17069         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17070         for `run-at-time'.
17071
17072         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17073         for `with-timeout'.
17074
17075         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17076         the same as for XEmacs 21.4.
17077         No need to ignore `run-with-idle-timer', this function exists in
17078         XEmacs now in timer-funcs.el in the xemacs-base package.
17079         (dgnushack-compile): No need to delete
17080         run-at-time.el from the list of files to compile because it
17081         doesn't exist anymore.
17082
17083 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17086         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17087
17088 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17089
17090         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17091         sensitively.
17092
17093 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17094
17095         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17096
17097 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17100         which will be inserted according to the multibyteness of a buffer
17101         rather than the type of contents.  Suggested by ARISAWA Akihiro
17102         <ari@mbf.ocn.ne.jp>.
17103
17104         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17105         of string which old xml.el may return rather than a string.
17106
17107 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17110
17111 2005-01-16  Simon Josefsson  <jas@extundo.com>
17112
17113         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17114         idn/idna.el isn't available.
17115         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17116         <michael@waxrat.com>.
17117
17118         * hashcash.el: Remove non-FSF copyright header.
17119
17120         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17121         (hashcash-generate-payment): Use it.
17122         (hashcash-generate-payment-async): Use it.
17123
17124 2005-01-15  Simon Josefsson  <jas@extundo.com>
17125
17126         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17127         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17128
17129         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17130         gnus-summary-idna-message.
17131         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17132         (gnus-summary-idna-message): New function.
17133
17134 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17137         gnus-novice-user.
17138
17139 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * nnrss.el (nnrss-request-delete-group): Delete entries in
17142         nnrss-group-alist as well.
17143         (nnrss-save-server-data): Insert newline.
17144
17145 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus.el (gnus-user-agent): Use list of symbols instead of
17148         symbols.  Display full version number for (S)XEmacs.
17149         Optionally display (S)XEmacs codename.
17150
17151         * gnus-util.el (gnus-emacs-version): Update for new
17152         `gnus-user-agent'.
17153
17154         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17155         Gnus version.
17156
17157 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17158
17159         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17160         which is unreadable in some setups.
17161
17162 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-spec.el (gnus-update-format-specifications): Flush the
17165         group format spec cache if it doesn't support decoded group names.
17166
17167 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17168
17169         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17170         Allow to apply decay on score files matching a regexp.
17171
17172 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17175         compatibility in %g and %c.
17176
17177 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17180         name for only %g and %c.
17181         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17182         of gnus-tmp-group to decoded group name.
17183         (gnus-group-make-rss-group): Exclude `/'s from group names.
17184
17185 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * nnrss.el (nnrss-get-encoding): Fix regexp.
17188
17189 2004-12-27  Simon Josefsson  <jas@extundo.com>
17190
17191         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17192         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17193         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17194
17195 2004-12-17  Kim F. Storm  <storm@cua.dk>
17196
17197         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17198
17199         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17200
17201 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17202
17203         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17204
17205 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * nnrss.el: Require rfc2047 and mml.
17208         (nnrss-file-coding-system): New variable.
17209         (nnrss-format-string): Redefine it as an inline function.
17210         (nnrss-decode-group-name): New function.
17211         (nnrss-string-as-multibyte): Remove.
17212         (nnrss-retrieve-headers): Decode group name; don't use
17213         nnrss-format-string.
17214         (nnrss-request-group): Decode group name.
17215         (nnrss-request-article): Decode group name; allow a Message-ID as
17216         well as an article number; don't use nnrss-format-string; encode a
17217         Message-ID string which may contain non-ASCII characters; use
17218         mml-to-mime to compose a MIME article.
17219         (nnrss-request-expire-articles): Decode group name.
17220         (nnrss-request-delete-group): Decode group name.
17221         (nnrss-fetch): Clarify error message.
17222         (nnrss-read-server-data): Use insert-file-contents instead of load;
17223         bind file-name-coding-system; use multibyte buffer.
17224         (nnrss-save-server-data): Bind coding-system-for-write to the
17225         value of nnrss-file-coding-system; bind file-name-coding-system;
17226         add coding cookie.
17227         (nnrss-read-group-data): Use insert-file-contents instead of load;
17228         bind file-name-coding-system; use multibyte buffer.
17229         (nnrss-save-group-data): Bind coding-system-for-write to the
17230         value of nnrss-file-coding-system; bind file-name-coding-system.
17231         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17232         make it work with non-ASCII text.
17233         (nnrss-find-el): Make it work with old xml.el as well.
17234
17235 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17236
17237         * nnrss.el (nnrss-get-encoding): New function.
17238         (nnrss-fetch): Use unibyte buffer initially; bind
17239         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17240         decode contents according to the encoding attribute.
17241         (nnrss-save-group-data): Add coding cookie.
17242         (nnrss-mime-encode-string): New function.
17243         (nnrss-check-group): Use it to encode subject and author.
17244
17245 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17246
17247         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17248         imaginary variable.
17249
17250 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17253         correctly even if there are wide characters.
17254
17255 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17256
17257         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17258         downcased symbol names; make a new cache instead of reusing
17259         bbdb-hashtable.
17260
17261 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17264         concatenating segments rather than before concatenating them.
17265         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17266
17267         * message.el (message-get-reply-headers): Bind `extra'.
17268
17269 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17270
17271         * message.el (message-extra-wide-headers): New variable.
17272         (message-get-reply-headers): Use it.
17273
17274 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17277         (gnus-agent-group-pathname): Ditto.
17278
17279         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17280
17281         * gnus-group.el (gnus-group-make-group): Decode group name.
17282         (gnus-group-make-rss-group): Register the group data after opening
17283         the nnrss group.
17284
17285 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17286
17287         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17288         by expiry now get marked as read.
17289
17290 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17293
17294 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17295
17296         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17297         unify Latin characters in XEmacs.
17298         (mm-find-mime-charset-region): Use it.
17299
17300 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-util.el (gnus-delete-directory): New function.
17303
17304         * gnus-agent.el (gnus-agent-delete-group): Use it.
17305
17306         * gnus-cache.el (gnus-cache-delete-group): Use it.
17307
17308 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17311         names.
17312
17313 2004-12-16  Simon Josefsson  <jas@extundo.com>
17314
17315         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17316
17317 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17320
17321         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17322         (gnus-group-set-current-level): Decode group name.
17323
17324 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17325
17326         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17327         failed.
17328
17329 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * gnus-group.el (gnus-group-delete-group): Decode group name.
17332         (gnus-group-make-rss-group): Encode group name.
17333         (gnus-group-catchup-current): Decode group name.
17334         (gnus-group-kill-group): Decode group name.
17335
17336 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17337
17338         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17339
17340 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus-group.el (gnus-group-make-rss-group):
17343         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17344
17345         * gnus-start.el (gnus-setup-news): Honor user's setting to
17346         gnus-message-archive-method.  Suggested by Lute Kamstra
17347         <lute@gnu.org>.
17348
17349 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17350
17351         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17352         global counterparts of the buffer-local variables.
17353
17354 2004-11-16  Romain Francoise  <romain@orebokech.com>
17355
17356         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17357         counterparts of the buffer-local variables.
17358
17359 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17360
17361         * message.el (message-forbidden-properties): Fix typo in doc
17362         string.
17363
17364 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-util.el (gnus-replace-in-string): Add doc string.
17367
17368         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17369         to avoid problems when splitting mails with many recipients.
17370
17371 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17372
17373         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17374         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17375
17376 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17377
17378         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17379         if there is no hashtable in memory or file modification time is
17380         newer than cached timestamp.
17381
17382 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17383
17384         * gnus-sum.el (gnus-summary-limit-to-recipient):
17385         Implement not-matching option.
17386
17387 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17388
17389         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17390         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17391         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17392         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17393         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17394         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17395
17396 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * message.el (message-forward-make-body-mml): Remove headers
17399         according to message-forward-ignored-headers if a message is decoded.
17400
17401 2004-12-02  Romain Francoise  <romain@orebokech.com>
17402
17403         * message.el (message-forward-make-body-plain): Always remove
17404         headers according to message-forward-ignored-headers.
17405
17406 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17407
17408         * spam.el (spam-summary-prepare-exit): Remove the
17409         gnus-summary-limit pop for now, it has problems with ham marks for
17410         me.
17411
17412 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17413
17414         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17415         correctly.
17416
17417 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17418
17419         * format-spec.el (format-spec): Message the char.
17420
17421 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17422
17423         * gnus-art.el (gnus-split-methods): Reformat comments.
17424
17425         * spam.el (spam-summary-prepare-exit): Remove article limits
17426         before exiting the summary buffer.
17427
17428 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17431         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17432
17433         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17434         order to silence the byte compiler.
17435
17436         * spam.el: Fix the way to silence the byte compiler, which
17437         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17438         bbdb-search-simple, spam-BBDB-register-routine,
17439         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17440         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17441         spam-stat-buffer-is-spam, spam-stat-load,
17442         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17443         spam-stat-save and spam-stat-split-fancy.
17444
17445 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17448         which may confuse users.
17449         (canlock-password-for-verify): Ditto.
17450
17451         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17452
17453         * gnus-art.el (gnus-emphasis-alist): Ditto.
17454
17455         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17456
17457         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17458
17459         * gnus-start.el (gnus-save-killed-list): Ditto.
17460
17461         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17462         (gnus-sum-thread-tree-root): Ditto.
17463         (gnus-sum-thread-tree-false-root): Ditto.
17464         (gnus-sum-thread-tree-single-indent): Ditto.
17465
17466         * message.el (message-courtesy-message): Ditto.
17467         (message-archive-note): Ditto.
17468         (message-subscribed-address-file): Ditto.
17469         (message-user-fqdn): Ditto.
17470
17471         * spam-report.el (spam-report-gmane-regex): Ditto.
17472
17473         * spam.el (spam-blackhole-good-server-regex): Ditto.
17474
17475 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * mml.el (mml-preview): Widen the message buffer before copying
17478         the contents to the preview buffer; sort headers before previewing.
17479
17480         * message.el (message-hidden-headers): Fix the way to avoid a bug
17481         in the `repeat' widget in Emacs 21.3 or earlier.
17482
17483 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * message.el (message-hidden-headers): Default to "^References:".
17486         Improve customization type.  Suggested by Reiner Steib
17487         <Reiner.Steib@gmx.de>.
17488
17489 2004-11-25  Romain Francoise  <romain@orebokech.com>
17490
17491         * message.el (message-strip-forbidden-properties): Remove check for
17492         obsolete `message-hidden' text property, hidden headers are not
17493         accessible in the buffer anymore.
17494
17495 2004-11-22  Romain Francoise  <romain@orebokech.com>
17496
17497         * message.el (message-header-format-alist): Add `From' in list
17498         so that it can be sorted.
17499         (message-fix-before-sending): Widen and sort headers before
17500         sending.
17501         (message-hide-headers): Use narrowing to hide headers by moving
17502         them to the top of the buffer and narrowing to the region
17503         underneath.
17504
17505 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17506
17507         * message.el (message-strip-forbidden-properties):
17508         Bind buffer-read-only (etc) to nil.
17509
17510 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17513         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17514
17515 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17516
17517         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17518
17519 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17520
17521         * dns.el (query-dns): Use sit-for to time instead of
17522         accept-process-output, since that doesn't seem to work on udp
17523         sockets.
17524
17525 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17528
17529 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17530
17531         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17532         doc string.  Improve doc string.
17533
17534 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * nntp.el (nntp-request-update-info): Return nil if
17537         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17538         may not call gnus-activate-group which uselessly issues the GROUP
17539         commands for all nntp groups and wastes time.  Reported by Romain
17540         Francoise <romain@orebokech.com>.
17541
17542         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17543
17544 2004-11-15  Simon Josefsson  <jas@extundo.com>
17545
17546         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17547         headers separately.
17548         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17549         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17550
17551 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * gnus-start.el (gnus-convert-old-newsrc):
17554         Assign legacy-gnus-agent to 5.10.7.
17555
17556 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17557
17558         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17559         start of the lines.
17560
17561 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17562
17563         * hashcash.el (hashcash-default-payment): Change default to 20.
17564         (hashcash-default-accept-payment): Change default to 20.
17565         (hashcash-process-alist): New variable.
17566         (hashcash-generate-payment-async): Add.
17567         (hashcash-already-paid-p): Add.
17568         (hashcash-insert-payment): Don't generate payments twice.
17569         (hashcash-insert-payment-async): Add.
17570         (hashcash-insert-payment-async-2): Add.
17571         (hashcash-cancel-async): Add.
17572         (hashcash-wait-async): Add.
17573         (hashcash-processes-running-p): Add.
17574         (hashcash-wait-or-cancel): Add.
17575         (mail-add-payment): New optional argument.  Conditionally start
17576         asynchronous calculation.
17577         (mail-add-payment-async): Add.
17578
17579         * message.el (message-send-mail): Wait for asynchronous hashcash
17580         results.  Don't clobber existing X-Hashcash headers.
17581         (message-setup-1): Call mail-add-payment-async when
17582         message-generate-hashcash is non-nil.
17583
17584 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17585
17586         * message.el (message-use-alternative-email-as-from): Examine the
17587         From header as well; use message-make-from in order to include a
17588         user's full name.
17589
17590 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17593         default; improve customization type.
17594         (gnus-emphasis-custom-with-format): New macro.
17595         (gnus-emphasis-custom-value-to-external): New function.
17596         (gnus-emphasis-custom-value-to-internal): New function.
17597
17598 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17599
17600         * dns.el (query-dns): Resolve reverse addresses.
17601
17602 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17603
17604         * gnus-group.el (gnus-group-get-new-news): Use it.
17605
17606         * gnus-start.el (gnus-check-reasonable-setup): New function.
17607
17608 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17611         "Args out of range" error.  Reported by Arnaud Giersch
17612         <arnaud.giersch@free.fr>.
17613
17614 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17615
17616         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17617
17618 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17619
17620         * spam.el (spam group): Add :version.
17621
17622         * pgg-def.el (pgg group): Add :version.
17623
17624 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17625
17626         * gnus-art.el (gnus-article-edit-article): Don't associate the
17627         article buffer with a draft file.  This is a temporary measure
17628         against the 2004-08-22 change to gnus-article-edit-mode.
17629
17630 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17633         (html2text-format-tags): Remove unused variable `attr'.
17634
17635 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17636
17637         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17638
17639         * tls.el (tls-process-connection-type, tls-success)
17640         (tls-certtool-program): Add :version.
17641
17642         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17643         (starttls-extra-arguments, starttls-process-connection-type)
17644         (starttls-connect, starttls-failure, starttls-success): Add :version.
17645
17646         * spam-stat.el (spam-stat): Add :version.
17647
17648         * sieve.el (sieve): Add :version.
17649
17650         * sha1.el (sha1): Add :version.
17651         (sha1-use-external): Remove redundant version.
17652
17653         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17654         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17655         (nnmail-split-fancy-match-partial-words)
17656         (nnmail-split-lowercase-expanded): Add :version.
17657
17658         * nndiary.el (nndiary): Add :version.
17659
17660         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17661
17662         * mml-sec.el (mml-default-sign-method)
17663         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17664         Add :version.
17665
17666         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17667
17668         * mm-url.el (mm-url-use-external, mm-url-program)
17669         (mm-url-arguments): Add :version.
17670
17671         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17672         (mm-attachment-file-modes, mm-decrypt-option)
17673         (mm-w3m-safe-url-regexp): Add :version.
17674
17675         * message.el (message-cite-prefix-regexp)
17676         (message-sendmail-envelope-from, message-minibuffer-local-map)
17677         (message-user-fqdn, message-completion-alist): Add :version.
17678
17679         * gnus-win.el (gnus-configure-windows-hook)
17680         (gnus-use-frames-on-any-display): Add :version.
17681
17682         * gnus-art.el (gnus-article-address-banner-alist)
17683         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17684         (gnus-treat-from-picon, gnus-treat-mail-picon)
17685         (gnus-treat-x-pgp-sig): Add :version.
17686
17687         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17688         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17689         (gnus-summary-article-delete-hook)
17690         (gnus-summary-display-while-building): Add :version.
17691
17692         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17693         (gnus-get-top-new-news-hook): Add :version.
17694
17695         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17696         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17697
17698         * gnus-registry.el (gnus-registry): Add :version.
17699
17700         * gnus-spec.el (gnus-use-correct-string-widths)
17701         (gnus-make-format-preserve-properties): Add :version.
17702
17703         * gnus.el (gnus-group-charter-alist)
17704         (gnus-group-fetch-control-use-browse-url)
17705         (gnus-install-group-spam-parameters): Add :version.
17706
17707         * gnus-diary.el (gnus-diary): Add :version.
17708
17709         * gnus-delay.el (gnus-delay): Add :version.
17710
17711         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17712         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17713         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17714         Add :version.
17715
17716         * gnus-agent.el (gnus-agent-max-fetch-size)
17717         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17718         (gnus-agent-prompt-send-queue): Add :version.
17719
17720         * deuglify.el (gnus-outlook-deuglify): Add :version.
17721
17722         * html2text.el: Beautify code.  Improve doc strings.
17723         Some checkdoc cleanup.
17724         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17725
17726 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17727
17728         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17729
17730 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17731
17732         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17733         when package is loaded.
17734
17735         * spam.el (spam-summary-score-preferred-header): Add global preference
17736         for people who want to override the default SpamAssassin over
17737         Bogofilter preference (when both are set).
17738         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17739         (spam-user-format-function-S):
17740         Check spam-summary-score-preferred-header.
17741         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17742         (spam-user-format-function-S): Format the score correctly.
17743
17744 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17747         signature file.  Suggested by Manoj Srivastava
17748         <srivasta@golden-gryphon.com>.
17749
17750         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17751         iso-2022-jp even in the Japanese language environment.
17752         Suggested by Jason Rumney <jasonr@gnu.org>.
17753
17754 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17757         use the same characters as the dummy marks; make it free from
17758         getting affected by the language environment.
17759         (gnus-summary-read-group-1): Update mark positions only when the
17760         format spec is updated.
17761
17762         * gnus-spec.el (gnus-update-format-specifications): Return a list
17763         of updated types.
17764
17765 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17768         of boundp to check if display-warning is available.
17769
17770 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17771
17772         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17773
17774 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * nnspool.el (nnspool-spool-directory): Use news-path if the
17777         news-directory variable is not bound.
17778
17779         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17780         function instead of display-warning if it is not available.
17781
17782 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17785         v5-10: Use `point-at-bol'.
17786
17787 2004-10-26  Simon Josefsson  <jas@extundo.com>
17788
17789         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17790         <chenggao@gmail.com>.
17791
17792 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17795         instead.
17796
17797 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17798
17799         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17800         to remove a server from the nnimap-server-buffer-alist.
17801         (nnimap-open-connection, nnimap-close-server): Use it.
17802
17803         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17804
17805 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17808         running the major-mode function.
17809
17810 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17813         dummy marks in the right way.
17814
17815 2004-10-18  David Edmondson  <dme@dme.org>
17816
17817         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17818         excessively.
17819
17820 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17821
17822         * gnus-util.el (gnus-split-references): Accept a nil references
17823         string and go on blissfully.
17824
17825         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17826         cases where the references string is non-nil but has no references.
17827
17828         * encrypt.el: Add autoload tags.
17829
17830         * spam.el (spam-resolve-registrations-routine): Remove article
17831         from unregistration list too.  Reported by David Hanak
17832         <dhanak@isis.vanderbilt.edu>
17833
17834 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17835
17836         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17837         nil.  Change custom type.
17838
17839 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17840
17841         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17842
17843         * gnus-sum.el (gnus-summary-move-article): Use it.
17844
17845 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17846
17847         * encrypt.el: Add autoload cookies.
17848
17849         * spam.el (spam-backend-article-list-property)
17850         (spam-backend-get-article-todo-list)
17851         (spam-backend-put-article-todo-list)
17852         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17853         Resolve registrations separately.
17854         (spam-register-routine): Format comments.
17855         (spam-unregister-routine, spam-register-routine): Always call with
17856         specific-articles, no default list.
17857         (spam-summary-prepare-exit): Use the spam-classifications function.
17858
17859         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17860         gnus-encrypt.el.
17861
17862         * encrypt.el: Copied from gnus-encrypt.el.
17863
17864         * gnus-encrypt.el: Commented that it's obsolete.
17865
17866 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17867
17868         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17869         (gnus-score-save): Use it.
17870
17871         * message.el (message-bury): Use `window-dedicated-p'.
17872
17873 2004-10-15  Simon Josefsson  <jas@extundo.com>
17874
17875         * pop3.el (top-level): Don't require nnheader.
17876         (pop3-read-timeout): Add.
17877         (pop3-accept-process-output): Add.
17878         (pop3-read-response, pop3-retr): Use it.
17879
17880 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17881
17882         * spam.el (spam-register-routine): Move comment.
17883         (spam-verify-bogofilter): Use 'unknown for the initial
17884         spam-bogofilter-valid state, not 'never.
17885
17886         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17887         for netrc-machine.
17888
17889         * nnimap.el (nnimap-open-connection):
17890         Use netrc-machine-user-or-password.
17891
17892 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17893
17894         * gnus-registry.el (gnus-registry-unload-hook):
17895         Set as a variable with add-hook.
17896
17897         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17898         of news-path.
17899
17900         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17901
17902         * spam.el: Delete duplicate `provide'.
17903         (spam-unload-hook): Set as a variable with add-hook.
17904
17905 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17906
17907         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17908         in the doc string.
17909
17910         * message.el (message-ignored-news-headers)
17911         (message-ignored-supersedes-headers)
17912         (message-ignored-resent-headers)
17913         (message-forward-ignored-headers): Improve custom type.
17914
17915 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * message.el (message-tokenize-header): Fix 2004-09-06 change
17918         which used point-min in the wrong place.
17919
17920 2004-10-12  Simon Josefsson  <jas@extundo.com>
17921
17922         * tls.el (tls-certtool-program): New variable.
17923         (tls-certificate-information): New function, based on
17924         ssl-certificate-information.
17925
17926 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * compface.el: Move the version of ELisp-based uncompface program
17929         to the contrib directory because of the copyright problem.
17930
17931 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17932
17933         * message.el (message-kill-buffer): Raise the current frame.
17934
17935 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17938
17939         * gnus.el (message-y-or-n-p): Autoload.
17940
17941         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17942         (pop3-password-required, pop3-authentication-scheme)
17943         (pop3-leave-mail-on-server): Make customizable.
17944         (pop3): New custom group.
17945         (pop3-retr): Remove `sleep-for' statements.
17946         Suggested by Dave Love <fx@gnu.org>.
17947
17948         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17949         Windows/DOS.
17950
17951         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17952         (imap-parse-body): Fix incorrect use of `assert'.
17953         Suggested by Dave Love <fx@gnu.org>.
17954
17955         * mml.el (mml-minibuffer-read-disposition): Require match.
17956         Suggested by Dave Love <fx@gnu.org>.
17957
17958 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17959
17960         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17961         doc string.
17962
17963 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17966
17967 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17968
17969         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17970         instead of calling `mm-insert-inline', to decode text/* parts
17971         before displaying them.
17972
17973 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * mm-uu.el (mm-uu-text-plain-type): New variable.
17976         (mm-uu-pgp-signed-extract-1): Use it.
17977         (mm-uu-pgp-encrypted-extract-1): Use it.
17978         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17979         bind mm-uu-text-plain-type with that value.
17980         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17981         mm-uu-dissect.
17982
17983 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * gnus-group.el (gnus-update-group-mark-positions):
17986         * gnus-sum.el (gnus-update-summary-mark-positions):
17987         * message.el (message-check-news-body-syntax):
17988         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17989         of string-as-multibyte.
17990
17991 2004-10-05  Juri Linkov  <juri@jurta.org>
17992
17993         * gnus-group.el (gnus-update-group-mark-positions):
17994         * gnus-sum.el (gnus-update-summary-mark-positions):
17995         * message.el (message-check-news-body-syntax):
17996         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17997         8-bit unibyte values to a multibyte string for search functions.
17998
17999 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18002         (mm-uu-dissect-text-parts): New function.
18003
18004         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18005         dissect text parts.
18006
18007         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18008         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18009
18010         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18011
18012         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18013         Use gnus-current-topics instead of gnus-current-topic.
18014
18015 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18016
18017         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18018
18019 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18020
18021         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18022         where approriate.
18023
18024         * nnml.el (nnml-generate-active-info): do.
18025
18026         * nndiary.el (nndiary-generate-active-info): do.
18027
18028         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18029         (gnus-topic-move): do.
18030
18031         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18032         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18033
18034         * gnus-srvr.el (gnus-server-prepare)
18035         (gnus-server-open-all-servers): do.
18036
18037         * gnus-msg.el (gnus-summary-cancel-article)
18038         (gnus-summary-resend-message)
18039         (gnus-summary-mail-crosspost-complaint): do.
18040
18041         * gnus-move.el (gnus-change-server): do.
18042
18043         * gnus-group.el (gnus-group-unmark-all-groups)
18044         (gnus-group-set-current-level): do.
18045
18046 2004-10-04  Simon Josefsson  <jas@extundo.com>
18047
18048         * message.el (message-generate-hashcash): Doc fix.
18049
18050 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18051
18052         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18053         avoid infinite recursion via gnus-get-function.
18054
18055 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18058
18059         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18060
18061         * nnmail.el (nnmail-split-history): do.
18062
18063         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18064         (nnml-request-delete-group): do.
18065
18066         * nnslashdot.el (nnslashdot-read-groups): do.
18067
18068         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18069         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18070
18071         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18072         (nnspool-sift-nov-with-sed): Use last.
18073         (nnspool-retrieve-headers-with-nov): Use mapc.
18074         (nnspool-request-newgroups): Use dolist.
18075         (nnspool-request-group): Use last.
18076
18077         * nntp.el (nntp-read-server-type): Use dolist.
18078
18079         * nnvirtual.el (nnvirtual-create-mapping)
18080         (nnvirtual-update-read-and-marked): Use dolist.
18081         (nnvirtual-convert-headers): Simplify.
18082
18083 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18084
18085         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18086         Add support for sync'ing tick marks.
18087
18088 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18091         there's no visible header.
18092
18093 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18094
18095         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18096         When necessary, pass full group name to gnus-request-set-marks.
18097
18098 2004-10-01  Simon Josefsson  <jas@extundo.com>
18099
18100         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18101         acroread.
18102
18103 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18104
18105         * spam-report.el (spam-report-gmane): Fix interactive.
18106
18107         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18108
18109         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18110         when writing file.
18111         (gnus-agent-synchronize-flags): Don't default to being
18112         interactive.
18113
18114 2004-09-30  Simon Josefsson  <jas@extundo.com>
18115
18116         * message.el (message-generate-hashcash): Add.
18117         (message-send-mail): Use it, call mail-add-payment.
18118
18119 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18120
18121         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18122
18123 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18124
18125         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18126         gnus-requst-update-info with explicit code to sync the in-memory
18127         info read flags with the marks being sync'd to the backend.
18128
18129         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18130
18131 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18132
18133         * spam.el (spam-verify-bogofilter): Add new function.
18134         (spam-check-bogofilter)
18135         (spam-bogofilter-register-with-bogofilter): Use it.
18136         (spam-verify-bogofilter): Add small fixes.
18137
18138 2004-09-28  Simon Josefsson  <jas@extundo.com>
18139
18140         * hashcash.el (hashcash-generate-payment): Revert.
18141
18142 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18143
18144         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18145         Use gnus-extract-references instead of gnus-split-references.
18146
18147         * gnus-util.el (gnus-extract-references): Add new function, analogous
18148         to gnus-split-references but extracts only the message-ID without
18149         anything extra.
18150
18151         * hashcash.el (hashcash-generate-payment)
18152         (hashcash-check-payment): Do the right thing if hashcash-path is
18153         nil (because the hashcash program could not be found).
18154
18155         * spam.el (spam-use-hashcash): Remove comment.
18156
18157 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18158
18159         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18160         (gnus-cache-enter-article, gnus-cache-remove-article)
18161         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18162
18163         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18164
18165         * gnus-art.el (article-hide-boring-headers)
18166         (article-translate-strings, article-display-face)
18167         (gnus-article-mime-match-handle-first)
18168         (gnus-article-highlight-headers)
18169         (gnus-article-add-buttons-to-head): do.
18170
18171 2004-09-27  Simon Josefsson  <jas@extundo.com>
18172
18173         * hashcash.el: New version, from
18174         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18175         ../contrib/.
18176
18177 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18180
18181 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18182
18183         * gnus-dup.el (gnus-dup-open): Use mapc.
18184         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18185
18186         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18187         Reported by Stefan Wiens <s.wi@gmx.net>.
18188
18189         * gnus.el (gnus-shutdown): Use dolist.
18190
18191         * gnus-undo.el (gnus-undo): Use mapc.
18192
18193         * nnrss.el (nnrss-generate-active): do.
18194
18195         * message.el (message-cite-original-without-signature)
18196         (message-cite-original): Use mapc.
18197         (message-do-actions, message-make-forward-subject): Use dolist.
18198
18199 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18200
18201         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18202         deletion to remove entire duplicate line.  Fixes merged article
18203         number bug.
18204
18205 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18206
18207         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18208         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18209         first ask if you want to open a server and then, even when you
18210         responded with no, asking if you want to synchronize the server's
18211         flags.
18212         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18213         multi-line expressions.
18214         (gnus-agent-synchronize-group-flags): New internal function.
18215         Updates marks in memory (in the info structure) AND in the
18216         backend.
18217
18218         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18219
18220         * nnagent.el (nnagent-request-set-mark):
18221         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18222         method, to ensure that synchronization updates marks in the
18223         backend and in the info (in memory) structure.
18224
18225 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18228         convention fully; don't miss the root article of a thread; make
18229         the X-Draft-From header with correct article numbers.
18230
18231 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18232
18233         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18234         unless plugged.  Disable the agent so that an open failure causes
18235         an error.
18236
18237         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18238         Revert 2004-09-21 change.  The backend must be opened while
18239         synchronizing flags even when the backend stores the flags
18240         locally.
18241
18242 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18243
18244         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18245         in `header' match.  Reported by Svend Tollak Munkejord.
18246
18247         * message.el (message-cite-original): Fix use of
18248         `message-cite-articles-with-x-no-archive'.
18249
18250 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18253         (gnus-window-to-buffer): Ditto.
18254
18255         * mml.el (mml-preview-buffer): New variable.
18256         (mml-preview): Manage window layout with gnus-buffer-configuration.
18257
18258         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18259         X-Draft-From header even if those articles aren't quoted.
18260
18261 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18262
18263         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18264         (gnus-request-set-mark, gnus-request-update-mark): Use new
18265         g-s-t-u-l-m to decide to use backend even when unplugged.
18266
18267 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18270         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18271
18272 2004-09-20  Simon Josefsson  <jas@extundo.com>
18273
18274         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18275         "utf-16-le".
18276
18277 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18278
18279         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18280
18281 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * uudecode.el (uudecode-use-external): Add :version.
18284
18285         * smime.el (smime-CA-file, smime-encrypt-cipher)
18286         (smime-dns-server): Add :version.
18287
18288         * smiley.el (gnus-smiley-file-types): Add :version.
18289
18290         * sha1.el (sha1-use-external): Add :version.
18291
18292         * pgg-def.el (pgg-query-keyserver): Add :version.
18293
18294         * nnmail.el (nnmail-fancy-expiry-targets)
18295         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18296         Add :version.
18297
18298         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18299         (nnimap-retrieve-groups-asynchronous): Add :version.
18300         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18301
18302         * mml.el (mml-content-disposition-parameters)
18303         (mml-insert-mime-headers-always): Add :version.
18304
18305         * mm-util.el (mm-coding-system-priorities): Add :version.
18306
18307         * mm-decode.el (mm-inline-text-html-with-images)
18308         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18309         (mm-verify-option): Add :version.
18310         (mm-text-html-renderer): Change :version.
18311
18312         * message.el (message-fcc-externalize-attachments)
18313         (message-required-headers, message-draft-headers)
18314         (message-subject-trailing-was-query)
18315         (message-subject-trailing-was-ask-regexp)
18316         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18317         (message-mark-insert-end, message-archive-header)
18318         (message-archive-note, message-cross-post-default)
18319         (message-cross-post-note, message-followup-to-note)
18320         (message-cross-post-note-function, message-use-mail-followup-to)
18321         (message-subscribed-address-functions)
18322         (message-subscribed-address-file, message-subscribed-addresses)
18323         (message-subscribed-regexps, message-allow-no-recipients)
18324         (message-yank-cited-prefix, message-signature-insert-empty-line)
18325         (message-hidden-headers, message-hierarchical-addresses)
18326         (message-mail-user-agent, message-use-idna)
18327         (message-valid-fqdn-regexp)
18328         (message-strip-special-text-properties, message-header-synonyms)
18329         (message-beginning-of-line, message-tab-body-function): Add :version.
18330         (message-insert-canlock, message-wide-reply-confirm-recipients):
18331         Change :version.
18332
18333         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18334         and :version.
18335         (mail-source-delete-old-incoming-confirm)
18336         (mail-source-movemail-program): Add :version.
18337
18338         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18339         (gnus-agent-cache, gnus-agent): Change :version.
18340
18341         * gnus-util.el (gnus-use-byte-compile): Change :version.
18342
18343         * gnus-sum.el (gnus-summary-make-false-root-always)
18344         (gnus-summary-default-high-score)
18345         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18346         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18347         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18348         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18349         (gnus-sum-thread-tree-single-indent)
18350         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18351         (gnus-sum-thread-tree-leaf-with-other)
18352         (gnus-sum-thread-tree-single-leaf): Add :version.
18353         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18354         (gnus-article-loose-mime): Change :version.
18355
18356         * gnus-start.el (gnus-backup-startup-file)
18357         (gnus-save-startup-file-via-temp-buffer): Add :version.
18358
18359         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18360         (gnus-server-offline-face): Add :version.
18361
18362         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18363
18364         * gnus-msg.el (gnus-gcc-externalize-attachments)
18365         (gnus-debug-files, gnus-debug-exclude-variables)
18366         (gnus-discouraged-post-methods): Change :version.
18367         (gnus-confirm-mail-reply-to-news)
18368         (gnus-confirm-treat-mail-like-news): Add :version.
18369
18370         * gnus-int.el (gnus-server-unopen-status): Add :version.
18371
18372         * gnus-group.el (gnus-group-jump-to-group-prompt)
18373         (gnus-large-ephemeral-newsgroup)
18374         (gnus-fetch-old-ephemeral-headers): Add :version.
18375
18376         * gnus-fun.el (gnus-x-face-directory)
18377         (gnus-convert-pbm-to-x-face-command)
18378         (gnus-convert-image-to-x-face-command)
18379         (gnus-convert-image-to-face-command): Add :version.
18380
18381         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18382
18383         * gnus-cite.el (gnus-cite-blank-line-after-header)
18384         (gnus-article-boring-faces): Add :version.
18385
18386         * gnus-art.el (gnus-buttonized-mime-types)
18387         (gnus-inhibit-mime-unbuttonizing)
18388         (gnus-treat-display-face)
18389         (gnus-treat-body-boundary): Change :version.
18390         (gnus-body-boundary-delimiter, gnus-picon-databases)
18391         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18392         (gnus-treat-date-english, gnus-treat-fold-headers)
18393         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18394         (gnus-treat-mail-picon, gnus-treat-wash-html)
18395         (gnus-article-encrypt-protocol)
18396         (gnus-use-idna, gnus-article-over-scroll)
18397         (gnus-mime-display-multipart-alternative-as-mixed)
18398         (gnus-mime-display-multipart-related-as-mixed)
18399         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18400         (gnus-ctan-url, gnus-button-ctan-handler)
18401         (gnus-button-handle-ctan-bogus-regexp)
18402         (gnus-button-ctan-directory-regexp)
18403         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18404         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18405         (gnus-button-man-level, gnus-button-emacs-level)
18406         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18407
18408         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18409         (gnus-agent-go-online): Change :version.
18410         (gnus-agent-expire-unagentized-dirs)
18411         (gnus-agent-auto-agentize-methods): Add :version.
18412
18413         * flow-fill.el (fill-flowed-display-column)
18414         (fill-flowed-encode-column): Add :version.
18415
18416         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18417         (gnus-outlook-deuglify-unwrap-max)
18418         (gnus-outlook-deuglify-cite-marks)
18419         (gnus-outlook-deuglify-unwrap-stop-chars)
18420         (gnus-outlook-deuglify-no-wrap-chars)
18421         (gnus-outlook-deuglify-attrib-cut-regexp)
18422         (gnus-outlook-deuglify-attrib-verb-regexp)
18423         (gnus-outlook-deuglify-attrib-end-regexp)
18424         (gnus-outlook-display-hook): Add :version.
18425
18426         * binhex.el (binhex-use-external): Add :version.
18427
18428 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18431         and `invisible'.
18432
18433 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18434
18435         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18436         in gnus-registry-trim.
18437
18438 2004-09-13  Simon Josefsson  <jas@extundo.com>
18439
18440         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18441
18442         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18443
18444         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18445         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18446         <yamaoka@jpl.org>.
18447         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18448         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18449         <yamaoka@jpl.org>.
18450
18451         * sieve.el (sieve-manage-mode): Ditto.
18452
18453 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18454
18455         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18456
18457 2004-09-11  Simon Josefsson  <jas@extundo.com>
18458
18459         * dns-mode.el: Add.
18460
18461         * mm-view.el (mm-display-dns-inline): Add.
18462
18463         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18464         (mm-automatic-display): Ditto.
18465
18466         * mailcap.el (mailcap-mime-data): Add text/dns.
18467         (mailcap-mime-extensions): Map .soa to text/dns.
18468
18469 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18470
18471         * gnus-art.el (article-decode-mime-words, article-babel)
18472         (gnus-article-highlight-signature, gnus-article-add-buttons)
18473         (gnus-signature-toggle): Remove unnecessary bindings of
18474         `inhibit-read-only' inherited from v5.10 merge.
18475
18476 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * nntp.el (nntp): New customization group.
18479         (nntp-authinfo-file): Add customization group.
18480
18481         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18482
18483         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18484
18485         * gnus.el (to-address, to-list, subscribed)
18486         (large-newsgroup-initial): Ditto.
18487
18488         * flow-fill.el (fill-flowed-display-column)
18489         (fill-flowed-encode-column): Ditto.
18490
18491 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18492
18493         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18494         Use point-min rather than 1.
18495         (message-send-mail): Use buffer-size rather than point-max.
18496
18497         * gnus-sum.el (gnus-summary-search-article-forward):
18498         Signal a specific `search-failed' rather than a generic `error'.
18499
18500         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18501         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18502         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18503
18504 2004-09-10  Simon Josefsson  <jas@extundo.com>
18505
18506         * nndb.el (require): Remove tcp and duplicate cl.
18507
18508 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * gnus-agent.el (directory-files-and-attributes): Move forward.
18511
18512 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18513
18514         * gnus-agent.el (directory-files-and-attributes):
18515         Optionally defined to support XEmacs.
18516
18517 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18518
18519         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18520         to avoid run-time CL dependencies.
18521         (gnus-agent-unfetch-articles): New function.
18522         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18523         article numbers even when local .overview file is missing.
18524         (gnus-agent-read-article-number): New function.  Only accepts
18525         27-bit article numbers.
18526         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18527         Use gnus-agent-read-article-number.
18528         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18529         from backend while recognizing that article numbers in .overview
18530         must be valid.
18531         (gnus-agent-update-files-total-fetched-for):
18532         Use directory-files-and-attributes to improve performance.
18533         * gnus-int.el (gnus-request-move-article):
18534         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18535         improve performance.
18536
18537         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18538         some users confused by references to .newsrc when they only have a
18539         .newsrc.eld file.
18540         (gnus-convert-mark-converter-prompt)
18541         (gnus-convert-converter-needs-prompt): Fix use of property list.
18542         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18543         New function.  Used internally to only display 'gnus converting
18544         files' message when actually necessary.
18545
18546         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18547         methods now autoloaded.
18548
18549 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18550
18551         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18552         identifiers.
18553
18554 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18555
18556         * gnus-picon.el: Fix indentation and closing parenthesis.
18557
18558 2004-09-01  Simon Josefsson  <jas@extundo.com>
18559
18560         * message.el (message-canlock-generate): Require sha1, not
18561         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18562         to require within a function.  Sadly, if sha1.el isn't loaded, the
18563         let binding in m-c-g will hide the defcustom definition, which is
18564         bad.)
18565
18566         * canlock.el: Require sha1, not sha1-el.
18567
18568         * message.el: Don't autoload sha1 (there is a autoload cookie in
18569         sha1.el).
18570
18571         * sha1-el.el: Rename to sha1.el.
18572
18573 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18574
18575         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18576
18577 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18578
18579         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18580
18581 2004-08-30  Kim F. Storm  <storm@cua.dk>
18582
18583         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18584
18585         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18586         Add :group 'nnimap.
18587
18588 2004-08-30  Andreas Schwab  <schwab@suse.de>
18589
18590         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18591         ?* and ?\;.
18592
18593         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18594         and ?\' to symbol instead of whitespace.
18595
18596 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18599
18600         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18601         instead of re-search-forward.
18602
18603         * gnus-uu.el (gnus-uu-save-article): Ditto.
18604         (gnus-uu-post-encode-uuencode): Ditto.
18605
18606         * html2text.el (html2text-clean-list-items): Ditto.
18607         (html2text-clean-dtdd): Ditto.
18608         (html2text-format-tags): Ditto.
18609
18610         * message.el (message-send-mail-with-sendmail): Fix regexp.
18611         (message-fill-field-general): Use search-forward instead of
18612         re-search-forward.
18613         (unbold-region): Ditto.
18614
18615         * nnrss.el (nnrss-request-article): Ditto.
18616
18617         * nnslashdot.el (nnslashdot-request-article): Ditto.
18618
18619         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18620
18621         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18622         "Unrecognized menu descriptor" error in XEmacs.
18623
18624 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18625
18626         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18627         parent article of a sparse article in the thread hashtb.
18628
18629 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18630
18631         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18632         (nnmail-expand-newtext): Lowercase expanded entries if
18633         nnmail-split-lowercase-expanded is non-nil.
18634
18635 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18638
18639         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18640         of gnus-tmp-news-method into string under XEmacs.  It will be
18641         passed to gnus-correct-length which takes only a string argument.
18642
18643 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-util.el (gnus-bind-print-variables): New macro.
18646         (gnus-prin1): Use it.
18647         (gnus-prin1-to-string): Use it.
18648         (gnus-pp): New function.
18649         (gnus-pp-to-string): New function.
18650
18651         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18652         Replace pp-to-string with gnus-pp-to-string.
18653         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18654         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18655         * gnus-msg.el (gnus-debug): Ditto.
18656         * gnus-score.el (gnus-score-save): Ditto.
18657         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18658         gnus-pp-to-string.
18659         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18660         with gnus-pp.
18661         * score-mode.el (gnus-score-pretty-print): Ditto.
18662         * webmail.el (webmail-debug): Ditto.
18663
18664 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * gnus-art.el (article-display-face, article-display-x-face):
18667         Use buffer-read-only.
18668
18669 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * gnus-art.el (article-hide-list-identifiers):
18672         Bind inhibit-read-only as t.
18673
18674 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18677
18678 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18679
18680         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18681         (gnus-narrow-to-page): Don't assume point-min == 1.
18682         (gnus-article-edit-mode): Derive from message-mode.
18683
18684         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18685         point-min == 1.
18686
18687         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18688         Disable incorrect use of `assert'.
18689
18690         * message.el (message-mode): Set comment-start-skip.
18691
18692
18693 2004-08-22  Sam Steingold  <sds@gnu.org>
18694
18695         * pop3.el (pop3-leave-mail-on-server): New user variable.
18696         (pop3-movemail): Delete mail only when it is nil.
18697
18698 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18701
18702         * mml.el (mml-preview): Use `pop-to-buffer'.
18703
18704         * message.el (message-goto-mail-followup-to): Insert after "To".
18705         (message-carefully-insert-headers): Add comment.
18706
18707         * gnus.el: Remove unused variable `gnus-article-check-size'.
18708
18709         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18710
18711         * gnus-art.el (gnus-button-alist):
18712         Improve `gnus-button-handle-library' entry.
18713
18714 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18715
18716         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18717         Use downcase, since XEmacs capitalizes error messages differently.
18718
18719 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18720
18721         * nntp.el: Add (require 'gnus) due to reference to
18722         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18723
18724 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18725
18726         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18727         Bind `mm-fill-flowed'.
18728
18729         * mm-decode.el (mm-dissect-singlepart): Check it.
18730
18731 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18732
18733         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18734         'imap' for netrc parsing.
18735
18736 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18737
18738         * mailcap.el (mailcap-mime-data): Mark as risky.
18739
18740 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18743         may be included in the encoded word.
18744         (rfc2047-encode): Don't append a space if the encoded word
18745         includes close parenthesis.
18746
18747 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18750         of text within parentheses.
18751
18752 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18753
18754         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18755         (gnus-encrypt-write-file-contents): Make the password key the file
18756         name PLUS the cipher, not just the cipher.  Also remove failed
18757         passwords from the cache.
18758
18759 2004-08-06  Simon Josefsson  <jas@extundo.com>
18760
18761         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18762         Doc fix.
18763
18764 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18765
18766         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18767         LWSP.
18768
18769 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18772         Try to append in-reply-to: data to the references: header.
18773
18774         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18775         (netrc-parse): Use gnus-encrypt.el functions.
18776
18777         * gnus-encrypt.el: Add new file for encryption support; currently
18778         does only a few GPG ciphers and an internal XOR cipher.
18779
18780         * password.el: Add comments on using password-read-and-add.
18781         (password-read-and-add): Add function to read and add the
18782         password to the cache at once.
18783
18784 2004-07-28  Simon Josefsson  <jas@extundo.com>
18785
18786         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18787         parameter (but don't use it, for now).
18788
18789         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18790         instead of hard coding to nil.
18791
18792 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18795         as mm-inline-image-xemacs does.
18796
18797 2004-07-26  Simon Josefsson  <jas@extundo.com>
18798
18799         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18800         Revert part of 2004-07-17 change below.
18801
18802 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18805         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18806
18807 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18808
18809         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18810         quotes that actually start with ">" at the beginning of the
18811         lines.
18812
18813 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * rfc2047.el (rfc2047-encode-region): Fix last change.
18816         (rfc2047-encode-parameter): Remove useless concat.
18817
18818 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18821         encode special characters; fix some kind of misconfigured headers;
18822         signal a real error if debug-on-quit or debug-on-error is non-nil.
18823         (rfc2047-encode-max-chars): New variable.
18824         (rfc2047-encode-1): Use it.
18825         (rfc2047-encode-parameter): New function.
18826
18827         * mml.el (mml-insert-parameter): Remove an excessive space.
18828
18829 2004-07-17  Simon Josefsson  <jas@extundo.com>
18830
18831         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18832         Kai Grossjohann <kai@emptydomain.de>.
18833         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18834         (gnus-group-make-menu-bar): Ditto.
18835
18836         * gnus-util.el (gnus-group-server): Add.
18837
18838 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18839
18840         * message.el (message-clone-locals): Clone sendmail and smtp
18841         variables.
18842
18843 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * rfc2047.el (rfc2047-encode-region): Fix last change.
18846
18847 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18850         characters as non-special.
18851
18852 2004-07-09  Simon Josefsson  <jas@extundo.com>
18853
18854         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18855         Users will lose all flag changes made while unplugged with
18856         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18857         good default.  See numerous reports on ding mailing list.
18858
18859 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18862         add generate-head-function and generate-article-function to the
18863         rfc822-forward entry.
18864         (nndoc-rfc822-forward-generate-article): New function.
18865         (nndoc-rfc822-forward-generate-head): New function.
18866
18867         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18868
18869 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18870
18871         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18872         respect display group parameter and gnus-summary-expunge-below.
18873         (gnus-articles-to-read): Remove unused reference to display group
18874         parameter.
18875
18876 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18877
18878         * nnheader.el (nnheader-uniquify-message-id): New experimental
18879         variable.
18880         (nnheader-nov-read-message-id): Use it.
18881
18882         * spam-report.el (spam-report-gmane): Add interactive.
18883
18884 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * mm-encode.el (mm-content-transfer-encoding-defaults):
18887         Use qp-or-base64 for the application/* types.
18888
18889 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18890
18891         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18892
18893 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18894
18895         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18896         trim value.
18897
18898 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18899
18900         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18901         New macro and function.
18902         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18903
18904 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18907         after-load-alist.
18908
18909 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18910
18911         * gnus-group.el (gnus-group-get-new-news-this-group):
18912         Don't update info that isn't there.
18913
18914 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18915
18916         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18917         entry.
18918
18919 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * mm-view.el (mm-inline-render-with-function): Use multibyte
18922         buffer; decode html source by charset.
18923
18924         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18925
18926         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18927         Mule-UCS is loaded under XEmacs.
18928         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18929
18930 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18931
18932         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18933
18934 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * mm-util.el (mm-coding-system-p): Return a coding-system.
18937         (mm-mime-mule-charset-alist): Use shift_jis instead of
18938         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18939         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18940         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18941         instead of japanese-shift-jis and iso-latin-1 respectively in
18942         order to share the default value with both Emacs and XEmacs-mule.
18943         (mm-mule-charset-to-mime-charset):
18944         Make mm-coding-system-priorities effective.
18945         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18946         while predicating of candidates upon the priorities.
18947
18948 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18949
18950         * gnus-sum.el (gnus-summary-make-menu-bar):
18951         Add gnus-uu-invert-processable.
18952
18953         * gnus.el: Autoload gnus-uu-invert-processable.
18954
18955 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * mm-util.el (mm-with-multibyte-buffer): New macro.
18958
18959         * rfc2047.el (rfc2047-encode-string): Use it.
18960         (rfc2047-encode-region): Move point to the end of the region after
18961         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18962
18963 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18966         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18967
18968 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18971         (gnus-cite-parse): Ignore quoted envelope From_.
18972         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18973
18974 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18975
18976         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18977         invalid addresses.
18978
18979 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18980
18981         * spam.el: Change section markers, revise TODO list.
18982         (spam-backends): Make new master list of all installed backends.
18983         (spam-summary-exit-behavior): Add new variable to determine how
18984         messages moves are done at summary exit.
18985         (spam-move-spam-nonspam-groups-only)
18986         (spam-process-ham-in-nonham-groups)
18987         (spam-process-ham-in-spam-groups): Remove variables, the
18988         spam-summary-exit-behavior variable should be used to manage this
18989         behavior.
18990         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18991         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18992         and spam-old-spam-articles.
18993         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18994         Add empty variables, placeholders for the backends they represent.
18995         (spam-set-difference): Move, unchanged.
18996         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18997         unless the user has a processor variable.
18998         (spam-classifications, spam-classification-valid-p)
18999         (spam-backend-properties, spam-backend-property-valid-p)
19000         (spam-backend-function-type-valid-p)
19001         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19002         (spam-report-articles-gmane, spam-report-articles-resend):
19003         Remove functions, they are not needed.
19004         (spam-install-backend-super, spam-backend-list)
19005         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19006         (spam-backend-function, spam-backend-ham-registration-function)
19007         (spam-backend-spam-registration-function)
19008         (spam-backend-ham-unregistration-function)
19009         (spam-backend-spam-unregistration-function)
19010         (spam-backend-statistical-p, spam-backend-mover-p)
19011         (spam-install-backend-alias, spam-install-checkonly-backend)
19012         (spam-install-mover-backend, spam-install-nocheck-backend)
19013         (spam-install-backend, spam-install-statistical-backend)
19014         (spam-install-statistical-checkonly-backend): Add backend installation
19015         support.
19016         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19017         (spam-group-processor-p): Use the new backend code and respect the
19018         summary exit behavior.
19019         (spam-mark-spam-as-expired-and-move-routine): Remove.
19020         (spam-summary-prepare): Change to use the new spam-old-articles
19021         variable.
19022         (spam-copy-or-move-routine, spam-copy-spam-routine)
19023         (spam-move-spam-routine, spam-copy-ham-routine)
19024         (spam-move-ham-routine): Add code to copy/move ham or spam.
19025         (spam-fetch-field-fast): Improve doc and code, plus allow the
19026         'number request.
19027         (spam-list-of-checks, spam-list-of-statistical-checks):
19028         Remove variables.
19029         (spam-split, spam-find-spam): Use the new backend code.
19030         (spam-registration-functions): Remove variable.
19031         (spam-unregister-routine): Add convenience wrapper.
19032         (spam-log-undo-registration, spam-register-routine)
19033         (spam-log-processing-to-registry)
19034         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19035         where possible.
19036         (spam-check-gmane-xref, spam-check-regex-headers)
19037         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19038         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19039         (spam-check-bogofilter-headers, spam-check-spamoracle)
19040         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19041         (spam-check-crm114-headers): Use the spam-split-group that
19042         spam-split prepares, no need to determine it every time.
19043
19044         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19045         to the nnheader-parse-naked-head call.
19046
19047         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19048
19049         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19050         the nnheader-nov-read-message-id call.
19051
19052 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19053
19054         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19055         gnus-activate-group twice.  Suggested by Markus Peter
19056         <warp@spin.de>.
19057
19058 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * gnus-art.el (gnus-article-time-format): Exchange the order of
19061         day and month in the default value; fix customization type.
19062         (article-date-ut): Use add-text-properties.
19063         (article-make-date-line): Use message-make-date instead of
19064         current-time-string.
19065
19066         * message.el (message-fetch-field): Don't use set-text-properties.
19067         (message-make-date): Simplify.
19068
19069         * messagexmas.el (message-xmas-make-date): New function.
19070         (message-xmas-redefine): Defalias message-make-date to it.
19071
19072 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19075         (rfc2047-encode-region): Treat text within parentheses as special;
19076         show the original text when error has occurred.
19077
19078         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19079         already-computed method to gnus-activate-group.
19080
19081         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19082         same select-methods identical Lisp objects.
19083
19084         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19085         object when modifying the info.
19086
19087 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19090         gnus-opened-servers since it has never been opened with the new
19091         configuration yet.
19092
19093 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19096         arg to nnheader-generate-fake-message-id.
19097
19098 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19099
19100         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19101         number and build a fake message ID localized to a group and
19102         article number (so it's repeatable from that point on).
19103         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19104         ID format.
19105
19106         * gnus-sum.el (gnus-get-newsgroup-headers):
19107         Call nnheader-generate-fake-message-id with the article number.
19108
19109 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19110
19111         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19112         end-of-buffer.
19113
19114 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19115
19116         * message.el (message-ignored-supersedes-headers): Add Approved.
19117
19118 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19119
19120         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19121         goto-char.
19122         (rfc2047-encode): Fold the line before encoding.
19123
19124 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19127         folding -- not all headers can be folded, and this should be done
19128         by the message composition mode.  Probably.  I think.
19129
19130 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19133         fast.
19134
19135         * gnus-ems.el (gnus-remove-image): Don't use
19136         message-text-with-property; remove only the image found first.
19137
19138         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19139         found first.
19140
19141 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19142
19143         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19144
19145 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * message.el (message-text-with-property): Make it fast and accept
19148         optional arguments.
19149         (message-strip-forbidden-properties): Use it.
19150         (message-fix-before-sending): Follow the m-t-w-p change.
19151
19152         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19153
19154 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * gnus-art.el (article-hide-headers): Don't change the buffer
19157         mistakenly when performing mml-preview even if
19158         gnus-single-article-buffer is nil.
19159
19160 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19161
19162         * message.el (message-expand-name-databases): New user option.
19163         (message-expand-name): Use it.
19164
19165 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19166
19167         * spam.el (spam-report-articles-resend)
19168         (spam-report-resend-register-routine): Allow ham reporting.
19169         (spam-report-resend-register-ham-routine): Add wrapper.
19170         (spam-registration-functions): Add ham resending functions.
19171         (spam-list-of-processors): Add ham resend processor.
19172
19173         * gnus.el (ham-resend-to): Add new group parameter.
19174         (spam-process): Add ham resend option.
19175
19176         * spam-report.el (spam-report-resend): Allow reporting ham.
19177         (spam-report-resend-ham): Add wrapper.
19178
19179 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19180
19181         * message.el (message-cite-articles-with-x-no-archive):
19182         New variable.
19183         (message-cite-original): Use it.
19184
19185 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19186
19187         * message.el (message-cite-original): Respect X-No-Archive.
19188
19189 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * gnus-art.el (article-hide-headers): Refer to the values for
19192         gnus-ignored-headers and gnus-visible-headers in the summary
19193         buffer since a user may have set them as group parameters.
19194
19195 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19196
19197         * assistant.el (assistant-node-name): Add convenience function.
19198         (assistant-render-text, assistant-render-node): Add error handling,
19199         plus handle multiple next nodes.
19200         (assistant-find-next-node): Comment out for now.
19201         (assistant-find-next-nodes): Add function, returns list of next
19202         nodes.
19203
19204 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19205
19206         * mail-source.el (mail-source-directory): Fix doc-string.
19207
19208 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19209
19210         * assistant.el (assistant-render-text, assistant-eval): Add :set
19211         widget type, which is different because it takes and returns a
19212         list.  Much hilarity ensues.
19213
19214 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19217
19218         * gnus-group.el (gnus-group-get-new-news-this-group):
19219         Add doc-string.
19220
19221         * gnus-start.el (gnus-activate-group): Add doc-string.
19222
19223 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19226
19227 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19228
19229         * assistant.el (assistant-render-text): Try to add a :set
19230         widget, more to come.
19231
19232         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19233         strings.
19234         (spam-report-articles-resend)
19235         (spam-register-routine): Do registration iff any articles warrant
19236         it.
19237         (spam-summary-prepare-exit): Change log message for nil group
19238         destinations.
19239
19240 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19241
19242         * spam.el (spam-report-resend-register-routine):
19243         Allow spam-report-resend-to to be a group parameter or a global value.
19244
19245 2004-05-26  Simon Josefsson  <jas@extundo.com>
19246
19247         * starttls.el: Merge with my GNUTLS based starttls.el.
19248         (starttls-gnutls-program, starttls-use-gnutls)
19249         (starttls-extra-arguments, starttls-process-connection-type)
19250         (starttls-connect, starttls-failure, starttls-success):
19251         New variables.
19252         (starttls-program, starttls-extra-args): Doc fix.
19253         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19254         New functions.
19255         (starttls-negotiate, starttls-open-stream):
19256         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19257         function if it is set.
19258
19259 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19262         structured fields.
19263
19264 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19267
19268 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19269
19270         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19271         Add variable.
19272         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19273         assigning the spam-mark to new messages.
19274
19275 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19276
19277         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19278
19279 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19282
19283         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19284         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19285         default.
19286
19287 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19288
19289         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19290         correct data.
19291
19292 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19293
19294         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19295         (spam-group-processor-p): Fix function.
19296         (spam-group-processor-multiple-p)
19297         (spam-group-spam-processor-report-gmane-p)
19298         (spam-group-spam-processor-report-resend-p)
19299         (spam-group-spam-processor-bogofilter-p)
19300         (spam-group-spam-processor-blacklist-p)
19301         (spam-group-spam-processor-ifile-p)
19302         (spam-group-ham-processor-ifile-p)
19303         (spam-group-spam-processor-spamoracle-p)
19304         (spam-group-spam-processor-crm114-p)
19305         (spam-group-ham-processor-bogofilter-p)
19306         (spam-group-spam-processor-stat-p)
19307         (spam-group-ham-processor-stat-p)
19308         (spam-group-ham-processor-whitelist-p)
19309         (spam-group-ham-processor-BBDB-p)
19310         (spam-group-ham-processor-spamoracle-p)
19311         (spam-group-ham-processor-copy-p): Remove functions with some
19312         prejudice against unneeded code.
19313         (spam-report-articles-resend)
19314         (spam-report-resend-register-routine): Allow the group/topic
19315         spam-resend-to value to override spam-report-resend-to.
19316         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19317         properly now.
19318
19319         * gnus.el (spam-resend-to): Add group/topic parameter.
19320         (spam-process): Move the OBSOLETE processors to the end of the
19321         choices.
19322
19323 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19324
19325         * spam-report.el (spam-report-resend-to, spam-report-resend):
19326         Start with resend-to set to nil, and then ask the user if necessary.
19327         (spam-report-resend): spam-report-resend takes a list of articles, not
19328         separate article numbers.
19329
19330 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19333         addition to emacs-w3m.
19334
19335 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19336
19337         * assistant.el (assistant-authinfo-data): New function.
19338         (assistant-eval): Eval for entire assistant.
19339
19340         * netrc.el (netrc-services-file): New variable.
19341         (netrc-parse-services): New function.
19342         (netrc-find-service-name): New function.
19343         (netrc-find-service-number): New function.
19344         (netrc-port-equal): New function.
19345         (netrc-machine): Use it.
19346
19347         * nnimap.el (nnimap-open-connection): Use netrc.
19348
19349         * gnus-util.el (gnus-netrc-get): Remove aliases.
19350
19351         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19352
19353         * assistant.el (wid-edit): Fix compilation.
19354
19355         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19356
19357 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19358
19359         * gnus-util.el (gnus-set-file-modes): New function.  (small
19360         patch).
19361
19362 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19363
19364         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19365
19366         * assistant.el (assistant-render-node): Fix up rendering and
19367         read-only text.
19368         (assistant-render-node): Reset.
19369         (assistant-make-read-only): Not sticky.
19370
19371 2004-05-20  Danny Siu  <dsiu@adobe.com>
19372
19373         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19374         centered even when gnus-auto-center-summary is t.
19375
19376 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19377
19378         * dns.el (dns-get-txt-answer): New function.
19379         (dns-read-txt): Ditto.
19380         (query-dns): Use it.
19381
19382 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19385         active for foreign groups even if the group level is higher than
19386         the specified value.
19387
19388 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19389
19390         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19391         non-active groups.
19392
19393         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19394
19395 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19396
19397         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19398
19399 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19400
19401         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19402         (spam-crm114-header, spam-crm114-spam-switch)
19403         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19404         (spam-crm114-positive-spam-header)
19405         (spam-crm114-database-directory, spam-list-of-processors)
19406         (spam-group-spam-processor-crm114-p)
19407         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19408         (spam-generic-score, spam-list-of-checks)
19409         (spam-list-of-statistical-checks, spam-registration-functions)
19410         (spam-check-crm114-headers, spam-crm114-score)
19411         (spam-check-crm114, spam-crm114-register-with-crm114)
19412         (spam-crm114-register-spam-routine)
19413         (spam-crm114-unregister-spam-routine)
19414         (spam-crm114-register-ham-routine)
19415         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19416         From asjo@koldfront.dk (Adam Sjøgren).
19417
19418         * gnus.el: Add spam-use-crm114.
19419
19420         * spam.el (spam-list-of-processors, spam-registration-functions):
19421         Add spam-use-resend.
19422         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19423         (spam-report-articles-gmane): Add doc fix.
19424         (spam-report-articles-resend, spam-report-resend-register-routine):
19425         Add wrappers around spam-report-resend-to.
19426
19427         * spam-report.el (spam-report-resend-to, spam-report-resend):
19428         Add support for resending spam.
19429         (spam-report-gmane): Fix line length >80.
19430
19431         * gnus.el (spam-process): Add spam-use-resend.
19432
19433 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19434
19435         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19436         number of processed spam messages.
19437         (spam-ham-copy-or-move-routine): Return the number of processed
19438         ham messages.
19439         (spam-summary-prepare-exit): Use the above values to decide
19440         whether status messages shouled be displayed.
19441
19442 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19445         `rfc2047-encoding-function-alist' in order to avoid conflicting
19446         with the old version.
19447         (rfc2047-encode-region): Concatenate words containing non-ASCII
19448         characters in structured fields; don't encode space-delimited
19449         ASCII words even in unstructured fields; don't break words at
19450         char-category boundaries.
19451         (rfc2047-encode-1): New function.
19452         (rfc2047-encode): Use it; encode text so that it occupies the
19453         maximum width within 76-column; work correctly on Q encoding for
19454         iso-2022-* charsets.
19455         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19456         sure not to break a line just after the header name.
19457         (rfc2047-b-encode-region): Remove.
19458         (rfc2047-b-encode-string): New function.
19459         (rfc2047-q-encode-region): Remove.
19460         (rfc2047-q-encode-string): New function.
19461
19462         * mm-util.el (mm-replace-in-string): New function.
19463
19464 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19465
19466         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19467         Really get it right.
19468         (gnus-inews-make-draft): Really.
19469
19470 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19471
19472         * nnmh.el (nnmh-request-list-1): Don't check the link count
19473         before descending.  (small patch)
19474
19475 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19476
19477         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19478         stuff.
19479
19480         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19481         Match on real group name.
19482
19483         * gnus-art.el (gnus-signature-limit): Doc fix.
19484
19485         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19486
19487         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19488
19489 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19490
19491         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19492         isn't a string.
19493
19494 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19495
19496         * gnus-draft.el (gnus-draft-send):
19497         Bind rfc2047-encode-encoded-words.
19498
19499         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19500         (rfc2047-encodable-p): Say that =? needs encoding.
19501         (rfc2047-encode-encoded-words): New variable.
19502
19503         * gnus-group.el (gnus-group-select-group): Doc fix.
19504
19505         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19506
19507         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19508         to nil.
19509
19510         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19511
19512         * nnheader.el (nnheader-get-lines-and-char): New function.
19513
19514 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19515
19516         * gnus-msg.el (gnus-summary-followup-with-original):
19517         Document yanking of region when active.
19518
19519 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19522         groups if the group level is higher than the specified value.
19523
19524 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19525
19526         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19527         (gnus-group-jump-to-group): Add prefix argument using
19528         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19529         non-active group.
19530
19531         * compface.el (uncompface): Be verbose when changing
19532         `uncompface-use-external'.
19533
19534         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19535         handle manual section.
19536
19537 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19538
19539         * gnus-art.el (gnus-button-alist): Revert previous change.
19540
19541 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19542
19543         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19544
19545 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19546
19547         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19548         whether backend can accept message.
19549
19550         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19551
19552 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19553
19554         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19555         Avoid creating directory when nntp-marks-is-evil is true.
19556         Reported by Reiner Steib.
19557
19558 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19559
19560         * gnus-picon.el (gnus-picon-style): New variable.
19561         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19562         (gnus-picon-transform-address): Support `gnus-picon-style'.
19563         From Jesper Harder <harder@ifa.au.dk>.
19564
19565 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19566
19567         * message.el (message-fill-field): Return point.
19568         (message-generate-headers): Go to end of field.
19569
19570         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19571         stuff for non-living groups.
19572
19573 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19574
19575         * gnus-art.el (gnus-article-followup-with-original)
19576         (gnus-article-reply-with-original): gnus-mark-active-p ->
19577         gnus-region-active-p.
19578
19579 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19580
19581         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19582         only when there is spam or ham to be processed.
19583
19584 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19585
19586         * mail-source.el (mail-source-delete-crash-box): Refactor.
19587         (mail-source-fetch): Use it.
19588         (mail-source-fetch-file): Ditto.
19589         (mail-source-fetch-directory): Run postscript in loop.
19590         (mail-source-fetch-pop): Delete.
19591         (mail-source-fetch-maildir): Ditto.
19592         (mail-source-fetch-imap): Ditto.
19593
19594         * imap.el (imap-authenticators): Comment out sasl.
19595
19596         * message.el (message-skip-to-next-address): New function.
19597         (message-fill-header-address): Refactor.
19598         (message-fill-address): Use it.
19599         (message-delete-address): Use it.
19600         (message-fill-header-general): Refactor.
19601         (message-fill-field-address): Rename.
19602         (message-narrow-to-field): Find the start of the header.
19603         (message-header-format-alist): Don't pre-fill.
19604         (message-fill-header): Remove.
19605         (message-insert-header): New function.
19606         (message-shorten-references): Use it.
19607
19608         * rfc2047.el (rfc2047-field-value): Strip props.
19609
19610         * mail-parse.el (mail-header-make-address): New alias.
19611
19612         * ietf-drums.el (ietf-drums-make-address): New function.
19613
19614         * imap.el: Add compiler directives.
19615
19616         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19617
19618         * gnus-art.el (article-decode-idna-rhs): Don't use
19619         message-idna-inside-rhs-p.
19620
19621 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19622
19623         * message.el (message-idna-inside-rhs-p): Remove.
19624         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19625
19626         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19627         false positives.
19628
19629 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19630
19631         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19632
19633 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19634
19635         * nneething.el (nneething-file-name): Don't create spurious
19636         files.
19637
19638         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19639         (gnus-inews-do-gcc): Remove sleep.
19640
19641         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19642         part under point.
19643
19644         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19645         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19646
19647 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19648
19649         * spam.el (spam-summary-prepare-exit): Fix (length).
19650
19651 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19652
19653         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19654         as expired without moving it" message when there are spam
19655         messages left.
19656
19657 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19658
19659         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19660         header is not nil.
19661
19662 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19663
19664         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19665         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19666         (nntp-marks-changed-p): New arg SERVER.
19667         (nntp-request-update-info): Adjust caller.
19668
19669 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19670
19671         * nntp.el (nntp-save-marks): Pass missing arg.
19672
19673 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19674
19675         * nntp.el: Support marks.
19676         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19677         (nntp-marks-modtime, nntp-marks-directory): New variables.
19678         (nntp-request-set-mark, nntp-request-update-info)
19679         (nntp-possibly-create-directory, nntp-marks-changed-p)
19680         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19681         New functions.
19682
19683 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19684
19685         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19686         (gnus-xmas-redefine): Rename.
19687
19688         * gnus-score.el (gnus-score-insert-help):
19689         Use gnus-select-lowest-window.
19690
19691         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19692         appt-select-lowest-window and rename to gnus-select-lowest-window.
19693
19694         * gnus.el: do.
19695
19696 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19697
19698         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19699         encodings of MIME-encoded words, in order to improve
19700         interoperability with several broken MUAs.
19701
19702 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19703
19704         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19705         tags, only when charsets are not specified in headers.
19706         (mm-inline-text-html-render-with-w3m): Ditto.
19707
19708         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19709         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19710
19711 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19712
19713         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19714         instead of MIME-decoded from fields when checking
19715         `gnus-article-address-banner-alist'.
19716
19717 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19718
19719         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19720         description rather than subject.
19721
19722 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19723
19724         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19725
19726 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19727
19728         * gnus.el (gnus-version-number): Bump.
19729
19730 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19731
19732         * gnus.el: No Gnus v0.2 is released.
19733
19734 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19735
19736         * gnus-agent.el (gnus-agent-read-agentview):
19737         Inline gnus-uncompress-range.
19738
19739 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19740
19741         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19742         `exec-installed-p'.
19743
19744 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19745
19746         * gnus.el (spam-process, spam-autodetect-methods):
19747         Add bsfilter and bsfilter-headers.
19748
19749         * spam.el (spam-bsfilter): New customize group.
19750         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19751         (spam-bsfilter-header, spam-bsfilter-probability-header)
19752         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19753         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19754         (spam-bsfilter-database-directory): New options.
19755         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19756         (spam-list-of-statistical-checks, spam-registration-functions):
19757         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19758         (spam-bsfilter-score): New command.
19759         (spam-check-bsfilter-headers, spam-check-bsfilter)
19760         (spam-bsfilter-register-with-bsfilter)
19761         (spam-bsfilter-register-spam-routine)
19762         (spam-bsfilter-unregister-spam-routine)
19763         (spam-bsfilter-register-ham-routine)
19764         (spam-bsfilter-unregister-ham-routine): New functions.
19765         (spam-generic-score): Support bsfilter; Accept an optional argument
19766         to recalcurate spam score even if scoring header has already been
19767         added.
19768         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19769         optional argument to recalcurate spam score even if scoring header
19770         has already been added.
19771
19772 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19773
19774         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19775         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19776         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19777         link is missing.
19778
19779 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19782         (html2text-get-attr): Rewrite.
19783
19784         * message.el (message-setup-1): Remove redundant put-text-property
19785         on mail-header-separator.
19786
19787 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19788
19789         * gnus-registry.el (gnus-registry-cache-whitespace)
19790         (gnus-registry-action, gnus-registry-spool-action)
19791         (gnus-registry-split-fancy-with-parent): Change message levels
19792         from 5 to 3 or 7, as needed.
19793
19794         * spam.el (spam-summary-prepare-exit)
19795         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19796         (spam-split, spam-find-spam, spam-log-undo-registration)
19797         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19798         level from 5 to 6.
19799
19800 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19803         2004-03-04 change).
19804
19805 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19806
19807         * sieve-manage.el (sieve-manage-open):
19808         * nnweb.el (nnweb-insert-html):
19809         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19810         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19811         * nnspool.el (nnspool-request-group):
19812         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19813         * nnml.el (nnml-request-update-info):
19814         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19815         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19816         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19817         (nnimap-request-set-mark):
19818         * nnfolder.el (nnfolder-request-update-info):
19819         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19820         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19821         * gnus-uu.el (gnus-uu-find-articles-matching):
19822         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19823         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19824         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19825         * gnus-nocem.el (gnus-nocem-scan-groups):
19826         * gnus-int.el (gnus-start-news-server):
19827         * gnus-group.el (gnus-group-make-kiboze-group)
19828         (gnus-group-browse-foreign-server):
19829         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19830         Use mapc when appropriate.
19831
19832 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19833
19834         FIXME: Make separate entries for each person.
19835
19836         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19837         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19838         <shields@msrl.com>:
19839
19840         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19841         may need for spam sorting and scoring.
19842         (spam-user-format-function-S): Add user format function suitable for
19843         general use.
19844         (spam-article-sort-by-spam-status): Add sorting function for summary
19845         sorting.
19846         (spam-extra-header-to-number): Add function to get a score from a
19847         header.
19848         (spam-summary-score): Add function to get a numeric score from the
19849         headers.
19850         (spam-generic-score): Fix function doc, was in wrong place.
19851         (spam-initialize): Take symbols when it's run, and install the
19852         extra headers that spam-necessary-extra-headers thinks we need.
19853
19854 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19855
19856         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19857         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19858
19859 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19860
19861         * gnus-sum.el (gnus-set-global-variables)
19862         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19863         (gnus-article-get-xrefs, gnus-summary-best-group)
19864         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19865         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19866         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19867         Use with-current-buffer.
19868
19869 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19870
19871         * spam.el (spam-summary-prepare-exit): Simplify logic.
19872         (spam-fetch-article-header): Read the article header if it's not
19873         available.
19874         (spam-list-articles): Simplify logic.
19875         (spam-filelist-register-routine): Fix bug with unregister-list.
19876
19877         * gnus-registry.el: Fix comments at beginning.
19878
19879 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19880
19881         * message.el (message-cater-to-broken-inn): Remove.
19882         (message-shorten-references): Make sure the total folded length of
19883         References is shorter than 998 characters to cater to a bug in INN
19884         2.3.  Also, don't pretend that references aren't folded -- this
19885         hasn't worked for a while.
19886
19887 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19888
19889         * gnus-agent.el (gnus-agentize):
19890         gnus-agent-send-mail-real-function no longer set to current value
19891         of message-send-mail-function but rather a lambda that calls
19892         message-send-mail-function.  The change makes the agent real-time
19893         responsive to user changes to message-send-mail-function.
19894
19895 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19896
19897         * legacy-gnus-agent.el
19898         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19899         help from Florian Weimer <fw@deneb.enyo.de>
19900
19901 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * nnmail.el (nnmail-cache-insert): Revert last change.
19904
19905 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * nnmail.el (nnmail-cache-insert): Always check whether
19908         nnmail-cache-ignore-groups matches a group name.
19909
19910 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19911
19912         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19913         (spam-find-spam, spam-log-processing-to-registry)
19914         (spam-log-registered-p, spam-log-unregistration-needed-p)
19915         (spam-log-undo-registration): Use gnus-message instead of
19916         gnus-error, none of these errors are fatal.
19917
19918         * gnus-registry.el (gnus-registry-clean-empty-function)
19919         (gnus-registry-clean-empty): Remove only empty entries without
19920         extra data.
19921
19922 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19923
19924         * spam-stat.el (spam-stat-buffer-change-to-spam)
19925         (spam-stat-buffer-change-to-non-spam): Change (error) to
19926         (gnus-message 8) invocation.
19927
19928 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * nntp.el (nntp-via-netcat-command): New variable.
19931         (nntp-via-netcat-switches): New variable.
19932         (nntp-open-via-rlogin-and-netcat): New function.
19933         (nntp-open-connection-function): Doc fix.
19934         (nntp-telnet-command): Doc fix.
19935         (nntp-end-of-line): Doc fix.
19936         (nntp-via-rlogin-command): Doc fix.
19937         (nntp-via-user-name): Doc fix.
19938         (nntp-via-address): Doc fix.
19939
19940 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19941
19942         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19943         error in Emacs 21.1.
19944
19945 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19946
19947         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19948
19949 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19950
19951         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19952         (gnus-agent-with-refreshed-group): New macro.
19953         (gnus-agent-rename-group): New function.
19954         (gnus-agent-delete-group): New function.
19955         (gnus-agent-save-group-info): Use gnus-command-method when
19956         `method' parameter is nil.  Don't write nil entries into the
19957         active file.
19958         (gnus-agent-get-group-info): New function.
19959         (gnus-agent-fetch-articles):
19960         Use gnus-agent-update-files-total-fetched-for to increment disk space
19961         used.
19962         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19963         Use gnus-agent-update-view-total-fetched-for to increment disk space
19964         used.
19965         (gnus-agent-get-local): Add optional parameters to avoid calling
19966         gnus-group-real-name and gnus-find-method-for-group.
19967         (gnus-agent-set-local): Delete stored entry if either min, or max,
19968         are nil.
19969         (gnus-agent-fetch-session): Reworded error/quit messages.
19970         On quit, use gnus-agent-regenerate-group to record existance of any
19971         articles fetched to disk before the quit occurred.
19972         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19973         gnus-agent-update-view-total-fetched-for, and
19974         gnus-agent-update-files-total-fetched-for to decrement disk space
19975         used.
19976         (gnus-agent-retrieve-headers):
19977         Use gnus-agent-update-view-total-fetched-for to increment disk space
19978         used.
19979         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19980         with gnus-agent-update-files-total-fetched-for to decrement disk
19981         space and fresh group buffer.
19982         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19983         (gnus-agent-need-update-total-fetched-for): New variable.
19984         (gnus-agent-update-files-total-fetched-for): New function.
19985         (gnus-agent-update-view-total-fetched-for): New function.
19986         (gnus-agent-total-fetched-for): New function.
19987
19988         * gnus-cache.el (gnus-cache-save-buffers):
19989         Use gnus-cache-update-overview-total-fetched-for to change disk space
19990         used by this group.
19991         (gnus-cache-possibly-enter-article):
19992         Use gnus-cache-update-file-total-fetched-for to increment disk space
19993         used by this group.
19994         (gnus-cache-possibly-remove-article):
19995         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19996         used by this group.
19997         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19998         (gnus-cache-rename-group): New function.
19999         (gnus-cache-delete-group): New function.
20000         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20001         (gnus-cache-need-update-total-fetched-for): New variable.
20002         (gnus-cache-with-refreshed-group): New macro.
20003         (gnus-cache-update-file-total-fetched-for): New function.
20004         (gnus-cache-update-overview-total-fetched-for): New function.
20005         (gnus-cache-rename-group-total-fetched-for): New function.
20006         (gnus-cache-delete-group-total-fetched-for): New function.
20007         (gnus-cache-total-fetched-for): New function.
20008
20009         * gnus-group.el: Require gnus-sum and autoload functions to
20010         resolve warnings when gnus-group.el compiled alone.
20011         (gnus-group-line-format): Documented new %F.
20012         (size of Fetched data) group line format; identifies disk space
20013         used by agent and cache.
20014         (gnus-group-line-format-alist): Defined new F format.
20015         (gnus-total-fetched-for): New function.
20016         (gnus-group-delete-group): No longer update
20017         gnus-cache-active-altered as gnus-request-delete-group now keeps
20018         the cache in sync.
20019         (gnus-group-list-active): Let the agent store a server's active
20020         list if currently plugged.
20021
20022         * gnus-int.el (gnus-request-delete-group):
20023         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20024         local disk in sync with the server.
20025         (gnus-request-rename-group):
20026         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20027         local disk in sync with the server.
20028
20029         * gnus-start.el (gnus-get-unread-articles):
20030         Cosmetic simplification to logic.
20031
20032         * gnus-util.el (gnus-rename-file): New function.
20033
20034 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20035
20036         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20037
20038 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20039
20040         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20041         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20042
20043 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20044
20045         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20046         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20047
20048 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20049
20050         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20051
20052 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20053
20054         * spam.el (spam-set-difference): Add function to replace
20055         gnus-set-difference in spam.el.
20056         (spam-summary-prepare-exit): Use spam-set-difference.
20057
20058 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20059
20060         * gnus-registry.el (gnus-registry-cache-file): Update to use
20061         gnus-dribble-directory OR gnus-home-directory OR ~.
20062         (gnus-registry-split-fancy-with-parent): Fix doc.
20063
20064 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20065
20066         * message.el (message-exchange-point-and-mark):
20067         Use message-mark-active-p.  Suggested by Jesper Harder
20068         <harder@ifa.au.dk>.
20069
20070 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20071
20072         * message.el (message-exchange-point-and-mark): Don't activate
20073         region if it was inactive.  Suggested by Hiroshi Fujishima
20074         <pooh@nature.tsukuba.ac.jp>.
20075
20076 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20077
20078         * gnus-art.el (article-display-face): Display Faces in the same
20079         order as X-Faces.
20080
20081 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20082
20083         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20084
20085 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20088         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20089         (gnus-article-mime-hierarchy): Remove.
20090         (gnus-article-mime-hierarchy-next): Remove.
20091         (gnus-article-mode): Revert 2004-03-19 change.
20092         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20093         (gnus-insert-mime-button): Revert 2004-03-19 change.
20094         (gnus-mime-accumulate-hierarchy): Remove.
20095         (gnus-mime-enter-multipart): Remove.
20096         (gnus-mime-leave-multipart): Remove.
20097         (gnus-mime-display-part): Revert 2004-03-19 change.
20098         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20099
20100         * mml.el (mml-preview): Revert 2004-03-19 change.
20101
20102 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20103
20104         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20105
20106 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20109         t while entering a file name using the mm-with-multibyte macro.
20110         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20111
20112         * mm-util.el (mm-with-multibyte): New macro.
20113
20114 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20115
20116         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20117         New user option.
20118         (gnus-mime-multipart-functions): Doc and customization fix.
20119         (gnus-article-mime-hierarchy): New variable.
20120         (gnus-article-mime-hierarchy-next): New variable.
20121         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20122         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20123         gnus-article-mime-hierarchy-next to nil.
20124         (gnus-insert-mime-button): Show hierarchy numbers.
20125         (gnus-mime-accumulate-hierarchy): New function.
20126         (gnus-mime-enter-multipart): New function.
20127         (gnus-mime-leave-multipart): New function.
20128         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20129         (gnus-mime-display-alternative): Show hierarchy numbers.
20130
20131         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20132         gnus-article-mime-hierarchy-next to nil.
20133
20134 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20135
20136         * dns.el: Don't require gnus-xmas.
20137
20138 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20139
20140         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20141         inline PGP.
20142         (mml-menu): Disable mml-quote-region if mark is inactive.
20143
20144 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20147         when the group's active is not available.
20148
20149 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20150
20151         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20152         error.
20153
20154 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20155
20156         * imap.el (imap-store-password): New variable.
20157         (imap-interactive-login): Use it.
20158         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20159
20160 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20161
20162         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20163         window-start and hscroll to summary window.
20164
20165 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20166
20167         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20168         conversion message to newsrc-dribble when an actual conversion is
20169         performed.
20170
20171 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20172
20173         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20174
20175 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * mm-decode.el (mm-complicated-handles): New function reviving
20178         former definition of mm-multiple-handles.
20179
20180         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20181         (gnus-mime-delete-part): Use it.
20182
20183 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20184
20185         * gnus-agent.el (gnus-agent-read-local):
20186         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20187         avoid the implicit assumption that they will always be equal.
20188         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20189         coding-system-for-write, as the with-temp-file macro first prints
20190         to a buffer then saves the buffer.
20191
20192 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * gnus-art.el (gnus-article-edit-part): New function.
20195         (gnus-mime-save-part-and-strip): Use it; do query instead of
20196         signaling an error; don't use mm-multiple-handles.
20197         (gnus-mime-delete-part): Ditto.
20198
20199 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20200
20201         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20202         old file versions.
20203         (gnus-group-prepare-hook): Remove function that converted list
20204         form of gnus-agent-expire-days to group properties.
20205
20206         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20207         (gnus-request-accept-article): Re-indented.
20208
20209         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20210         converters to handle old agent file formats.  Add logic for a
20211         "backup before upgrading warning".
20212         (gnus-convert-mark-converter-prompt): Developers can mark
20213         functions as needing (default), or not needing,
20214         gnus-convert-old-newsrc's "backup before upgrading warning".
20215         (gnus-convert-converter-needs-prompt): Tests whether the user
20216         should be protected from potentially irreversable changes by the
20217         function.
20218
20219         * legacy-gnus-agent.el: New.  Provides converters that are only
20220         loaded when gnus-convert-old-newsrc needs to call them.
20221
20222 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * mail-source.el (mail-source-touch-pop): Doc fix.
20225
20226         * message.el (message-smtpmail-send-it): Doc fix.
20227
20228 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20229
20230         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20231
20232         * nnmail.el (nnmail-split-fancy): do.
20233
20234         * gnus-kill.el (gnus-kill, gnus-execute): do.
20235
20236 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20237
20238         * gnus-sum.el (gnus-widget-reversible-match)
20239         (gnus-widget-reversible-to-internal)
20240         (gnus-widget-reversible-to-external): New functions.
20241         (gnus-widget-reversible): New widget.
20242         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20243
20244 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20245
20246         * gnus-sum.el (gnus-thread-sort-functions)
20247         (gnus-article-sort-functions): Document `(not F)' items.
20248
20249 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20250
20251         * spam.el (spam-use-gmane-xref): Add new backend.
20252         (spam-gmane-xref-spam-group): Add variable to control the name of the
20253         Gmane spam group.
20254         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20255         (spam-regex-headers-spam, spam-regex-headers-ham)
20256         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20257         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20258         backends and checks.
20259         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20260
20261         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20262         an autodetect method.
20263
20264 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20265
20266         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20267         articles are being added to a group.
20268         (gnus-request-replace-article): Inform the agent that articles
20269         need to be uncached as the cached contents are no longer valid.
20270
20271 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * binhex.el: Don't autoload executable-find.
20274
20275         * canlock.el: Don't autoload mail-fetch-field.
20276
20277         * dgnushack.el: Autoload c-mode for XEmacs.
20278
20279         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20280
20281         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20282         rmail-dont-reply-to and rmail-output.
20283
20284         * gnus-score.el: Don't autoload ffap-string-at-point.
20285
20286         * gnus-setup.el: Don't autoload sc-cite-original.
20287
20288         * imap.el: Don't autoload base64-decode-string,
20289         base64-encode-string and md5.
20290
20291         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20292         and rmail-msg-restore-non-pruned-header.
20293
20294         * mm-decode.el: Don't autoload executable-find.
20295
20296         * mm-url.el: Don't autoload executable-find.
20297
20298         * mm-view.el: Don't autoload diff-mode.
20299
20300         * nndb.el: Don't autoload news-reply-mode, news-setup,
20301         cancel-timer and telnet.
20302
20303         * password.el: Don't autoload run-at-time for Emacs.
20304
20305         * sha1-el.el: Don't autoload executable-find.
20306
20307         * sieve-mode.el: Don't autoload c-mode.
20308
20309         * uudecode.el: Don't autoload executable-find.
20310
20311 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20312
20313         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20314         (gnus-agent-possibly-alter-active): Avoid null in numeric
20315         comparison.
20316         (gnus-agent-set-local): Refuse to save null in local object table.
20317         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20318         list of articles that will be marked as unread.
20319
20320 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20321
20322         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20323
20324 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20325
20326         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20327         language tags.
20328
20329 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20330
20331         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20332         Don't bind "obarray".
20333
20334         * gnus-sum.el (gnus-thread-sort-functions):
20335         Add `gnus-thread-sort-by-most-recent-number' and
20336         `gnus-thread-sort-by-most-recent-date'.
20337         Reported by Kai Grossjohann <kai@emptydomain.de>.
20338
20339 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20340
20341         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20342
20343 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20344
20345         * gnus-cus.el (gnus-agent-customize-category):
20346         Remove ignore-errors macro reference that required cl to be loaded at
20347         run-time.
20348
20349         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20350         single-interval range of the form (min . max).  Previously the
20351         range had to look like ((min . max)).  Likewise, return
20352         (min . max) rather than ((min . max)).
20353         (gnus-range-map): Use gnus-range-normalize to accept
20354         single-interval range.
20355
20356         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20357         the cache, but not the agent, now appear with their usual face.
20358
20359         * dgnushack.el (loaddir): New variable that is bound to the
20360         directory containing the dgnushack.el file. Use loaddir, rather
20361         than srcdir, to update load-path. Change lets dgnushack compile
20362         code in directories other than GNUS/lisp.
20363
20364 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20365
20366         * lpath.el: Don't bind w3m-safe-url-regexp.
20367
20368         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20369         w3m-safe-url-regexp variable buffer-local.
20370
20371         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20372
20373 2004-02-27  Simon Josefsson  <jas@extundo.com>
20374
20375         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20376         gnus-group-real-prefix.
20377         (gnus-summary-move-article): Use it, instead of
20378         gnus-group-real-prefix.
20379
20380 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20381
20382         * lpath.el: Bind w3m-safe-url-regexp.
20383
20384         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20385         w3m-safe-url-regexp variable buffer-local and set it as the value
20386         of mm-w3m-safe-url-regexp.
20387
20388         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20389
20390         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20391         parsing gnus-posting-styles when the message is not for replying.
20392
20393         * dgnushack.el: Autoload sgml-mode for XEmacs.
20394
20395         * nnrss.el (nnrss-opml-export):
20396         Use mm-set-buffer-file-coding-system instead of
20397         set-buffer-file-coding-system.
20398
20399 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20400
20401         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20402         of checkdoc.el).
20403         * nnrss.el: do.
20404         * gnus-mlspl.el: do.
20405         * gnus-ml.el: do.
20406         * gnus-srvr.el: do.
20407
20408         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20409
20410 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20411
20412         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20413         Corrections to custom-manual links.
20414
20415         * gnus-art.el (gnus-article): Ditto.
20416
20417         * mm-decode.el (mime-display, mime-security): Ditto.
20418
20419 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20420
20421         * flow-fill.el: Typo.
20422
20423 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20424
20425         * spam-wash.el: New file.
20426
20427 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20428
20429         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20430
20431 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20432
20433         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20434         to be run with new-articles as LIST1, not LIST2.
20435         (spam-registration-functions): Add spam-use-ham-copy as a nil
20436         registration backend.
20437
20438 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20439
20440         * spam-stat.el (spam-stat-washing-hook): New option.
20441         (spam-stat-buffer-words): Use it.
20442         (spam-stat-process-directory, spam-stat-test-directory):
20443         Use insert-file-contents-literally.
20444         (spam-stat-coding-system): New variable.
20445         (spam-stat-load, spam-stat-save): Use it.
20446
20447 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20448
20449         * spam-report.el (spam-report-plug-agent):
20450         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20451
20452 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20453
20454         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20455         Allow / in mailto URLs.
20456
20457 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20458
20459         * spam-report.el (spam-report-process-queue): Fix interactive use.
20460         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20461         (spam-report-unplug-agent): Doc fixes.
20462         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20463         (spam-report-agentize, spam-report-deagentize): Autoload.
20464
20465 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20466
20467         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20468
20469         * message.el (message-setup-fill-variables): Add mml tags to
20470         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20471         <ajk@iu.edu>.
20472         (message-mode): Don't modify paragraph-separate there.
20473
20474 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20475
20476         * compface.el (uncompface-use-external): Default to undecided.
20477         (uncompface-use-external-threshold): New variable.
20478         (uncompface-float-time): New macro.
20479         (uncompface): Determine whether to use the external decoder if
20480         uncompface-use-external is undecided.
20481
20482 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20483
20484         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20485         after images.
20486
20487         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20488
20489 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20490
20491         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20492
20493         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20494
20495         * gnus-sum.el (gnus-summary-limit-to-age)
20496         (gnus-summary-limit-children): do.
20497
20498         * gnus-int.el (gnus-request-scan): do.
20499
20500         * gnus-group.el (gnus-group-suspend): do.
20501
20502         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20503
20504         * gnus-cite.el (gnus-cite-parse-attributions): do.
20505
20506         * gnus-agent.el (gnus-summary-set-agent-mark)
20507         (gnus-agent-regenerate-group): do.
20508
20509         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20510
20511         * binhex.el (binhex-decode-region-internal): do.
20512
20513 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20514
20515         * gnus-fun.el (gnus-face-properties-alist): New user option.
20516         (gnus-display-x-face-in-from): Use it.
20517
20518         * gnus-art.el (article-display-face): Ditto.
20519
20520         * compface.el (uncompface-use-external): Default to nil.
20521
20522 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20523
20524         * nntp.el (nntp-erase-buffer): New function.
20525         (nntp-retrieve-data, nntp-send-command)
20526         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20527         (nntp-possibly-change-group): Use it.
20528
20529         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20530         Use with-current-buffer.
20531
20532 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20533
20534         * compface.el: Merge the ELisp-based uncompface program.
20535         (compface): New customization group.
20536         (uncompface-use-external): New user option.
20537         (uncompface): Call uncompface-internal if uncompface-use-external
20538         is nil.
20539         (uncompface-internal): New function.  Note that there are also
20540         some other functions and variables added for this function.
20541
20542 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20543
20544         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20545         if necessary.
20546
20547 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20548
20549         * spam-report.el (spam-report-unplug-agent)
20550         (spam-report-plug-agent, spam-report-deagentize)
20551         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20552         Add support for the Agent in spam-report: when unplugged, report to a
20553         file; when plugged, submit all the requests.
20554
20555         * spam.el (spam-register-routine): Fix message about
20556         registration.
20557
20558 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20559
20560         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20561         dependencies.
20562         (rfc2047-encode): Use it.
20563
20564         * gnus-art.el (gnus-button-marker-list): Move before first
20565         reference.
20566
20567         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20568         (imap-parse-body): Fix format string mismatch.
20569
20570         * gnus-score.el (gnus-summary-increase-score): do.
20571
20572         * nnrss.el (nnrss-close): New function.
20573
20574 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20575
20576         * nnrss.el (nnrss-make-filename): New function.
20577         (nnrss-request-delete-group, nnrss-read-server-data)
20578         (nnrss-save-server-data, nnrss-read-group-data)
20579         (nnrss-save-group-data): Use it.
20580         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20581         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20582         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20583
20584 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20585
20586         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20587
20588 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20589
20590         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20591         files.
20592
20593         * message.el (message-generate-headers-first): Don't quote nil
20594         and t in docstrings.
20595
20596         * imap.el (imap-id): do.
20597
20598         * gnus-agent.el (gnus-agent-consider-all-articles)
20599         (gnus-agent-queue-mail): do.
20600
20601 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20602
20603         * spam-report.el (spam-report-process-queue): New function.
20604         Process requests from `spam-report-requests-file'.
20605         (spam-report-process-queue): Doc fix.
20606
20607 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20608
20609         * spam.el (spam-register-routine)
20610         (spam-log-processing-to-registry, spam-log-registered-p)
20611         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20612         Change "check" to "spam-check" for semi-clarity.
20613
20614 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20615
20616         * pop3.el: Require nnheader.
20617
20618         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20619
20620         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20621
20622         * gnus-picon.el: Require cl.
20623
20624         * gnus-fun.el: Require gnus-ems and gnus-util.
20625
20626         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20627
20628         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20629
20630         * gnus-art.el (gnus-article-edit-mode): Define before first
20631         reference.
20632
20633 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20634
20635         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20636         (gnus-uu-post-encoded): Use point-at-bol.
20637
20638         * gnus-topic.el (gnus-group-active-topic-p): do.
20639
20640         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20641
20642         * gnus-group.el (gnus-group-kill-region): do.
20643
20644         * gnus-art.el (article-date-ut): do.
20645
20646         * message.el (message-fetch-field): Remove redundant
20647         case-fold-search binding.
20648         (message-narrow-to-field): Simplify.
20649
20650 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20651
20652         * spam.el (spam-directory): Derive from `gnus-directory'.
20653
20654         * spam-report.el (spam-report-url-to-file)
20655         (spam-report-requests-file): New function and variable for offline
20656         reporting.
20657         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20658         and user defined function.
20659         (spam-report-url-ping-mm-url): Remove doubled slash.
20660
20661 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20662
20663         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20664
20665 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20666
20667         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20668         Fix format string mismatch.
20669
20670         * sieve.el (sieve-deactivate-all): do.
20671
20672         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20673
20674         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20675
20676         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20677
20678         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20679
20680 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20681
20682         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20683         the list of checks.
20684
20685 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20686
20687         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20688         padding.
20689
20690 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20691
20692         * mm-view.el (mm-fill-flowed): New variable.
20693         (mm-inline-text): Use it.
20694
20695 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20696
20697         * spam.el (spam-spamassassin-register-ham-routine)
20698         (spam-spamassassin-register-spam-routine): Fix function names.
20699
20700 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * gnus.el (gnus-tmp-grouplens): Remove.
20703         (gnus-summary-line-format): Remove grouplens.
20704
20705         * gnus-group.el (gnus-group-line-format): Ditto.
20706
20707         * gnus-spec.el (gnus-format-specs): Ditto.
20708         (gnus-update-format-specifications): Flush the group format spec
20709         cache if there's the grouplens stuff.
20710         (gnus-parse-simple-format): Replace %l with the empty string.
20711
20712 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20713
20714         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20715         omission.
20716
20717 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20720         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20721
20722 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20723
20724         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20725         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20726         New macros and functions.
20727         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20728         Handle > NLINK_MAX messages.
20729         * nnmaildir.el (nnmaildir-request-set-mark):
20730         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20731
20732 2004-01-25  Alex Schroeder  <alex@gnu.org>
20733
20734         * spam-stat.el (spam-stat-process-directory-age): New option.
20735         (spam-stat-process-directory): Use it.
20736
20737 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20738
20739         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20740         (spam-stat-save): Accept prefix argument.
20741
20742 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20743
20744         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20745         links" error.
20746
20747 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20748
20749         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20750         the rest of the and/or forms.
20751
20752 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20753
20754         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20755         compatibility with old .newsrc.eld files.
20756
20757         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20758
20759         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20760
20761         * gnus-start.el (gnus-1): do.
20762
20763         * gnus-group.el (gnus-group-line-format-alist): do.
20764
20765         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20766
20767         * gnus-gl.el: Remove.
20768
20769 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20770
20771         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20772         marks consisting of a single range {for example, (3 . 5)} rather
20773         than a list of a single range { ((3 . 5)) }.
20774
20775 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20776
20777         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20778         Use with-current-buffer.
20779         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20780         avoid consing a string.
20781
20782         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20783         Remove obsolete entries for big5 and gb2312.
20784
20785 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20786
20787         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20788         uncompressed list.
20789
20790 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20791
20792         * spam-stat.el (spam-stat-strip-xref): New function.
20793         (spam-stat-process-directory): Use it.
20794
20795         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20796         here -- it's done in message-fetch-field.
20797
20798 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20799
20800         * gnus-agent.el (gnus-agent-queue-mail)
20801         (gnus-agent-prompt-send-queue): New variables.
20802         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20803         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20804         "nndraft:queue" along to gnus-draft-send.
20805         Use gnus-agent-prompt-send-queue.
20806         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20807         is "nndraft:queue".  Suggested by Gaute Strokkenes
20808         <gs234@srcf.ucam.org>
20809
20810         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20811         (agent-enable-undownloaded-faces): Add.
20812         (gnus-agent-cat-groups): Use eval-and-compile, not
20813         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20814         method of gnus-agent-cat-groups even when the buffer has been
20815         evaled.
20816         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20817         delete gnus-agent-save-active-1.
20818         (gnus-agent-save-groups): Delete.  Identical to
20819         gnus-agent-save-active.
20820         (gnus-agent-write-active): No longer adjust agent's copy of active
20821         file as agent's adjustments are now stored in their own
20822         file.  Remove optional parameter.
20823         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20824         servers.  Add use of min/max range limits from server's local
20825         file.
20826         (gnus-agent-save-alist): Remove unused optional argument.
20827         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20828         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20829         (gnus-agent-set-local): A per-server file that keeps min/max range
20830         limits for articles known to the agent.  Provides a fast mechanism
20831         for altering many active ranges.
20832         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20833         active file (local makes it unnecessary).
20834         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20835
20836         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20837         (agent-enable-undownloaded-faces): Add.
20838
20839         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20840         disable it when sending to "nndraft:queue".
20841         (gnus-group-send-queue): Add safety check to avoid sending queue
20842         when unplugged.
20843
20844         * gnus-group.el (gnus-group-catchup): Use new
20845         gnus-sequence-of-unread-articles, not
20846         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20847         numbers of articles.  Use gnus-range-map to avoid having to
20848         uncompress the unread list.
20849         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20850         Fix invalid ange-ftp reference.
20851
20852         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20853         (gnus-sorted-range-intersection): Intersection of two ranges
20854         without requiring that they first be uncompressed.
20855
20856         * gnus-start.el (gnus-activate-group): Unless blocked by the
20857         caller, possibly expand the active range to include both cached
20858         and agentized articles.
20859         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20860         multiple version-dependent converters.
20861         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20862         gnus-agent-save-active.
20863         (gnus-save-newsrc-file): Save dirty agent range limits.
20864
20865         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20866         gnus-agent-possibly-alter-active.
20867         (gnus-adjust-marked-articles): Faster handling of simple lists.
20868
20869 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20870
20871         * spam-stat.el (spam-stat-test-directory): New optional argument
20872         displays a list of files detected.  Suggested by Andrew Cohen
20873         <cohen@andy.bu.edu>.
20874         (spam-stat-buffer-words-with-scores): Don't narrow and change
20875         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20876
20877 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20878
20879         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20880         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20881         (spam-spamassassin-arguments)
20882         (spam-spamassassin-spam-flag-header)
20883         (spam-spamassassin-positive-spam-flag-header)
20884         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20885         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20886         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20887         (spam-list-of-processors, spam-list-of-checks)
20888         (spam-list-of-statistical-checks, spam-registration-functions)
20889         (spam-check-spamassassin-headers, spam-check-spamassassin)
20890         (spam-spamassassin-score)
20891         (spam-spamassassin-register-with-sa-learn)
20892         (spam-spamassassin-register-spam-routine)
20893         (spam-spamassassin-register-ham-routine)
20894         (spam-assassin-register-spam-routine)
20895         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20896         (spam-bogofilter-score): Fix to show article before scoring.
20897
20898 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20899
20900         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20901         default scoring function.
20902         (spam-generic-score): Call spam-spamassassin-score if
20903         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20904         spam-bogofilter-score otherwise.
20905
20906         * gnus.el (spam-process, spam-autodetect-methods):
20907         Add spamassassin and spamassassin-headers.
20908
20909 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20910
20911         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20912         Suppress unnecessary messages.
20913
20914 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20915
20916         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20917         make-hash-table.
20918
20919 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20920
20921         * canlock.el (base64-encode-string): Don't autoload it.
20922
20923 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * run-at-time.el: Remove useless (require 'itimer),
20926         eval-and-compile and (featurep 'xemacs).
20927
20928 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20929
20930         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20931         GROUP is a virtual group.
20932
20933 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20934
20935         * gnus.el: Autoload `message-y-or-n-p'.
20936
20937 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20938
20939         * pgg-parse.el: Remove unnecessary (require 'custom).
20940
20941         * pgg-def.el: do.
20942
20943         * nnmail.el: do.
20944
20945         * gnus-undo.el: do.
20946
20947         * gnus-picon.el: do.
20948
20949         * gnus-util.el: do.
20950
20951 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20952
20953         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20954
20955 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20958         handle, as well as a list.
20959
20960         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20961         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20962         (mm-w3m-cid-retrieve): Simplify.
20963
20964 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20965
20966         * message.el (message-kill-to-signature): Allow prefix arg to
20967         specify number of lines to keep before signature.
20968
20969 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20970
20971         * message.el (message-kill-to-signature): Change docstring.
20972
20973 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * canlock.el: Always require sha1-el.
20976         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20977
20978         * message.el: Autoload sha1 only when compiling.
20979
20980         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20981         eudc-expand-inline for XEmacs.
20982
20983 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20984
20985         * message.el (message-canlock-generate): Require sha1-el.
20986
20987 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20988
20989         * message.el (message-expand-name): Silence the byte compiler.
20990
20991         * lpath.el: Add detect-coding-system.
20992
20993         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20994         cus-edit.
20995
20996 2004-01-13  Simon Josefsson  <jas@extundo.com>
20997
20998         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20999         Invoke gnus-score-mode.
21000         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21001
21002         * gnus-range.el (gnus-compress-sequence): Doc fix.
21003         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21004
21005 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21006
21007         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21008
21009 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21010
21011         * spam.el (spam-get-article-as-string): Update to use
21012         gnus-request-article-this-buffer, much simpler.
21013         (spam-get-article-as-buffer): Remove.
21014
21015 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21016
21017         * message.el (message-expand-name): Use EUDC if the user uses that.
21018
21019 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21020
21021         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21022         character for the encoding to avoid consing a string.
21023
21024         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21025         unnecessarily.
21026
21027         * mm-util.el (mm-replace-chars-in-string): Remove.
21028
21029         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21030         of mm-replace-chars-in-string.
21031
21032 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21033
21034         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21035
21036         * mm-util.el (mm-subst-char-in-string): Support inplace.
21037
21038         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21039         a new string in every iteration.  Use shy groups.
21040
21041 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21042
21043         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21044         * gnus-soup.el (gnus-soup-group-brew):
21045         * gnus-msg.el (gnus-put-message):
21046         * gnus-move.el (gnus-group-move-group-to-server):
21047         * gnus-kill.el (gnus-batch-score):
21048         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21049         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21050         (gnus-group-update-group, gnus-group-read-group)
21051         (gnus-group-make-group, gnus-group-make-help-group)
21052         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21053         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21054         (gnus-group-sort-by-unread, gnus-group-catchup)
21055         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21056         (gnus-group-yank-group, gnus-group-set-info)
21057         (gnus-group-list-groups):
21058         * gnus.el (gnus-generate-new-group-name):
21059         * gnus-delay.el (gnus-delay-send-queue):
21060         * nnvirtual.el (nnvirtual-catchup-group):
21061         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21062         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21063         (gnus-group-prepare-topics, gnus-topic-check-topology):
21064         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21065         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21066         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21067         (gnus-group-make-articles-read):
21068         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21069         (gnus-group-change-level, gnus-kill-newsgroup)
21070         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21071         (gnus-get-unread-articles, gnus-make-articles-unread)
21072         (gnus-make-ascending-articles-unread): Use accessor
21073         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21074         to get group information for improved readability.
21075
21076
21077 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21078
21079         * gnus-art.el (article-decode-mime-words, article-babel)
21080         (gnus-article-highlight-signature, gnus-article-add-buttons)
21081         (gnus-signature-toggle): Use gnus-with-article-buffer.
21082
21083         * gnus-art.el (gnus-article-highlight-headers)
21084         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21085
21086         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21087         (gnus-article-set-globals, gnus-request-article-this-buffer)
21088         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21089         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21090         (gnus-mime-display-alternative): Use with-current-buffer.
21091
21092 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21093
21094         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21095         also under 80 char limit, and call gnus-error if needed.
21096         (spam-fetch-article-header): Fix - it was a
21097         buffer-local variable (gnus-newsgroup-data).
21098         (spam-find-spam): Use spam-generate-fake-headers, forget about
21099         spam-insert-fake-headers.
21100         (spam-insert-fake-headers): Remove.
21101
21102 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21103
21104         * deuglify.el (gnus-article-outlook-unwrap-lines)
21105         (gnus-outlook-rearrange-article)
21106         (gnus-outlook-repair-attribution-outlook)
21107         (gnus-outlook-repair-attribution-block)
21108         (gnus-outlook-repair-attribution-other): Remove redundant
21109         save-excursion.
21110
21111 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21112
21113         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21114         (spam-fetch-field-subject-fast)
21115         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21116         (spam-fetch-article-header): Add functions to deal with Gnus
21117         internals for fast retrieval of article header data.
21118         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21119
21120 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21121
21122         * pop3.el (pop3-md5): Remove.
21123         (pop3-apop): Replace pop3-md5 with md5.
21124
21125         * mm-bodies.el: base64 is always built-in.
21126
21127         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21128         Use with-current-buffer.
21129
21130 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * canlock.el (canlock-insert-header): Remove excessive grouping in
21133         regexp.
21134
21135         * gnus-sum.el (gnus-summary-read-document): Ditto.
21136
21137         * gnus-uu.el (gnus-uu-part-number): Ditto.
21138
21139         * html2text.el (html2text-remove-tags): Ditto.
21140         (html2text-format-tags): Ditto.
21141         (html2text-format-single-elements): Ditto.
21142
21143         * mml.el (mml-parse-1): Ditto.
21144
21145 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21146
21147         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21148
21149         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21150
21151         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21152
21153         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21154
21155 2003-11-15  Simon Josefsson  <jas@extundo.com>
21156
21157         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21158         (pgg-gpg-lookup-key): Use regexp match instead of
21159         split-string (split-string is different between emacs 21.2 and
21160         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21161
21162 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21163
21164         * gnus-art.el (gnus-mime-view-all-parts)
21165         (gnus-article-part-wrapper, gnus-article-view-part):
21166         Use with-current-buffer.
21167
21168 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21169
21170         * spam.el (spam-disable-spam-split-during-ham-respool)
21171         (spam-spamoracle-database, spam-cache-lookups)
21172         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21173         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21174         (spam-group-ham-marks, spam-group-spam-marks)
21175         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21176         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21177         also add spam-use-blackholes to the statistical checks.
21178         (spam-fetch-field-fast): Add interface to fetching fields, may
21179         become a macro.
21180         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21181         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21182         (spam-insert-fake-headers): Fake an article when needed.
21183         (spam-find-spam): Fake article when possible.
21184         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21185         (spam-check-bogofilter-headers): Use message-fetch-field instead
21186         of nnmail-fetch-field.
21187
21188 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21189
21190         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21191
21192 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21193
21194         * spam.el (spam-split): Do not require spam-use-CHECK to be
21195         enabled if that check is passed to spam-split explicitly; also
21196         fix so 'spam doesn't get converted to spam-split-group when
21197         spam-split-symbolic-return is t.
21198         (spam-find-spam): Find registrations of the article and use those
21199         instead of re-running spam-split to find the spam/ham
21200         classification of the article.
21201         (spam-log-processing-to-registry, spam-log-registered-p)
21202         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21203         Use gnus-error instead of gnus-message.
21204         (spam-log-registration-type): Add function to determine the
21205         classification of a message based on registry entries; will
21206         return nil if both 'spam and 'ham are found.
21207         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21208         a reasonably fast local cache without the loading errors.
21209         (spam-cache-lookups): Set to t by default.
21210         (spam-find-spam): Don't try to guess spam-cache-lookups.
21211         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21212         spam-caches entry.
21213         (spam-filelist-build-cache, spam-filelist-check-cache):
21214         Fix caching of whitelist/blacklist entries.
21215         (spam-check-whitelist, spam-check-blacklist):
21216         Invoke spam-from-listed-p with a type, not a cache variable.
21217         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21218
21219 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21220
21221         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21222
21223         * nnmail.el (nnmail-split-fancy): do.
21224
21225         * mml.el (mml-parse): do.
21226
21227         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21228         (gnus-score-adaptive): do.
21229
21230 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21231
21232         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21233         (gnus-mime-button-map): Don't set keymap parent.
21234         (gnus-button-ctan-directory-regexp): Use shy grouping.
21235         (gnus-prev-page-map): Don't set keymap parent.
21236         (gnus-prev-page-map): Remove duplicated one.
21237         (gnus-next-page-map): Don't set keymap parent.
21238         (gnus-mime-security-button-map): Ditto.
21239
21240         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21241         version number.
21242
21243         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21244
21245 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21246
21247         * canlock.el (canlock-sha1-function): Remove.
21248         (canlock-sha1-function-for-verify): Remove.
21249         (canlock-openssl-program): Remove.
21250         (canlock-openssl-args): Remove.
21251         (canlock-ignore-errors): Remove.
21252         (canlock-sha1-with-openssl): Remove.
21253         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21254         (canlock-verify): Don't use canlock-ignore-errors.
21255
21256         * sha1-el.el (sha1-string-external): Make it can return a string
21257         in binary form.
21258         (sha1-region-external): Ditto.
21259         (sha1-string-internal): Ditto.
21260         (sha1-region-internal): Ditto.
21261         (sha1-region): Ditto.
21262         (sha1-string): Ditto.
21263         (sha1): Ditto.
21264
21265 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21266
21267         * spam.el (spam-report-articles-gmane): New command.
21268
21269 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21272
21273         * run-at-time.el (run-at-time-saved): Remove.
21274         (run-at-time): Doc fix.
21275
21276 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21277
21278         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21279         (gnus-summary-limit-map): Add it.
21280         (gnus-summary-make-menu-bar): do.
21281
21282 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21283
21284         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21285         Make attempt at some caching support (done for BBDB only now).
21286         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21287         addresses to be checked.
21288         (spam-clear-cache-BBDB): Add function, to be invoked by
21289         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21290         (spam-check-BBDB): Check and use the caches, if
21291         spam-cache-lookups is on, remove superfluous (provide).
21292
21293 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21294
21295         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21296
21297 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21298
21299         * run-at-time.el (run-at-time-saved): Move to after the definition
21300         of `run-at-time'.
21301
21302         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21303
21304 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21305
21306         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21307         mm-w3m-local-map-property.
21308
21309         * mm-view.el (mm-w3m-mode-map): Remove.
21310         (mm-w3m-local-map-property): Remove.
21311         (mm-inline-text-html-render-with-w3m): Don't use
21312         mm-w3m-local-map-property.
21313
21314 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21315
21316         * run-at-time.el: New file.
21317
21318         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21319         under Emacs.
21320
21321         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21322         of gnus-set-text-properties.
21323
21324         * gnus-uu.el (gnus-uu-save-article): Ditto.
21325
21326         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21327
21328         * gnus-cite.el (gnus-cite-parse): Ditto.
21329
21330         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21331         of gnus-.
21332
21333         * gnus-xmas.el (run-at-time): Require run-at-time.
21334
21335         * gnus.el: Change calls to nnheader-run-at-time and
21336         password-run-at-time throughout to use run-at-time directly.
21337
21338         * password.el: Remove definition of run-at-time.
21339
21340         * nnheaderxm.el: Remove definition of run-at-time.
21341
21342 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21343
21344         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21345         in prompt.
21346
21347 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21348
21349         * messagexmas.el (message-xmas-redefine): Alias
21350         `message-make-caesar-translation-table' to
21351         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21352         version.
21353
21354         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21355         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21356         `gnus-xmas-set-text-properties'.
21357         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21358         `gnus-xmas-completing-read'.
21359         (gnus-xmas-completing-read): Removed.
21360         (gnus-xmas-open-network-stream): Removed.
21361
21362         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21363         XEmacs version.
21364
21365         * dns.el (dns-make-network-process): Use `open-network-stream'
21366         instead of `gnus-xmas-open-network-stream'.
21367
21368         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21369
21370         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21371
21372 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21373
21374         * gnus-art.el (gnus-mime-display-alternative)
21375         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21376         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21377         Don't use gnus-local-map-property.
21378
21379         * gnus-util.el (gnus-local-map-property): Remove.
21380
21381         * mm-view.el (mm-view-pkcs7-decrypt):
21382         Replace gnus-completing-read-maybe-default with completing-read.
21383
21384         * gnus-util.el (gnus-completing-read): do.
21385         (gnus-completing-read-maybe-default): Remove.
21386
21387 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21388
21389         * password.el: Only autoload `run-at-time' if not XEmacs.
21390         Only autoload the itimer functions if XEmacs.
21391
21392 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21395         XEmacsen.
21396
21397         * dgnushack.el: Autoload executable-find for XEmacs.
21398
21399 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21400
21401         * gnus-art.el (gnus-read-string): Remove.
21402         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21403         read-string.
21404
21405 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21406
21407         * netrc.el: Autoload password-read.
21408         (netrc): Add configuration group.
21409         (netrc-encoding-method, netrc-openssl-path):
21410         Add variables for encoding and decoding of files with symmetric
21411         ciphers.
21412         (netrc-encode): Add assistant function to encode a file with
21413         netrc-encoding-method.
21414         (netrc-parse): Add interactive parameter, added optional
21415         decoding if netrc-encoding-method is non-nil but otherwise
21416         behavior is standard.
21417         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21418         Do s/encode/encrypt/ everywhere.
21419
21420         * spam.el: Remove executable-find autoload.
21421
21422 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21423
21424         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21425
21426         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21427
21428 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21429
21430         * gnus-art.el (gnus-treat-ansi-sequences)
21431         (article-treat-ansi-sequences): New variable and function.
21432         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21433
21434         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21435         Use it.
21436
21437 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21438
21439         * mm-util.el (mm-quote-arg): Remove.
21440
21441         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21442         shell-quote-argument.
21443
21444         * gnus-uu.el (gnus-uu-command): do.
21445
21446         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21447
21448         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21449         with make-char.
21450
21451         * mm-util.el (mm-make-char): Remove.
21452
21453         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21454         add-minor-mode.
21455
21456         * gnus-undo.el (gnus-undo-mode): do.
21457
21458         * gnus-topic.el (gnus-topic-mode): do.
21459
21460         * gnus-sum.el (gnus-dead-summary-mode): do.
21461
21462         * gnus-start.el (gnus-slave-mode): do.
21463
21464         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21465
21466         * gnus-ml.el (gnus-mailing-list-mode): do.
21467
21468         * gnus-gl.el (gnus-grouplens-mode): do.
21469
21470         * gnus-draft.el (gnus-draft-mode): do.
21471
21472         * gnus-dired.el (gnus-dired-mode): do.
21473
21474         * gnus-ems.el (gnus-add-minor-mode): Remove.
21475
21476         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21477         Replace gnus-char-width with char-width.
21478
21479         * gnus-ems.el (gnus-char-width): Remove.
21480
21481         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21482         Replace gnus-char-width with char-width.
21483
21484         * gnus-ems.el (gnus-char-width): Remove.
21485
21486         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21487         definition.
21488         Remove Emacs 20 hash table compatibility code.
21489
21490         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21491         20 compatibility code.
21492
21493         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21494
21495         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21496
21497         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21498         Replace with point-at-{eol,bol}.
21499
21500         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21501
21502         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21503
21504         * flow-fill.el (fill-flowed-point-at-bol)
21505         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21506
21507         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21508         Replace with point-at-{eol,bol} throughout all files.
21509
21510 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21511
21512         * ntlm.el (ntlm-string-as-unibyte): New macro.
21513         (ntlm-build-auth-response): Use it.
21514
21515         Remove Emacs 20 stuff:
21516         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21517         (butlast, mapc, remove): Remove the compiler macros.
21518         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21519         of delq and copy-sequence.
21520         * gnus-art.el (popup-menu): Remove the compiler macro.
21521         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21522         Emacs 20.
21523
21524 2004-01-05  Simon Josefsson  <jas@extundo.com>
21525
21526         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21527         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21528         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21529         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21530         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21531         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21532         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21533         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21534         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21535         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21536         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21537         string-xor into ntlm-string-xor.
21538         Suggested by Jesper Harder <harder@myrealbox.com>.
21539
21540         * ntlm.el: Don't include poem.
21541
21542         * md4.el (print-int32, print-string-hexa): Remove.
21543         Suggested by Jesper Harder <harder@myrealbox.com>.
21544
21545         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21546
21547         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21548         probably breaks emacs with DL patch, but do we care? Is anyone
21549         still using the DL stuff?)
21550
21551         * sieve-manage.el: Use the password package.
21552         (sieve-manage-read-passwd): Remove.
21553         (sieve-manage-interactive-login): Use password.  Re-add
21554         condition-case around loop.
21555
21556         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21557         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21558         Use the password package.
21559
21560 2003-02-19  Simon Josefsson  <jas@extundo.com>
21561
21562         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21563         token.
21564
21565 2002-08-07  Simon Josefsson  <jas@extundo.com>
21566
21567         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21568         (sieve-manage-authenticators):
21569         (sieve-manage-authenticator-alist): Add some SASL mechs.
21570         (sieve-sasl-auth): New function.
21571         (sieve-manage-cram-md5-auth):
21572         (sieve-manage-plain-auth): Rewrite using SASL library.
21573         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21574         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21575         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21576         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21577
21578 2004-01-05  Simon Josefsson  <jas@extundo.com>
21579
21580         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21581         New files.
21582
21583 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21584
21585         * gnus-group.el (gnus-no-groups-message): Update.
21586
21587         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21588
21589 2003-11-09  Simon Josefsson  <jas@extundo.com>
21590
21591         * imap.el: Support for ID IMAP extension (RFC 2971).
21592         (imap-local-variables): Add imap-id.
21593         (imap-id): New variable.
21594         (imap-id): New function.
21595         (imap-parse-response): Parse untagged ID response.
21596         * nnimap.el (nnimap-id): New variable.
21597         (nnimap-open-connection): Use it.
21598
21599 2003-12-28  Simon Josefsson  <jas@extundo.com>
21600
21601         * gnus-score.el (gnus-score-edit-all-score): New.
21602         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21603
21604 2004-01-04  Simon Josefsson  <jas@extundo.com>
21605
21606         * password.el: Add.
21607
21608 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21609
21610         * dns.el (dns-query-types): Fix typo.
21611         (dns-query-types): New function.
21612         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21613         PTR and SOA replies, see RFC 1035.
21614
21615 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21616
21617         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21618
21619         * Move to Changelog.2.
21620
21621 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21622
21623         * gnus.el (gnus-version-number): Bump version.
21624
21625 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21626
21627         * gnus.el: No Gnus v0.1 is released.
21628
21629 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21630
21631         * gnus.el: No Gnus v0.0 is released.
21632
21633 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21634
21635         * gnus.el (gnus-version-number): Bump.
21636         (gnus-version): No.
21637
21638 See ChangeLog.2 for earlier changes.
21639
21640   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21641
21642   This file is part of GNU Emacs.
21643
21644   GNU Emacs is free software: you can redistribute it and/or modify
21645   it under the terms of the GNU General Public License as published by
21646   the Free Software Foundation, either version 3 of the License, or
21647   (at your option) any later version.
21648
21649   GNU Emacs is distributed in the hope that it will be useful,
21650   but WITHOUT ANY WARRANTY; without even the implied warranty of
21651   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21652   GNU General Public License for more details.
21653
21654   You should have received a copy of the GNU General Public License
21655   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21656
21657 ;; Local Variables:
21658 ;; coding: utf-8
21659 ;; fill-column: 79
21660 ;; add-log-time-zone-rule: t
21661 ;; End: