* gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
[gnus] / lisp / ChangeLog
1 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
4
5 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6
7         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
8         colors.
9         (gnus-splash-svg-color-symbols): New function.
10
11 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
14         instead of using the global gnus-simplify-subject-fuzzy-regexp.
15         (gnus-simplify-subject-fuzzy): Use the local
16         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
17         makes using this variable in group parameters work.
18
19 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20
21         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
22         "archive:sent" to the unfollowed group regex (for the recent Gnus
23         archive:sent-YYYY-MM-DD groups).
24         (gnus-registry-split-fancy-with-parent): Bail out early in sender
25         tracking if there are more than `gnus-registry-max-track-groups'
26         matches.
27
28 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29
30         * message.el (message--yank-original-internal): New function to do the
31         insertion cleanly inside eval in `message-yank-original'.
32         (message-yank-original): Use it.
33
34 2011-03-29  Julien Danjou  <julien@danjou.info>
35
36         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
37         local variables disabled rather than `normal-mode'.
38
39 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
40
41         * imap.el (imap-shell-open, imap-process-connection-type): Use
42         imap-process-connection-type for 'shell' streams as well as
43         Kerberos, SSL, other subprocesses.
44
45 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
46
47         * proto-stream.el: Changes preparatory to merging open-protocol-stream
48         with open-network-stream.
49         (proto-stream-always-use-starttls): Option removed.
50         (open-protocol-stream): Return a process object by default.  Provide a
51         new parameter :return-list specifying a list-type return value, which
52         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
53         :type `network' to `try-starttls', and `network-only' to `default'.
54         Make `default' the default, for compatibility with open-network-stream.
55         Handle the no-parameter case exactly as open-network-stream, with no
56         additional stream processing.  Search plists using plist-get.
57         Explicitly add :end-of-commend parameter if it is missing.
58         (proto-stream-open-default): Renamed from
59         proto-stream-open-network-only.  Return 'default as the type.
60         (proto-stream-open-starttls): Rename from proto-stream-open-network.
61         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
62         failed.  Always return a list with a (possibly dead) process as the
63         first element, for compatibility with open-network-stream.
64         (proto-stream-open-tls): Use plist-get.  Always return a list.
65         (proto-stream-open-shell): Return `default' as connection type.
66         (proto-stream-capability-open): Use plist-get.
67         (proto-stream-eoc): Function deleted.
68
69         * nnimap.el (nnimap-stream, nnimap-open-connection)
70         (nnimap-open-connection-1): Handle renaming of :type parameter for
71         open-protocol-stream.
72         (nnimap-open-connection-1): Pass a :return-list parameter
73         open-protocol-stream to obtain a list return value.  Parse this list
74         using plist-get.
75
76         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
77         for open-protocol-stream.  Accept open-protocol-stream return value
78         that is a subprocess object instead of a list.  Handle the case of a
79         dead returned process.
80
81 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
84
85         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
86
87 2011-03-21  Julien Danjou  <julien@danjou.info>
88
89         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
90         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
91         query.
92         (mm-inline-text): Render normal text with fontification whenever
93         possible.
94
95         * gnus-sum.el (gnus-summary-save-parts-1):
96         * gnus-art.el (gnus-article-browse-html-save-cid-content)
97         (gnus-article-browse-html-parts, gnus-mime-delete-part)
98         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
99         Use `mm-handle-filename'.
100
101         * mm-util.el (mm-handle-filename): New function, return the filename of
102         an handle.
103
104 2011-03-18  Julien Danjou  <julien@danjou.info>
105
106         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
107         (gnus-buffer-live-p): Check that buffer is not nil.
108
109 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
110
111         * gnus.el: No Gnus v0.15 is released.
112
113 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * time-date.el (format-seconds): Use assoc instead of assoc-string to
116         avoid warning on XEmacs.
117
118         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
119         on XEmacs.
120
121         * gnus-art.el: Require mouse, which the build bot seems to say is
122         needed.
123
124         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
125
126         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
127         XEmacs, since it doesn't have url-retrieve-synchronously.
128
129         * time-date.el (format-seconds): Use assoc instead of assoc-string,
130         since assoc-string doesn't exist in XEmacs.
131
132 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
133
134         * gnus-group.el (gnus-group-list-ticked): New function.
135         (gnus-group-make-menu-bar): Provide a menu entry for it.
136         (gnus-group-list-map): Provide a binding for it.
137
138 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * shr.el (shr-visit-file): New command.
141
142         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
143
144 2011-03-17  Bjørn Mork  <bjorn@mork.no>
145
146         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
147         servers.
148
149 2011-03-16  Julien Danjou  <julien@danjou.info>
150
151         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
152         inline.
153
154         * gnus-art.el (article-hide-list-identifiers): Use
155         gnus-group-get-list-identifiers.
156
157         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
158         (gnus-summary-remove-list-identifiers): Use
159         gnus-group-get-list-identifiers to get regexp.
160         (gnus-select-newsgroup, gnus-summary-insert-subject)
161         (gnus-summary-insert-articles): Call
162         gnus-summary-remove-list-identifiers unconditionally.
163
164 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
167         we're selecting a group with unread articles.
168
169         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
170
171         * gssapi.el: New file separated out from imap.el to provide a general
172         Kerberos 5 connection facility for Emacs.
173
174         * message.el (message-elide-ellipsis): Document the format spec
175         ellipsis.
176
177 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
178
179         * message.el (message-elide-region): Allow the ellipsis to say how many
180         lines were removed.
181
182 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
185         window configurations containing buffers that are now dead.
186
187         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
188         parsing to avoid integer overflows.
189         (nnimap-parse-flags): Simplify the last change.
190         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
191         too large for 32-bit Emacsen.
192
193 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
194
195         * auth-source.el (auth-source-netrc-create):
196         * message.el (message-yank-original): Fix use of `case'.
197
198 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
199
200         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
201         XEmacs, which was one character too wide.
202
203 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
204
205         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
206         default number of articles to display.
207         (gnus-articles-to-read): Use pretty names for prompt.
208
209 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-int.el (gnus-open-server): Ditto.
212
213         * gnus-start.el (gnus-activate-group): Give a backtrace if
214         debug-on-quit is set and the user hits `C-g'.
215         (gnus-read-active-file): Ditto.
216
217         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
218
219 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
220
221         * message.el (message-yank-original): Use cond instead of CL case.
222
223 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
224
225         * auth-source.el (auth-source-netrc-create): Use usual format for the
226         default in prompts.
227
228 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * lpath.el: Fbind read-char-choice for XEmacs.
231
232 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
233
234         * auth-source.el (auth-source-netrc-create): Show the default in the
235         prompt when prompting for token creation.
236
237 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * auth-source.el (auth-source-format-prompt): Always convert the value
240         to a string to avoid evaluating non-string arguments.
241         (auth-source-netrc-create): Offer default properly, not as initial
242         content in `read-string'.
243         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
244         of line to determine if we've been run before.  If so, don't run again,
245         but print a trivial message to indicate the cache was hit instead.
246
247 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
248
249         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
250         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
251         The user will have to run `gnus-sync-read' manually and wait for Cloudy
252         Gnus.
253
254 2011-03-11  Julien Danjou  <julien@danjou.info>
255
256         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
257         modified file".
258
259 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
260
261         * auth-source.el (auth-source-read-char-choice): New function to read a
262         character choice using `dropdown-list', `read-char-choice', or
263         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
264         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
265         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
266         (auth-source-netrc-saver): Use it.
267         (auth-source-pick-first-password): New convenience function.
268
269 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
272         parameter in the credentials.
273         (nnimap-open-connection-1): Use it after a successful login.
274         (nnimap-credentials): Add IMAP-specific user and password prompt.
275
276         * auth-source.el (auth-source-search): Add :require parameter, taking a
277         list.  Document it and the :save-function return token.  Pass :require
278         down.  Change the CREATED message from a warning to a debug statement.
279         (auth-source-search-backends): Pass :require down.
280         (auth-source-netrc-search): Pass :require down.
281         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
282         Change save prompt to indicate all modifications saved here are
283         deletions.
284         (auth-source-netrc-create): Take user login name as default in user
285         prompt.  Move all the save functionality to a lexically bound function
286         under the :save-function token in the returned list.  Set up clearer
287         default prompts for user, host, port, and secret.
288         (auth-source-netrc-saver): New function, intended to be wrapped for
289         :save-function.
290
291 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * shr.el (shr-table-horizontal-line): Change the defaults for the table
294         lines to be spaces instead.
295
296 2011-03-07  Julien Danjou  <julien@danjou.info>
297
298         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
299         (sieve-sasl-auth): Check that auth-source-search did return something,
300         or just return an empty string.
301
302 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
303
304         * gnus.el (gnus-interactive): Use read-directory-name.
305
306         * gnus-uu.el (gnus-uu-decode-uu-and-save)
307         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
308         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
309         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
310         Likewise.
311
312         * gnus-group.el (gnus-group-make-directory-group): Likewise.
313
314 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
317         onto the list of killed groups, too.  This makes killed nnimap groups,
318         for instance, more reliably not reappear.
319
320         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
321         the parent.
322
323         * gnus-sum.el (gnus-update-read-articles): Fix typo.
324
325         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
326         really have server-side marks.
327
328         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
329         since most backends do not usefully have server-side marks.
330         (gnus-update-read-articles): Propagate marks to all backends that
331         really have server-side marks.
332
333 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
334
335         * message.el (message-cite-reply-position, message-cite-style):
336         New variables.
337         (message-yank-original): Use the new citation styles.
338
339 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
340
341         * message.el (message-options): Revert 22da67af (workaround for XEmacs
342         buffer-local issue); don't mark it buffer-local when running under
343         XEmacs.
344
345 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
346
347         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
348         numbers too big to be `read'.
349
350 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
351
352         * password-cache.el (password-in-cache-p): Add autoload.
353
354         * message.el (message-options): Make buffer-local two ways to attempt
355         to fix a XEmacs bug.
356
357 2011-03-02  Julien Danjou  <julien@danjou.info>
358
359         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
360
361 2011-03-01  Julien Danjou  <julien@danjou.info>
362
363         * gnus-art.el (list-identifier): Add list-identifier as a parameter
364         group.
365         (article-hide-list-identifiers): Use list-identifier group parameter.
366
367 2011-02-28  Julien Danjou  <julien@danjou.info>
368
369         * sieve.el (sieve-buffer-script-name): New local variable to store
370         sieve script name.
371         (sieve-edit-script): Store sieve script name.
372         (sieve-upload): Use sieve script name when uploading.
373         (sieve-upload): Use substitute-command-keys.
374         (sieve-edit-script): Use substitute-command-keys.
375         (sieve-refresh-scriptlist): Use substitute-command-keys.
376         (sieve-manage-mode-map): Define keymap properly.
377         (sieve-manage-mode): Do not set mode name manually, change mode-name to
378         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
379         Remove commented code about cvs.
380         (sieve-manage-quit): New function.
381         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
382
383 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * gnus-group.el (gnus-import-other-newsrc-file): New function.
386
387 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
388
389         * auth-source.el (auth-source-search): Cache empty result sets.
390
391         * password-cache.el (password-in-cache-p): Convenience function to
392         check if a key is in the cache, even if the value is nil.
393
394         * auth-source.el (auth-source-save-behavior): New variable to replace
395         `auth-source-never-create'.
396         (auth-source-netrc-create): Use it.
397         (auth-source-never-save): Remove.
398
399 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
400
401         * nnimap.el (nnimap-stream): Doc fix.
402         (nnimap-open-connection-1): Reverse the order of the ports to that the
403         prompted-for port is first.
404
405         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
406         retrieval by the no-group selection.
407
408         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
409         numerical parameters.
410
411 2011-02-25  Julien Danjou  <julien@danjou.info>
412
413         * gnus-gravatar.el: Use gnus-with-article-buffer.
414
415         * gnus-art.el (gnus-with-article-buffer): Check that the
416         gnus-article-buffer is alive.
417
418 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
419
420         * auth-source.el (auth-source-creation-prompts): New variable to manage
421         creation-time prompts.
422         (auth-source-search): Document it.
423         (auth-source-format-prompt): Add utility function.
424         (auth-source-netrc-create): Don't default the user name to
425         user-login-name.  Use `auth-source-creation-prompts' and some default
426         prompts for user, host, port, and password (the default generic prompt
427         remains ugly).
428         (auth-source-never-save): Add customizable option to never save info.
429         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
430         mode excursion.
431
432 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
435         argument that XEmacs doesn't support.
436
437         * dgnushack.el (dgnushack-compile): Exclude color.el from being
438         compiled for Emacsen having no `libxml-parse-html-region' support.
439
440         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
441
442         * lpath.el: Bind buffer-save-without-query for XEmacs.
443
444 2011-02-23  Julien Danjou  <julien@danjou.info>
445
446         * gnus-art.el (article-make-date-line): Ignore errors if time is
447         invalid and not convertible.
448         (article-make-date-line): Only add lapsed time if time is not nil.
449
450 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
453         `read-char-choice' for backwards compatibility.
454         (auth-source-netrc-element-or-first): New function to DTRT for
455         parameter extraction.
456         (auth-source-netrc-create): Use it and fix multiple parameter print
457         bug.  Use the default passed from above (given-default) or the
458         built-in (user-login-name for :user).
459
460 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-start.el (gnus-dribble-read-file):
463         Set buffer-save-without-query, since we always want to save the dribble
464         file, probably.
465
466         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
467         nnimap.
468
469         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
470         -summary- since it's a user-visible variable.
471
472         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
473         first time you use the new Gnus.
474
475 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
476
477         * auth-source.el: Don't load netrc.el.
478         (auth-sources): Search ~/.netrc as well by default.
479         (auth-source-debug): Add 'trivia option for extra output.
480         (auth-source-do-trivia): Use it.
481         (auth-source-search): Simplify logic to use
482         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
483         appropriate.  Don't keep a running count at this level.  Layer :create
484         and :delete options appropriately on the first and second passes.
485         Don't track the backend with the search results.
486         (auth-source-search-backends): New function to search a list of
487         backends for a processed spec.
488         (auth-source-netrc-parse): Cache all netrc files, making
489         auth-source-netrc-cache an alist keyed by the file name and using the
490         file mtime as the caching criterion.  Keep the obfuscated data secret
491         with a lexical bind.
492         (auth-source-netrc-search): Don't calculate the length of the results
493         unnecessarily.
494         (auth-source-search-backends): Fix bug.
495         (auth-source-netrc-create): Rework prompts.
496
497 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
498
499         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
500         Lower case names of search constraints.
501         (nnir-run-query): Cache and reuse search constraints for all imap
502         servers.
503
504 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
507         after exit.
508         (gnus-setup-message): Define missing variable from last checkin.
509
510         * gnus-sum.el (gnus-summary-show-article): When called with t as the
511         value, show the raw article.
512
513 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
514
515         * gnus.el: No Gnus v0.13 is released.
516
517 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * nnimap.el (nnimap-open-connection-1): Revert last change, since
520         auth-source now accepts numbers.
521
522         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
523         spec, too.
524         (auth-source-ensure-strings): New function.
525
526         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
527         (gnus-article-setup-buffer): Always restart the date timer so that user
528         changes to the frequency is respected.
529
530         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
531         port numbers, so make sure it gets that if nnimap-server-port is
532         explicit.
533
534 2011-02-21  Simon Josefsson  <simon@josefsson.org>
535
536         * nnimap.el (nnimap-inbox): Doc fix.
537
538 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
539
540         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
541         Autoload.  Add optional arg FRAME, and pass it to color-values.
542         (color-complement): Caller changed.  Doc fix.
543         (color-gradient): Rewrite for better clarity and efficiency.
544
545 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
546
547         * shr-color.el (shr-color->hexadecimal): Use renamed function names
548         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
549         color-lab-to-srgb.
550
551 2011-02-20  Drew Adams  <drew.adams@oracle.com>
552
553         * color.el: First part of merge from hexrgb.el.
554         (color-rgb-to-hex): Rename from color-rgb->hex.
555         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
556         saturation to zero if the value is too small.
557         (color-rgb-to-hsl): Rename from color-rgb->hsl.
558         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
559         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
560         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
561         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
562         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
563         (color-cie-de2000): Doc fix.
564
565 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
566
567         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
568         given method as in the group name if we're using an extended method.
569         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
570         command, if we're using that, instead of waiting for the beginning.
571
572         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
573         we're sure to get unique server names, and we don't output two async
574         commands in the same buffer.  This fixes an NNTP hang for some users.
575
576 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
577
578         * gnus.el: No Gnus v0.11 is released.
579
580 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
583         summary buffer before reading going to the next buffer.  This avoids
584         putting the point in the group buffer if you `C-g' the command.
585
586         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
587         cache (for now) to make ~/.authinfo.gpg files usable.
588
589         * nnfolder.el (copyright-update): Define for the compiler.
590
591         * auth-source.el (auth-source-search): Fix unbound variable.
592
593 2011-02-19  Glenn Morris  <rgm@gnu.org>
594
595         * gnus.el (gnus-meta): Doc fix.
596
597 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
598
599         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
600         in case it's not yet loaded.
601
602 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
605         line we're waiting for.
606
607 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
608
609         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
610         face with line-width greater than zero will cause RET in gnus summary
611         buffer to scroll down article page-wise because auto vscroll happens,
612         it should be temporalily disabled when doing a scroll-up.
613
614 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
615
616         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
617         outputs from the server.
618
619 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
620
621         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
622         later so that bbdb can hook in easier.
623
624 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
625
626         * auth-source.el (auth-source-search): Don't try to create credentials
627         if the caller doesn't want that.
628         (auth-source-search): If we don't find a match, don't bug out on
629         non-bound variables.
630         (auth-source-search): Only ask a single backend to create the
631         credentials.
632
633         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
634         logging.
635         (nnimap-credentials): Protect against auth-source-search returning nil.
636         (nnimap-request-list): Protect against not being able to open the
637         server.
638
639 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
640
641         * auth-source.el (auth-source-search): Do a two-phase search, one with
642         no :create to get the responses from all backends.
643
644         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
645         when getting credentials.
646
647         * gnus-util.el (gnus-delete-duplicates): New function.
648
649 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
650
651         * nnimap.el (nnimap-credentials): Instead of picking the first port as
652         a creation default, pass the whole port list down.  It will be
653         completed.
654
655         * auth-source.el (auth-source-search): Updated docs to talk about
656         multiple creation choices.
657         (auth-source-netrc-create): Accept a list as a value (from the search
658         parameters) and do completion on that list.  Keep a separate netrc line
659         with the password obscured for showing the user.
660
661         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
662         first choice to `auth-source-search' so it will be used for entry
663         creation instead of the server's Gnus-specific name.
664         (nnimap-credentials): Rely on the auth-source library to select which
665         port is actually wanted in the new netrc entry, so don't override
666         `auth-source-creation-defaults'.
667
668         * auth-source.el (auth-source-netrc-parse): Use :port instead of
669         :protocol and accept a missing user, host, or port as a wildcard match.
670         (auth-source-debug): Default to off.
671
672         (auth-source-netrc-search, auth-source-netrc-create)
673         (auth-source-secrets-search, auth-source-secrets-create)
674         (auth-source-user-or-password, auth-source-backend, auth-sources)
675         (auth-source-backend-parse-parameters, auth-source-search): Use :port
676         instead of :protocol.
677
678         * nnimap.el (nnimap-credentials): Pass a port default to
679         `auth-source-search' in case an entry needs to be created.
680         (nnimap-open-connection-1): Use :port instead of :protocol.
681
682 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * auth-source.el: Bind load-path when loading EIEIO from
685         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
686         21.4 doesn't support, to `require'.
687         (auth-source-secrets-search): Use mm-delete-duplicates instead of
688         delete-dups that is not available in XEmacs 21.4.
689
690 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
691
692         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
693         as EIEIO must also be loaded when auth-source.el is being
694         byte-compiled.
695
696 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
699
700         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
701
702         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
703
704         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
705
706         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
707
708         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
709
710         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
711
712         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
713         necessary.
714
715 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
718         nil means that nnimap doesn't get updated.
719
720 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
721
722         * auth-source.el (auth-source-netrc-create): Return a synthetic search
723         result when the user doesn't want to write to the file.
724         (auth-source-netrc-search): Expect a synthetic result and proceed
725         accordingly.
726         (auth-source-cache-expiry): New variable to override
727         `password-cache-expiry'.
728         (auth-source-remember): Use it.
729
730         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
731         parameter.  Create entry if necessary by using :create t.
732         (nnimap-open-connection-1): Don't pass `inhibit-create'.
733
734 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
735
736         * auth-source.el (auth-source-debug): Enable by default and don't
737         mention the obsolete `auth-source-hide-passwords'.
738         (auth-source-do-warn): New function to debug unconditionally.
739         (auth-source-do-debug): Use it.
740         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
741         and for Secrets API entries when the secrets.el library is not
742         available.
743
744 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-sum.el (gnus-propagate-marks): Default to nil.
747         (gnus-summary-exit): Kill the correct article buffer on exit from a
748         `C-d' group.
749
750         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
751         gnus-propagate-marks.
752
753         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
754         before killing the buffers so that a non-full window conf gets handled
755         correctly.
756         (gnus-summary-exit): Ditto.
757         (gnus-summary-read-group-1): Ditto.
758
759         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
760         async code again so that we can debug it properly.
761
762         * message.el (message-reply): Take an optional switch-buffer parameter
763         so that Gnus window confs are respected better.
764
765 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
766
767         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
768         `plist-get' to accept non-list parameters (XEmacs issue).
769         Fix docstring.
770         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
771         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
772         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
773         Login collection is "Login" and not "login".
774
775 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
778         multiple headers.
779
780         * nnimap.el (nnimap-inhibit-logging): New variable.
781         (nnimap-log-command): Don't log login commands.
782
783         * auth-source.el (auth-source-netrc-search): The asserts seem to want
784         to have more parameters.
785
786         * nnimap.el (nnimap-send-command): Mark the command time for each
787         command, so that we don't get NOOPs stepping on our toes.
788
789         * gnus-art.el (article-date-ut): Get the date from the Date header on
790         `t'.
791
792 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * auth-source.el (auth-source-search): Use copy-sequence instead of
795         the cl.el copy-list.
796
797 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
798
799         * imap.el: Bring it back (revert
800         84d800cd31de3064f0ed39617d725709a2f8f42f).
801
802 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
803
804         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
805         Improve prompt.
806
807 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-art.el (gnus-article-mode-line-format): Remove the article
810         washing status from the default format.  It isn't very informative.
811
812 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
813
814         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
815         Fix Gcc processing on imap.
816
817 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * imap.el: Remove file.  All the functionality is in nnimap.el.
820
821 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
822
823         * message.el (message-bury): Don't pop up a new window when selected
824         window is dedicated.
825
826 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
827
828         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
829
830 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
831
832         * sieve-manage.el: Autoload `auth-source-search'.
833         (sieve-sasl-auth): Use it.
834
835 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
836
837         * nnimap.el: Autoload `auth-source-forget+'.
838         (nnimap-open-connection-1): Use it if the connection fails.
839
840         * auth-source.el: Require `password-cache'.
841         (auth-source-hide-passwords, auth-source-cache): Remove and mark
842         obsolete.
843         (auth-source-magic): Marker for `password-cache' keys.
844         (auth-source-do-cache): Update docstring.
845         (auth-source-search): Use and check cache.
846         (auth-source-forget-all-cached, auth-source-remember)
847         (auth-source-recall, auth-source-forget, auth-source-forget+)
848         (auth-source-specmatchp): Caching support functions.
849         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
850         Remove and obsolete.
851         (auth-source-user-or-password): Remove caching to further discourage
852         using it.  Always hide passwords.
853
854         * password-cache.el (password-cache-remove): Accept secrets that are
855         not strings.
856
857 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
858
859         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
860         code for now, since it doesn't work for all users.
861
862 2011-02-09  Julien Danjou  <julien@danjou.info>
863
864         * message.el (message-options): Make message-options really buffer
865         local.
866
867 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
868
869         * mail-source.el: Autoload `auth-source-search'.
870         (mail-source-keyword-map): Note order matters.
871         (mail-source-set-1): Get all the mail-source source values and
872         defaults and search auth-source on those if needed.  This can all
873         probably be simplified.
874
875         * nnimap.el: Autoload `auth-source-search'.
876         (nnimap-credentials): Use it.
877         (nnimap-open-connection-1): Ask for the virtual server and physical
878         address in one shot.
879
880         * nntp.el: Autoload `auth-source-search'.
881         (nntp-send-authinfo): Use it.  Note TODO.
882
883 2011-02-08  Julien Danjou  <julien@danjou.info>
884
885         * shr.el (shr-tag-body): Add support for text attribute in body
886         markups.
887
888         * message.el (message-options): Make message-options a local variable.
889
890 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * auth-source.el (auth-source-secrets-search)
893         (auth-source-user-or-password): Use `append' instead of `nconc'.
894         (auth-source-user-or-password): Build return list better and protect
895         against nil :secret.
896
897 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
898
899         * nnimap.el (nnimap-update-info): Refactor slightly.
900         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
901         (nnimap-update-info): Clean up slightly.
902         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
903         characters.
904         (nnimap-process-quirk): Rename function to avoid collision.
905         (nnimap-update-info): Fix macrology bug-out.
906         (nnimap-update-info): Simplify split history test.
907
908 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
909
910         * auth-source.el (top): Require 'eieio unconditionally.
911         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
912         (auth-source-secrets-search): Limit search when `max' is greater than
913         number of results.
914
915 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
916
917         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
918         part not returning any data.
919
920         * proto-stream.el (open-protocol-stream): Document the return value.
921
922 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
923
924         * auth-source.el (auth-source-secrets-search): Add examples.
925
926 2011-02-06  Julien Danjou  <julien@danjou.info>
927
928         * message.el (message-setup-1): Handle message-generate-headers-first
929         set to t.
930
931 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
934         API with a string "secrets:collection-name" and with 'default.
935         (auth-source-backend-parse): Parse "secrets:collection-name" and
936         'default.  Recurse on parses instead of repeating code.  Use the
937         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
938         message when ignoring a source.
939         (auth-source-search): List ignored search keys at the top level.
940         (auth-source-netrc-create): Use `case' instead of `cond'.
941         (auth-source-secrets-search): Created with TODOs.
942         (auth-source-secrets-create): Created with TODOs.
943         (auth-source-retrieve, auth-source-create, auth-source-delete)
944         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
945         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
946         (auth-source-user-or-password-sftp)
947         (auth-source-user-or-password-smtp): Remove.
948         (auth-source-user-or-password): Deprecated and modified to be a wrapper
949         around `auth-source-search'.  Not tested thoroughly.
950
951 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
952
953         * auth-source.el: Bring in assoc and eioeio libraries.
954         (secrets-enabled): New variable to track the status of the Secrets API.
955         (auth-source-backend): New EIOEIO class to represent a backend.
956         (auth-source-creation-defaults): New variable to set prompt defaults
957         during token creation (see the `auth-source-search' docstring for
958         details).
959         (auth-sources): Simplify to allow a simple string as a netrc backend
960         spec.
961         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
962         (auth-source-backend-parse-parameters): Fill in the backend parameters.
963         (auth-source-search): Main auth-source API entry point.
964         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
965         (auth-source-search-collection): Helper function for searching.
966         (auth-source-netrc-parse, auth-source-netrc-normalize)
967         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
968         Supports search, create, and delete.
969         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
970         backend stubs.
971         (auth-source-user-or-password): Call `auth-source-search' but it's not
972         ready yet.
973
974 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
975
976         * message.el (message-setup-1): Remove the read-only stuff, since it
977         doesn't work under XEmacs, for some reason.
978
979         * gnus-sum.el (gnus-user-date): Rename back from
980         gnus-summary-user-date since user code refers to it.
981
982         * shr.el (shr-render-td): Store the actual background colour used.
983
984         * message.el (message-setup-1): Don't bind the constant
985         -forbidden-properties.
986         (message-setup-1): Revert previous change, since it needs to bind the
987         props to insert them.
988         (message-resend): Allow removing the read-only separator line.
989
990 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-request-accept-article): Give an error message if
993         the APPEND wasn't successful.
994
995 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
996
997         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
998         that have no groups.
999
1000 2011-02-03  Julien Danjou  <julien@danjou.info>
1001
1002         * gnus-draft.el: Remove progn around gnus-draft-setup.
1003
1004 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-start.el (gnus-read-active-for-groups): This function is never
1007         called with a nil `infos', so clean that up.
1008         (gnus-get-unread-articles): Request active files from primary/secondary
1009         methods that have no groups (yet).
1010
1011 2011-02-03  Julien Danjou  <julien@danjou.info>
1012
1013         * message.el (message-setup-1): Always generate References first.
1014         (message-mail): Return the return value of message-setup, not always t.
1015         (message-setup-1): Insert mail-header-separator with read-only and
1016         intangible properties set.
1017
1018         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1019         user-date in docstring.
1020
1021         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1022
1023         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1024         docstring.
1025
1026         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1027         defcustom, with type and group. Move from gnus-util.el. Rename to
1028         gnus-summary-user-date-format-alist.
1029
1030 2011-02-03  Glenn Morris  <rgm@gnu.org>
1031
1032         * nnimap.el (gnus-fetch-headers): Declare.
1033
1034         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1035
1036 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1037
1038         * message.el (message-forward-make-body-digest-plain)
1039         (message-followup, message-reply): Clean up things noted by Stefan.
1040
1041         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1042         gnus-article-update-date-headers is nil.
1043         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1044         it didn't really work with defcustom.
1045         (article-update-date-lapsed): Make sure the window start doesn't move,
1046         either.
1047
1048 2011-02-01  Julien Danjou  <julien@danjou.info>
1049
1050         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1051         format.
1052
1053         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1054         standard in Emacs nowadays.
1055
1056         * color.el (color-gradient): Add a color-gradient function.
1057
1058 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1059
1060         * message.el (message-expand-name): Don't trust the return value of
1061         bbdb-complete-name.
1062         (message-check-news-header-syntax): Remove unused var `start'.
1063         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1064         (message-inhibit-body-encoding): Move to before first use.
1065         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1066         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1067         (Organization, Message-ID, Date, mh-previous-window-config):
1068         Defvar the vars using dynamic scoping.
1069
1070 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1071
1072         * shr.el (shr-render-td): Only do colours at the final rendering.
1073         Should be slightly faster.
1074         (shr-insert-table): Fix up TD background colours when doing the
1075         vertical padding.
1076
1077         * gnus-art.el (article-date-ut): Protect against articles with no Date
1078         header.
1079         (article-update-date-lapsed): Don't use current-column to find the
1080         horizontal position.  It's fragile in the presence of \003 characters.
1081
1082         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1083
1084 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-art.el (article-transform-date): Rewrite to still work when
1087         there are several rfc2822 parts.
1088         (article-transform-date): Fix infinite recursion.
1089         (article-date-ut): Replace infinitely many Date headers with a single
1090         one when called interactively.
1091
1092         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1093         secure manner.
1094
1095         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1096         move around by not using save-window-excursion.  It seems to work...
1097
1098 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-art.el (article-make-date-line): Work for user-defined format.
1101
1102 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1103
1104         * nntp.el (nntp-retrieve-group-data-early)
1105         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1106         fetching functions.
1107
1108         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1109         thoroughly for all backends that have no known groups.  This should
1110         allow new nnml methods to retrieve mail.
1111
1112         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1113         that Gnus doesn't know exists again.
1114
1115         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1116         (gnus-treat-date-ut): Ditto.
1117         (gnus-article-update-date-header): Rename.
1118         (gnus-treat-date-local): Remove.
1119         (gnus-treat-date-english): Remove.
1120         (gnus-treat-date-lapsed): Remove.
1121         (gnus-treat-date-combined-lapsed): Remove.
1122         (gnus-treat-date-original): Remove.
1123         (gnus-treat-date-iso8601): Remove.
1124         (gnus-treat-date-user-defined): Remove.
1125         (gnus-article-date-headers): New variable to control all the date
1126         header options.
1127         (article-date-ut): Rewrite to allow using the new way to format date
1128         headers(s).
1129
1130 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1131
1132         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1133         method.
1134         (nnmail-article-group): A better test for fanciness.
1135
1136         * nnimap.el (nnimap-request-head): Protect against not finding the
1137         article by Message-ID.
1138
1139 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1142         keep point at the "same place".
1143
1144 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1147         data if the group is unactivated.
1148
1149 2011-01-28  Julien Danjou  <julien@danjou.info>
1150
1151         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1152         (gnus-all-windows-visible-p): Remove old compatibility code.
1153         (gnus-window-top-edge): Add docstring.
1154
1155         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1156
1157 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1160         older request-update-info.
1161
1162         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1163
1164 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1165
1166         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1167         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1168
1169 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1172         groups.  This makes the nndraft:queue group pop up if it's not already
1173         there.
1174
1175         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1176         messages" logic, which was reversed.
1177
1178         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1179         the "same place" even if point is on the line being replaced.
1180         (article-update-date-lapsed): Allow updating both the combined lapsed
1181         and the lapsed headers.
1182         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1183         (article-make-date-line): Limit the number of segments dynamically to
1184         avoid too-long lines.
1185
1186 2011-01-27  Julien Danjou  <julien@danjou.info>
1187
1188         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1189         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1190
1191 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1194         Use plist-get instead of the cl function getf.
1195
1196 2011-01-27  Glenn Morris  <rgm@gnu.org>
1197
1198         * gnus-util.el (float-time): Get rid of compiler warning, again.
1199
1200 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1201
1202         * shr.el (shr-put-color): Special-case background colours: Do put them
1203         at the blank parts at the front of the lines.
1204
1205         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1206         exit hook to nix out all data on readedness on group exit.
1207
1208         * gnus-util.el (float-time): If float-time is bound, always use it on
1209         all Emacsen.  It's unclear why the subrp check was there.
1210         (time-date): Require to make some autoload issues on XEmacs go away.
1211
1212         * shr.el (shr-put-color): Don't do the box padding in tables, since
1213         they're already padded.
1214
1215 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1216
1217         * gnus-art.el (gnus-article-next-page): When the last line of the
1218         article is displayed, scroll down once more instead of going to the
1219         next article at once.
1220         (article-lapsed-string): Refactor out and allow specifying how many
1221         segments you want.
1222         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1223         (gnus-article-update-lapsed-header): New variable.
1224
1225         * shr.el: Revert change that made headings use different-sized faces.
1226         The Emacs display engine isn't advanced enough that, for instance,
1227         tables can comfortably use differently-sized faces.
1228
1229 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1230
1231         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1232         used.
1233         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1234         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1235         we're using an encrypted connection.
1236
1237         * proto-stream.el: Alter the interface functions to also return the
1238         actual stream type used: network or tls.
1239
1240 2011-01-25  Julien Danjou  <julien@danjou.info>
1241
1242         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1243         (mm-display-javascript-inline): New function.
1244
1245         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1246         viewing function.
1247
1248 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * shr.el (shr-expand-newlines): Fix variable name.
1251
1252 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1253
1254         * shr.el (shr-expand-newlines): Make nested boxes work.
1255
1256 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1257
1258         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1259         backgrounds.
1260         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1261         in a more sensible manner.
1262
1263 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1264
1265         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1266         if EPG is loaded.
1267
1268 2011-01-24  Julien Danjou  <julien@danjou.info>
1269
1270         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1271         tags.
1272
1273 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1274
1275         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1276         commands.
1277
1278         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1279         in the article buffer.
1280         (gnus-gravatar-insert): Use blank space from the current buffer to
1281         avoid breaking text properties.  This makes X-Sent updating work again.
1282
1283         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1284
1285 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1286
1287         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1288         fix the bug in url-http.el instead.
1289
1290         * shr.el (shr-image-fetched): Ditto.
1291
1292         * shr.el (shr-image-fetched): Avoid having point move in the article
1293         buffer.
1294
1295         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1296         buffer after being called.  It's apparently being killed by url.el, and
1297         killing it made point move to end-of-buffer in a random buffer.
1298
1299         * shr.el (shr-image-fetched): Ditto.
1300
1301 2011-01-23  Julien Danjou  <julien@danjou.info>
1302
1303         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1304
1305         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1306         text/x-org.
1307
1308 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1309
1310         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1311         (i.e., nnimap) returning nil as the article number.
1312
1313 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1314
1315         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1316         "DelSp" parameter in RFC3676.
1317
1318 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1319
1320         * message.el (message-check-recipients): Display the encoded version of
1321         the bogus address if they differ.
1322
1323         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1324         after sending.
1325
1326         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1327
1328         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1329
1330         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1331         group buffer after sending the queue.
1332
1333         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1334
1335 2011-01-22  Julien Danjou  <julien@danjou.info>
1336
1337         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1338
1339 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1340
1341         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1342         nested related parts.
1343
1344         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1345         unexpired articles.  This fixes the regression that led expiry marks to
1346         disappear from nnfolder groups.
1347
1348 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1349
1350         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1351         Don't confuse the "ret" of "retrograde" with RET.
1352
1353 2011-01-21  Julien Danjou  <julien@danjou.info>
1354
1355         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1356         than mm-insert-inline.
1357
1358 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1361         Widen article buffer.
1362
1363 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1364
1365         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1366         the temp buffer.
1367         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1368
1369 2011-01-20  Julien Danjou  <julien@danjou.info>
1370
1371         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1372
1373         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1374         than mm-insert-inline to insert inline part: this respect
1375         mm-inline-media-tests displayers.
1376
1377         * mm-view.el (mm-display-shell-script-inline): New function.
1378
1379         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1380
1381         * mm-uu.el (mm-uu-type-alist): Add org block.
1382         (mm-uu-org-src-code-block-extract): New function.
1383
1384         * mm-view.el (mm-display-org-inline): New function.
1385
1386         * mm-decode.el (mm-automatic-display): Add text/org.
1387
1388         * mailcap.el (mailcap-mime-extensions): Add .org.
1389
1390 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1393         gnus-article-add-buttons.
1394
1395 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1396
1397         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1398         From header with a date and "nobody" as the sender.
1399
1400 2011-01-19  Julien Danjou  <julien@danjou.info>
1401
1402         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1403         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1404         if you have the same regexp several times.
1405         (gnus-button-push): Fix matching when regexp is symbol.
1406
1407 2011-01-15  Glenn Morris  <rgm@gnu.org>
1408
1409         * message.el (message-mail): A compose-mail function should
1410         accept headers as strings.
1411
1412 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1413
1414         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1415         Add :vert-only tags.
1416         (message-mail): New arg RETURN-ACTION.
1417         (message-return-action): New var.
1418         (message-bury): Use it.
1419         (message-mode): Make it buffer-local.
1420         (message-send-and-exit): Always call message-bury.
1421
1422         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1423         message-mail.
1424
1425 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * nnimap.el (nnimap-convert-partial-article): Protect against
1428         zero-length body parts.
1429
1430         * mm-decode.el (mm-preferred-alternative-precedence):
1431         Discourage showing empty parts.
1432
1433         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1434         and stuff if the backend didn't return the article number.  This fixes
1435         an Exchange-related nnimap bug.
1436
1437         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1438         group window, because it does the wrong thing when a separate frame
1439         displays the group buffer.
1440
1441         * proto-stream.el (open-protocol-stream): Protect against the low-level
1442         transport functions returning nil.
1443
1444 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1445
1446         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1447         (mml2015-epg-find-usable-secret-key): New function.
1448         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1449         mml2015-epg-find-usable-key (Bug#7797).
1450         (mml2015-epg-encrypt): Ditto.
1451
1452 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * dgnushack.el (rot13-string): Fix the way to get the argument.
1455
1456 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1459
1460 2011-01-03  Glenn Morris  <rgm@gnu.org>
1461
1462         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1463
1464         * sieve.el (sieve-open-server): Give a more explicit error if
1465         sieve-manage-open returns nil.  (Bug#7720)
1466
1467 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1468
1469         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1470
1471 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1474         This avoids sending passwords in plain text over non-encrypted
1475         channels.
1476
1477         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1478
1479         * nnimap.el (nnimap-login): Refactored out into own function, and
1480         implement CRAM-MD5.
1481         (nnimap-wait-for-line): Refactored out.
1482
1483         * mm-view.el (mml-smime): Require.
1484
1485 2010-12-20  David Engster  <deng@eml.cc>
1486
1487         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1488         use EPG to decrypt S/MIME messages instead of openssl.
1489
1490 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1493
1494         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1495         status is the group clearly is unreachable.
1496
1497         * auth-source.el (auth-source-create): Add the optional second
1498         parameter to `local-variable-p' to be compatible with XEmacs.
1499
1500 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1501
1502         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1503         work when using a compressed nnml folder.
1504
1505 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1508         backends after sanitising on entry, because this never makes sense:
1509         If the articles have gone missing, then the data no longer exists on
1510         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1511         overwrite anything anyway.
1512
1513         * shr.el (shr-insert-document): Bind shr-width dynamically to
1514         window-width if it's nil.
1515
1516 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1517
1518         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1519         with the meaning of using the full emacs window width for rendering.
1520
1521 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1522
1523         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1524         case when sender is not given.
1525
1526 2010-12-23  Julien Danjou  <julien@danjou.info>
1527
1528         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1529         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1530         the addresses, otherwise we might misplaced the gravatar.
1531
1532 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1533
1534         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1535         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1536         obsolete in Emacs.
1537
1538 2010-12-20  Julien Danjou  <julien@danjou.info>
1539
1540         * gnus-util.el (gnus-rescale-image): Revert last change.
1541
1542 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1543
1544         * binhex.el: Improve commentary (Bug#7482).
1545
1546 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * gnus-group.el (gnus-group-delete-articles): New command.
1549
1550 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1551
1552         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1553
1554 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1557         here, since it's up to the backends to do CRLF removal if their
1558         protocol has it.
1559
1560         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1561
1562 2010-12-17  Julien Danjou  <julien@danjou.info>
1563
1564         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1565         they are from file. Can also scale up.
1566
1567 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1568
1569         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1570         gnus-use-agent.
1571         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1572
1573         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1574
1575 2010-12-17  Julien Danjou  <julien@danjou.info>
1576
1577         * gravatar.el (gravatar-retrieve-synchronously): New function.
1578         (gravatar-get-data): Make more robust.
1579
1580 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1583
1584 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1587         to really consider the last line.
1588
1589 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1590
1591         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1592         list of recipient keys, or use symmetric encryption if not a list.
1593         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1594         EPA override, replacing the call to `netrc-store-data'.
1595
1596 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1597
1598         * gnus-srvr.el: Avoid passing nil regexp argument to
1599         delete-matching-lines.
1600
1601 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1604         fetching stops when Gnus exits.
1605
1606         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1607         function.
1608         (nnfolder-request-expire-articles): Save all the buffers after doing
1609         expiry.
1610
1611         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1612         the last article", since that led to serious performance regressions
1613         when expiring nnml groups.
1614
1615 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1616
1617         * nnir.el: Improve customizations.
1618
1619 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1622
1623         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1624         group has been killed.
1625         (gnus-group-yank-group): Ditto.
1626
1627         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1628
1629         * nnimap.el (nnimap-request-update-group-status): New function.
1630
1631         * gnus-int.el (gnus-request-update-group-status): New interface
1632         function.
1633
1634         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1635         copying read-ness to the backends.
1636
1637         * nnimap.el (nnimap-quirk): New function.
1638         (nnimap-retrieve-group-data-early): Use it.
1639         (nnimap-quirks): New alist.
1640
1641 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1644         don't delete it within indentation.
1645
1646 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1649         previous line.
1650
1651 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1654         QRESYNC command by deleting a superfluous space which broke Cyrus
1655         servers.  This change will break other servers that are buggy the other
1656         way around.
1657
1658 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1659
1660         * spam.el: Reindent and fix long lines.
1661         (spam-copy-or-move-routine): Exclude invalid move destinations.
1662
1663 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1664
1665         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1666         installed the registry.
1667
1668 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1671
1672 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1673
1674         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1675         groupname doesn't contain "gmane".
1676
1677 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1680         and netrc-bound-and-true-p bindings.
1681         (netrc-parse): Cache the netrc contents.
1682
1683         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1684         (gnus-1): Don't create the nndrafts group twice.
1685         (gnus-setup-news): There's no need to read the active file here, since
1686         that's done again later on a per-backend basis.
1687         (gnus-start-draft-setup): Make sure that the new group is started out
1688         empty.
1689
1690         * gnus-agent.el (gnus-agentize): Don't create the queue group
1691         automatically on startup.  It'll be created later, if needed.
1692
1693         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1694         of automatically subscribed groups.
1695         (gnus-auto-subscribed-categories): New variable.
1696         (gnus-matches-options-n): Use it.
1697         (gnus-default-subscribed-newsgroups): Remove unused variable.
1698         (gnus-start-draft-setup): Message a bit less.
1699
1700 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1701
1702         * nnir.el (nnir-run-imap): Return article list in order of increasing
1703         UID.
1704
1705 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-sum.el (gnus-summary-enter-digest-group):
1708         Mention gnus-auto-select-on-ephemeral-exit.
1709
1710         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1711         convention of the network-only option.
1712
1713 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * proto-stream.el (proto-stream-open-network-only): New function to
1716         have a way to specify non-STARTTLS upgrade connections.
1717
1718 2010-12-10  Julien Danjou  <julien@danjou.info>
1719
1720         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1721         email address is nil.
1722
1723         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1724
1725 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1726
1727         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1728         deletion.
1729         (nnir-run-imap): Only need to parse list once.
1730
1731 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * shr.el (shr-tag-script): Ignore <script>.
1734         (shr-tag-label): Add <label> support.
1735
1736 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1739
1740         * shr.el (shr-image-displayer): Work for images lined side by side.
1741
1742 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1743
1744         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1745         parameter, since XEmacs doesn't accept t as a parameter.
1746
1747 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1748
1749         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1750         ids.
1751         (nnir-run-gmane): Simplify groupspec formatting.
1752         (nnir-request-expire-articles): New function.
1753
1754 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1757         overflow, possibly.
1758
1759         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1760         (shr-render-td): Handle td style="" better.
1761         (shr-tag-table): Use the color from the style sheet.
1762         (shr-render-td): Make sure we copy over all the overlays, too.
1763
1764 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1765
1766         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1767         (nnir-request-article): Improve article retrieval.
1768
1769 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * mm-util.el (mm-extra-numeric-entities): New variable.
1772
1773         * mm-url.el (mm-url-decode-entities):
1774         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1775
1776         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1777
1778 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1779
1780         * message.el: Use completion-at-point.
1781         (message-completion-function): New fun, extracted from message-tab.
1782         (message-mode): Use it for completion-at-point-functions.
1783         (message-tab): Use it and completion-at-point.
1784
1785 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1788         character if a non-breakable character follows.
1789
1790 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1793         any stream.
1794
1795         * shr.el (shr-tag-font): Colorize the region.
1796         (shr-tag-body): Ditto.
1797         (shr-tag-font): Actually let the styles be inherited instead of
1798         overwriting them.
1799         (shr-tag-font): Get the background color right.
1800         (shr-tag-style): Ignore all <style> tags for the moment.
1801
1802         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1803         a Message-ID to avoid having nnimap depend on gnus-sum.
1804
1805         * shr.el (shr-descend): Only colorize something if we have a node that
1806         sets colors.
1807
1808 2010-12-06  Julien Danjou  <julien@danjou.info>
1809
1810         * shr.el (shr-render-td): Render td content with shr-descend, so style
1811         will be applied to <td> too.
1812         (shr-colorize-region): Colorize region even if we only have a background.
1813         (shr-tag-body): Fix color and background color inheritance.
1814         Do not recolorize after shr-generic.
1815         (shr-tag-font): Let shr-generic colorize via inheritance.
1816
1817 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1820
1821 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1822
1823         * nnir.el (nnir-request-move-article): Remove obsolete code.
1824
1825 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1828
1829 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-sum.el (gnus-summary-respool-article): The completion function
1832         expects a list instead of an alist.
1833
1834         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1835         string as the parameter.
1836
1837         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1838
1839         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1840         styles.
1841         (shr-colorize-region): New function.
1842         (shr-insert-background-overlay): Remove.
1843         (shr-render-td): Background setting should be taken care of on a higher
1844         level.
1845         (shr-tag-body): Use post-hoc colorizations.
1846         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1847         (shr-put-color-1): Don't overwrite old colors.
1848         (shr-colorize-region): When the background color isn't explicit, use
1849         a fixed background.
1850
1851         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1852         nnmail variables.
1853
1854 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1855
1856         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1857         unless necessary.
1858
1859 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1860
1861         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1862         server.
1863
1864 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1867         so that TAB works.
1868
1869         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1870         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1871
1872         * shr.el (shr-urlify): Show the URL before the title to avoid
1873         misleading URLs.
1874
1875 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1876
1877         * shr.el (shr-urlify): Display the title in <a> tags.
1878
1879 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1880
1881         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1882
1883 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1884
1885         * nnir.el: Rearrange code to allow macros to be autoloaded by
1886         gnus-sum.el.
1887         (nnir-retrieve-headers-override-function): Make this variable
1888         customizable.
1889         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1890
1891         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1892         from nnir.el.
1893
1894 2010-12-03  Julien Danjou  <julien@danjou.info>
1895
1896         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1897
1898 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1901         allow optional argument `environment'.
1902
1903 2010-12-03  Glenn Morris  <rgm@gnu.org>
1904
1905         * mm-extern.el (message-goto-body): Update declaration.
1906
1907 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-util.el (gnus-macroexpand-all): New function.
1910
1911         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1912         instead of macroexpand-all that is unavailable in XEmacs.
1913
1914 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * nnir.el (nnir-summary-line-format): New variable.
1917         (nnir-mode): Use it.
1918         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1919         (nnir-article-ids): Reimplement as defsubst.
1920         (nnir-retrieve-headers): Don't mangle the subject header.
1921         (nnir-run-imap): Use 100 as RSV score.
1922         (nnir-run-find-grep): Fix for full server searching.
1923         (nnir-run-gmane): Better restriction to gmane groups.
1924
1925         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1926         summary buffers.
1927
1928 2010-12-02  Julien Danjou  <julien@danjou.info>
1929
1930         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1931
1932         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1933
1934         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1935         support.
1936
1937 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1938
1939         * nnir.el: Update to handle the registry better.
1940         (autoload): Silence byte-compiler.
1941         (nnir-open-server): Add a hook for nnir groups.
1942         (nnir-request-move-article): Don't mangle the header. Better to use
1943         formating variables (which will be added in the future).
1944         (nnir-registry-action): Update the registry using the original article
1945         group name.
1946         (nnir-mode): Install nnir-specific hooks for updating the registry.
1947
1948         * gnus-sum.el
1949         (gnus-article-original-subject,gnus-newsgroup-original-name):
1950         Remove obsolete variables.
1951         (gnus-summary-move-article): Remove use of obsolete variables.
1952         (gnus-summary-local-variables): Make move and delete hooks local to
1953         summary buffers.
1954
1955 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * rtree.el: New file.
1958
1959 2010-12-01  Julien Danjou  <julien@danjou.info>
1960
1961         * message.el (message-user-organization): Do not use
1962         gnus-local-organization.
1963
1964         * gnus.el: Remove gnus-local-organization.
1965
1966         * gnus-msg.el: Remove nastygram thing.
1967
1968 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1971         funcall.
1972
1973 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1976         names.
1977
1978         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1979         characters.
1980
1981         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1982         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1983         Suggested by Štěpán Němec <stepnem@gmail.com>.
1984         (gnus-gravatar-transform-address): Use mail-extract-address-components
1985         that supports non-ASCII names rather than mail-header-parse-addresses.
1986
1987 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * proto-stream.el (open-protocol-stream): All starttls connections are
1990         handled by the network handler.
1991
1992 2010-11-30  Julien Danjou  <julien@danjou.info>
1993
1994         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1995         (nnimap-open-connection-1): Fix PREAUTH.
1996
1997         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1998
1999 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2002         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2003         (shr-insert): Use them.
2004         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2005
2006 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2007
2008         * nnir.el (nnir-request-move-article): Bail out if original group
2009         doesn't support article moves.
2010         (nnir-get-active): Improve active list retrieval.
2011
2012 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2015
2016 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2017
2018         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2019         seem to accept strings-with-numbers as port numbers,
2020
2021 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2022
2023         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2024         change the registry.
2025
2026 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2029         delete-dups that is not available in XEmacs 21.4.
2030
2031         * mm-util.el (mm-delete-duplicates): Add comment.
2032
2033 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2034
2035         * nnir.el (nnir-ignored-newsgroups): New variable.
2036         (nnir-get-active): Use it.
2037
2038 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * proto-stream.el (proto-stream-open-network): Add some comments.
2041
2042         * nntp.el (nntp-open-connection): Provide a :success condition.
2043
2044         * nnimap.el (nnimap-open-connection-1): Ditto.
2045
2046         * proto-stream.el (proto-stream-open-network): See what the response to
2047         the STARTTLS command is.
2048
2049         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2050         backwards compatibility).
2051         (nnimap-open-connection-1): Really respect nnimap-server-port.
2052
2053         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2054         TLS upgrades we don't really care about the identity of the peer.
2055         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2056         that what we've checked for.
2057         (proto-stream-always-use-starttls): Only default to t if
2058         open-gnutls-stream exists.
2059         (proto-stream-open-network): If STARTTLS failed, then just open a
2060         normal connection.
2061         (proto-stream-open-network): Wait until the greeting before doing
2062         STARTTLS.
2063
2064         * nntp.el (nntp-open-connection): Report what the connection error is.
2065
2066         * proto-stream.el (open-protocol-stream): Rename from
2067         open-proto-stream.
2068
2069 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * nnimap.el (nnimap-stream): Change default to `undecided'.
2072         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2073         first, and then network.
2074         (nnimap-open-connection-1): Respect nnimap-server-port.
2075         (nnimap-open-connection): Be more backwards-compatible.
2076
2077         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2078         (proto-stream-open-starttls): De-duplicate the starttls code.
2079         (proto-stream-open-starttls): Folded back into the main function.
2080         (proto-stream-open-network): Fix typo in the gnutls path.
2081         (proto-stream-command): Refactor out.
2082
2083         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2084
2085         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2086         starttls.el STARTTLS.
2087
2088         * color.el (color-lab->srgb): Fix function call name.
2089
2090         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2091         if we're using tls.el.
2092         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2093         built in, then don't try to establish a STARTTLS connection.
2094
2095         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2096         servers.
2097
2098         * proto-stream.el (open-proto-stream): Use network, not stream.
2099         (open-proto-stream): Add a way to specify what the end of a command is.
2100
2101         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2102         connections types.
2103         (nntp-open-network-stream): Remove.
2104         (nntp-open-ssl-stream): Remove.
2105         (nntp-open-tls-stream): Remove.
2106         (nntp-ssl-program): Remove.
2107
2108         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2109
2110 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2111
2112         * nnir.el: Fix typos.
2113         (nnir-retrieve-headers-override-function): Rename variable to reflect
2114         new semantics.
2115         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2116         macros.
2117         (nnir-request-article, nnir-request-move-article): Use them.
2118         (nnir-categorize): New function.
2119         (nnir-run-query): Use it.
2120         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2121         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2122         sorted.
2123         (nnir-group-full-name): Use gnus-group-full-name instead.
2124         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2125         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2126
2127 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2130
2131         * proto-stream.el: New library to provide protocol-specific
2132         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2133         protocols.
2134         (open-proto-stream): Complete the documentation.
2135         (proto-stream-open-network): Fix some typos.
2136
2137         * nnimap.el (nnimap-open-connection): Use it.
2138
2139 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2140
2141         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2142         negotiation.
2143
2144 2010-11-26  Julien Danjou  <julien@danjou.info>
2145
2146         * color.el: Rename various rgb functions to srgb.
2147
2148 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2151         names.
2152
2153 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * shr.el (shr-insert): Revert last change.
2156         (shr-find-fill-point): Never leave point being at bol;
2157         relax the kinsoku limitation when rendering tables.
2158
2159 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2162         results from -accept-article.
2163
2164         * shr-color.el: Require cl when compiling.
2165
2166         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2167         checkin.
2168
2169         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2170
2171         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2172
2173         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2174         'add and 'delete to set backend marks.
2175
2176         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2177
2178         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2179
2180         * nntp.el (nntp-request-set-mark): Use it.
2181
2182         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2183
2184         * nnml.el (nnml-request-set-mark): Ditto.
2185
2186         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2187         introduces regressions in article selection.
2188         (nnimap-find-uid-response): New function.
2189         (nnimap-request-accept-article): Use the UID returned, if any.
2190         (nnimap-request-move-article): Use the UID returned, if any.
2191         (nnimap-get-groups): Reimplement to work with folded lines.
2192         (nnimap-find-uid-response): The UID is the last element in the list.
2193         (nnimap-request-set-mark): Extend syntax with 'set.
2194
2195         * nnml.el (nnml-request-set-mark): Ditto.
2196
2197         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2198
2199         * nntp.el (nntp-request-set-mark): Ditto.
2200
2201 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * message.el (message-called-interactively-p): A temporary macro.
2204         (message-goto-body): Use it temporarily.
2205
2206 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2209         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2210         (nnimap-last-response-string): Fix last unfolding fix.
2211
2212 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * shr.el (shr-insert): Fix the way to fold lines.
2215
2216 2010-11-25  Julien Danjou  <julien@danjou.info>
2217
2218         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2219
2220         * color.el: Rename from color-lab.el
2221         (color-rgb->hex): Add.
2222         (color-complement): Add.
2223         (color-complement-hex): Add.
2224
2225         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2226
2227 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2230         don't exist.
2231
2232 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2235         assuming that article displaying or another mml-preview may be
2236         interrupted for an error or for the like.
2237
2238         * shr.el (shr-get-background): Fix argument name.
2239
2240 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2243
2244         * gnus-sum.el (gnus-summary-include-articles): New function.
2245
2246         * message.el (message-goto-body): called-interactively-p needs a
2247         parameter, so use `any'.
2248
2249         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2250         clear marks before moving, since they're synced from the Gnus side
2251         first.
2252
2253         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2254         (gnus-summary-move-article): Copy over all marks before moving, so that
2255         IMAP doesn't think a new article has arrived.
2256
2257 2010-11-24  Julien Danjou  <julien@danjou.info>
2258
2259         * shr.el (shr-insert-background-overlay): Fix typo.
2260         (shr-render-td): Copy the background before rendering.
2261
2262         * shr-color.el (shr-color-visible): Fix docstring.
2263
2264         * shr.el (shr-tag-table): Add bgcolor support.
2265         (shr-render-td): Add bgcolor support.
2266         (shr-get-background): Add.
2267         (shr-insert-foreground-overlay): Use shr-get-background.
2268
2269         * message.el (message-goto-body): Use called-interactively-p.
2270         (message-in-body-p): message-goto-body returns point.
2271
2272 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2275         Fixes something or other in Emacs 23, and is backwards compatible.
2276
2277         * message.el (message-goto-body): Remove the <#secure special-casing,
2278         which is too special.
2279
2280         * shr.el (shr-parse-style): Drop !important from styles.
2281
2282 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2283
2284         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2285         this function to return incorrect results when calling it with an
2286         explicit article argument different from
2287         (gnus-summary-article-number).
2288
2289 2010-11-24  Julien Danjou  <julien@danjou.info>
2290
2291         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2292         (shr-tag-body): Add background support.
2293         (shr-descend): Add background support.
2294         (shr-tag-title): Add.
2295
2296         * shr-color.el (shr-color-visible): Really return original background
2297         if fixed.
2298
2299 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * shr.el (shr-color-check): Protect against non-existent colour names.
2302
2303 2010-11-24  Julien Danjou  <julien@danjou.info>
2304
2305         * color-lab.el: Require 'cl when compiling.
2306
2307         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2308
2309         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2310         matched part.
2311
2312         * color-lab.el: Fix all expt calls to use float type.
2313
2314 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2317         expression to shr-color-check as is.
2318
2319         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2320
2321         * color-lab.el: Add coding cookie.
2322         (float-pi): Use eval-and-compile.
2323
2324         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2325         compiled for Emacsen having no `libxml-parse-html-region' support.
2326
2327 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * shr.el (shr-insert-color-overlay): Split stuff like
2330         "#444444 !important" to find the real colour.
2331         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2332         parse <font color="red"> entries.
2333
2334 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2335
2336         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2337         point when parsing headers.
2338
2339         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2340         is positioned properly when parsing headers.
2341
2342 2010-11-23  Julien Danjou  <julien@danjou.info>
2343
2344         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2345
2346         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2347
2348         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2349
2350         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2351         Use shr-color-hue-to-rgb.
2352         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2353
2354 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * shr.el (shr-color->hexadecimal): Autoload.
2357         (shr-descend): Add color to all tags.
2358
2359 2010-11-22  Julien Danjou  <julien@danjou.info>
2360
2361         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2362         shr-color->hexadecimal.
2363
2364         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2365         RGB() or HSL() color representation.
2366
2367         * shr.el (shr-tag-font): Add.
2368         (shr-tag-color-check): New function to get better colors.
2369         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2370         tag-span.
2371
2372         * shr-color.el: New file.
2373
2374         * color-lab.el: New file.
2375
2376         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2377
2378 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2379
2380         * nnir.el: Fix typo in comments.
2381         (nnir-run-imap): Simplify code. No need to reverse artlist.
2382         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2383
2384 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2387
2388         * nnimap.el (nnimap-get-capabilities): Refactor out.
2389         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2390
2391 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2392
2393         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2394         appearing when `mm-uu-hide-markers' is nil.
2395
2396 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * nnimap.el (nnimap-unselect-group): Make into its own function.
2399         (nnimap-request-rename-group): Unselect group before renaming.
2400         This had gotten lost somewhere.
2401         (nnimap-request-accept-article): Keep track of examined groups, and
2402         unselect the group before APPENDing to read-only groups.
2403         (nnimap-request-move-article): Clear flags before moving so that they
2404         can be re-set later.
2405
2406 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2409         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2410
2411 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * gnus-art.el (gnus-mime-display-single)
2414         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2415         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2416         parameter.
2417
2418 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2421         (shr-table-vertical-line): New variable.
2422         (shr-insert-table): Use it.
2423
2424 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-html.el (gnus-html-wash-images): Don't display images if
2427         gnus-inhibit-images is non-nil; register displayer for cid images.
2428         (gnus-html-display-image): Work for cid image.
2429         (gnus-html-insert-image): Allow arguments.
2430         (gnus-html-put-image): Inhibit read-only.
2431         (gnus-html-prefetch-images): Don't prefetch images if
2432         gnus-inhibit-images is non-nil.
2433
2434 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * shr.el (shr-put-image): Break lines when inserting big pictures.
2437
2438 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2439
2440         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2441         sender, thanks Katsumi Yamaoka.
2442
2443 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2444
2445         * nnir.el (nnir-run-imap): Reverse the article list for each group
2446         rather than the whole list.
2447
2448 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * shr.el (shr-image-displayer): Protect function against non-existent
2451         image source.
2452
2453         * gnus-art.el (gnus-inhibit-images): New user option.
2454         (gnus-mime-display-single): Don't display image if it is non-nil.
2455
2456         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2457         gnus-inhibit-images.
2458
2459         * shr.el (shr-image-displayer): New function.
2460         (shr-tag-img): Use it.
2461
2462 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2463
2464         * mml2015.el (mml2015-epg-sign): Use From header.
2465
2466 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2469
2470         * gnus-util.el (gnus-find-text-property-region): Return markers.
2471
2472         * shr.el (shr-tag-img): Put a displayer in the text property.
2473
2474         * gnus-util.el (gnus-find-text-property-region): New utility function.
2475
2476         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2477         (gnus-html-show-images): Remove.
2478
2479         * gnus-art.el (gnus-article-show-images): New, more general function.
2480
2481         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2482         image url text properties.
2483
2484         * shr.el: Ditto.
2485
2486         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2487         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2488
2489 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2492         work for two or more articles.
2493
2494 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2497         divide an image that's in an html article to two or more when washing
2498         non-ASCII characters in alt text of it.
2499
2500 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2503         smime-decrypt-region using function argument.
2504         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2505
2506         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2507
2508         * smime.el (smime-decrypt-region): Catch it.
2509
2510 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2511
2512         * smime.el (smime-mode-map): Move initialization into declaration.
2513         (gnus-run-mode-hooks): Don't autoload.
2514         (smime-mode): Use define-derived-mode.
2515
2516 2010-11-11  Glenn Morris  <rgm@gnu.org>
2517
2518         * smime.el (from): Restrict declaration to XEmacs.
2519
2520         * nnir.el (gnus-group-topic-name): Autoload.
2521
2522 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * shr.el (shr-insert): Don't break long line if it is because of
2525         kinsoku-bol characters in the line end.
2526
2527 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2528
2529         * nnir.el (nnir-request-move-article): Fix to provide original group
2530         and subject.
2531         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2532         been retrieved.
2533
2534         * gnus-sum.el (gnus-summary-move-article): Use original group and
2535         subject for virtual articles such as those in an nnir summary buffer.
2536
2537 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2540         least 21.5).
2541
2542         * smime.el (from): Declare it again for XEmacs.
2543
2544 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * message.el (message-resend): Don't disable encoding unless it's
2547         already encoded.
2548
2549         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2550         low-numbered articles.
2551
2552 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * rfc2047.el (rfc2047-syntax-table): Simplify.
2555
2556         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2557
2558         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2559         set-char-table-range for XEmacs.
2560
2561 2010-11-10  Glenn Morris  <rgm@gnu.org>
2562
2563         * time-date.el (time-to-seconds): Always an alias on Emacs,
2564         never a real function.
2565         (with-no-warnings): Remove compat stub, now unused.
2566         (time-less-p): Doc fix.
2567         (time-to-number-of-days): Simplify.
2568
2569         * smime.el (from): Remove unused declaration.
2570
2571         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2572         (gnus-float-time): On Emacs, always an alias.
2573
2574         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2575         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2576
2577 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * dgnushack.el: Don't use ignore-errors in the top level form since it
2580         is unavailable in XEmacs even if cl is loaded.
2581
2582         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2583
2584 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * shr.el (browse-url-mailto): Autoload.
2587
2588         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2589
2590         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2591         regexp doesn't need quoting.
2592
2593 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2594
2595         * message.el (message-subject-trailing-was-ask-regexp)
2596         (message-subject-trailing-was-regexp): Match was: in addition to was.
2597
2598 2010-11-09  Glenn Morris  <rgm@gnu.org>
2599
2600         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2601         (nnbabyl-check-mbox): Use point-at-bol.
2602
2603 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2606
2607         * message.el (message-mailto): New function.
2608         (message-mailto): Should accept other parameters.
2609         (message-mailto): Remove since it duplicates browse-url-mailto
2610         functionality.
2611
2612 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2615         methods.
2616         (gnus-read-active-file): Ditto.
2617
2618         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2619         ": " from the prompt.
2620         (gnus-group-make-group): Ditto.
2621
2622 2010-11-07  Glenn Morris  <rgm@gnu.org>
2623
2624         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2625         (gnus-bookmark-kill-line): Use point-at-eol.
2626
2627 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2630         asterisks in From header.
2631
2632 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2635         string to avoid making the From headers syntactically invalid.
2636
2637         * message.el (message-send-mail): Don't insert courtesy messages if the
2638         message already has List-Post and List-ID messages.
2639
2640 2010-11-06  Glenn Morris  <rgm@gnu.org>
2641
2642         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2643         `condition', `type', `length' a prefix.
2644         (gnus-treat-predicate): Update for above name changes.
2645
2646 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2647
2648         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2649         binding.  Handled by `gnus-summary-refer-thread' instead.
2650         (nnir-warp-to-article): New backend function.
2651
2652         * nnimap.el (nnimap-request-thread): Force dependency updating.
2653
2654         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2655         (gnus-summary-refer-thread): Rework to improve thread-referral.
2656
2657         * gnus-int.el (gnus-warp-to-article): New function.
2658
2659         * gnus-sum.el (gnus-summary-article-map): Bind it.
2660
2661 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2662
2663         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2664         gnus-summary-refer-thread.
2665
2666         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2667         headers.
2668         (gnus-summary-limit-include-thread): Prevent articles in thread from
2669         being cut in gnus-cut-threads.
2670         (gnus-summary-refer-thread): Limit retrieved headers to those in
2671         thread.
2672
2673 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * message.el (message-send-mail): Use the value of
2676         message-courtesy-message from the message buffer.
2677
2678         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2679
2680         * shr.el (shr-browse-url): Implement mailto: URLs.
2681
2682         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2683         "raw".
2684
2685         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2686         if it's already selected.
2687
2688         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2689
2690 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2693         to measure the length and truncate alt text.
2694
2695 2010-11-03  Glenn Morris  <rgm@gnu.org>
2696
2697         * nndiary.el (nndiary-generate-nov-databases-1)
2698         (nndiary-generate-active-info): Rename dynamic variable `files' to
2699         something less generic.
2700
2701 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2702
2703         * nnir.el (nnir-request-move-article): Call the underlying backend to
2704         move articles from nnir.
2705
2706 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2709
2710 2010-11-02  Julien Danjou  <julien@danjou.info>
2711
2712         * nnir.el: Remove wais support.
2713
2714 2010-11-02  Glenn Morris  <rgm@gnu.org>
2715
2716         * gnus-html.el: Reorder requirements to quieten compiler.
2717
2718 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2721         properly for XEmacs as well.
2722         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2723         (gnus-article-natural-long-line-p): Use window-width rather than
2724         frame-width.
2725
2726 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2727
2728         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2729         (nnir-read-parms): Don't modify query.
2730         (nnir-run-query): Add ability to search topic on current line.
2731         (nnir-get-active): Clean up.
2732
2733 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2736         degenerate articles.
2737
2738         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2739         (gnus-print-buffer): Just print the buffer as is, without any copying
2740         to a buffer and then re-highlighting.
2741
2742         * nnimap.el (nnimap-request-group): Store the new updated info.
2743         (nnimap-request-group): Select the group when we don't know whether it
2744         exists or not.
2745
2746         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2747         groups.
2748
2749         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2750         groups.
2751
2752         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2753         groups.
2754
2755         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2756         long-lines case by only filling the long lines.
2757
2758         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2759         (bug #7311).
2760
2761 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * shr.el: No need to declare `declare-function' since shr.el is for
2764         only Emacsen that provide `libxml-parse-html-region'.
2765
2766         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2767         effective only in a file it is referred to.
2768
2769 2010-11-01  Glenn Morris  <rgm@gnu.org>
2770
2771         * mm-util.el (gnus-completing-read): Autoload.
2772         (mm-read-coding-system): Simplify Emacs definition.
2773
2774         * nnmail.el (gnus-activate-group):
2775         * nnimap.el (gnutls-negotiate):
2776         * nntp.el (netrc-parse): Fix declarations.
2777
2778 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2781         string-match-p in Emacs >=23.
2782
2783         * gnus-msg.el (gnus-configure-posting-styles)
2784         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2785
2786 2010-11-01  Glenn Morris  <rgm@gnu.org>
2787
2788         * nnir.el (declare-function): Add compat stub.
2789         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2790         (nnir-run-gmane): Require 'mm-url.
2791
2792         * mm-util.el (mm-string-to-multibyte): Simplify.
2793
2794         * shr.el (declare-function): Add compat stub.
2795         (url-cache-create-filename): Declare.
2796         (mm-disable-multibyte, widget-convert-button): Autoload.
2797
2798         * smime.el (ldap-search): Declare.
2799         (smime-cert-by-ldap-1): Require ldap on Emacs.
2800
2801         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2802         (nnimap-keepalive): Use gnus-float-time.
2803
2804         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2805         (mail-source-delete-crash-box): Use gnus-float-time.
2806
2807         * gnus-dired.el (gnus-completing-read): Autoload.
2808
2809         * mm-view.el (gnus-rescale-image): Autoload.
2810
2811         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2812
2813         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2814
2815         * sieve-manage.el: Require 'cl when compiling.
2816
2817         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2818         (gnus-iswitchb-completing-read): Require iswitchb.
2819         (gnus-select-frame-set-input-focus): Silence compiler.
2820
2821 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * message.el (message-subject-trailing-was-query): Change default to t,
2824         since I think that's what most people want.
2825
2826         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2827         appending for easier debugging.
2828         (nnimap-wait-for-connection): Take a regexp.
2829         (nnimap-request-accept-article): Wait for the continuation line before
2830         sending anything unless we're streaming.
2831
2832         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2833         leave the header washing to take place.
2834
2835 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2836
2837         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2838         regular expression match and replace in posting styles.
2839
2840 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2841
2842         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2843         an entire server.
2844         (nnir-get-active): New function.
2845         (nnir-run-imap): Use it.
2846         (nnir-run-gmane): Who knew, gmane search returns an article score!
2847
2848         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2849         server on the current line with nnir.
2850
2851 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2854         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2855         left edge.
2856         (gnus-article-foldable-buffer): Skip past the prefix when determining
2857         raggedness.
2858
2859         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2860         the raw article, and change `C-u g' to show the article without doing
2861         treatments.
2862
2863         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2864         on to `gnus-treat-article'.
2865         (gnus-inhibit-article-treatments): New variable.
2866
2867         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2868
2869         * gnus-art.el (gnus-treatment-function-alist): Have
2870         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2871         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2872         sections.
2873
2874         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2875         parameter.
2876         (gnus-article-fill-cited-long-lines): New function.
2877         (gnus-article-fill-cited-article): Allow filling only long sections.
2878
2879         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2880         and non-punctuation (like after the apostrophe in "'We").
2881
2882         * gnus-sum.el (gnus-summary-select-article): Make sure
2883         gnus-original-article-buffer is alive.
2884
2885         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2886         reflect the order they're in in the digest.
2887
2888         * gnus.el (gnus-group-startup-message): Move point to the start of the
2889         buffer.
2890
2891         * nnimap.el (nnimap-capability): New function.
2892         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2893         is set.
2894
2895 2010-10-31  David Engster  <dengste@eml.cc>
2896
2897         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2898         conform with changes to gnus-completing-read.
2899
2900 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2903
2904 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2905
2906         * nnir.el: Move defvar, defcustom around to keep file organized
2907         and keep byte-compiler quiet.
2908         (nnir-read-parms): Accept search-engine as arg.
2909         (nnir-run-query): Pass search-engine as arg.
2910         (nnir-search-engine): Remove.
2911
2912 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * shr.el (shr-generic): The text nodes should be text, not :text.
2915
2916         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2917         later in the file.
2918
2919 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2920
2921         * nnir.el: General clean up.  Allow searching with multiple engines.
2922         Allow separate extra-parameters for each engine.
2923         Batch queries when possible.
2924         (nnir-imap-default-search-key,nnir-method-default-engines):
2925         Add customize interface.
2926         (nnir-run-gmane): New engine.
2927         (nnir-engines): Use it.  Qualify all prompts with engine name.
2928         (nnir-search-engine): Remove global variable.
2929         (nnir-run-hyrex): Restore for now.
2930         (nnir-extra-parms,nnir-search-history): New variables.
2931         (gnus-group-make-nnir-group): Use them.
2932         (nnir-group-server): Remove in favor of gnus-group-server.
2933         (nnir-request-group): Avoid searching twice.
2934         (nnir-sort-groups-by-server): New function.
2935
2936 2010-10-30  Julien Danjou  <julien@danjou.info>
2937
2938         * gnus-group.el: Remove gnus-group-fetch-control.
2939
2940         * gnus-start.el (gnus-find-new-newsgroups):
2941         Remove gnus-check-first-time-used.
2942
2943         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2944
2945 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2946
2947         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2948         set on groups that don't have \* permanentflags.
2949
2950 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2953         control the background color.
2954         (shr-tag-img): Ignore very small web bug type images.
2955         (shr-put-image): Add help-echo alt texts to the images.
2956         (shr-tag-video): Show the video poster image.
2957
2958 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * shr.el (shr-table-depth): New variable.
2961         (shr-tag-table-1): Only insert the images after the top-level table.
2962
2963         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2964
2965         * gnus-util.el (gnus-list-memq-of-list): New function.
2966
2967         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2968         selected.
2969         (nnimap-unsplittable-articles): New slot.
2970         (nnimap-new-articles): Use it.
2971
2972 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2973
2974         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2975         move to the previous line on `M-g'.
2976
2977 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2980         *-request-group, which seems unnecessary.
2981
2982         * nnimap.el (nnimap-quote-specials): Function copied over from
2983         imap.el.
2984         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2985         they support that.  Suggested by Tom Regner.
2986
2987 2010-10-29  Julien Danjou  <julien@danjou.info>
2988
2989         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2990         defalias.
2991         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2992
2993         * gnus.el: Remove `gnus-nntp-service' variable.
2994         (gnus-secondary-servers): Make obsolete.
2995         (gnus-nntp-server): Make obsolete.
2996
2997         * gnus-start.el (gnus-1): Remove x-splash calls.
2998
2999         * gnus-ems.el (gnus-x-splash): Remove.
3000
3001         * gnus.el (gnus-group-startup-message): Simplify/update code.
3002
3003         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3004         definition.
3005
3006         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3007         capability before doing anything.
3008         (gnus-group-insert-group-line): Remove useless
3009         gnus-group-remove-excess-properties.
3010
3011 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3014
3015 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3018         config after reselecting.
3019
3020 2010-10-28  Julien Danjou  <julien@danjou.info>
3021
3022         * shr.el (shr-put-image): Use point even if only inserting text.
3023         (shr-put-image): Save excursion when inserting alt text on non-graphic
3024         display, so the behaviour is the same when we are on a graphic display.
3025
3026         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3027
3028 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3031         (gnus-mime-copy-part): Check coding system, not charset.
3032         (gnus-mime-view-part-externally): Never remove part.
3033         (gnus-mime-view-part-internally): Don't remove part here.
3034         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3035         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3036         multipart/alternative.
3037
3038         * mm-decode.el (mm-display-part): Take optional arg `force'.
3039
3040 2010-10-26  Julien Danjou  <julien@danjou.info>
3041
3042         * gnus-group.el (gnus-group-default-list-level): Add this function to
3043         compute the default list level.
3044         (gnus-group-default-list-level): Add possibility to use a function.
3045
3046 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3049
3050         * gnus-group.el (gnus-group-completing-read)
3051         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3052         gnus-replace-in-string.
3053
3054 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * shr.el (shr-tag-div): Add.
3057
3058         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3059
3060 2010-10-25  Julien Danjou  <julien@danjou.info>
3061
3062         * gnus-util.el: Remove `gnus-with-local-quit'.
3063
3064         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3065
3066 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3069         the original article buffer.
3070
3071 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * nnimap.el (nnimap-request-head): New function.
3074         (nnimap-request-move-article): Try to be slighly faster by not
3075         requesting the entire message when moving.
3076         (nnimap-transform-headers): Don't bug out on bodiless articles.
3077         (nnimap-send-command): Have no outstanding messages if the IMAP server
3078         doesn't support streaming.
3079         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3080
3081 2010-10-24  Julien Danjou  <julien@danjou.info>
3082
3083         * message.el (message-default-headers): Fix type.
3084
3085 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3088         prefetching images.
3089
3090         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3091         backend for unknown groups.  This is mainly useful for nnimap groups.
3092
3093         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3094         group isn't covered by the agent.
3095
3096 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3097
3098         * nnir.el (nnir-method-default-engines): New variable.
3099         (nnir-run-query): Use it.
3100         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3101         (gnus-summary-nnir-goto-thread): Change group if needed.
3102
3103         * gnus-group.el (gnus-group-group-map): Add key binding for
3104         gnus-group-make-nnir-group.
3105
3106 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * shr.el (shr-tag-object): Add.
3109
3110         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3111         original article buffer live.
3112         (gnus-summary-select-article-buffer):
3113         Mention gnus-widen-article-buffer.
3114
3115 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * shr.el (shr-tag-strong): Add.
3118
3119 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3122         group names.  They mess up the group buffer badly.
3123
3124         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3125
3126         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3127         instead of the summary one.
3128
3129 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * mml.el (mml-preview): Work properly when editing article.
3132
3133         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3134         gnus-have-read-active-file if it's already been in.
3135
3136 2010-10-22  Tom Tromey  <tromey@redhat.com>
3137
3138         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3139         gnus-group-completing-read.
3140
3141 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * message.el (message-mode-map): Don't bind M-; to comment region, to
3144         allow the global comment-dwim to work.
3145
3146 2010-10-21  Julien Danjou  <julien@danjou.info>
3147
3148         * message.el (message-setup-1): Allow message-default-headers to be a
3149         function.
3150
3151 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * shr.el (shr-tag-table): Simplify.
3154
3155 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3158         to avoid trying to snarf invalid stuff.
3159
3160         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3161
3162         * gnus.el (gnus-message-archive-group): Quote value.
3163         (gnus-message-archive-group): Mark as changed.
3164
3165         * shr.el (shr-add-font): Don't put the font properties on the newline
3166         or the indentation.
3167
3168         * message.el (message-fix-before-sending): Change options when sending
3169         non-printable characters.
3170
3171         * gnus.el (gnus-message-archive-method): Change the default to
3172         monthly outgoing groups.
3173
3174         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3175         that have gotten new numbers.
3176
3177         * nnimap.el (nnimap-request-replace-article): New function.
3178
3179 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3182         (nnrss-request-article): Don't use special html washing code.
3183
3184 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * shr.el (shr-tag-table): Remove useless nconc.
3187
3188 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * gnus-art.el (article-wash-html): Simplify and remove the charset
3191         stuff.  Use the normal html rendering code instead of the special html
3192         washing code.
3193
3194         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3195         `gnus-w3m' symbols.
3196         (mm-text-html-washer-alist): Remove.
3197
3198         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3199         (mm-inline-media-tests): Remove use.
3200         (mm-text-html-renderer): Change default to the `shr' symbol.
3201
3202         * mm-view.el (mm-inline-text-html): Remove use.
3203
3204         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3205         `gnus-blocked-images' to be a function.
3206         (gnus-article-wash-function): Remove.
3207
3208 2010-10-20  Julien Danjou  <julien@danjou.info>
3209
3210         * spam.el (spam-list-of-processors): Mark as obsolete.
3211
3212         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3213         (nnimap-insert-partial-structure): Fix boundary detection.
3214
3215 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3216
3217         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3218         run file-truename on remote files.  This can be expensive and even
3219         prevent one from editing drafts if some unrelated buffer has a stale
3220         connection.
3221
3222 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3225         kinsoku-eol regardless of shr-kinsoku-shorten.
3226         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3227         (shr-tag-table): Support caption, thead, and tfoot.
3228
3229 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3232         lines.
3233         (shr-save-contents): New command and keystroke.
3234
3235         * nndoc.el (nndoc-type-alist): Add git support.
3236         (nndoc-git-type-p): New function.
3237         (nndoc-transform-git-article): Ditto.
3238         (nndoc-transform-git-headers): Ditto.
3239         (nndoc-transform-git-headers): Generate Subject headers.
3240
3241         * shr.el (shr-parse-style): New function.
3242         (shr-tag-span): Ditto.
3243
3244         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3245         to `G G' to avoid collisions.
3246
3247 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * shr.el: Load kinsoku if necessary.
3250         (shr-kinsoku-shorten): New internal variable.
3251         (shr-find-fill-point): Make kinsoku shorten text line if
3252         shr-kinsoku-shorten is bound to non-nil.
3253         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3254         shr-indentation too when testing if table is wider than frame width.
3255         (shr-insert-table): Use `string-width' instead of `length' to measure
3256         text width.
3257         (shr-insert-table-ruler): Make sure indentation is done at bol.
3258
3259 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3262         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3263         undecoded network data.
3264
3265 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3268         name in the mode line spec so that the mode line menu works
3269         (bug #2431).
3270
3271         * message.el (message-get-reply-headers): If we're fed `to-address',
3272         then always use that.
3273
3274         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3275         aren't so wide as to need to switch off the edit menu.
3276
3277         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3278         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3279
3280         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3281         `M-g'.
3282         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3283         the permanent marks.
3284
3285 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3286
3287         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3288         Splitting according to references/in-reply-to obeys the ignore-groups
3289         variable, while splitting by sender and subject do not.
3290
3291 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3294         alist, so that we can look for non-Unicode chars.
3295         (article-translate-strings): Allow both character and string maps.
3296
3297 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * shr.el (shr-insert): Don't insert space behind a wide character
3300         categorized as kinsoku-bol, or between characters both categorized as
3301         nospace.
3302
3303 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3304
3305         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3306         headers to gnus-newsgroup-headers.
3307
3308 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * shr.el (shr-tag-img): Don't align images -- since we're not
3311         rescaling, this often leads to ugly displays.
3312
3313 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3314
3315         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3316         duplicates.
3317
3318 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3319
3320         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3321         call.
3322
3323 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus.el: Autoload gnus-html-show-images.
3326
3327         * nnimap.el: Use nnheader-message throughout.
3328
3329         * shr.el (shr-tag-img): Ignore images with no data.
3330
3331 2010-10-15  Julien Danjou  <julien@danjou.info>
3332
3333         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3334         a possibility to disable format=flow encoding when using hard newlines.
3335
3336 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * shr.el (shr-insert): Remove space inserted before or after a
3339         breakable character or at the beginning or the end of a line.
3340         (shr-find-fill-point): Do kinsoku; find the second best point or give
3341         it up if there's no breakable point.
3342
3343 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnimap.el (nnimap-open-connection): Message when opening connection
3346         for debugging purposes.
3347
3348         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3349         on every setup buffer call to allow this to change from article to
3350         article.
3351
3352         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3353         buffers where we have a wide table.
3354
3355 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3356
3357         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3358         uses *-request-thread.
3359
3360 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3363         incantation, which is no longer valid.
3364
3365 2010-10-14  Julien Danjou  <julien@danjou.info>
3366
3367         * shr.el: Fix defcustom type (char -> character).
3368
3369 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3372         programs.
3373
3374 2010-10-14  Julien Danjou  <julien@danjou.info>
3375
3376         * shr.el (shr-tag-a): Use url-link as widget type.
3377
3378         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3379         `gnus-group-get-icon'.
3380
3381 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3384         This should make server editing work better.
3385
3386         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3387
3388         * tls.el (tls-program): Remove spurious %s from openssl.
3389
3390         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3391         (nnimap-parse-flags): Fix regexp.
3392
3393         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3394         probably work for CJVK text, too.
3395
3396         * nnimap.el (nnimap-extend-tls-programs): Remove.
3397         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3398
3399         * tls.el (tls-starttls-switches): Remove starttls hack.
3400         (open-tls-stream): Ditto.
3401         (tls-find-starttls-argument): Ditto.
3402
3403 2010-10-13  Julien Danjou  <julien@danjou.info>
3404
3405         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3406         responses.
3407
3408 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3411
3412         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3413         anything in Emacs.
3414
3415         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3416
3417 2010-10-13  Julien Danjou  <julien@danjou.info>
3418
3419         * shr.el (shr-width): Make shr-width a defcustom with default to
3420         fill-column.
3421         (shr-tag-img): Use shr-width rather than fill-column.
3422
3423 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * dgnushack.el (byte-optimize-apply)
3426         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3427
3428         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3429         position when (X-)Faces exist.
3430         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3431         avatars when called interactively.
3432
3433 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3436         gnus-article-x-face-too-ugly is bound.
3437
3438 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3441
3442         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3443         mailbox that doesn't exist.
3444
3445 2010-10-12  Julien Danjou  <julien@danjou.info>
3446
3447         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3448         (shr-get-image-data): Encode URL properly when fetching from cache.
3449         (shr-tag-img): Use aligned-to spaces to align correctly images.
3450
3451         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3452         before inserting the Gravatar.
3453
3454         * shr.el (shr-tag-img): Add align attribute support for <img>.
3455
3456 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * gnus-gravatar.el (gnus-art): Require.
3459
3460         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3461         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3462         Remove long obsoleted functions.
3463
3464 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3467
3468         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3469
3470         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3471         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3472         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3473         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3474         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3475         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3476         * sieve-manage.el, smime.el, spam.el:
3477         Fix comment for declare-function.
3478
3479 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnimap.el (nnimap-request-rename-group): Select group read-only
3482         before renaming it.
3483
3484         * shr.el (shr-insert): Fix up the white space only regexp.
3485
3486         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3487         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3488
3489         * shr.el (shr-current-column): New function.
3490         (shr-find-fill-point): New function.
3491
3492 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3493
3494         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3495         numbers.
3496
3497 2010-10-11  Julien Danjou  <julien@danjou.info>
3498
3499         * shr.el (shr-hr-line): Add.
3500         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3501         display hr lines.
3502         (shr-max-columns): Do not change state to nil if we just inserting
3503         spaces.
3504
3505 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3508         select the last group.
3509
3510 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3511
3512         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3513
3514 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3515
3516         * dig.el (dig-mode-map): Declare and define in one step.
3517
3518 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3521         for Gnus.
3522         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3523         (nnimap-update-qresync-info): Mark \Seen articles as read.
3524
3525         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3526         non-variable, too.
3527
3528         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3529         available.
3530         (nnimap-update-info): Rely more on the current active than the param
3531         active to avoid marking articles as read too much.
3532
3533         * auth-source.el (auth-source-create): Use (user-login-name) for the
3534         user name default.
3535
3536         * nnimap.el (nnimap-update-info): If the server doesn't return any
3537         useful info, just use the previous info.
3538         (nnimap-update-info): Prefer old info over start-article.
3539         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3540
3541 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3542
3543         * nnir.el (autoload): Clean up autoloads.
3544         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3545         Use key rather than value.
3546         (nnir-imap-search-other): New variable.
3547         (nnir-read-parm): Use it.
3548         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3549         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3550
3551 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3552
3553         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3554         the process, too.
3555
3556 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * spam.el (gnus-summary-mode-map): Bind to "$".
3559         Suggested by Russ Allbery.
3560
3561         * shr.el: Rework the way things are indented by <li> slightly.
3562
3563         * gnus.el (gnus-group-set-parameter): Fix typo.
3564
3565         * nnimap.el: Start implementing QRESYNC support.
3566
3567 2010-10-09  Julien Danjou  <julien@danjou.info>
3568
3569         * nnir.el (nnir-engines): Fix too many arguments.
3570
3571 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3574         group is the "last", so that the backends like nnfolder actually save
3575         their folders.
3576
3577         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3578         try to use that for the tls stream.
3579         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3580         UIDVALIDITY and find out which groups are read-only and not.
3581         (nnimap-get-flags): Use the same marks parsing code as the rest of
3582         nnimap.
3583
3584 2010-10-09  Julien Danjou  <julien@danjou.info>
3585
3586         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3587
3588         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3589         retrieving gravatars.
3590
3591         * shr.el (shr-table-corner): Add.
3592         (shr-table-line): Add.
3593         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3594
3595 2010-10-08  Julien Danjou  <julien@danjou.info>
3596
3597         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3598
3599 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3602
3603         * gnus-sum.el (gnus-mark-article-as-unread)
3604         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3605         (gnus-summary-set-bookmark): Use it.
3606
3607         * gnus-msg.el (gnus-setup-message): Use it.
3608
3609         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3610
3611         * gnus.el (gnus-group-remove-parameter): Use it.
3612
3613         * gnus-group.el (gnus-group-make-web-group): Use it.
3614
3615         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3616
3617         * nnregistry.el: Update docs to mention manual.
3618
3619         * gnus-registry.el: Update docs to mention nnregistry.el.
3620         (gnus-registry-initialize): Don't install nnregistry refer method
3621         automatically.
3622         (gnus-registry-install-nnregistry): Remove it.
3623
3624 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * shr.el (shr-insert): Don't insert double spaces.
3627
3628 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-gravatar.el (gnus-treat-from-gravatar)
3631         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3632         called interactively.
3633
3634         * gnus-art.el (gnus-mime-view-part-externally)
3635         (gnus-mime-view-part-internally): Make predicate function passed to
3636         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3637         of a mime type.
3638
3639         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3640
3641 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * shr.el (require): Require cl when compiling.
3644         (shr-tag-hr): New function.
3645
3646         * nnimap.el (nnimap-update-info): Remove double setting of high.
3647         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3648         This makes nnimap work properly on Courier again.
3649
3650         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3651         the variable for backwards compatibility.
3652
3653         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3654         the file name before using to avoid setting mm-default-directory to
3655         nil.
3656
3657         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3658         bidning gnus-agent variables.
3659
3660         * shr.el (shr-render-td): Use a cache for the table rendering function
3661         to avoid getting an exponential rendering behaviour in nested tables.
3662         (shr-insert): Rework the line-breaking algorithm.
3663         (shr-insert): Don't leave trailing spaces.
3664         (shr-insert-table): Also insert empty TDs.
3665         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3666
3667 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3668
3669         * gnus-sum.el (gnus-number): Rename from `number'.
3670         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3671         (gnus-summary-limit-children): Update uses correspondingly.
3672
3673 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3676         (gnus-gravatar-transform-address): Don't show avatars of people of
3677         which mail addresses match gnus-gravatar-too-ugly.
3678
3679 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * shr.el (shr-table-widths): Expand TD elements to fill available
3682         space.
3683
3684 2010-10-07  Julien Danjou  <julien@danjou.info>
3685
3686         * nnimap.el (nnimap-request-rename-group): Add this method.
3687
3688 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3691         name from XEmacs' function-arglist.
3692
3693         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3694         gravatar under XEmacs.
3695
3696 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * auth-source.el: Update docs with TODO items.
3699
3700         * gnus-sync.el: Update docs to explain state and plans.
3701
3702         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3703         Hooks for mark updates.
3704         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3705
3706         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3707         hooks with arguments, which is needed for mark update hooks.
3708
3709 2010-10-06  Julien Danjou  <julien@danjou.info>
3710
3711         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3712         was matched.
3713
3714         * sieve-manage.el: Update example in `Commentary'.
3715
3716         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3717
3718         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3719         not 2000.
3720         (sieve-manage-authenticate): Re-add function.
3721
3722 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * shr.el (shr-insert): Get 'space transition right.
3725         (shr-render-td): Only delete space at the end of the TD.
3726
3727         * nnimap.el (nnimap-open-connection): Prepare to support
3728         open-gnutls-stream.
3729
3730         * shr.el: Rearrange function order to be more logical.
3731
3732 2010-10-06  Julien Danjou  <julien@danjou.info>
3733
3734         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3735         (nnrss-discover-feed): Remove 404 URL in docstring.
3736
3737         * nnir.el: Fix Swish-E URL.
3738         Fix Namazu URL.
3739
3740         * message.el (message-change-subject): Remove 404 URL in a comment.
3741
3742 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3745         called interactively.
3746
3747         * gnus-util.el (gnus-remove-if): Allow hash table.
3748         (gnus-remove-if-not): New function.
3749
3750         * gnus-art.el (gnus-mime-view-part-as-type)
3751         * gnus-score.el (gnus-summary-score-effect)
3752         * gnus-sum.el (gnus-read-move-group-name):
3753         Replace remove-if-not with gnus-remove-if-not.
3754
3755         * gnus-group.el (gnus-group-completing-read):
3756         Regard collection as a hash table if it is not a list.
3757
3758 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3761
3762         * shr.el: Document the table-rendering algorithm.
3763
3764 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3767         for Emacsen having no `libxml-parse-html-region' support.
3768
3769 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3772         invalid URLs.
3773
3774         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3775         line-broken.
3776         (shr-tag-img): Ignore image fetching errors.
3777         (shr-overlays-in-region): Compute overlay positions correctly.
3778
3779         * mm-decode.el (mm-shr): Require shr.
3780
3781         * gnus-art.el (gnus-blocked-images): Move variable here.
3782
3783         * shr.el (shr-insert-table): Bind free variable.
3784
3785         * mm-decode.el (mm-shr): Bind shr-content-function.
3786
3787         * shr.el (shr-content-function): New variable.
3788
3789         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3790         added for symmetry.
3791
3792         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3793
3794         * gnus-group.el (gnus-group-make-group): Doc fix.
3795
3796         * nnimap.el (nnimap-request-newgroups): Return success.
3797
3798         * shr.el (shr-find-elements): New function.
3799         (shr-tag-table): Put all the images after the table.
3800         (shr-tag-table): Really inhibit images inside the table.
3801         (shr-collect-overlays): Copy over overlays from the TD elements to the
3802         main document.
3803
3804         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3805         gnus-blocked-images.
3806
3807 2010-10-05  Julien Danjou  <julien@danjou.info>
3808
3809         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3810
3811         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3812         (gnus-html-maximum-image-size): Add this function.
3813         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3814
3815         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3816         server-value of the capability is nil.
3817
3818 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * shr.el (shr-tag-em): Add <EM> tag.
3821
3822 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3823
3824         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3825         customizable.
3826
3827         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3828         handing broken links to browse-url.
3829
3830 2010-10-05  Julien Danjou  <julien@danjou.info>
3831
3832         * gnus-util.el (gnus-emacs-completing-read)
3833         (gnus-iswitchb-completing-read): Use autoload rather than require.
3834
3835 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3838         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3839         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3840         iswitchb-temp-buflist for XEmacs.
3841
3842         * gnus-util.el (gnus-completing-read-function): Exclude
3843         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3844         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3845         XEmacs.
3846
3847         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3848         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3849
3850         * gnus-html.el: Don't require help-fns under XEmacs.
3851         (gnus-html-schedule-image-fetching): Work for XEmacs.
3852
3853         * mm-decode.el (mm-shr): Decode contents by charset.
3854
3855 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3858         unknown.
3859
3860         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3861         (shr-get-image-data): Ensure against the cache file missing.
3862
3863         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3864         for data.
3865
3866         * spam-report.el (spam-report-url-ping-plain): Don't query about
3867         killing the process.
3868
3869         * shr.el (shr-render-td): Protect against too-wide text.
3870
3871 2010-10-04  Julien Danjou  <julien@danjou.info>
3872
3873         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3874         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3875
3876         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3877         retrieved.
3878
3879 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * shr.el (browse-url): Require.
3882         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3883         lines.
3884         (shr-show-alt-text, shr-browse-image): New commands.
3885         (shr-browse-url, shr-copy-url): New commands.
3886
3887         * gnus-sum.el (gnus-widen-article-window): New variable.
3888         (gnus-summary-select-article-buffer): Use it.
3889
3890         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3891         without @ signs.
3892
3893 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3894
3895         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3896
3897 2010-10-04  Julien Danjou  <julien@danjou.info>
3898
3899         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3900         for XEmacs.
3901
3902 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3905
3906         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3907         (nnimap-close-server): Implement.
3908
3909         * dgnushack.el (iswitchb): Require to shut up the compiler.
3910
3911         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3912         (shr-insert): Tweak line breaking.
3913         (shr-insert): Handle <pre> better.
3914         (shr-tag-li): Get <li> indentation right.
3915         (shr-tag-li): Get <li> indentation even righter.
3916         (shr-tag-blockquote): Ensure paragraph start.
3917         (shr-make-table): Tweak table generation.
3918         (shr-make-table): Fix typo.
3919
3920         * shr.el: Implement table rendering.
3921
3922 2010-10-04  Julien Danjou  <julien@danjou.info>
3923
3924         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3925
3926 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * shr.el (shr-insert): Use string anchors instead of line anchors.
3929
3930 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * shr.el: Add headings.
3933         (shr-ensure-paragraph): Actually work.
3934         (shr-tag-li): Make <ul> prettier.
3935         (shr-insert): Get white space at the beginning/end of elements right.
3936         (shr-tag-p): Collapse subsequent <p>s.
3937         (shr-ensure-paragraph): Don't insert double line feeds after blank
3938         lines.
3939         (shr-insert): \t is also space.
3940         (shr-tag-s): Fix "s" tag name function.
3941         (shr-tag-s): Fix face prop name.
3942
3943 2010-10-03  Julien Danjou  <julien@danjou.info>
3944
3945         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3946
3947         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3948         gnus-window-inside-pixel-edges.
3949
3950         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3951         gnus-ems.
3952
3953         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3954
3955         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3956         function.
3957
3958         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3959         resize choice.
3960
3961 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3964         beginning of the buffer.
3965
3966         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3967         article buffer again.
3968
3969         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3970
3971         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3972         when it's at the start of the buffer.
3973
3974         * shr.el (shr-tag-blockquote): Convert name.
3975         (shr-rescale-image): Use the right image-size variant.
3976
3977         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3978         buffer isn't shown, then select the current article first instead of
3979         bugging out.
3980         (gnus-summary-select-article-buffer): Show both the article and summary
3981         buffers again.
3982
3983         * shr.el (shr-fontize-cont): Protect against regions with no text.
3984         Rename tag functions to shr-tag-* for enhanced security.
3985         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3986
3987 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3988
3989         * shr.el (shr-insert):
3990         * pop3.el (pop3-movemail):
3991         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3992         loaded.
3993
3994 2010-10-03  Glenn Morris  <rgm@gnu.org>
3995
3996         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3997
3998         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3999
4000         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4001
4002         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4003
4004         * gnus-util.el (gnus-make-local-hook): Simplify.
4005
4006 2010-10-02  Julien Danjou  <julien@danjou.info>
4007
4008         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4009         (gnus-ido-completing-read): New function.
4010         (gnus-emacs-completing-read): New function.
4011         (gnus-completing-read): Use gnus-completing-read-function.
4012         Add gnus-completing-read-function.
4013
4014 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * shr.el (shr-insert-document): Autoload.
4017         (shr-img): Be silent.
4018         (shr-insert): Add a newline after every picture before text.
4019         (shr-add-font): Use overlays for combining faces.
4020         (shr-insert): Pass upwards the text start point.
4021
4022         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4023         possible.
4024         (mm-shr): New function.
4025
4026 2010-10-02  Julien Danjou  <julien@danjou.info>
4027
4028         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4029         should go backward.
4030
4031 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4032
4033         * shr.el (shr): Fix typo in provide call.
4034
4035 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * shr.el: New file.
4038
4039         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4040
4041         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4042         completing read.
4043
4044 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4047         we're being queried about.  Suggested by Dan Jacobson.
4048
4049         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4050         Suggested by Jason Eisner.
4051
4052         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4053         table, too.  Suggested by Stefan Wiens.
4054         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4055         the table unnecessary.  Suggested by Stefan Wiens.
4056
4057         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4058         longer needed, and probably doesn't work either, as pointed out by
4059         Stefan Wiens.
4060         (gnus-summary-exit): Remove call to the clearing function.
4061         (gnus-summary-exit-no-update): Ditto.
4062
4063         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4064         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4065         Reported by Stefan Monnier.
4066         (gnus-summary-save-in-rmail): Ditto.
4067
4068         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4069         article buffer, instead of both the article buffer and the summary
4070         buffer.  Sort of suggested by Dan Jacobson.
4071
4072         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4073
4074         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4075         Suggested by Dan Jacobson.
4076
4077         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4078         documentation clearer.
4079
4080         * message.el (message-shorten-references): Comment on the number "21".
4081         Suggested by Stefan Monnier.
4082
4083         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4084         Suggested by Dan Jacobson.
4085
4086         * gnus.el (gnus-large-newsgroup):
4087         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4088
4089         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4090         externalize attachments.  Bug reported by Steve Wen.
4091
4092         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4093         really message anything to the user.
4094
4095         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4096         directly.
4097
4098         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4099         messages in empty groups.
4100
4101 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4102
4103         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4104         non-UIDNEXT group.
4105
4106 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4109         not the value from the collection.
4110
4111         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4112         values.  This sometimes happens on some groups that have no info.
4113         (nnimap-request-newgroups): New function.
4114
4115 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4116
4117         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4118         check into `gnus-registry-initialize'.
4119         (gnus-registry-initialize): Ditto.
4120         Fix and extend header docs.
4121
4122 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4125         regexp backtrace overflows.
4126
4127         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4128         for starttls that tls.el implements; i.e. openssl.
4129
4130         * tls.el (tls-starttls-switches): Give up on using starttls with
4131         gnutls-cli.
4132         (tls-program): Add --insecure to be consistent with the defaults from
4133         openssl s_client.  Now all three commands are insecure.
4134
4135 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * lpath.el: Bind completion-styles-alist for XEmacs.
4138
4139         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4140         (gravatar-create-image): New function that's an alias to
4141         gnus-xmas-create-image, gnus-create-image, or create-image.
4142         (gravatar-data->image): Use it.
4143
4144 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4145
4146         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4147         install the nnregistry refer method.
4148         (gnus-registry-install-hooks): Use it.
4149         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4150         unfollowed groups.
4151
4152 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4153
4154         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4155         expanding threads.
4156
4157 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * nnir.el: Use the server names without suffixes (bug #7009).
4160
4161         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4162         unencrypted to STARTTLS, if possible.
4163
4164 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4165
4166         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4167         headers before superseding.
4168
4169 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * nnrss.el (nnrss-use-local): Add documentation.
4172
4173         * nnimap.el (nnimap-extend-tls-programs): New function.
4174         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4175         (nnimap-wait-for-connection): Accept the greeting from the stupid
4176         output from openssl s_client -starttls, too.
4177
4178         * tls.el (tls-starttls-switches): New variable.
4179         (tls-find-starttls-argument): Use it.
4180         (open-tls-stream): Ditto.
4181
4182         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4183         (netrc-machine): Ditto.
4184
4185         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4186         article number.
4187         (nnimap-split-fancy): New variable.
4188         (nnimap-split-incoming-mail): Use it.
4189
4190         * nntp.el (nntp-server-list-active-group): Document.
4191
4192         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4193         SELECT to get the message-id.
4194
4195         * mail-source.el (mail-sources): Remove webmail support.
4196         (defvar): Ditto.
4197         (mail-source-fetcher-alist): Ditto.
4198         (mail-source-fetch-webmail): Remove.
4199
4200         * webmail.el: Remove -- doesn't seem relevant any more.
4201
4202         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4203
4204         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4205         the \r.
4206
4207 2010-09-30  Julien Danjou  <julien@danjou.info>
4208
4209         * gnus-agent.el (gnus-agent-add-group): Fix call to
4210         gnus-completing-read.
4211
4212 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * nndoc.el (nndoc-retrieve-groups): New function.
4215
4216         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4217         `default', use nnmail-split-methods.
4218         (nnimap-request-article): Downcase the NILs so that they are nil.
4219
4220         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4221         symbol.
4222
4223         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4224         code, since if the user has requested network, that's what they ought
4225         to get.
4226         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4227         (nnimap-split-rule): Mark as obsolete.
4228
4229         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4230         New variable.
4231
4232         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4233         correct slot, too.
4234
4235 2010-09-29  Julien Danjou  <julien@danjou.info>
4236
4237         * gnus.el (gnus-local-domain): Declare variable obsolete.
4238
4239         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4240         Fix history computing.
4241         (gnus-ido-completing-read): Require ido.
4242
4243 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4246         build Gnus.
4247
4248         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4249         when interpreting the structures.
4250         (nnimap-request-accept-article): Add \r\n to the lines to make this
4251         work with Cyrus.
4252
4253         * nndraft.el (nndraft-request-expire-articles): Use the group name
4254         instead if "nndraft".  Fix found by Nils Ackermann.
4255
4256 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4257
4258         * nnregistry.el: Add.
4259
4260 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4261
4262         * nnmail.el (group, group-art-list, group-art):
4263         Remove unneeded directives.
4264
4265 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4268         (mm-mime-charset)
4269         * rfc2047.el (rfc2047-syntax-table)
4270         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4271
4272         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4273         rather than `insert-file-contents' and `eval-region'.
4274
4275         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4276         construction.
4277
4278         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4279
4280         * time-date.el: No need to require cl for Emacs 21.
4281
4282 2010-09-29  Julien Danjou  <julien@danjou.info>
4283
4284         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4285         replacement of `gnus-gravatar-relief' to mimic
4286         `gnus-faces-properties-alist'.
4287         Add :version property.
4288
4289 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * mail-source.el (mail-source-report-new-mail)
4292         * message.el (message-default-mail-headers)
4293         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4294
4295         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4296
4297 2010-09-28  Julien Danjou  <julien@danjou.info>
4298
4299         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4300         mail-address contains the same string as real-name.
4301
4302         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4303         non-blank in header, otherwise it'll get stripped.
4304
4305         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4306         real-name, and then for mail address rather than doing : or , search.
4307
4308 2010-09-27  Julien Danjou  <julien@danjou.info>
4309
4310         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4311         right completing-read function.
4312         (gnus-use-ido): New variable
4313         (gnus-completing-read-with-default): Remove.
4314         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4315         (gnus-agent-add-group):
4316         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4317         * mm-view.el (mm-view-pkcs7-decrypt):
4318         * mm-util.el (mm-codepage-setup):
4319         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4320         * mml-smime.el (mml-smime-openssl-sign-query):
4321         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4322         (mml-insert-multipart):
4323         * gnus-msg.el (gnus-summary-yank-message):
4324         * gnus-int.el (gnus-start-news-server):
4325         * mm-decode.el (mm-interactively-view-part):
4326         * gnus-dired.el (gnus-dired-attach):
4327         * gnus.el (gnus-read-method):
4328         * gnus-bookmark.el (gnus-bookmark-jump):
4329         * gnus-art.el (gnus-mime-view-part-as-type)
4330         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4331         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4332         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4333         * nnmairix.el (nnmairix-create-server-and-default-group)
4334         (nnmairix-update-groups, nnmairix-get-server)
4335         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4336         (nnmairix-get-group-from-file-path):
4337         * nnrss.el (nnrss-find-rss-via-syndic8):
4338         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4339         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4340         (gnus-group-browse-foreign-server):
4341         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4342         (gnus-summary-execute-command, gnus-summary-respool-article)
4343         (gnus-read-move-group-name):
4344         * gnus-score.el (gnus-summary-increase-score)
4345         (gnus-summary-score-effect):
4346         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4347
4348 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4351         x-focus-frame.
4352
4353         * nnimap.el (auth-source-forget-user-or-password)
4354         (auth-source-user-or-password): Autoload.
4355
4356         * message.el (message-from-style, message-interactive)
4357         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4358         (message-yank-prefix, message-indentation-spaces, message-signature)
4359         (message-signature-file): Add comment.
4360
4361 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4364         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4365         new articles.
4366
4367         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4368         parts.
4369         (nnimap-request-article): Work with the t setting, too.
4370
4371         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4372         that you don't get flashes of other buffers.
4373         (gnus-summary-show-complete-article): Intern before setting.
4374
4375 2010-09-27  David Engster  <dengste@eml.cc>
4376
4377         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4378         well as HEADERS.
4379         (nnmairix-retrieve-headers): Provide new argument for the above.
4380
4381 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * gnus-sum.el (gnus-summary-move-article): Don't alter
4384         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4385         group.
4386
4387         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4388
4389         * message.el (message-cite-prefix-regexp): Revert my last edit.
4390
4391         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4392         variable instead of the Gnus variable.
4393
4394         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4395
4396         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4397
4398         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4399         since some servers don't like it.
4400         (nnimap-open-connection): Forget credentials if the server says the
4401         password was wrong.
4402         (nnimap-parse-line): Protect against invalid data.
4403
4404         * gnus-sum.el (gnus-summary-move-article): Add comment.
4405         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4406         nothing alters it while scanning for new messages.
4407
4408         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4409         which may or may not help.
4410         (nnimap-open-connection): If we're doing a stream connection, and then
4411         discover we're on a STARTTLS-capable server, then open a STARTTLS
4412         connection instead.
4413
4414 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * nnimap.el (utf7): Require.
4417
4418         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4419         prefix.
4420
4421 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4422
4423         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4424
4425 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * nnimap.el (nnimap-request-accept-article): Message the error on
4428         error.
4429
4430 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4433
4434 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * nndoc.el (nndoc-request-list): Return success always.
4437
4438         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4439         `fetch-old' -- we only want to fetch the articles we've requested.
4440         The rest are in the agent, probably.
4441         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4442         disappeared server" to something low.  It's not important.
4443
4444         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4445         arrived before the FETCH data.
4446
4447         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4448         target here, because we don't know the Gnus name of the group.
4449
4450         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4451         for the correct group.
4452
4453         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4454
4455         * gnus.el (gnus): Give a final warning after startup.
4456
4457         * gnus-util.el (gnus-action-message-log): New variable.
4458         (gnus-message): Use it.
4459         (gnus-final-warning): New function.
4460
4461         * nnimap.el (nnimap-open-connection): Record the greeting.
4462         (nnimap): Add greeting.
4463
4464 2010-09-26  Julien Danjou  <julien@danjou.info>
4465
4466         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4467         arguments.
4468         (gnus-html-wash-images): Fix spec computing to include start/end.
4469
4470         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4471
4472 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4475         deletion.
4476         (nnimap-retrieve-headers): Don't select the group, because that's
4477         already done by nnimap-possibly-change-group.
4478
4479         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4480         (gnus-picon-transform-address): Use it.
4481
4482         * mail-source.el (mail-source-value): Revert previous patch.
4483
4484         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4485         on failure.
4486         (nnimap-open-connection): Look up both virtual and physical server name
4487         credentials.
4488
4489         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4490
4491 2009-02-07  Dave Love  <fx@gnu.org>
4492
4493         * tls.el (open-tls-stream): Don't query killing process.
4494
4495 2009-02-08  Dave Love  <fx@gnu.org>
4496
4497         * gnus-win.el (gnus-window-to-buffer-helper)
4498         (gnus-all-windows-visible-p): Function needn't be a symbol.
4499
4500         * mail-source.el (mail-source-value): Function needn't be a symbol.
4501
4502 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * message.el (message-cite-prefix-regexp): Remove } from the cite
4505         prefix.
4506
4507         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4508         highlight again, so that the highlight is correct.
4509
4510         * gnus-picon.el (gnus-picon): Remove again.
4511         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4512
4513         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4514         doing the header highlightling, so that the background colour of the
4515         picon is correct.
4516
4517         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4518         (gnus-picon): Ditto.
4519         (gnus-picon): Reinstate.  The background colour for picons is white.
4520         (gnus-picon-insert-glyph): Make the background white.
4521
4522         * nnml.el (nnml-open-nov): Don't return dead buffers.
4523
4524         * auth-source.el (auth-source-create): Query the user for whether to
4525         store the credentials.
4526
4527         * netrc.el (netrc-store-data): New function.
4528
4529         * auth-source.el (auth-source-user-or-password): Use the existing auth
4530         sources, if any, for creation.
4531
4532         * gnus.el (gnus-group-fast-parameter): Return the last matching
4533         parameter instead of the first matching parameter.
4534
4535 2010-09-26  Julien Danjou  <julien@danjou.info>
4536
4537         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4538
4539 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * mml2015.el (mml2015-use): Remove gpg support.
4542
4543         * mml1991.el (mml1991-function-alist): Remove gpg function.
4544         (mml1991-gpg-sign): Remove.
4545
4546 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4547
4548         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4549         (gnus-browse-unsubscribe-current-group): Document it.
4550         (gnus-browse-unsubscribe-group): Use it.
4551
4552 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4555         address to the To list for easier response.
4556
4557         * gnus.el (gnus-play-startup-jingle): Remove.
4558         (gnus-splash): Don't play jingle.
4559         (gnus): Silence gnus-load message.
4560
4561         * gnus-art.el (gnus-treat-play-sounds): Remove.
4562
4563         * gnus.el (gnus-play-jingle): Remove audio support.
4564
4565         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4566
4567         * earcon.el: Remove -- no users.
4568
4569         * gnus-audio.el: Remove -- no users of this package.
4570
4571         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4572
4573         * gnus-start.el (gnus-setup-news): Remove nocem support.
4574
4575         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4576
4577         * gnus.el (gnus-use-nocem): Remove.
4578
4579         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4580         Remove.
4581
4582         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4583         uses NoCeM any more.
4584
4585         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4586         (gnus-button-ctan-handler): Ditto.
4587         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4588         (gnus-button-ctan-directory-regexp): Ditto.
4589         (gnus-button-handle-ctan): Ditto.
4590         (gnus-button-tex-level): Ditto.
4591         (gnus-button-alist): Remove CTAN stuff.
4592
4593 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4596         nnimap-streaming test.
4597
4598         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4599         servers twice.
4600
4601         * nnimap.el (nnimap-open-connection): Add more error reporting when
4602         nnimap fails early.
4603
4604         * nnheader.el (nnheader-get-report-string): New function.
4605         (nnheader-get-report): Use it.
4606
4607         * gnus-int.el (gnus-check-server): Say what the error was when opening
4608         failed.
4609
4610         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4611         using streaming.
4612
4613 2010-09-25  Julien Danjou  <julien@danjou.info>
4614
4615         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4616         gnus-window-inside-pixel-edges.
4617
4618 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4621
4622         * mm-decode.el (mm-save-part): Allow saving to other directories the
4623         normal Emacs way.
4624
4625         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4626         Suggested by Jay Berkenbilt.
4627
4628         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4629         there isn't a single byte.
4630
4631         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4632         just do it.  It doesn't really seem to matter what the user responds
4633         here, I think, so it's just a confusing question.
4634
4635         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4636         non-streaming case.
4637
4638         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4639         (gnus-article-encrypt-body): Use it.
4640
4641         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4642         keystroke.
4643
4644         * nnimap.el (nnimap-find-wanted-parts-1):
4645         Use gnus-fetch-partial-articles.
4646
4647         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4648
4649         * nnimap.el (nnimap-insert-partial-structure): New function.
4650         (nnimap-get-partial-article): New function.
4651         (nnimap-request-article): Use it.
4652         (nnimap-wait-for-response): Return whether the wait was successful.
4653         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4654         retrieval wasn't successful.
4655         (nnimap-retrieve-group-data-early): Allow throttling servers.
4656         (nnimap-streaming): New variable.
4657         (nnimap-fetch-partial-articles): Remove.
4658
4659         * mm-decode.el (mm-with-part): Protect against killed buffers.
4660
4661         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4662         for prettier summary display.
4663
4664 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4665
4666         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4667
4668 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4671         apparently third-party libraries depend on it.
4672
4673         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4674         before starting negotiation.
4675
4676         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4677         privacy reasons.
4678         (gnus-treat-mail-gravatar): Ditto.
4679
4680         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4681         buffer when inserting images.  Inserting text into the headers, for
4682         instance, can make them invalid.
4683
4684 2010-09-25  Julien Danjou  <julien@danjou.info>
4685
4686         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4687         variables.
4688
4689         * nnheader.el: Remove useless variables news-reply-yank-from and
4690         news-reply-yank-message-id.
4691
4692         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4693         variables.
4694
4695         * mml1991.el: Remove useless mml1991-verbose.
4696
4697         * gnus.el: Remove useless variable gnus-use-generic-from.
4698         Remove obsolete variable gnus-topic-indentation.
4699
4700         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4701
4702         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4703
4704         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4705
4706         * gnus-group.el: Remove useless gnus-group-icon-cache.
4707         Remove useless gnus-ephemeral-group-server.
4708
4709         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4710
4711         * mml2015.el: Remove useless mml2015-verbose.
4712
4713         * mml-smime.el: Remove useless mml-smime-verbose.
4714
4715         * gnus.el: Remove useless gnus-local-domain.
4716
4717         * gnus-gravatar.el (gnus-gravatar-transform-address):
4718         Use gnus-gravatar-size.
4719
4720         * gnus-art.el: Remove useless gnus-treat-translate.
4721
4722 2010-09-24  Julien Danjou  <julien@danjou.info>
4723
4724         * gnus-sum.el: Add support for Gravatars.
4725
4726         * gnus-art.el: Add support for Gravatars.
4727
4728         * gnus-gravatar.el: Add this file.
4729
4730         * gravatar.el: Add this file.
4731
4732 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4735
4736         * gnus-group.el (gnus-group-fetch-faq): Remove.
4737
4738         * gnus.el (gnus-group-faq-directory): Remove.
4739
4740         * gnus-group.el (gnus-group-fetch-charter): Remove.
4741
4742         * gnus.el (gnus-group-charter-alist): Remove.
4743
4744         * gnus-group.el (gnus-group-archive-directory): Remove.
4745         (gnus-group-recent-archive-directory): Ditto.
4746         (gnus-group-make-archive-group): Remove.
4747
4748         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4749
4750         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4751         use the same article number for all the cached articles.
4752
4753         * nnimap.el (nnimap-command): Register the last command time so
4754         that we can use it for idling NOOPs.
4755         (nnimap-open-connection): Start the keeplive timer.
4756         (nnimap-make-process-buffer): Store all the process buffers.
4757         (nnimap-keepalive): New function.
4758
4759         * starttls.el (starttls-open-stream): Add autoload cookie.
4760
4761 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4762
4763         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4764         handling.
4765
4766 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4769         its data structures.
4770
4771         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4772         instead of the cl.el copy-list.
4773         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4774         equalp.
4775
4776 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4779         and tool-bar-local-item-from-menu.
4780
4781         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4782         mode-line-highlight face for Emacs.
4783
4784         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4785         loading gnus-sum.elc; fix comment for canlock-verify.
4786         (gnus-article-jump-to-part): Use read-number.
4787         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4788         Remove Emacs pre-21 compatible code for help-echo.
4789         (gnus-article-next-page-1): No need to adjust the number of lines.
4790         (gnus-article-describe-bindings): Always use help-buffer.
4791
4792         * gnus-audio.el (gnus-audio-inline-sound)
4793         * gnus-cus.el (gnus-custom-mode)
4794         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4795
4796         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4797
4798         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4799         compatible code.
4800
4801 2010-09-24  Glenn Morris  <rgm@gnu.org>
4802
4803         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4804         visiting the fcc file in rmail-mode.
4805
4806         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4807
4808 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * nnir.el: Silence the byte compiler.
4811
4812         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4813         alias to browse-url-url-encode-chars if any.
4814         (gnus-html-encode-url): Use it.
4815
4816 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus-start.el (gnus-use-backend-marks): New variable.
4819         (gnus-get-unread-articles-in-group): Use it.
4820
4821         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4822         makeover.
4823
4824 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4825
4826         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4827
4828 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4831         Remove.
4832         (gnus-setup-news-hook):
4833         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4834
4835         * gnus-int.el (gnus-request-update-info): Protect against backends not
4836         having the function.
4837
4838         * nnimap.el (nnimap-stream): Mention starttls.
4839         (nnimap-open-connection): Add starttls support.
4840
4841 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4842
4843         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4844
4845 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4848         BODYSTRUCTUREs.
4849         (nnimap-transform-headers): Unfold quoted {42} headers.
4850
4851         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4852         the info.
4853         (gnus-get-unread-articles): Only call updatep on backends that support
4854         it.
4855
4856         * nnweb.el (nnweb-request-update-info): NOOP.
4857
4858         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4859
4860         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4861         since it only deals with marks.
4862
4863         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4864         gnus-request-marks, and make a new gnus-request-update-info.
4865
4866         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4867         the active instead of the high number, which is usually too low.
4868
4869 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4870
4871         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4872         * encrypt.el: Remove.
4873
4874 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4877         server in symbolic form.
4878
4879         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4880
4881 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4884         (nnimap-update-info): Fix up code slightly.
4885
4886         * gnus-int.el (gnus-open-server): Add tracing for performance
4887         debugging.
4888
4889         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4890         (gnus-group-insert-group-line): Pass the real group name so that it
4891         gets the right data.
4892
4893         * gnus-start.el (gnus-get-unread-articles): Don't have
4894         `gnus-get-unread-articles-in-group' update info, since that can be
4895         really slow and doesn't seem to be needed?
4896
4897 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4898
4899         * time-date.el (date-to-time): Try using parse-time-string first before
4900         using the slower timezone-make-date-arpa-standard.
4901
4902 2010-09-22  Julien Danjou  <julien@danjou.info>
4903
4904         * gnus-group.el (gnus-group-insert-group-line):
4905         Call gnus-group-highlight-line.
4906         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4907         default hook list.
4908         (gnus-group-update-eval-form): Add new function.
4909         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4910         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4911
4912 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4915         immediate, then expire all articles.
4916         (nnimap-update-info): Fix off-by-one errors.
4917         (nnimap-flags-to-marks): Would return no marks lists for group with no
4918         flags.  Instead return the other data.
4919
4920 2010-09-22  Julien Danjou  <julien@danjou.info>
4921
4922         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4923         Only return an icon.
4924         (gnus-group-insert-group-line): Compute icon to return.
4925
4926         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4927         (gnus-html-image-fetched): Only cache if
4928         gnus-html-image-automatic-caching is set.
4929         (gnus-html-image-fetched): Check for errors.
4930
4931 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4934         once per method on `g'.  This ensures that backends like nnfolder don't
4935         open all their folders.
4936
4937         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4938         (nnimap-request-list): Nix out group in the correct buffer.
4939         (nnimap-parse-flags): Implement by using `read' instead of
4940         hand-parsing.
4941         (nnimap-flags-to-marks): Pass on permanent-flags.
4942         (nnimap-make-process-buffer): Record the server name.
4943         (nnimap-parse-flags): Fix typo.
4944         (nnimap-request-scan): Run split on the server in general, not just a
4945         single group.
4946
4947         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4948         parameter, and propagate this downwards.
4949
4950         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4951         since EXAMINE changes it on the server.
4952
4953         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4954         this command might take a while.
4955
4956 2010-09-22  Julien Danjou  <julien@danjou.info>
4957
4958         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4959         harmful if you have 2 images side-by-side, they can't be properly
4960         update on text deletion.  Using text-property is safer here.
4961         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4962         data.
4963
4964 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * nnimap.el (nnimap-expunge-inbox): Remove.
4967         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4968         (nnimap-expunge): Flip default to t.
4969
4970         * gnus.el (gnus-method-to-server): Don't push things to the cache
4971         unless it's unique.
4972         (gnus-server-to-method): Ditto.
4973
4974 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4975
4976         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4977
4978 2010-09-22  Julien Danjou  <julien@danjou.info>
4979
4980         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4981         get the start of data.
4982         (gnus-html-encode-url): Add this function to encode special chars in
4983         URL.
4984         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4985         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4986
4987         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4988         default.
4989         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4990
4991         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4992         images alt-text.
4993         (gnus-html-put-image): Put alt-text as help-echo.
4994
4995 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4998         * mm-util.el (mm-decompress-buffer)
4999         * nnir.el (nnir-run-find-grep)
5000         * pop3.el (pop3-list): Use 3rd arg of split-string.
5001
5002         * time-date.el (format-seconds): Comment fix.
5003
5004         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5005         and byte-optimize-form-code-walker.
5006         (dgnushack-make-auto-load): Don't advise make-autoload.
5007
5008         * lpath.el: Remove Emacs 21 stuff.
5009
5010 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5013         outside the active range.  Suggested by Dan Christensen.
5014
5015         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5016         slightly later to avoid double-getting it.
5017
5018         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5019         previous patch.
5020
5021         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5022
5023 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5024
5025         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5026
5027 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * gnus-int.el (gnus-open-server): Give a better error message in the
5030         "go offline" case.
5031
5032         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5033         marks for nnimap, which is seldom the right thing to do.
5034
5035         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5036         (gnus-same-method-different-name): New function.
5037
5038         * nnimap.el (parse-time): Require.
5039
5040         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5041         method in the presence of many similar methods.
5042
5043         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5044
5045         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5046         nnml-inhibit-expiry.
5047
5048         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5049         find out whether methods are equal.
5050
5051         * nnimap.el (nnimap-find-expired-articles): New function.
5052         (nnimap-process-expiry-targets): New function.
5053         (nnimap-request-move-article): Request the article before looking at
5054         what the Message-ID is.  Fix found by Andrew Cohen.
5055         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5056
5057         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5058         for oldness in addition to being a predicate.
5059
5060         * nnimap.el (nnimap-request-group): When we have zero articles, return
5061         the right data to Gnus.
5062         (nnimap-request-expire-articles): Only delete articles immediately if
5063         the target is 'delete.
5064
5065         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5066         method, this would bug out.
5067
5068         * gnus-group.el (gnus-group-expunge-group): Rename from
5069         gnus-group-nnimap-expunge, and implemented as a normal interface
5070         function.
5071
5072         * gnus-int.el (gnus-request-expunge-group): New function.
5073
5074         * nnimap.el (nnimap-request-create-group): Implement.
5075         (nnimap-request-expunge-group): New function.
5076
5077 2010-09-21  Julien Danjou  <julien@danjou.info>
5078
5079         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5080         (gnus-html-cache-expired): Add new function.
5081         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5082         wethever we should display image for fetch it.
5083         Compute alt-text earlier to pass it to the fetching function too.
5084         (gnus-html-schedule-image-fetching): Change function argument to only
5085         get one image at a time, not a list.
5086         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5087         cache.
5088         (gnus-html-get-image-data): New function to retrieve image data from
5089         cache.
5090         (gnus-html-put-image): Change buffer argument to use image data rather
5091         than file, and place image above region rather than inserting a new
5092         one.  Do not take alt-text as argument, since it's useless now: we place
5093         the image above alt-text.
5094         (gnus-html-prune-cache): Remove.
5095         (gnus-html-show-images): Start to fetch image when we find one, do not
5096         push into a temporary list.
5097         (gnus-html-prefetch-images): Only fetch image if they have expired.
5098         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5099         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5100
5101 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5104
5105 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5108         spec inser "*" if the group isn't active instead of 0.
5109
5110         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5111         opening the server.
5112         (nnimap-request-delete-group): Implement group deletion.
5113         (nnimap-transform-headers): Return the size of the entire message in
5114         the Bytes header, not just the size of the first part.
5115         (nnimap-request-move-article): When moving an article from nnimap,
5116         request the article first so the accepting form has an article to
5117         accept.  Reported by Dan Christensen.
5118         (nnimap-command): Make sure that the error message doesn't error out.
5119
5120 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5121
5122         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5123         we haven't requested anything.
5124
5125 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5128         "".  Fix found by Andrew Cohen.
5129
5130         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5131         instead of -encode-string.
5132
5133 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5136
5137         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5138         by mm-subst-char-in-string.
5139
5140 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5143         waiting for the connection string.
5144
5145         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5146         arriving.
5147
5148         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5149         bogus characters.  This allows selecting certain Gmail groups.
5150
5151         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5152         (nnimap-fetch-partial-articles): New variable.
5153         (nnimap-open-connection): When looking for credentials, also use the
5154         nnimap-server-port.
5155         (nnimap-request-article): Return the group/article number, so that Gnus
5156         `^' works as expected.
5157         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5158
5159         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5160         comments.
5161         (gnus-methods-sloppily-equal): New function.
5162         (gnus): When using the development version of Gnus, load the gnus-load
5163         file.
5164
5165         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5166         `gnus-open-server' on each method before trying to scan them etc.
5167         This ensures that all the backend parameters are set correctly.
5168
5169         * nnimap.el (nnimap-authenticator): New variable.
5170         (nnimap-open-connection): Allow anonymous login.
5171         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5172         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5173
5174         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5175         patch, found by Knut Anders Hatlen.
5176
5177 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5178
5179         * gnus-agent.el (gnus-agent-batch-confirmation)
5180         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5181         to gnus-message.
5182         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5183         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5184         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5185         * gnus-int.el (gnus-open-server): Likewise.
5186         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5187         (gnus-score-check-syntax): Likewise.
5188         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5189         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5190         Likewise.
5191         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5192
5193 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5196         calling conventions so that prefetch doesn't bug out.
5197
5198 2010-09-19  Julien Danjou  <julien@danjou.info>
5199
5200         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5201         rather than `subst-char-in-region' in order to be able to replace ASCII
5202         char by UTF-8 ones.
5203
5204         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5205         than curl.
5206         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5207         the right URL and ALT text on images.
5208         (gnus-html-wash-tags): Fix tag case.
5209         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5210         (gnus-article-html): Add -o display_ins_del=2 option.
5211         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5212
5213 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5216         the extra mail headers, which sometimes seem to happen for unknown
5217         reasons.
5218
5219         * mail-parse.el (mail-header-encode-parameter): Define as
5220         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5221         (or most, perhaps?) mail readers don't understand the latter, but do
5222         understand the former.
5223
5224         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5225         to nil, so that no methods are automatically agentized.  I think this
5226         is probably what most users want.
5227
5228         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5229         from url-retrieve, for instance about invalid URLs.
5230
5231         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5232         groups that have no articles.
5233         (nnimap-request-article): Check that we really got an article when we
5234         requested one.
5235
5236         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5237         doesn't exist.
5238
5239         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5240         nntp buffer so the agent can save it.
5241         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5242         that CRLF doesn't get translated to \n.
5243         (nnimap-open-connection): Don't make 'shell commands only send \n.
5244
5245 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5246
5247         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5248         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5249         Update var name.
5250         (nnml-generate-nov-file): Use dolist.
5251         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5252         Use with-current-buffer.
5253
5254 2010-09-18  Julien Danjou  <julien@danjou.info>
5255
5256         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5257         parallel.
5258
5259 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5262         the range update right.
5263         (nnimap-request-group): Don't make `M-g' bug out on group with no
5264         marks.
5265         (nnoo): Require, so that other packages can require nnimap.
5266         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5267         command we're looking for.  This helps when the server sends more
5268         responses after we've gotten everything we expected.
5269         (nnimap): Add a `newlinep' field to keep track of end-of-line
5270         conventions.
5271         Don't send CRLF to things that don't want it.
5272         (nnimap-request-accept-article): Ditto.
5273
5274 2010-09-18  Julien Danjou  <julien@danjou.info>
5275
5276         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5277         than curl to retrieve images.
5278
5279 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5282         the marks.
5283         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5284         (nnimap-wait-for-connection): New function.
5285         (nnimap-open-connection): If we have PREAUTH, don't query for login
5286         credentials.
5287         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5288         when doing a partial update.
5289
5290 2010-09-18  Julien Danjou  <julien@danjou.info>
5291
5292         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5293         tags.
5294
5295 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * nnimap.el (nnimap-credentials): New function.
5298         (nnimap-open-connection): Use the new function to look for credentials
5299         also on the numeric equivalents of "imap" and "imaps".
5300
5301         * gnus-start.el (gnus-activate-group): Send the info to
5302         gnus-request-group.
5303
5304         * nnimap.el (nnimap-request-group): Have the "check" version of the
5305         function parse flags and update the info, so that a `M-g' get a total
5306         resync of all flags from the group.
5307
5308         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5309         to allow backends to alter the info on group selection.  Also alter all
5310         the backend -request-group functions to take the parameter.
5311
5312         * nnimap.el (nnimap-store-info): New function.
5313         (nnimap-update-info): Store the info for later usage.
5314         (nnimap-request-group): Use the stored info for the dont-check case, so
5315         that we don't retrieve all marks when we enter a group.
5316
5317         * nnimap.el: Use deffoo instead of defun for interface functions.
5318
5319         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5320         update the group info.  This makes the nndraft groups, for instance, go
5321         back to their old behaviour.
5322
5323         * gnus-sum.el (gnus-select-newsgroup): Indent.
5324
5325         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5326         in.
5327         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5328         nothing.
5329
5330         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5331         from methods that are denied.
5332
5333         * gnus-int.el (gnus-method-denied-p): New function.
5334
5335         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5336         store the password instead of netrc.
5337         (nnimap-open-connection): Don't error out when we can't make a
5338         connections.
5339
5340         * auth-source.el (auth-source-create): In the password prompt, say what
5341         we're querying for.  Also prompt for user name if that hasn't been
5342         given.
5343
5344         * nnimap.el (nnimap-with-process-buffer): Remove.
5345
5346 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5349         method when we're reading from the agent.
5350
5351         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5352
5353         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5354         that's probably most useful for users.
5355
5356         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5357         "failed" all the time.
5358
5359         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5360         ...)) with (with-current-buffer ... ).
5361
5362         * nntp.el (nntp-open-server): Return whether the open was successful or
5363         not.
5364
5365         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5366         select an unread unseen article first.
5367
5368         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5369         /etc/services, supply some sensible port defaults.
5370
5371         * dgnushack.el: Define netrc-credentials.
5372
5373 2010-09-17  Julien Danjou  <julien@danjou.info>
5374
5375         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5376
5377 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5378
5379         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5380         doesn't have any parameters.
5381
5382 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5385         only upcased checks.
5386
5387         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5388
5389         * nnimap.el (nnimap-open-shell-stream): New function.
5390         (nnimap-open-connection): Use it.
5391         (nnimap-transform-headers): Get the number of lines in each message.
5392         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5393         number of lines.
5394         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5395         problem.
5396
5397         * utf7.el (utf7-encode): Autoload.
5398
5399         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5400         to allow the mail splitting to not return a default group.  This is
5401         useful for nnimap, which will leave unmatched mail in the inbox.
5402
5403         * nnimap.el: Rewritten.
5404
5405         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5406         nnimap usage.
5407
5408         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5409         if the move is internal, so that nnimap can do fast internal moves.
5410
5411         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5412         data.
5413         (gnus-read-active-for-groups): Support finishing the early retrieval of
5414         data.
5415
5416         * gnus-range.el (gnus-range-nconcat): New function.
5417
5418         * gnus-int.el (gnus-finish-retrieve-group-infos)
5419         (gnus-retrieve-group-data-early): New functions.
5420
5421 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5422
5423         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5424         (nnrss-retrieve-groups):
5425         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5426         (pop3-quit): Use with-current-buffer.
5427
5428 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5431         instead of nnheader-accept-process-output.
5432
5433         * dgnushack.el (dgnushack-compile): Add comment.
5434
5435         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5436
5437         * gnus-html.el (gnus-html-schedule-image-fetching)
5438         (gnus-html-prefetch-images): Replace process-kill-without-query by
5439         gnus-set-process-query-on-exit-flag.
5440
5441 2010-09-16  Romain Francoise  <romain@orebokech.com>
5442
5443         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5444
5445 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5448         parameter to unintern is mandatory-ish in Emacs 24.
5449
5450         * gnus-html.el (gnus-html-schedule-image-fetching)
5451         (gnus-html-prefetch-images): Check for curl before using it.
5452
5453         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5454         depend on curl, which isn't essential.
5455
5456         * imap.el: Revert back to version
5457         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5458         seem problematic.
5459
5460 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5461
5462         * gnus-registry.el (gnus-registry-install-shortcuts):
5463         Explicitly pass `obarray' to `unintern' to avoid a warning.
5464
5465 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5468         change.
5469
5470         * nnrss.el (nnrss-request-list): Remove this function and related
5471         functions, including the moreover stuff.
5472
5473 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * nnrss.el (nnrss-retrieve-groups): New function.
5476
5477 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5478
5479         * .dir-locals.el: Add no-byte-compile cookie.
5480
5481 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * time-date.el (format-seconds): Comment fix.
5484
5485         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5486         for back end that doesn't support request-scan.
5487
5488 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5491         then do request scans from the backends.
5492
5493         * netrc.el (netrc-credentials): New conveniency function.
5494
5495         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5496         avoid running a hook per line, since this takes a lot of time,
5497         profiling shows.
5498         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5499         directly if gnus-visual-p is true.
5500
5501 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5504         groups; replace mapcar with dolist which is a bit faster; pass groups
5505         info to gnus-read-active-file-1.
5506         (gnus-read-active-file-1): Scan only specified groups if the new
5507         optional arg `infos' is given.
5508
5509 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5512
5513         * pop3.el (pop3-movemail): Remove.
5514         (pop3-streaming-movemail): Rename to pop3-movemail.
5515
5516         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5517         don't restrict end-tag searches to the end of the line.
5518
5519 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5522         articles of every unchecked group to t, which means unknown since the
5523         server has never been opened.
5524
5525 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * gnus-html.el (gnus-html-show-alt-text): New command.
5528         (gnus-html-browse-image): Ditto.
5529         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5530         to browse the image directly.
5531         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5532         better.
5533
5534         * gnus-async.el (gnus-async-article-callback):
5535         Call `gnus-html-prefetch-images' unconditionally.
5536
5537         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5538         before feeding URLs to curl.
5539
5540 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5543         internal images as deletable by `W D D'.
5544
5545         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5546         (gnus-async-article-callback): Fix typo.
5547
5548 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5551         current line to work around bugs in the output from w3m.
5552
5553         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5554         for groups that want that.
5555
5556         * nntp.el (nntp-wait-for-string): Supply a timeout for
5557         accept-process-output to ensure progress.
5558
5559         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5560         level to get unread articles from, then use that for foreign groups,
5561         too.
5562
5563         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5564         confuses the rest of the function.
5565
5566         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5567         for the methods that support -retrieve-groups, too.
5568
5569         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5570
5571 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5574         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5575
5576         * pop3.el: Require cl when compiling.
5577         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5578
5579 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5582         that aren't going to be activated.
5583         (gnus-get-unread-articles): Fix up the last commit.
5584
5585         * gnus-html.el (gnus-article-html): Allow calling without specifying
5586         the handle.  In that case, dissect the buffer first.
5587
5588         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5589
5590         * nnimap.el (nnimap-open-connection): Revert the change that would look
5591         into authinfo for imaps instead of imap.
5592
5593         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5594         say that you don't want to call gnus-request-group with don-check, but
5595         do check the reponse.  This is for virtual groups only.
5596         (gnus-get-unread-articles): Count the archive groups as secondary, so
5597         that they're activated the same way as before.
5598
5599         * imap.el (imap-message-map): Removed optional buffer parameter, since
5600         no callers use it.
5601         (imap-message-get): Ditto.
5602         (imap-message-put): Ditto.
5603         (imap-mailbox-map): Ditto.
5604         (imap-mailbox-put): Ditto.
5605         (imap-mailbox-get): Ditto.
5606         (imap-mailbox-get): Revert last change for this function.
5607
5608         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5609         case-insensitively.
5610         (nnimap-debug): Remove.
5611
5612         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5613         to use `imap-fetch' instead.  According to the comments, this should be
5614         safe, since all other IMAP clients use the 1:* syntax.
5615         (imap-enable-exchange-bug-workaround): Removed.
5616         (imap-debug): Removed -- doesn't seem very useful.
5617
5618         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5619         mail from a file, and the file doesn't exist.
5620
5621         * imap.el (imap-log): New convenience function used throughout instead
5622         of repeating the same code all over the place.
5623
5624         * pop3.el (pop3-streaming-movemail): Return t for success.
5625
5626         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5627         .authinfo if we're using ssl connection.
5628
5629         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5630         already have if we're in a main Gnus `g' run.
5631
5632         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5633
5634 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5637
5638         * nnmh.el (nnmh-request-list-1): Bind `file'.
5639
5640         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5641         alias to set-process-query-on-exit-flag or process-kill-without-query.
5642         (pop3-open-server): Use it.
5643
5644 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5647         box to the Incoming file.  Fixes mistake in previous checkin.
5648
5649         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5650         request loop (for debugging purposes) removed.
5651
5652         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5653         culprit is more visible.
5654         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5655         (nnml-add-incremental-nov): New functions to do "incremental" nov
5656         updates, where we just append to the end of the existing nov files
5657         without reading/writing them in full.
5658
5659         * mail-source.el (mail-source-delete-crash-box): Really only check the
5660         incoming files once in a while.
5661
5662         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5663
5664         * mail-source.el (mail-source-delete-crash-box): Only check the
5665         incoming files for deletion once per day to save a lot of file
5666         accesses.
5667
5668         * pop3.el (pop3-logon): Fix up unbound variable typo.
5669
5670         * mail-source.el (pop3-streaming-movemail): Autoload.
5671
5672         * pop3.el (pop3-streaming-movemail):
5673         Respect pop3-leave-mail-on-server.
5674
5675         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5676         retrieval.
5677
5678         * pop3.el (pop3-process-filter): Remove unused function.
5679         (pop3-streaming-movemail, pop3-send-streaming-command)
5680         (pop3-wait-for-messages, pop3-write-to-file)
5681         (pop3-number-of-responses): New functions for streaming pop3
5682         retrieval.
5683
5684         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5685         come from no known methods.
5686         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5687         list.
5688
5689         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5690         message sizes.
5691         (pop3-movemail): Use erase-buffer instead of looping and deleting
5692         regions, which seems rather odd.
5693
5694         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5695         file once per `g' run.
5696
5697         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5698         directories.  This makes the draft queue directory work.
5699
5700         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5701         data from the backends, so that we only request the list of groups from
5702         each method once.  This should speed things up considerably.
5703
5704         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5705         detect that it's not implemented.
5706
5707         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5708         we actually do recurse down into the tree, but don't stat all leaf
5709         nodes.
5710
5711         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5712         then say so instead of bugging out.
5713
5714         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5715         files exist before trying to read them.
5716
5717         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5718         around <pre_int>.
5719
5720         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5721
5722         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5723
5724 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * mm-util.el (mm-image-load-path): Just return the image directories,
5727         not all directories in the path in addition to the image directories.
5728         (mm-image-load-path): Maintain a cache of the image directories so that
5729         the `g' command in Gnus doesn't have to stat dozens of directories each
5730         time.
5731
5732         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5733         (gnus-html-wash-tags): Add a new `i' command to insert images.
5734         (gnus-html-insert-image): New command and keystroke.
5735         (gnus-html-redisplay-with-images): New command and keystroke.
5736         (gnus-html-show-images): Rename command.
5737         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5738         spacers.
5739         (gnus-html-wash-tags): Decode entities at the end, so that entities
5740         inside the tags don't mess up the rest of the "parsing".
5741
5742         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5743         so that nnimap methods aren't agentized by default.  There's apparently
5744         many problems related to agent/imap behaviour.
5745
5746         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5747
5748         * gnus-html.el: Doc fix.
5749
5750 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5753         specifier-spec-list for Emacs 21.
5754
5755         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5756         glyph-width and glyph-height instead of display-graphic-p and
5757         image-size; make avoidance of displaying small images work for XEmacs.
5758
5759         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5760         for XEmacs.
5761
5762         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5763         of symbol that holds plist data.
5764         (gnus-process-plist): Remove plist of process after getting it.
5765
5766 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * message.el (message-generate-hashcash): Change default to
5769         'opportunistic if hashcash is installed.
5770
5771         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5772         (gnus-html-put-image): Only call image-size once, since it's somewhat
5773         time-consuming on remote X servers.
5774
5775 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5778         type on data, not a file name.
5779
5780         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5781         window-pixel-edges for Emacs 21.
5782
5783         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5784         decoded contents.
5785         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5786
5787 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5790         group line format, since it isn't very interesting.
5791
5792         * gnus-agent.el (gnus-agent-short-article),
5793         (gnus-agent-long-article): Increase values for these two variables,
5794         since most people are likely to have more network connection and
5795         storage than before.
5796
5797         * gnus.el (gnus-refer-article-method): Change default to 'current.
5798         When referring an article, the common behaviour is to refer it from the
5799         current select method, not the native select method.  The chances of
5800         the native select method having the message in question is rather slim
5801         these days.
5802
5803         * gnus-sum.el (gnus-auto-select-subject): Change default to
5804         `unseen-or-unread'.  I think it's likely that most people want to
5805         select an unseen article over a previously seen, but unread one.
5806
5807         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5808         means that in the article buffer none of the minor mode elements will
5809         be shown, usually, and this is not desirable in most cases.
5810
5811         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5812         that commands like `d' (and the like) go to the next line in the
5813         buffer, instead of the next unread article.  I think this is the
5814         behaviour that is most natural for most users.
5815         (gnus-single-article-buffer): Change default to nil, so that people can
5816         have as many article buffers open as they have summary buffer.  I think
5817         this is the most natural way for the groups to behave.
5818
5819         * message.el (message-generate-new-buffers): Change default to
5820         `unsent', so that all new message buffers start their names with the
5821         string "*unsent", and it's easier to find the buffers if you move from
5822         them.
5823
5824 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5827         small.  They're probably tracking images.
5828         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5829         (gnus-html-rescale-image): Yet another try at getting the image sizing
5830         right.
5831
5832         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5833         nntp-marks-file-name is nil.
5834
5835 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5836
5837         * gnus-html.el (gnus-html-wash-tags)
5838         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5839         Better logging.
5840
5841 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5844
5845         * gnus-html.el (gnus-html-wash-tags): Check the value of
5846         gnus-blocked-images in the summary buffer.
5847
5848 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5851
5852 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853
5854         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5855         like "a", it seems like.
5856         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5857         since it needs to be picked from the correct buffer.
5858
5859         * nnwfm.el: Remove.
5860
5861         * nnlistserv.el: Remove.
5862
5863 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5866         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5867
5868 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * nnkiboze.el: Remove.
5871
5872         * nndb.el: Remove.
5873
5874         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5875         alt text.
5876         (gnus-html-rescale-image): Try to get the rescaling logic right for
5877         images that are just wide and not tall.
5878
5879         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5880         overshadow variable bindings.
5881
5882 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * gnus-html.el (gnus-html-wash-tags)
5885         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5886         Add extra logging.
5887
5888 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5891         (gnus-max-image-proportion): New variable.
5892         (gnus-html-rescale-image): New function.
5893         (gnus-html-put-image): Rescale images.
5894
5895 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5896
5897         Fix up some byte-compiler warnings.
5898         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5899         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5900         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5901         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5902         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5903         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5904         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5905
5906 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-html.el (gnus-article-html): Decode contents by charset.
5909
5910 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5913         (gnus-html-frame-width, gnus-blocked-images)
5914         * message.el (message-prune-recipient-rules): Add custom version.
5915         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5916
5917         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5918         functions.
5919
5920         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5921         gnus-process-get.
5922
5923 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5924
5925         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5926         instead of lsub directly.
5927
5928 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * nnwarchive.el: Remove.
5931
5932         * gnus-soup.el: Remove.
5933
5934         * nnsoup.el: Remove.
5935
5936         * nnultimate.el: Remove.
5937
5938         * gnus-html.el (gnus-blocked-images): New variable.
5939
5940         * message.el (message-prune-recipients): New function.
5941         (message-prune-recipient-rules): New variable.
5942
5943         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5944         guess whether a long line is natural text or not.
5945
5946         * gnus-html.el (gnus-html-schedule-image-fetching):
5947         Use gnus-process-plist and friends for compatibility.
5948
5949 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5950
5951         * gnus-html.el: Require packages that define macros used in this file.
5952         (gnus-article-mouse-face): Declare to silence byte-compiler.
5953         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5954         process-get.
5955         (gnus-html-put-image): Use plist-get to avoid getf.
5956         (gnus-html-prefetch-images): Use with-current-buffer.
5957
5958 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-ems.el: Provide compatibility functions for
5961         gnus-set-process-plist.
5962
5963         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5964         header-line-format for XEmacs 21.4.
5965
5966         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5967         * gnus.el (gnus-valid-select-methods)
5968         * message.el (message-send-mail-partially-limit)
5969         * mm-decode.el (mm-text-html-renderer)
5970         * mml.el (mml-insert-mime-headers-always)
5971         * smiley.el (smiley-regexp-alist): Bump custom version.
5972
5973 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * gnus-html.el: require mm-url.
5976         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5977         with the url to `url'.
5978         (gnus-html-wash-tags): Support cid: URLs/images.
5979
5980 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5983         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5984         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5985
5986         * gnus-move.el: Remove file, since it doesn't really work.
5987
5988         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5989         UTF-8.  This seems to fix problems with some German web feeds.
5990
5991         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5992         at the top so that the proper colours are applied.
5993
5994         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5995         don't have dots in their names.
5996
5997         * gnus-art.el (gnus-article-view-part): Doc fix.
5998
5999         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6000         XEmacs-compatible.
6001         (gnus-html-put-image): Don't do images on non-graphic displays.
6002
6003         * nnslashdot.el: Remove this unused backend.
6004
6005         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6006         actions.
6007         (gnus-undo-register-1): Revert last change.
6008
6009         * gnus-group.el (gnus-group-completing-read): Protect against not
6010         having completion-styles bound.
6011
6012         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6013         make broken recipients happier.
6014
6015         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6016
6017         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6018         point parameter.
6019
6020         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6021
6022         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6023         completion-styles for group selection.
6024
6025 2009-02-04  Andreas Schwab  <schwab@suse.de>
6026
6027         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6028         headers and regexp-quote the match if necessary.
6029
6030 2009-03-24  Miles Bader  <miles@gnu.org>
6031
6032         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6033         the blinking smiley.
6034
6035 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6036
6037         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6038         blink smiley.
6039
6040 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6043         where the dribbel file lives exists.
6044
6045         * message.el (message-send-mail-partially-limit): Change the default to
6046         nil, since most people don't want this.
6047
6048         * mm-url.el (mm-url-decode-entities): Also decode entities like
6049         &#x3212.
6050
6051 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6052
6053         * gnus-sum.el (gnus-summary-idna-message):
6054         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6055         Hyperlink urls in docstrings with URL `...'.
6056
6057 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6058
6059         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6060         functions.
6061
6062 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063
6064         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6065         say what the mouseover text should be.
6066
6067         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6068         version of the mm-w3m-safe-url-regexp variable to only download images
6069         in the groups where we want that to happen.
6070
6071         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6072
6073         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6074         easier debugging.
6075         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6076         big pictures in the article buffer.
6077
6078         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6079         gnus-article-html.
6080         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6081         w3m.
6082
6083         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6084
6085 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086
6087         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6088         which doesn't exist.
6089
6090         * message.el (message-inhibit-ecomplete): New variable to allow some
6091         function to inhibit ecomplete address storage.
6092         (message-resend): Disable ecomplete message storage when resending
6093         messages.
6094
6095         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6096
6097 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6100         Save excursion while copying, moving, and deleting articles in order to
6101         prevent the cursor from jumping to unforeseen place.
6102
6103 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * lpath.el: No need to bind bookmark-current-buffer,
6106         bookmark-yank-point and bookmark-make-record-function.
6107
6108 2010-08-17  Glenn Morris  <rgm@gnu.org>
6109
6110         * gnus-sync.el: Require gnus components whose functions are used.
6111
6112         * gnus-art.el (bookmark-make-record-function):
6113         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6114         Declare for compiler.
6115
6116         * mm-url.el (mml-compute-boundary): Autoload.
6117
6118 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6121
6122 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         Typo fix "hoo4a" -> "hook".
6125
6126         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6127
6128 2010-08-14  Glenn Morris  <rgm@gnu.org>
6129
6130         * gnus-sync.el (gnus-sync): Fix defgroup version.
6131
6132 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6133
6134         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6135
6136         * gnus-sync.el: Fix docs.
6137         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6138         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6139
6140 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6141
6142         Optimizations for gnus-sync.el.
6143
6144         * gnus-sync.el: Add docs about gnus-sync-backend
6145         possibilities.
6146         (gnus-sync-save): Remove unnecessary message.
6147         (gnus-sync-read): Optimize and show what groups were skipped.
6148
6149 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         Minor bug fixes for gnus-sync.el.
6152
6153         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6154         Don't read the sync on get-new-news.
6155
6156         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6157         quiet.
6158
6159         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6160         (fix typo).
6161
6162 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6163
6164         Make saving and restoring of hidden threads work with overlays.
6165         Patch applied by Ted Zlatanov.
6166
6167         * gnus-sum.el (gnus-hidden-threads-configuration)
6168         (gnus-restore-hidden-threads-configuration): Update to deal with text
6169         properties, rather than searching for a magic character.
6170
6171 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6172
6173         New gnus-sync.el library for synchronization of marks.
6174
6175         * gnus-sync.el: New library for synchronization of marks.
6176
6177         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6178         renamed from `gnus-registry-grep-in-list'.
6179
6180         * gnus-registry.el (gnus-registry-follow-group-p):
6181         Use `gnus-grep-in-list'.
6182
6183         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6184
6185 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6188         determining charset of text fails.
6189
6190 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * nnmail.el (nnmail-get-new-mail-1): Revert.
6193
6194         * nnml.el (nnml-active-number): Make sure names of newly created groups
6195         in nnml-group-alist are encoded.
6196
6197 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6200         containing non-ASCII characters in active file for nnml back end.
6201
6202 2010-07-24  David Engster  <dengste@eml.cc>
6203
6204         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6205         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6206
6207 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6208
6209         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6210         tag (Bug#6654).
6211
6212 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6215         the article buffer, not the summary buffer.
6216
6217 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6220         Emacs 23 as well.
6221
6222 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6225         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6226
6227 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6228
6229         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6230         Patch applied by Karl Fogel.
6231
6232         * gnus-sum.el (gnus-summary-bookmark-make-record):
6233         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6234
6235 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6236
6237         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6238         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6239         C-w still not working correctly from Article buffers; Thierry's
6240         patch to fix that will be applied after this.
6241
6242         * gnus-art.el (bookmark-make-record-function): New local variable.
6243
6244         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6245         article buffer.
6246         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6247
6248 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6249
6250         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6251         on changes in bookmark.el.
6252
6253 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6256         `no-log' instead of message not to log prompt string.
6257
6258 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6259
6260         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6261         the *other* type of HTML form submission.
6262
6263 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6264
6265         * auth-source.el (auth-source-pick): If choice does not contain a
6266         questioned keyword, set the check to t.
6267
6268 2010-06-12  Romain Francoise  <romain@orebokech.com>
6269
6270         * gnus-util.el (gnus-date-get-time): Move up before first use.
6271
6272 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6275         (gnus-article-edit-part): Bind it to make last part that is substituted
6276         or deleted visible.
6277         (gnus-mime-display-single): Buttonize part of which id equals to
6278         gnus-mime-buttonized-part-id.
6279
6280 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6281
6282         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6283         (gnus-dd-mmm): Use gnus-date-get-time.
6284         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6285         simplify logic.
6286         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6287         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6288
6289 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6290
6291         * auth-source.el (top): Autoload `secrets-list-collections',
6292         `secrets-create-item', `secrets-delete-item'.
6293         (auth-sources): Fix tag string.
6294         (auth-get-source, auth-source-retrieve, auth-source-create)
6295         (auth-source-delete): New defuns.
6296         (auth-source-pick): Rewrite in order to avoid 2 passes.
6297         (auth-source-forget-user-or-password): New parameter USERNAME.
6298         (auth-source-user-or-password): New parameters CREATE-MISSING and
6299         DELETE-EXISTING.  Retrieve password interactively, if needed.
6300
6301 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6302
6303         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6304         deleting unused directories when gnus-expert-user is t.
6305
6306 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6309         for each temp file when gnus-article-browse-delete-temp is ask.
6310
6311 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6312
6313         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6314         Lisp calls to delete-backward-char by calls to delete-char.
6315
6316 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6317
6318         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6319
6320 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6321
6322         * password-cache.el (password-cache-remove): Fix docstring.
6323
6324 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6327         article unless decoding article to be saved.
6328
6329 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6332         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6333         generated within the mm-with-unibyte-current-buffer macro.
6334
6335 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6338         to nil when we're in a mml-preview buffer and no group is selected.
6339
6340 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6341
6342         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6343         when catching the `C-g'.  Reported by "Leo".
6344
6345 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * message.el (message-forward-make-body-plain)
6348         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6349         multibyte-string-p.
6350
6351         * lpath.el: Revert.
6352
6353 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * message.el (message-forward-make-body-mml): Assume original message
6356         is multibyte string; error on unibyte.
6357         (message-forward-make-body-plain): Ditto; don't add excessive newline
6358         in body end.
6359
6360         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6361
6362 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6363
6364         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6365         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6366
6367 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * mm-extern.el (mm-extern-url): Don't use
6370         mm-with-unibyte-current-buffer.
6371         (mm-extern-cache-contents): Use with-current-buffer instead of
6372         save-excursion + set-buffer.
6373
6374 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-util.el (mm-emacs-mule): Remove.
6377
6378 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6379
6380         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6381         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6382         change.
6383
6384 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6387         bind the default value of enable-multibyte-characters to nil.
6388
6389 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * message.el (message-forward-make-body-plain)
6392         (message-forward-make-body-mml):
6393         Don't use mm-with-unibyte-current-buffer.
6394
6395 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6396
6397         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6398
6399 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6400
6401         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6402         (Bug#5592).
6403
6404 2010-05-07  Julien Danjou  <julien@danjou.info>
6405
6406         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6407         it to mm-pipe-part.
6408
6409         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6410         it is given.
6411
6412 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * binhex.el (binhex-decode-region-internal)
6415         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6416         (dns-query)
6417         * nnweb.el (nnweb-gmane-search)
6418         * pgg-parse.el (pgg-parse-armor)
6419         * pgg.el (pgg-verify-region)
6420         * sha1.el (sha1-string-external)
6421         * uudecode.el (uudecode-decode-region-internal)
6422         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6423         XEmacs.
6424
6425         * gnus-art.el (gnus-article-browse-html-parts)
6426         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6427         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6428         make-temp-file.
6429
6430         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6431         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6432         compiling.
6433
6434         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6435         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6436         XEmacs when compiling.
6437
6438         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6439         gnus-pick-mode-off-hook for XEmacs when compiling.
6440         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6441         gnus-binary-mode-off-hook for XEmacs when compiling.
6442
6443         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6444         Return nil if char-charset is not available.
6445
6446         * imap.el (imap-disable-multibyte)
6447         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6448         macros.
6449
6450         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6451         instead of encode-coding-string.
6452
6453         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6454         'xemacs) instead of mm-emacs-mule to switch function definitions.
6455         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6456
6457         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6458         bind temporary-file-directory for XEmacs;
6459         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6460         timer-set-function for XEmacs 21.4 and SXEmacs;
6461         bind timer-list for XEmacs 21.4 and SXEmacs;
6462         fbind char-charset and find-charset-region for non-Mule XEmacs;
6463         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6464         encode-coding-region and encode-coding-string for XEmacs having no
6465         file-coding feature.
6466
6467 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6468
6469         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6470
6471 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6474         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6475
6476 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6477
6478         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6479         alias `jka-compr-delete-temp-file' no longer exists.
6480
6481 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6482
6483         Use define-minor-mode in Gnus where applicable.
6484         * mml.el (mml-mode): Use define-minor-mode.
6485         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6486         (gnus-undo-mode): Use define-minor-mode.
6487         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6488         (gnus-dead-summary-mode): Use define-minor-mode.
6489         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6490         Initialize in declaration.
6491         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6492         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6493         (gnus-mailing-list-mode): Use define-minor-mode.
6494         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6495         (gnus-draft-mode): Use define-minor-mode.
6496         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6497         (gnus-dired-mode): Use define-minor-mode.
6498
6499 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6500
6501         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6502         handles on recursive mml-to-mime translation and check them for
6503         boundary delimiter collisions.  Reported by Greg Troxel.
6504
6505 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6508
6509 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6510
6511         * mm-util.el (mm-find-buffer-file-coding-system):
6512         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6513
6514 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6515
6516         * message.el (message-generate-headers): Record insertion of optional
6517         headers as well.  Otherwise the check to prevent repeated insertion of
6518         optional headers is a no-op.
6519
6520 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6521
6522         * smime.el: Don't mention CVS.
6523
6524         * nnrss.el (nnrss-fetch): Don't mention CVS.
6525
6526         * nnir.el: Don't mention CVS.
6527
6528 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6529
6530         * gnus-sum.el (gnus-summary-bookmark-make-record):
6531         Add `location' field.
6532
6533 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * lpath.el: Fbind bookmark-default-handler,
6536         bookmark-get-bookmark-record, bookmark-make-record-default,
6537         bookmark-prop-get for Emacs <23 and XEmacs.
6538
6539 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6542         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6543         Use with-current-buffer to silence the byte-compiler.
6544         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6545         bother to require `gnus'.
6546         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6547
6548 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6549
6550         * gnus-sum.el (gnus-summary-bookmark-make-record)
6551         (gnus-summary-bookmark-jump): New functions.
6552         (gnus-summary-mode): Setup bookmark support.
6553
6554 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6555
6556         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6557         if set.
6558
6559 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6562         gnus-article-browse-html-save-cid-image; make it work recursively for
6563         forwarded messages as well.
6564         (gnus-article-browse-html-parts): Work when prefix arg is given.
6565         (gnus-article-browse-html-article): Doc fix.
6566
6567 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6568
6569         * message.el (message-default-mail-headers):
6570         (message-default-headers): Carry the value mail-default-headers over
6571         into message-default-mail-headers, rather than message-default-headers.
6572
6573 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6574
6575         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6576         charset.
6577
6578         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6579         charset into the <meta> tag when the article is encoded to utf-8.
6580
6581 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * gnus-art.el (gnus-article-browse-delete-temp-files):
6584         Delete directories as well.
6585         (gnus-article-browse-html-parts): Work for images that do not specify
6586         file names; delete temp directory when quitting; insert header at the
6587         right place; use file: scheme for image files.
6588
6589 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6590
6591         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6592         (gnus-article-browse-html-parts): Use it to make temporary cid image
6593         files in addition to html file so that browser may display them.
6594
6595 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6598
6599 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6600
6601         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6602
6603 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6604
6605         * auth-source.el (auth-sources): Change default to be simpler.
6606         Explain about Secret Service API sources.  Improve Customize options.
6607         (auth-source-pick): Change to accept any number of search parameters.
6608         Implement fallbacks iteratively, not recursively.  Add scoring on the
6609         second pass and sort by score.  Call Secret Service API when needed.
6610         (auth-source-user-or-password): Use it.  Call Secret Service API
6611         directly when needed to get the user name and the password.
6612
6613 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6614
6615         * message.el (message-interactive): Doc fix.
6616         (message-qmail-inject-args): Reflow.
6617         (message-kill-to-signature): Fix typo in docstring.
6618
6619         * smiley.el (smiley-buffer): Fix typo in docstring.
6620
6621 2010-03-24  Glenn Morris  <rgm@gnu.org>
6622
6623         * mail-source.el (gnus-message): Declare.
6624         (mail-source-delete-old-incoming): Require gnus-util.
6625
6626 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6629
6630         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6631
6632         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6633         password-cache's default if it is not bound.
6634         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6635         password-cache-expiry's default if it is not bound.
6636
6637         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6638         available in Emacs 21.
6639
6640         * lpath.el: Suppress compiler warnings for:
6641         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6642         XEmacs;
6643         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6644         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6645         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6646
6647 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * auth-source.el (auth-sources): Fix up definition so extra parameters
6650         are always inline.
6651
6652 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6653
6654         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6655         wasn't updated after mismatch.  Clear cached mailbox info correctly
6656         when uidvalidity changes.
6657         (nnimap-group-prefixed-name): New function to avoid some code
6658         duplication.
6659         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6660         (nnimap-request-group): Use it.
6661         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6662         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6663         with many imap folders.  This is done by caching the group status from
6664         the imap server persistently in a group parameter `imap-status'.  (This
6665         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6666         but not persistently, so every Gnus startup was still very slow.)
6667
6668 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6671         delete the extra newline.  Otherwise editing of :string and :number
6672         types don't work.
6673
6674 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6677         secrets.el dependency.
6678         (auth-sources): Add optional user name.  Add secrets.el configuration
6679         choice (unused right now).
6680
6681 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6682
6683         * gnus-sum.el (gnus-summary-make-menu-bar):
6684         Let `gnus-registry-install-shortcuts' fill in the functions.
6685
6686         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6687         warnings.
6688         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6689         (gnus-registry-install-shortcuts): Populate and use it in a
6690         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6691
6692 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6693
6694         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6695         In-place substitutions for the group name encoding/decoding.
6696         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6697         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6698         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6699         (nnimap-update-unseen, nnimap-request-list)
6700         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6701         (nnimap-request-set-mark, nnimap-split-to-groups)
6702         (nnimap-split-articles, nnimap-request-newgroups)
6703         (nnimap-request-create-group, nnimap-request-accept-article)
6704         (nnimap-request-delete-group, nnimap-request-rename-group)
6705         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6706         `encoded-mbx' for consistency.
6707         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6708         variable `imap-current-mailbox'.
6709
6710         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6711         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6712
6713 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6714
6715         * pop3.el (pop3-display-message-size-flag): Display message size byte
6716         counts during POP3 download.
6717         (pop3-movemail): Use it.
6718         (pop3-list): Implement listing of available messages.
6719
6720 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6721
6722         * nnir.el (nnir-get-article-nov-override-function): New function to
6723         override the normal NOV retrieval.
6724         (nnir-retrieve-headers): Use it.
6725
6726 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6727
6728         * auth-source.el (netrc-machine-user-or-password): Autoload.
6729
6730 2010-03-19  Glenn Morris  <rgm@gnu.org>
6731
6732         Stop message.el from loading about 40 libraries it doesn't always need.
6733         The general approach is to autoload rather than require, and to
6734         require in the specific functions rather than the file.  (Bug#5642)
6735
6736         * gmm-utils.el: Don't require wid-edit.
6737         (widget-create-child-value, widget-convert, widget-default-get):
6738         Autoload.
6739
6740         * gnus-util.el: Don't require time-date, netrc.
6741         (message-fetch-field, gnus-group-name-decode): Declare rather than
6742         autoloading.
6743         (gnus-fetch-field): Require message.
6744         (gnus-decode-newsgroups): Require gnus-group.
6745
6746         * ietf-drums.el: Don't require time-date.
6747
6748         * message.el: Don't require hashcash, canlock, ecomplete.
6749         Do require mail-utils.  Require nnheader only when compiling.
6750         (smtpmail-default-smtp-server): Remove declaration.
6751         (message-send-mail-function): Check smtpmail-default-smtp-server
6752         is bound rather than requiring smtpmail.
6753         (message-auto-save-directory, message-insert-signature):
6754         Use expand-file-name rather than nnheader-concat.
6755         (nnheader-insert-file-contents): Autoload.
6756         (hashcash-wait-async): Declare.
6757         (message-send-mail): Only call gnus-setup-posting-charset if
6758         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6759         (message-send-mail-with-sendmail): Require sendmail.
6760         (canlock-password, canlock-password-for-verify): Declare.
6761         (message-canlock-password): Require canlock.
6762         (nnheader-get-report): Autoload.
6763         (gnus-setup-posting-charset): Declare.
6764         (message-send-news): Require gnus-msg.
6765         (message-make-references, message-make-in-reply-to): Use mail-header-id
6766         rather than the alias mail-header-message-id.
6767         (ecomplete-add-item, ecomplete-save): Declare.
6768         (message-put-addresses-in-ecomplete): Require ecomplete.
6769         (ecomplete-display-matches): Autoload.
6770
6771         * mm-decode.el: Don't require mailcap, gnus-util.
6772         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6773         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6774         Autoload.
6775         (mailcap-mime-extensions): Declare.
6776
6777         * mm-encode.el: Don't require mailcap.
6778         (mailcap-extension-to-mime): Autoload.
6779
6780         * mml-sec.el: Don't require password-cache.
6781
6782         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6783         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6784         (mml-minibuffer-read-type): Require mailcap.
6785         (mml-preview): Require gnus-msg.
6786
6787         * mml1991.el: Require password-cache.
6788         (password-cache-expiry): Remove declaration.
6789
6790         * mml2015.el: Require password-cache.
6791         (password-cache-expiry): Remove declaration.
6792
6793         * nneething.el (mailcap): Require mailcap.
6794
6795         * nnheader.el (declare-function): Add compatibility stub.
6796         (message-remove-header): Declare rather than autoload.
6797         (nnheader-replace-header): Require message.
6798
6799         * nnimap.el (declare-function): Add compatibility stub.
6800         (netrc-parse, netrc-machine-user-or-password): Declare.
6801         (nnimap-open-connection): Require netrc.
6802
6803         * nntp.el (declare-function): Add compatibility stub.
6804         (netrc-parse, netrc-machine, netrc-get): Declare.
6805         (nntp-send-authinfo): Require netrc.
6806
6807         * rfc2047.el: Don't require qp.
6808         (quoted-printable-encode-region, quoted-printable-decode-string):
6809         Autoload.
6810
6811         * sieve-mode.el: Don't require easymenu.
6812         (easy-menu-add-item): Autoload it.
6813
6814         * spam-stat.el (time-to-number-of-days): Autoload it.
6815
6816 2010-03-19  Glenn Morris  <rgm@gnu.org>
6817
6818         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6819
6820 2010-03-18  Glenn Morris  <rgm@gnu.org>
6821
6822         * hashcash.el (declare-function): Remove duplicate definition.
6823
6824 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6825
6826         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6827         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6828         value if any backslash escapes).
6829
6830 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6833         if it is available.  (bug#5647)
6834
6835         * lpath.el: Suppress compiler warning for coding-system-from-name for
6836         Emacs 21 and XEmacs.
6837
6838 2010-03-14  Juri Linkov  <juri@jurta.org>
6839
6840         * hmac-def.el:
6841         * hmac-md5.el:
6842         * netrc.el: Fix keywords.
6843
6844 2010-02-26  Glenn Morris  <rgm@gnu.org>
6845
6846         * message.el (message-send-mail-function): Change the default, so that
6847         it inherits from a customized send-mail-function.  (Bug#5643)
6848
6849 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6850
6851         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6852         shell-command-to-string signals an error (bug#5299).
6853
6854 2010-02-24  Glenn Morris  <rgm@gnu.org>
6855
6856         * message.el (message-smtpmail-send-it)
6857         (message-send-mail-with-mailclient): Doc fixes.
6858
6859 2010-02-16  Glenn Morris  <rgm@gnu.org>
6860
6861         * message.el (message-default-mail-headers): Change the default value
6862         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6863
6864 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6867         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6868
6869 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6870
6871         * time-date.el (date-to-time): Doc fix (Bug#5408).
6872
6873 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6874
6875         * message.el (message-mail): Just pass yank-action on to message-setup.
6876         (message-setup): Handle (FUN . ARGS) form of yank-action.
6877         (message-with-reply-buffer, message-widen-reply)
6878         (message-yank-original): Handle non-buffer values of
6879         message-reply-buffer (Bug#4080).
6880         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6881
6882 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6883
6884         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6885         Fix typo in docstring.
6886
6887 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6888
6889         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6890         response.
6891
6892 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6895
6896         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6897
6898         * message.el (message-check-news-header-syntax): Protect against a
6899         string that `rfc822-addresses' returns when parsing fails.
6900
6901 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6904         (gnus-previous-char-property-change): New functions.
6905
6906         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6907
6908 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6909
6910         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6911         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6912
6913 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6914
6915         * message.el (message-exchange-point-and-mark): Rework last change to
6916         avoid using optional arg of exchange-point-and-mark, for backward
6917         compatibility.
6918
6919 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6920
6921         * message.el (message-exchange-point-and-mark):
6922         Call exchange-point-and-mark with an argument rather than setting
6923         mark-active by hand (Bug#5175).
6924
6925 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * nntp.el (nntp-service-to-port): Work for service expressed with
6928         numeric string; replace [:digit:] with [0-9] for XEmacs.
6929
6930 2009-12-17  Glenn Morris  <rgm@gnu.org>
6931
6932         * gnus-group.el (gnus-bug-group-download-format-alist):
6933         Change emacs entry to debbugs.gnu.org.  Bump :version.
6934
6935 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6938
6939 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * message.el (message-info): Explain why we use `Info-goto-node'.
6942
6943 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6946
6947 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6948
6949         * message.el (message-completion-in-region): New compatibility function.
6950         (message-expand-group): Use it.
6951
6952 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6955         with no unread article should be listed if the 2nd arg `predicate' is
6956         given.
6957
6958 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6961
6962 2009-11-29  Juri Linkov  <juri@jurta.org>
6963
6964         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6965         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6966         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6967
6968 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6969
6970         * sha1.el (sha1-string-external): default-directory "/" in case
6971         otherwise non-existent.  process-connection-type pipe for touch of
6972         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6973
6974 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6975
6976         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6977         it's comms related and sgml-mode.el has "comm" on that basis too.
6978
6979 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6982         containing tspecial characters if they have been already quoted.
6983
6984 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6985
6986         * dns-mode.el (auto-mode-alist): Purecopy string.
6987
6988 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6989
6990         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6991
6992 2009-10-24  Glenn Morris  <rgm@gnu.org>
6993
6994         * gnus-art.el (help-xref-stack-item): Define for compiler.
6995
6996 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6997
6998         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6999
7000 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7003
7004 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7007         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7008
7009 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7012         (gnus-overlays-in): New alias to overlays-in.
7013
7014         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7015         gnus-overlay-get, and gnus-delete-overlay.
7016         (gnus-summary-show-thread): Make it work as well for systems in which
7017         next-single-char-property-change is not available.
7018         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7019
7020         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7021         (gnus-overlay-get): New alias to extent-property.
7022         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7023
7024         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7025         SXEmacs.
7026
7027         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7028         SXEmacs.
7029
7030 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7033
7034 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7035
7036         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7037         and XEmacs that don't have `remove-overlays'.
7038
7039 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7040
7041         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7042         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7043         selective display.  Use overlays instead.
7044
7045 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7046
7047         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7048
7049 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7050
7051         * spam-stat.el (spam-stat-load): Fix typo in message.
7052
7053 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7054
7055         * dig.el (dig-invoke): Fix typo in docstring.
7056         (query-dig): Reflow docstring.
7057
7058 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7059
7060         * gnus-art.el (gnus-article-encrypt-body):
7061         * message.el (message-check-recipients):
7062         * mm-util.el (mm-codepage-setup):
7063         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7064         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7065
7066 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7067
7068         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7069         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7070         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7071         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7072         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7073
7074 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7075
7076         * dig.el: Add "Keywords: comm", as per net-utils.el.
7077
7078 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * dig.el (dig-mode): Use define-derived-mode.
7081
7082 2009-09-19  Glenn Morris  <rgm@gnu.org>
7083
7084         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7085
7086 2009-09-18  Glenn Morris  <rgm@gnu.org>
7087
7088         * gnus-diary.el (gnus-diary-check-message):
7089         * message.el (message-insert-formatted-citation-line):
7090         * nnbabyl.el (top-level):
7091         * nndiary.el (nndiary-schedule):
7092         Fix typos in condition-case handlers.
7093
7094 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7097         configuration that provides the sole article window in a frame;
7098         position point correctly after deleting a part.
7099
7100 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7101
7102         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7103         (spam-resolve-registrations-routine): Use it to unregister articles
7104         that change status.
7105
7106 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7109         with XEmacs.
7110         (parse-time-string-chars): Use it.
7111
7112 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * imap.el (imap-interactive-login): Better messages.
7115         (imap-open): Fix bug with renamed buffer on reconnect.
7116         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7117         for easier debugging and cleaner code.  On successful (guessed based on
7118         server capabilities) secondary authentication, set imap-state
7119         correctly.
7120         (imap-last-authenticator): Define imap-last-authenticator as a variable
7121         to avoid warnings.
7122
7123 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * nnrss.el (nnrss-request-article): Remove binding of
7126         default-enable-multibyte-characters that has gotten needless by
7127         the 2007-07-13 change in rfc2047-encode-message-header.
7128
7129         * mml.el (mml-insert-multipart): Error on the message header.
7130         (mml-insert-part): Error on the message header; position point at
7131         the end of a MIME tag.
7132
7133 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * time-date.el (autoload): Expand define-obsolete-function-alias into
7136         defalias and make-obsolete for old Emacsen that Gnus supports.
7137         (with-no-warnings): Define it for old Emacsen.
7138         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7139         is available.
7140         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7141         float-time is available; suppress compile warning for time-to-seconds.
7142
7143         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7144         (gnus-float-time): Alias to float-time if it exists.
7145
7146         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7147         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7148         float-time is available; suppress compile warning for time-to-seconds.
7149
7150         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7151         XEmacs.
7152
7153 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * imap.el (imap-message-map): Docstring fix.
7156
7157 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7160         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7161         Add the optional argument `encoding' that overrides the default.
7162
7163         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7164         mm-encode-buffer.
7165
7166 2009-09-04  Glenn Morris  <rgm@gnu.org>
7167
7168         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7169         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7170         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7171         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7172         * mm-util.el (mm-with-unibyte-current-buffer)
7173         (mm-find-buffer-file-coding-system):
7174         * yenc.el (yenc-decode-region): Use default-value rather than
7175         default-enable-multibyte-characters.
7176
7177 2009-09-03  Glenn Morris  <rgm@gnu.org>
7178
7179         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7180         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7181         than default-enable-multibyte-characters.
7182
7183 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7184
7185         * gnus-art.el (gnus-article-read-summary-keys):
7186         Fix gnus-buffer-configuration's value temporarily used.
7187
7188 2009-09-02  Glenn Morris  <rgm@gnu.org>
7189
7190         * gnus-util.el (gnus-float-time): New function.
7191         * gnus-delay.el (gnus-delay-article):
7192         * gnus-sum.el (gnus-thread-latest-date):
7193         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7194         * nnspool.el (nnspool-request-newgroups):
7195         Use gnus-float-time rather than time-to-seconds.
7196         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7197
7198         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7199         (gnus-header-subject-face, gnus-header-newsgroups-face)
7200         (gnus-header-name-face, gnus-header-content-face):
7201         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7202         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7203         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7204         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7205         (gnus-cite-face-11):
7206         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7207         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7208         (gnus-server-closed-face, gnus-server-denied-face)
7209         (gnus-server-offline-face):
7210         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7211         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7212         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7213         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7214         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7215         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7216         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7217         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7218         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7219         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7220         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7221         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7222         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7223         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7224         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7225         (gnus-summary-high-undownloaded-face)
7226         (gnus-summary-low-undownloaded-face)
7227         (gnus-summary-normal-undownloaded-face)
7228         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7229         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7230         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7231         (gnus-splash-face):
7232         * message.el (message-header-to-face, message-header-cc-face)
7233         (message-header-subject-face, message-header-newsgroups-face)
7234         (message-header-other-face, message-header-name-face)
7235         (message-header-xheader-face, message-separator-face)
7236         (message-cited-text-face, message-mml-face):
7237         * sieve-mode.el (sieve-control-commands-face)
7238         (sieve-action-commands-face, sieve-test-commands-face)
7239         (sieve-tagged-arguments-face):
7240         * spam.el (spam-face):
7241         Mark face aliases with "-face" in the name as obsolete.
7242
7243 2009-09-01  Glenn Morris  <rgm@gnu.org>
7244
7245         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7246         than goto-line.
7247
7248 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7251         Don't move point if the command is invoked inside the message header.
7252
7253 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7254
7255         * imap.el (imap-send-command): Simplify.
7256         (imap-wait-for-tag): point-max -> buffer-size.
7257
7258 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7259
7260         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7261         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7262         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7263         * nnir.el (nnir-swish-e-index-file):
7264         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7265         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7266         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7267         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7268         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7269         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7270
7271 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7274         Don't save excursion.
7275
7276 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7277
7278         * nnheader.el (nnheader-find-file-noselect):
7279         * mm-util.el (mm-insert-file-contents):
7280         Use (default-value 'major-mode) instead of default-major-mode.
7281
7282 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7283
7284         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7285
7286 2009-08-26  Glenn Morris  <rgm@gnu.org>
7287
7288         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7289         than placing in files.el.
7290
7291 2009-08-25  Glenn Morris  <rgm@gnu.org>
7292
7293         * nnir.el (top-level): Don't require cl at run-time.
7294         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7295         Replace cl-function substitute with gnus-replace-in-string.
7296         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7297         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7298         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7299         simplified expansions.
7300
7301 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7302
7303         * dig.el (dig): Add autoload cookie.
7304
7305 2009-08-22  Glenn Morris  <rgm@gnu.org>
7306
7307         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7308         goto-line.
7309
7310 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7311
7312         * parse-time.el (parse-time-string-chars): Save match data.
7313
7314 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7315
7316         * parse-time.el (parse-time-string-chars): Compute using character
7317         classes, to handle non-ascii characters (Bug#3190).
7318
7319 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7322
7323         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7324         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7325         (gnus-mm-display-part, gnus-mime-display-single)
7326         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7327         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7328
7329         * gnus-sum.el
7330         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7331         (gnus-summary-move-article): Add expirable mark to articles copied or
7332         moved to group that has auto-expire turned on if the option is non-nil.
7333
7334 2009-07-24  Glenn Morris  <rgm@gnu.org>
7335
7336         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7337         Fix typo.  (Bug#3903)
7338
7339 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7342         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7343         that should not be used for draft articles.
7344         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7345         that has no concern in minor mode keys.
7346         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7347         Abolish.
7348
7349 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7352         article without making inquiry to a user for unknown encoding.
7353
7354         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7355         (nnmaildir--scan): Assume i-node and device number that file-attributes
7356         returns might be cons-cell.
7357
7358         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7359
7360         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7361
7362 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7363
7364         * auth-source.el: Remove docs now in auth.texi.  Don't use
7365         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7366         `auth-source-hide-passwords' and use them.
7367
7368 2009-07-15  Glenn Morris  <rgm@gnu.org>
7369
7370         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7371
7372 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7375         excessive whitespace from the default values of title and description.
7376
7377 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7380         mail-fetch-field to fetch Content-Description header in order to
7381         exclude newlines.
7382
7383 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7384
7385         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7386         format used by GnuPG 2.0.11.
7387
7388 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7391         to deleted part.
7392
7393 2009-05-30  David Engster  <dengste@eml.cc>
7394
7395         * nnmairix.el: Remove old documentation in the commentary block.
7396         (nnmairix-request-group): Do not update active file for nnml back ends.
7397         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7398         end so that overview files are ignored.
7399         (nnmairix-update-groups): Make updating the groups more robust by using
7400         marks.
7401         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7402         with dollar characters in message-id.
7403
7404 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7407         2008-12-25 in dns.el.
7408
7409 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7410
7411         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7412         could happen if the text is only composed of spaces and/or tabs.
7413
7414 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7415
7416         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7417         when sending a queued message to avoid extra mml tags.
7418
7419 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7422
7423 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7426         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7427         rmail-toggle-header for XEmacs;
7428         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7429
7430 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-dired.el: Remove autoload for gnus-setup-message.
7433         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7434         displaying Gnus logo; always use compose-mail.
7435
7436 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7439
7440 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7443         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7444         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7445         available.
7446         (gnus-nocem-epg-verify): New function.
7447
7448 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7451
7452 2009-02-15  Glenn Morris  <rgm@gnu.org>
7453
7454         * gnus-util.el (rmail-insert-rmail-file-header)
7455         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7456         autoloads.
7457         (rmail-default-rmail-file): Remove unnecessary declaration.
7458         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7459
7460 2009-02-14  Glenn Morris  <rgm@gnu.org>
7461
7462         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7463         variable (only used in gnus-util, which declares it anyway).
7464         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7465         which was only needed by gnus-art (changed to not use it any more).
7466         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7467         only used in gnus-util, which autoloads it itself.
7468         (rmail-update-summary): Fix autoload.
7469
7470         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7471         rather than rmail-output-to-rmail-file.
7472
7473 2009-02-07  Glenn Morris  <rgm@gnu.org>
7474
7475         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7476         autoload of function that no longer exists.
7477         (rmail-toggle-header): Declare.
7478         (message-forward-rmail-make-body): Handle mbox Rmail.
7479
7480 2009-01-31  Glenn Morris  <rgm@gnu.org>
7481
7482         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7483         2009-01-09 change.
7484
7485 2009-01-31  Dave Love  <fx@gnu.org>
7486
7487         * imap.el (imap-fetch-safe): Bind debug-on-error.
7488         (imap-debug): Add imap-fetch-safe.
7489
7490 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7491
7492         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7493         (auth-source-forget-all-cached): New convenience function.
7494         (auth-source-user-or-password): Accept list of modes or a single mode.
7495
7496         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7497         auth-source modes.
7498
7499         * netrc.el (netrc-machine-user-or-password): Use list of
7500         auth-source modes.
7501
7502         * nnimap.el (nnimap-open-connection): Use list of
7503         auth-source modes.
7504
7505         * nntp.el (nntp-send-authinfo): Use list of
7506         auth-source modes.
7507
7508 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7509
7510         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7511         now.
7512
7513 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7516         coding system in XEmacs; add a workaround for XEmacs.
7517
7518         * lpath.el: Fbind coding-system-aliasee.
7519
7520 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7523         of current-language-environment.
7524
7525 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7528         available at runtime.
7529
7530 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7533
7534 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7535
7536         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7537         the greatest positive fixnum value doesn't work under an XEmacs with
7538         bignum support; use the most-positive-fixnum constant instead,
7539         available since Emacs 21.1 with cl and XEmacs 21.1.
7540
7541 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7544         XEmacs gets not to work.
7545
7546 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * mm-util.el (mm-coding-system-priorities): Allow the value like
7549         "Japanese (UTF-8)" of current-language-environment.
7550
7551 2009-01-09  Glenn Morris  <rgm@gnu.org>
7552
7553         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7554         with last-command-event.
7555
7556 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7559         in the doc string.
7560
7561         * message.el (message-fix-before-sending): Amend comment.
7562
7563 2009-01-08  Dave Love  <fx@gnu.org>
7564
7565         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7566
7567 2009-01-07  David Engster  <dengste@eml.cc>
7568
7569         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7570         simplified server definitions by converting it via
7571         gnus-server-to-method.
7572
7573 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7576         parameter's operands.
7577
7578 2009-01-06  David Engster  <dengste@eml.cc>
7579
7580         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7581         primary select method (for gnus-group-mark-article-as-read).
7582
7583 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7584
7585         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7586         `(gnus)Face', not `(gnus)X-Face'.
7587
7588 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * mm-util.el (mm-ucs-to-char): New function.
7591
7592         * mm-url.el (mm-url-decode-entities): Use it.
7593
7594         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7595         unicode-to-char.
7596
7597 2009-01-05  Dave Love  <fx@gnu.org>
7598
7599         * time-date.el: Require cl for `declare'.
7600
7601 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7604         Dave Love.
7605
7606 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * message.el (message-fix-before-sending): Add `eight-bit' to
7609         illegible-text check.
7610
7611 2009-01-03  Michael Olson  <mwolson@gnu.org>
7612
7613         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7614         `headers' is nil.  This can occur if the IMAP server does not have
7615         permissions to read messages from a folder, but can write new messages
7616         to the folder.
7617         (nnimap-request-article-part): Do not insert `data' if it is nil.
7618
7619         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7620         characters which will confuse `read', so skip past them.
7621
7622 2009-01-01  Dave Love  <fx@gnu.org>
7623
7624         * imap.el (imap-string-to-integer): Fix typo.
7625         (imap-fetch-safe): New function.
7626         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7627
7628         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7629
7630         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7631         (imap-parse-greeting): Fix doc strings.
7632         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7633         (imap-parse-flag-list): Make messages unique.
7634         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7635
7636         * nnimap.el: Fix author email.
7637         (nnimap-split-rule): Add FIXME comment.
7638         (nnimap-debug): Fix doc string.
7639
7640 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7643
7644 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7647         nslookup if resolv.conf isn't available.
7648         (dns-query): Rename from query-dns.
7649         (dns-query-cached): Rename from query-dns-cached.
7650
7651 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7654         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7655         to check if those variables exist (first appeared in Emacs 18.50).
7656
7657 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * mm-util.el (mm-line-number-at-pos): New function.
7660
7661         * spam-report.el (spam-report-process-queue): Use it.
7662
7663 2008-12-24  David Engster  <dengste@eml.cc>
7664
7665         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7666         parameters that haven't existed as variables as buffer-local variables.
7667
7668 2008-12-23  Dave Love  <fx@gnu.org>
7669
7670         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7671         cadar.
7672
7673         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7674         imap-starttls-p.
7675         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7676
7677 2008-12-22  Dave Love  <fx@gnu.org>
7678
7679         * imap.el: Fix author email.  Doc fixes.
7680         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7681         reply.
7682
7683 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * spam-report.el (spam-report-gmane-max-requests): New constant.
7686         (spam-report-gmane-wait): New variable.
7687         (spam-report-gmane-ham, spam-report-gmane-spam)
7688         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7689         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7690         the server.
7691
7692         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7693         Add explanations.
7694
7695         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7696         nnheader-accept-process-output and nnheader-read-timeout if available.
7697         (pop3-movemail): Use it.
7698
7699         * message.el (message-check-news-body-syntax): Fix signature check if
7700         there's an attachment.
7701
7702 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * mm-util.el: Add comments to the mm- emulating functions.
7705
7706 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7709         Reported by Stephen Berman <stephen.berman@gmx.net>.
7710
7711 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * mm-util.el (mm-substring-no-properties): New function.
7714         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7715         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7716         (mm-string-to-multibyte): Doc fix.
7717
7718         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7719
7720 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * mml.el (mml-attach-file): Strip text properties from file name.
7723         (Bug#1574)
7724
7725 2008-12-16  Glenn Morris  <rgm@gnu.org>
7726
7727         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7728
7729 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7732         knows since the charset specified might be a bogus alias that
7733         mm-charset-synonym-alist provides.
7734
7735 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7738         "ISO_8859-1".
7739
7740         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7741
7742 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * mm-util.el (mm-charset-eval-alist):
7745         Define it before mm-charset-to-coding-system.
7746         (mm-charset-to-coding-system): Add optional argument `silent';
7747         define it before mm-charset-override-alist.
7748         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7749         default value if it can be used in Emacs currently running;
7750         silence mm-charset-to-coding-system.
7751
7752 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7755         `allow-override' which says whether to use `mm-charset-override-alist'.
7756         (rfc2047-decode-encoded-words): Use it.
7757
7758         * mm-util.el (mm-charset-override-alist): Fix custom type;
7759         add `(gb2312 . gbk)' to choices.
7760
7761 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7764         fast.
7765
7766         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7767
7768         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7769
7770 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7771
7772         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7773         on links.
7774
7775         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7776
7777 2008-12-03  Lute Kamstra  <lute@gnu.org>
7778
7779         * sha1.el: Remove leading * from docstrings of defcustoms,
7780         deffaces, defconsts and defuns.
7781
7782 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7785         users' addresses that don't have domain parts.
7786         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7787         rather than message-narrow-to-head since there will be the message
7788         header separator.
7789
7790 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7791
7792         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7793         since the result is inserted in a unibyte buffer anyway.
7794         (nnimap-demule-use-string-to-multibyte): Remove.
7795         (nnimap-demule): Alias it to mm-string-to-multibyte.
7796
7797 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7800         variable for debugging bug#464 and bug#1174.
7801         (nnimap-demule): Use it.
7802
7803 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7806         score calculation correctly.
7807
7808 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7809
7810         * message.el (message-send-mail): Just set the buffer to unibyte
7811         rather than use mm-with-unibyte-current-buffer which does a lot more.
7812         (message-send-mail-partially): Don't bother with
7813         mm-with-unibyte-current-buffer since it's already been made unibyte by
7814         message-send-mail.
7815
7816 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7817
7818         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7819
7820 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7821
7822         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7823
7824 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7827         require itself and to remove `with-no-warnings'.
7828
7829 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * starttls.el (starttls-any-program-available): Get the name of the
7832         available TLS layer program.
7833         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7834         well as the host name in the "opening" message.
7835
7836         * auth-source.el (auth-source-cache, auth-source-do-cache)
7837         (auth-source-user-or-password): Cache passwords and logins by default,
7838         allow override with `auth-source-do-cache'.
7839         (auth-source-forget-user-or-password): Allow users to remove cache
7840         entries if needed.
7841
7842 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7843
7844         * md4.el (md4-buffer): Fix typo in docstring.
7845         (md4, md4-64): Doc fixes.
7846         (md4-pack-int32): Reflow docstring.
7847
7848 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7849
7850         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7851         condition-case to only the forward-sexp call.
7852
7853 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7856         quotes contained.  Make it more robust regardless by an extra
7857         condition-case wrapper.
7858
7859 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7862
7863 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * nnml.el (nnml-request-expire-articles): Check if the function set to
7866         `nnmail-expiry-target' returns the symbol `delete'.
7867
7868         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7869
7870         * nnmail.el (nnmail-expiry-target): Fix custom type.
7871
7872 2008-10-02  Glenn Morris  <rgm@gnu.org>
7873
7874         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7875         Silence compiler warning.
7876
7877 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7878
7879         * tls.el (open-tls-stream): Show the actual command being
7880         executed, instead of the format string.
7881
7882 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * lpath.el: Fbind codepage-setup for Emacs 23.
7885
7886 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7887
7888         * mml.el (mml-menu): Don't assume mml2015 is bound.
7889
7890 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7893         exists.
7894
7895 2008-09-27  Glenn Morris  <rgm@gnu.org>
7896
7897         * gnus-util.el (mail-header-remove-comments): Autoload it.
7898
7899 2008-09-27  Andreas Schwab  <schwab@suse.de>
7900
7901         * gnus-util.el (gnus-split-references): Strip comments.
7902         (gnus-parent-id): Likewise.
7903
7904 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * message.el (message-confirm-send): Fix version.
7907
7908 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * message.el (message-idna-to-ascii-rhs-1): Use
7911         mail-extract-address-components rather than mail-header-parse-addresses
7912         that is an alias by default to ietf-drums-parse-addresses that does not
7913         support non-ASCII names in headers' contents.
7914
7915 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * message.el (message-confirm-send): Fix variable documentation to
7918         avoid the "y/n" wording.
7919
7920 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7921
7922         * message.el (message-set-auto-save-file-name): Save to a different
7923         filename so multiple messages (especially drafts) can be recovered.
7924
7925 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * message.el (message-confirm-send): Add appropriate version.
7928
7929 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7932         defvar.
7933
7934 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7935
7936         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7937         (mm-pkcs7-enveloped-magic): Ditto.
7938
7939 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7940
7941         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7942         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7943
7944 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7945
7946         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7947         default, it's better.
7948
7949 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7950
7951         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7952         summary line gnus-number property and ignore them (with a warning
7953         message).
7954
7955 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7958         macro caddr in the interactive form since it won't be expanded.
7959
7960 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7963         `charset'; fix name of function called recursively.
7964         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7965
7966 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7969         (gnus-mime-set-charset-parameters): New function.
7970         (gnus-mime-view-part-as-charset): Use it to correctly display part
7971         specifying wrong charset.
7972
7973 2008-09-08  David Engster  <dengste@eml.cc>
7974
7975         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7976         in completing-read for back end server.
7977
7978 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * message.el (message-confirm-send): New variable to confirm sending a
7981         message.
7982         (message-send): Use it.
7983
7984 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7985
7986         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7987
7988 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7991
7992 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7993
7994         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7995         prevent tracking too many groups.
7996         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7997         Use it.
7998
7999 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8000
8001         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8002         moving point to the bottom of the window in order to avoid recentering.
8003
8004 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8007
8008         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8009         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8010         (gnus-article-beginning-of-window): Fix calculation.
8011
8012 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-msg.el (gnus-summary-supersede-article)
8015         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8016         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8017         message header.
8018
8019 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8020
8021         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8022         pending output coming after the status change.
8023
8024 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8025
8026         * message.el:
8027         * gnus-start.el:
8028         * gnus-registry.el: Remove VMS support.
8029
8030 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8033         macro.
8034         (rfc2104-hash): Use it.
8035
8036 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8039         (gnus-summary-sort-by-most-recent-date): New commands.
8040         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8041         and menu entries.
8042
8043 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8046         don't redisplay article for raw contents; remove plural articles stuff.
8047
8048         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8049         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8050         on gnus-summary-save-article; display results properly.
8051
8052 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * lpath.el: No need to fbind ns-focus-frame.
8055
8056 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8059
8060 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gnus-art.el (gnus-summary-save-in-pipe):
8063         Consider gnus-save-all-headers.
8064
8065 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8066
8067         * gnus-util.el (ns-focus-frame): Remove declaration.
8068         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8069         like x.
8070
8071 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8072
8073         * rfc2104.el (rfc2104-zero): Delete defconst.
8074         (rfc2104-hex-alist): Likewise.
8075         (rfc2104-hex-to-int): Delete func.
8076         (rfc2104-hexstring-to-bitstring): Likewise.
8077         (rfc2104-nybbles): New defconst.
8078         (rfc2104-hash): Rewrite for speed.
8079
8080 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * tls.el (open-tls-stream): Make it work with the 2nd argument
8083         BUFFER that is a string but does not exist as a buffer object, as
8084         mentioned in the doc-string.
8085
8086 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8089         SXEmacs.
8090
8091 2008-07-16  Glenn Morris  <rgm@gnu.org>
8092
8093         * gnus-util.el (ns-focus-frame): Declare for compiler.
8094
8095 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8098         set as a group parameter.
8099         (gnus-summary-save-in-pipe): Work when it is called independently.
8100         (gnus-summary-pipe-to-muttprint): Don't modify
8101         gnus-summary-pipe-output-default-command.
8102
8103 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8104
8105         * message.el (message-send-mail-with-sendmail):
8106         Display the error message.
8107
8108 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-art.el (gnus-default-article-saver):
8111         Add gnus-summary-save-in-pipe to choices.
8112         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8113         gnus-summary-pipe-output-default-command as the default command.
8114         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8115         instead of gnus-last-shell-command.
8116
8117         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8118         New user option.
8119         (gnus-summary-muttprint-program): Mention the value will be changed.
8120         (gnus-summary-save-article): Force showing of all headers.
8121         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8122
8123 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8124
8125         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8126
8127 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8128
8129         * nnimap.el (nnimap-id):
8130         * sieve-manage.el (sieve-manage-open): Doc fixes.
8131
8132 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8133
8134         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8135         if available.
8136
8137 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8138
8139         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8140
8141         * nnkiboze.el (nnkiboze-generate-group):
8142         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8143
8144         * nnmairix.el: Require CL.
8145
8146 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * dgnushack.el: Autoload get-display-table and put-display-table for
8149         XEmacs 21.5.
8150
8151         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8152         21.4 and SXEmacs.
8153
8154 2008-06-15  David Engster  <dengste@eml.cc>
8155
8156         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8157
8158 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8159
8160         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8161         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8162         runtime choice under XEmacs.
8163
8164         * gnus-sum.el (gnus-summary-set-display-table):
8165         Use `gnus-put-display-table', `gnus-get-display-table',
8166         `gnus-set-display-table' for the display table, instead of `aset'.
8167
8168         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8169         Use `gnus-put-display-table', `gnus-get-display-table',
8170         `gnus-set-display-table' for the display table.
8171
8172 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * nnmairix.el: Add autoloads.
8175
8176 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * nnmairix.el (nnmairix-delete-recreate-group)
8179         (nnmairix-update-and-clear-marks): Fix error messages.
8180
8181 2008-06-14  David Engster  <dengste@eml.cc>
8182
8183         * nnmairix.el: Upgrade to version 0.6.
8184         (nnmairix-group-toggle-propmarks-this-group)
8185         (nnmairix-group-toggle-readmarks-this-group)
8186         (nnmairix-group-delete-recreate-this-group)
8187         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8188         (nnmairix-remove-tick-mark-original-article): New commands.
8189         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8190         (nnmairix-propagate-marks-to-nnmairix-groups)
8191         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8192         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8193         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8194         functions needed for marks propagation and manipulation of read marks.
8195         (nnmairix-update-groups): New function.
8196         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8197         (nnmairix-determine-original-group-from-registry)
8198         (nnmairix-determine-original-group-from-path)
8199         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8200         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8201         New helper functions.
8202         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8203         keystrokes for new commands.
8204         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8205         (nnmairix-request-group): Check allow-fast group parameter.
8206         (nnmairix-request-create-group): Set allow-fast group parameter if
8207         nnmairix-allowfast-default is set.
8208         (nnmairix-close-group): Propagate marks upon closing if needed.
8209         (nnmairix-group-toggle-threads-this-group): Use new.
8210         nnmairix-group-toggle-parameter helper function.
8211         (nnmairix-search): Better check for empty search result.
8212         (nnmairix-goto-original-article): Use new helper functions for
8213         determining original article.
8214         (nnmairix-show-original-article): Make sure message-id is in brackets.
8215         (nnmairix-call-mairix-binary): Change variable name.
8216         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8217         helper function.
8218         (nnmairix-widget-toggle-activate): Fix doc string.
8219
8220 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * nnir.el: Require edmacro when compiling with XEmacs.
8223         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8224         available in Emacs 21.
8225
8226 2008-06-11  Glenn Morris  <rgm@gnu.org>
8227
8228         * gnus-util.el (x-focus-frame):
8229         * gnus.el (image-size):
8230         * mm-decode.el (image-size): Declare.
8231
8232         * gnus-picon.el (declare-function): Add compat definition.
8233         (image-size): Declare.
8234
8235         * gnus-group.el (tool-bar-map):
8236         * gnus-sum.el (tool-bar-map): Define for compiler.
8237
8238         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8239
8240         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8241
8242         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8243         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8244         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8245         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8246         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8247         * sieve-manage.el, spam-report.el, spam.el:
8248         Remove unnecessary eval-and-compile of autoloads.
8249
8250 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8251
8252         * auth-source.el: Precise Tramp doc.
8253
8254 2008-06-07  Glenn Morris  <rgm@gnu.org>
8255
8256         * nnmairix.el: Remove unnecessary eval-when-compile.
8257
8258 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * lpath.el: Fbind propertize for XEmacs 21.4.
8261
8262 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * nnir.el: Move here from ../contrib.
8265
8266 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8267
8268         * gnus-util.el (gnus-read-shell-command): New function.
8269         * mm-decode.el (mm-pipe-part):
8270         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8271
8272 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8275
8276 2008-06-03  Glenn Morris  <rgm@gnu.org>
8277
8278         * pop3.el (nnheader-accept-process-output): Autoload it.
8279
8280 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8283         are not 2-digit hexadecimal characters that follow `%'s.
8284
8285 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * message.el (message-bogus-recipient-p): Fix type in doc string.
8288         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8289         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8290         Improve custom options.
8291         (message-bogus-recipient-p): Adjust accordingly.
8292
8293 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8294
8295         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8296         long-form month and day names.
8297
8298 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * dgnushack.el: Autoload debug, eudc-expand-inline and
8301         pgg-snarf-keys-region for XEmacs.
8302
8303         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8304
8305         * nnmairix.el: Require edmacro when compiling with XEmacs.
8306
8307 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8310         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8311
8312 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8313
8314         * auth-source.el: Add more docs.
8315
8316         * netrc.el (netrc-machine): Always match if the port is not given.
8317
8318 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8321         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8322         retrieval faster in some cases, but might make CPU usage larger.
8323         If this has any bad side effects, we might revert this change.
8324
8325         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8326         seems to make mail retrieval much, much faster.
8327         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8328         unconditionally.
8329
8330         * gnus-draft.el (gnus-group-send-queue):
8331         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8332
8333 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8336
8337         * message.el (message-bogus-address-regexp): Fix and improve custom
8338         type.
8339         (message-setup-hook): Add message-check-recipients as custom option.
8340
8341 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * message.el (message-cite-function): Remove bogus autoload which crept
8344         in during merge from v5-10.
8345
8346 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8347
8348         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8349
8350         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8351
8352         * auth-source.el: Preliminary Tramp docs.
8353         (auth-sources): Change the default auth-sources to use
8354         EPA .gpg files.
8355
8356 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * nntp.el: Autoload `auth-source-user-or-password'.
8359         (nntp-send-authinfo): Use it.
8360
8361         * nnimap.el: Autoload `auth-source-user-or-password'.
8362         (nnimap-open-connection): Use it.
8363
8364         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8365         for the gnus-message function.
8366         (auth-source-user-or-password): Use it.
8367
8368 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8369
8370         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8371         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8372         (rfc2104-hash): Use it.
8373
8374 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8375
8376         * gnus-art.el (gnus-article-toggle-truncate-lines):
8377         Don't use `iff' in docstring.
8378
8379 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8380
8381         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8382
8383         * gnus-util.el (gnus-extract-address-component-name)
8384         (gnus-extract-address-component-email): Convenience functions around
8385         `gnus-extract-address-components'.
8386
8387         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8388         Use `gnus-extract-address-component-email' to fix bug of comparing full
8389         sender name to `user-mail-address'.
8390
8391 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8392
8393         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8394         catch/throw to optimize.
8395         (gnus-registry-find-keywords): Just use member to find a keyword.
8396
8397 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8398
8399         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8400         is current before calling gnus-server-prepare.
8401         (gnus-server-setup-buffer, gnus-server-update-server)
8402         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8403
8404 2008-05-04  Juri Linkov  <juri@jurta.org>
8405
8406         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8407         (mailcap-file-default-commands): Use mailcap-replace-in-string
8408         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8409         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8410
8411 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8412
8413         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8414
8415 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8416
8417         * gnus.el: Bump version to 0.11.
8418
8419 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8420
8421         * gnus.el: No Gnus v0.10 is released.
8422
8423 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8426         hooks.
8427         (gnus-update-read-articles): Speed up non-marks-using users.
8428         (gnus-use-marks): Define gnus-use-marks.
8429         (gnus-propagate-marks): Rename variable to something more sensible.
8430
8431 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8432
8433         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8434         (gmm-image-load-path-for-library): Fix typos in docstrings.
8435         (gmm-message): Reflow docstring.
8436
8437 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8438
8439         * mail-source.el (mail-source-set-1, mail-source-bind):
8440         Move auth-source code out of the macro to clean it up and fix bugs.
8441
8442 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8443
8444         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8445         by sender if it's equal to user-mail-address, it's likely to be
8446         useless.
8447
8448         * mail-source.el (mail-source-bind): Don't use user or password if they
8449         are not bound.  Unintern them if they are nil.  Don't use server unless
8450         it's bound, and default it to empty string otherwise.
8451
8452 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8453
8454         * mail-source.el: Load auth-source.el.
8455         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8456         get user name or password, if auth-sources is set up.
8457
8458         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8459         strategy of splitting with parent.
8460         (gnus-registry-split-fancy-with-parent)
8461         (gnus-registry-post-process-groups): Use it and fix prior
8462         bug (returning a list as the split result).
8463
8464         * auth-source.el (auth-sources): Remove server parameter.
8465         (auth-source-pick, auth-source-user-or-password)
8466         (auth-source-user-or-password-imap)
8467         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8468         (auth-source-user-or-password-sftp)
8469         (auth-source-user-or-password-smtp): Remove server parameter.
8470
8471 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8472
8473         * smime.el (smime-sign-region, smime-encrypt-region)
8474         (smime-decrypt-region):
8475         Remove redundant calls to `generate-new-buffer-name'.
8476
8477 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8478
8479         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8480         Don't use QP for message/rfc822.
8481         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8482
8483 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8484
8485         * sieve-manage.el (sieve-string-bytes): Remove.
8486         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8487         correct byte-length only if the process's coding-system is the same as
8488         the one used internally by Emacs to represent strings.
8489
8490 2008-04-22  Juri Linkov  <juri@jurta.org>
8491
8492         * mailcap.el (mailcap-file-default-commands): New function.
8493
8494 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * message.el (message-signature-separator, message-cite-function):
8497         Change custom version.
8498
8499 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8500
8501         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8502         commands.
8503         (tls-checktrust): Ditto.
8504
8505 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * mm-decode.el (mm-display-external): Make temp file read-only.
8508
8509 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8512         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8513         `C-c C-f d'.
8514
8515 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8516
8517         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8518
8519 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus.el: Bump version to 0.9.
8522
8523 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus.el: No Gnus v0.8 is released.
8526
8527 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8528
8529         * mail-source.el (mail-source-value):
8530         Prefer fboundp to functionp so it works with macros as well.
8531
8532 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8533
8534         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8535         Fix last change in case the element is not even a symbol.
8536
8537 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8538
8539         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8540         Prefer fboundp to functionp so it works with macros as well.
8541
8542 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8543
8544         * auth-source.el: Add docs.
8545         (auth-sources): Modify format to support server.
8546         (auth-source-pick, auth-source-user-or-password)
8547         (auth-source-user-or-password-imap)
8548         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8549         (auth-source-user-or-password-sftp)
8550         (auth-source-user-or-password-smtp): Add server parameter.
8551
8552 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-registry.el: Initialize the registry when gnus-registry-install
8555         is t.
8556
8557 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * compface.el (uncompface): Make buffer unibyte.
8560
8561 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8562
8563         * mail-source.el (mail-source-value):
8564         Prefer fboundp to functionp so it works with macros as well.
8565
8566 2008-04-05  Glenn Morris  <rgm@gnu.org>
8567
8568         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8569
8570 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8571
8572         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8573         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8574
8575         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8576         multibyteness after rather than before erasing it.
8577
8578         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8579         mm-with-multibyte.
8580         (gnus-request-article-this-buffer): Make sure the proper decoding is
8581         used if gnus-original-article-buffer happens to be unibyte.
8582
8583         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8584         default-enable-multibyte-characters.
8585
8586         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8587         default-enable-multibyte-characters.
8588
8589         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8590
8591         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8592
8593 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8594
8595         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8596         Fix last change in case the element is not even a symbol.
8597
8598 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8599
8600         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8601         (imap-message-copyuid-1): Use it.
8602         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8603         J. Williams in
8604         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8605
8606         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8607         imap-enable-exchange-bug-workaround.
8608         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8609
8610 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8611
8612         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8613         a 100 byte status-checks into a 2-3MB transfer for each group.
8614         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8615         to enable bug workaround or not.
8616         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8617
8618 2008-03-31  Glenn Morris  <rgm@gnu.org>
8619
8620         * message.el (mml2015-use): Declare for compiler.
8621         (message-info): Require mml2015 when appropriate.
8622
8623 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8626         whitespace.
8627
8628 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8629
8630         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8631         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8632         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8633         (nntp-service-to-port): New function.
8634         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8635         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8636         (nntp-open-netcat-stream): New function.
8637         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8638
8639 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8640
8641         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8642
8643 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8644
8645         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8646
8647 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8648
8649         * dns.el (dns-write): Use set-buffer-multibyte.
8650
8651 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8652
8653         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8654
8655 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * message.el (message-signature-separator): Change default.
8658         Improve custom type.
8659         (message-cite-function): Change default to
8660         message-cite-original-without-signature.
8661
8662         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8663         toggle.
8664
8665         * message.el (message-check-news-body-syntax): Fix signature check.
8666         (message-setup-1): Mark buffer as unmodified _after_ running
8667         message-setup-hook and handling message-alternative-emails.
8668         (message-shorten-references): Be more strict when building list of
8669         valid references to comply with GNKSA.
8670
8671         * gnus-group.el (gnus-read-ephemeral-bug-group)
8672         (gnus-read-ephemeral-debian-bug-group)
8673         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8674
8675         * message.el (message-info): Don't use booleanp which isn't supported
8676         in Emacs 21 and XEmacs.
8677
8678 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8681         gnus-group-gmane-group-download-format.
8682         (gnus-group-read-ephemeral-gmane-group): Rename from
8683         gnus-group-read-ephemeral-gmane-group.
8684         (gnus-read-ephemeral-gmane-group-url): Rename from
8685         gnus-group-read-ephemeral-gmane-group-url.
8686         (gnus-bug-group-download-format-alist): New variable.
8687         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8688         (gnus-read-ephemeral-emacs-bug-group): New commands.
8689
8690 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8693         (gnus-visible-headers): Improve custom type.
8694
8695 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * mml.el (mml-menu): Add workarounds for XEmacs.
8698
8699         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8700         X-Boundary header.
8701
8702         * message.el (message-simplify-recipients): Fix previous commit.
8703
8704 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8705
8706         * mm-util.el (mm-set-buffer-multibyte): New function.
8707         * mm-decode.el (mm-copy-to-buffer): Use it.
8708
8709         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8710         Prefer fboundp to functionp so it works with macros as well.
8711
8712 2008-03-19  Glenn Morris  <rgm@gnu.org>
8713
8714         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8715         Accidentally removed in the sync process with Emacs.
8716
8717 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * message.el (message-alter-recipients-discard-bogus-full-name):
8720         New function.
8721         (message-alter-recipients-function): New variable.
8722         (message-get-reply-headers): Use it.
8723         (message-replace-header): New helper function.
8724         (message-recipients-without-full-name): New variable.
8725         (message-simplify-recipients): New command.
8726
8727         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8728
8729         * message.el (message-info): Handle EasyPG manual.
8730
8731         * mml.el (mml-menu): Add entry for EasyPG.
8732
8733 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8734
8735         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8736         parameter.
8737
8738         * message.el (message-disassociate-draft): Specify drafts group name
8739         fully.
8740
8741 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8742
8743         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8744         Eliminate unnecessary duplicates from the match list.
8745
8746 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8749
8750         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8751
8752         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8753         args of `how-many' of which the XEmacs version doesn't take; declare
8754         Info-index-next as function.
8755
8756 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * gnus-score.el (gnus-score-headers): Fix handling of
8759         gnus-inhibit-slow-scoring.
8760
8761         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8762         string.
8763         (gnus-button-url-regexp): Improve handling of parenthesis.
8764         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8765         (gnus-button-handle-info-keystrokes): Handle index entries.
8766
8767 2008-03-15  Glenn Morris  <rgm@gnu.org>
8768
8769         * parse-time.el (parse-time-string): Simplify.
8770
8771 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8774         Incoming* files.
8775
8776 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8777
8778         * auth-source.el (auth-sources): Rename from auth-source-choices.
8779         (auth-source-pick): Use it.
8780
8781 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8782
8783         * binhex.el (binhex-decode-region-internal):
8784         * uudecode.el (uudecode-decode-region-internal):
8785         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8786         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8787         setting default-enable-multibyte-characters.
8788
8789 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8790
8791         * auth-source.el (auth-source-protocols)
8792         (auth-source-protocols-customize, auth-source-choices): Add and
8793         modified variable customizations and defaults.
8794         (auth-source-pick, auth-source-user-or-password)
8795         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8796         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8797         (auth-source-user-or-password-sftp)
8798         (auth-source-user-or-password-smtp): Use new variables and provide an
8799         interface to netrc.el.
8800
8801 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8804         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8805         Make sure the nntp port to specify is a string.
8806
8807 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8808
8809         * nntp.el: Use with-current-buffer.
8810         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8811         dubious mm-with-unibyte-current-buffer.
8812         (nntp-with-open-group-function): New function extracted from
8813         nntp-with-open-group macro.
8814         (nntp-with-open-group): Use the function, so it's easier to debug.
8815         Add indentation and debugging info.
8816         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8817         Recommend the use of the netcat alternatives.
8818
8819         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8820         Avoid mm-string-as-multibyte as well.
8821
8822         * nnweb.el (nnweb-insert-html):
8823         Remove use of nnheader-string-as-multibyte.
8824
8825         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8826         (nnheader-string-as-multibyte): Remove.
8827
8828         * mm-view.el: Use inhibit-read-only.
8829         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8830         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8831         or unibyte-string.
8832
8833         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8834         (mm-uu-yenc-extract): Use with-current-buffer.
8835
8836         * gnus-soup.el (gnus-soup-send-packet): Don't use
8837         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8838
8839         * nnmh.el: Use with-current-buffer.
8840         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8841         mm-string-as-multibyte on the output of mm-encode-coding-string.
8842
8843         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8844         (nnimap-request-move-article): Use with-current-buffer.
8845
8846         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8847         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8848         conversion uses string-make-unibyte rather than string-as-unibyte.
8849
8850         * gnus-msg.el: Use with-current-buffer.
8851
8852         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8853
8854 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8855
8856         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8857         string for caching if it is 'PIN.
8858
8859 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * lpath.el: Consider the case without Emacs/W3.
8862
8863 2008-03-08  Glenn Morris  <rgm@gnu.org>
8864
8865         * time-date.el (date-to-time, time-subtract, time-add)
8866         (safe-date-to-time): Doc fixes.
8867
8868 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * mail-source.el (mail-source-delete-old-incoming-confirm):
8871         Change default to nil.
8872         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8873
8874 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * lpath.el: Rearrange.
8877
8878         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8879         (gnus-article-goto-prev-page): Work for articles having ^L's.
8880
8881         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8882
8883         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8884
8885 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8886
8887         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8888         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8889         (gnus-bookmark-jump): Adjust some variable names.
8890
8891 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * auth-source.el: New package.
8894         (auth-source-choices): Add customization entry point variable.
8895
8896         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8897         bug.
8898
8899 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8902         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8903         (gnus-registry-install-shortcuts): Rename from
8904         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8905         the `gnus-registry-mark-map' keymap dynamically from
8906         `gnus-registry-marks'.  The generated functions update the summary line
8907         when a registry mark is added or deleted, and will call
8908         `gnus-registry-install-p' (see the comments in the code).
8909         (gnus-registry-user-format-function-M): Use concat intelligently.
8910
8911         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8912         the registry mark functions.
8913
8914 2008-03-05  Glenn Morris  <rgm@gnu.org>
8915
8916         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8917         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8918         gnus-art.
8919         (top-level): No need to load own source when compiling.
8920
8921 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8924         Suggested by <chris.anderton@zetnet.co.uk>.
8925
8926 2008-03-04  Glenn Morris  <rgm@gnu.org>
8927
8928         * gnus-sum.el (top-level): No need to require gnus when compiling,
8929         since unconditionally required near start of file.
8930         (gnus-summary-display-while-building): Move definition before use.
8931
8932 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8933
8934         * gnus-registry.el (gnus-registry-user-format-function-M):
8935         Add formatting function.
8936
8937 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8938
8939         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8940         with plists.
8941         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8942         Use new format.
8943
8944 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8947         `where-is-internal' that returns a range of key sequences.
8948
8949 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8950
8951         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8952
8953         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8954         (gnus-summary-jump-to-group): Consider windows on other displayed
8955         frames as well.  Similar changes might be needed elsewhere, but that's
8956         the one I've bumped into during my use.
8957
8958         * nndoc.el (nndoc-oe-dbx-type-p):
8959         * gnus-msg.el (gnus-debug):
8960         * gnus-group.el (gnus-update-group-mark-positions):
8961         Use mm-string-to-multibyte.
8962
8963 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8966         doesn't handle NotDashEscaped.
8967
8968         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8969         (mml-dnd-attach-options): Fix typo in custom choice.
8970
8971         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8972         Change nndoc-article-type to mbox.
8973         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8974
8975         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8976         to nil, instead of html2text.
8977
8978         * imap.el (imap-debug): Add `imap-ping-server'.
8979
8980         * gnus-bookmark.el: Add FIXMEs.
8981
8982         * message.el (message-form-letter-separator)
8983         (message-send-form-letter-delay): New variables.
8984         (message-send-form-letter): Use them.  New command to send form
8985         letters.  Requested by Uwe Siart.
8986         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8987
8988 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * Update copyright years.
8991
8992 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         Sync from EMACS_22_BASE.
8995
8996         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8997
8998 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8999
9000         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9001         empty author.
9002
9003 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9004
9005         * gnus-registry.el (gnus-registry-marks): Add variable for
9006         customization of marks and their appearance.
9007         (gnus-registry-read-mark): Use it.
9008         (gnus-registry-do-marks): Add utility function to loop through
9009         `gnus-registry-marks'.
9010         (gnus-registry-install-shortcuts-and-menus): Add function to install
9011         shortcuts and menus.
9012         (gnus-registry-initialize): Use it.
9013         (gnus-registry-default-mark): Clarify documentation.
9014
9015 2008-02-29  Glenn Morris  <rgm@gnu.org>
9016
9017         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9018         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9019         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9020         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9021         Change defcustom :version from 23.0 to 23.1.
9022
9023 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9024
9025         * gnus-registry.el (gnus-registry-follow-group-p)
9026         (gnus-registry-post-process-groups): Add functions to aid registry
9027         splitting and improve logging.  Clarify behavior in function
9028         documentation.
9029         (gnus-registry-split-fancy-with-parent): Use them.
9030
9031 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9032
9033         * gnus-art.el: Use with-current-buffer.
9034
9035 2008-02-27  David Engster  <dengste@eml.cc>
9036
9037         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9038         Express real group name in the response.
9039
9040 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9043         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9044         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9045         autoload gnus-registry-fetch-group when compiling.
9046         (nnmairix-request-group-with-article-number-correction):
9047         Remove unreferenced argument passed to nnmairix-call-backend.
9048
9049 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9052         (mm-uu-extract): Improve face for low color ttys.
9053         Reported by Sascha Wilde.
9054
9055 2008-02-27  Glenn Morris  <rgm@gnu.org>
9056
9057         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9058         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9059         variables to defconsts.  Convert comments to doc-strings.
9060         (nnmairix-last-server, nnmairix-current-server): Convert from free
9061         variables to defvars.  Convert comments to doc-strings.
9062         (gnus-registry-fetch-group): Autoload.
9063         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9064         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9065         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9066         caddr.
9067         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9068         nnmairix-request-group-with-article-number-correction call.
9069         (nnmairix-fast, nnmairix-group): New, less general names, for free
9070         variables passed from nnmairix-request-group to
9071         nnmairix-request-group-with-article-number-correction.  Declare.
9072         (nnmairix-request-group-with-article-number-correction):
9073         Use nnmairix-fast, nnmairix-group rather than fast, group.
9074
9075 2008-02-26  David Engster  <dengste@eml.cc>
9076
9077         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9078         version 0.5.
9079
9080 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9081
9082         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9083         instead of making an extra function call.  Don't add the current group
9084         to articles only when they have the group.  Use
9085         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9086         Reported by David <de_bb@arcor.de>.
9087
9088 2008-02-24  Miles Bader  <miles@gnu.org>
9089
9090         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9091         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9092         (mm-find-mime-charset-region):
9093         * mm-bodies.el (mm-encode-body):
9094         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9095
9096 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9099         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9100
9101 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * mail-source.el (mail-source-delete-incoming): Change default.
9104         Supplement doc string.
9105
9106         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9107
9108 2008-02-14  Glenn Morris  <rgm@gnu.org>
9109
9110         * time-date.el (format-seconds): New function.
9111
9112 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * nnmail.el (nnmail-message-id-cache-file): Derive from
9115         `gnus-home-directory'.
9116
9117 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9120         Document negative prefix.
9121
9122         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9123
9124 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9125
9126         * message.el (message-unsent-separator): Add the Exim bounce
9127         separator.
9128
9129 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9130
9131         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9132         list.
9133         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9134         recipient/signer list.
9135
9136 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * Makefile.in (datarootdir): Define.
9139         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9140         name that might contain whitespace.
9141
9142 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9145         fbound (Emacs 23 unicode), signal an error.
9146
9147 2008-02-08  Glenn Morris  <rgm@gnu.org>
9148
9149         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9150
9151 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9152
9153         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9154         ports to the calls to `netrc-machine-user-or-password' in addition to
9155         "imap" and "imaps".
9156
9157 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9158
9159         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9160
9161         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9162
9163 2008-02-01  Kenichi Handa  <handa@m17n.org>
9164
9165         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9166         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9167         (rfc2104-hash): Convert the result of concat to unibyte string.
9168
9169 2008-02-01  Dave Love  <fx@gnu.org>
9170
9171         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9172         coding-system-for-read.
9173         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9174
9175 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9178         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9179         <hanche@math.ntnu.no>.
9180
9181 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9184
9185         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9186
9187 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9188
9189         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9190         * message.el (message-beginning-of-line): Use featurep instead of bound
9191         tests in order to resolve conditionals at compile time.
9192
9193 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9194
9195         * mail-source.el (mail-sources): Add `group' choice.
9196
9197         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9198         parameter `in-group' to control into which group the articles go.
9199         Add treatment of `group' mail-source.
9200
9201 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9204
9205         * mm-decode.el (mm-dissect-buffer): Decode description.
9206
9207         * mml.el (mml-to-mime): Encode message header first.
9208
9209 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9212         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9213
9214         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9215         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9216
9217 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9218
9219         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9220
9221 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9224         prefix keys.
9225         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9226         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9227         gnus-xmas.el.
9228
9229         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9230         (gnus-xmas-article-describe-bindings): New function.
9231         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9232         gnus-xmas-article-describe-bindings.
9233
9234         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9235
9236 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9237
9238         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9239         Add new variables for article mark management.
9240         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9241         list of extra data entries which, when present, will indicate that the
9242         article ID should not be trimmed from the registry.
9243         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9244         functions.
9245         (gnus-registry-read-mark): New function to read a mark name from the
9246         user.
9247         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9248         (gnus-registry-set-article-mark-internal): New functions to add and
9249         remove marks.
9250         (gnus-registry-get-article-marks): New function to show the marks for
9251         an article, or retrieve them for further use.
9252
9253 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9256         keys when no argument is given.
9257
9258 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * imap.el (imap-ping-server): New variable.
9261         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9262         (imap-ping-server): Minor doc string fixes.
9263
9264 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9265
9266         * imap.el (imap-ping-server): New function.
9267         (imap-opened): Call imap-ping-server.
9268
9269 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-sum.el (gnus-article-sort-by-random)
9272         (gnus-thread-sort-by-random): Fix doc strings.
9273         Reported by jidanni@jidanni.org.
9274
9275 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-art.el (gnus-article-describe-bindings): New function.
9278         (gnus-article-read-summary-keys): Use it.
9279         (gnus-article-mode-map): Bind `C-h b' to it.
9280
9281 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9284         XEmacs.
9285         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9286         Protect against non-character events.
9287
9288         * lpath.el: Fbind map-keymap for Emacs 21.
9289
9290 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9293         New command.
9294         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9295         instead of END.  Change name of the temp file.
9296         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9297         customizable.
9298
9299 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9302         bind `S W' to gnus-article-wide-reply-with-original; set default
9303         binding to gnus-article-read-summary-send-keys.
9304         (gnus-article-read-summary-keys): Fix the order of keys; display
9305         continuation keys correctly in the echo area; describe bindings
9306         correctly when keys end with `C-h'.
9307         (gnus-article-read-summary-send-keys): New function.
9308         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9309         Work for gnus-article-read-summary-send-keys; display continuation keys
9310         correctly in the echo area.
9311         (gnus-article-reply-with-original): Ignore prefix argument.
9312         (gnus-article-wide-reply-with-original): New function.
9313
9314         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9315         Emacs 21.
9316
9317 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9320         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9321
9322 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9325         (gnus-group-read-ephemeral-gmane-group): New command.
9326
9327 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9328
9329         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9330
9331 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * message.el (message-send-mail-function): Increase custom version.
9334
9335         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9336         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9337
9338 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9341         for the cases where imap-authenticate is called with a nil buffer
9342         parameter.
9343
9344 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9347         html parts correctly; support forwarded messages.
9348         (gnus-article-browse-html-article): Remove work buffers.
9349
9350         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9351         compiling.
9352         (netrc-bound-and-true-p): New macro.
9353         (netrc-parse): Use it instead of bound-and-true-p that is not available
9354         in XEmacs 21.4.
9355
9356 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9357
9358         * gnus-registry.el (gnus-registry-mark-article)
9359         (gnus-registry-article-marks): Add functionality to mark articles
9360         through the Gnus registry.
9361
9362         * encrypt.el: Clarify documentation for the new pgg method.
9363         (encrypt-file-alist): Add PGG option.
9364         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9365         functionality.  Abstract password key and messaging to external
9366         functions.
9367         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9368         (encrypt-message-method-and-cipher): Add new convenience external
9369         functions.
9370         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9371         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9372
9373         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9374         (netrc-parse): Use encrypt-file-alist to determine if
9375         encrypt-find-model or encrypt-insert-file-contents should be used.
9376
9377         * encrypt.el: Clarify documentation.  Load password-cache or
9378         password, whichever one is found first, instead of autoloading.
9379
9380 2007-12-19  Glenn Morris  <rgm@gnu.org>
9381
9382         * mml.el (message-options-set, message-narrow-to-head)
9383         (message-in-body-p, message-mail-p, message-encode-message-body):
9384         Autoload.
9385         (message-remove-header, message-narrow-to-headers-or-head)
9386         (message-subscribed-p, message-make-mail-followup-to)
9387         (message-position-on-field, message-news-p)
9388         (message-options-set-recipient, message-generate-headers)
9389         (message-sort-headers): Declare as functions.
9390
9391 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9394         convention in doc string.
9395
9396 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9399         title to html parts.
9400         (gnus-article-browse-html-article): Pass message header to it.
9401
9402         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9403
9404 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9407         or password compatible with XEmacs.
9408
9409 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9412         format document.
9413         (gnus-mime-delete-part): Don't write description line if empty.
9414         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9415
9416 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9417
9418         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9419         (gnus-summary-mark-read-and-unread-as-read)
9420         (gnus-summary-mark-current-read-and-unread-as-read)
9421         (gnus-summary-mark-unread-as-ticked): Doc fix.
9422         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9423
9424 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9427         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9428
9429 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9432         yes-or-no-p.
9433
9434 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * mm-decode.el (mm-add-meta-html-tag): New function.
9437         (mm-save-part-to-file, mm-pipe-part): Use it.
9438
9439         * gnus-art.el (gnus-article-browse-delete-temp-files):
9440         Use gnus-y-or-n-p instead of y-or-n-p.
9441         (gnus-article-browse-html-parts): Work with message/external-body; use
9442         mm-add-meta-html-tag.
9443
9444 2007-12-11  Glenn Morris  <rgm@gnu.org>
9445
9446         * gnus-cache.el: Require gnus-sum not just when compiling.
9447
9448         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9449
9450         * gnus-int.el (gnus-server-opened, gnus-status-message):
9451         Move definitions before use.
9452
9453         * mm-decode.el: Require gnus-util.
9454         (mm-remove-part): Only call delete-annotation on XEmacs.
9455
9456         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9457
9458         * nnmail.el: Require gnus-int.
9459
9460         * spam.el: Move `require's before `eval-when-compile's.
9461
9462         * gnus-ems.el (gnus-alive-p):
9463         * gnus-fun.el (message-goto-eoh):
9464         * gnus-util.el (gnus-group-name-decode):
9465         * mail-source.el (gnus-compress-sequence):
9466         * message.el (Info-goto-node, format-spec):
9467         * mm-bodies.el (message-options-get):
9468         * mm-decode.el (mm-view-pkcs7):
9469         * mm-util.el (gmm-write-region):
9470         * mml-smime.el (mml-compute-boundary)
9471         (gnus-completing-read-with-default):
9472         * mml.el (widget-button-press, gnus-make-hashtable):
9473         * mml1991.el (mm-decode-content-transfer-encoding)
9474         (mm-encode-content-transfer-encoding)
9475         (message-options-get, message-options-set):
9476         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9477         * nnfolder.el (gnus-request-group):
9478         * nnheader.el (ietf-drums-unfold-fws):
9479         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9480         * smime.el (gnus-run-mode-hooks):
9481         * spam-stat.el (gnus-message): Autoload.
9482
9483         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9484         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9485         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9486         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9487         Add declare-function compatibility definition.
9488
9489         * gnus-cache.el (nnvirtual-find-group-art):
9490         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9491         (gnus-add-image, gnus-add-wash-type):
9492         * gnus-group.el (nnkiboze-score-file):
9493         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9494         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9495         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9496         (message-tokenize-header, gnus-get-buffer-create)
9497         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9498         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9499         * gnus.el (gnus-group-decoded-name):
9500         * mail-source.el (imap-capability):
9501         * mm-bodies.el (message-options-set):
9502         * mm-decode.el (gnus-configure-windows):
9503         * mm-extern.el (message-goto-body):
9504         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9505         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9506         (epg-sub-key-validity, message-options-set):
9507         * mml.el (widget-event-point, gnus-configure-windows):
9508         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9509         * mml2015.el (epg-check-configuration, epg-configuration)
9510         (message-options-set):
9511         * nndb.el (nndb-request-article):
9512         * nnfolder.el (gnus-request-create-group):
9513         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9514         * nnmaildir.el (gnus-group-mark-article-read):
9515         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9516         * rfc1843.el (message-fetch-field):
9517         * spam.el (gnus-extract-address-components):
9518         Declare as functions.
9519
9520 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9523
9524         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9525
9526         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9527         bind show-trailing-whitespace for XEmacs.
9528
9529 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9532         new no-op macro for backward compatibility.
9533
9534         * imap.el (imap-string-to-integer): New function.
9535
9536 2007-12-09  Glenn Morris  <rgm@gnu.org>
9537
9538         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9539
9540         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9541         * message.el, mm-view.el, sieve-manage.el, smime.el:
9542         Add declare-function compatibility definition.
9543
9544         * gnus-art.el (w3-region, w3m-region, Info-menu):
9545         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9546         * gnus-sum.el (gnus-get-predicate):
9547         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9548         * message.el (mail-abbrev-in-expansion-header-p):
9549         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9550         (w3m-detect-meta-charset, w3m-region):
9551         * sieve-manage.el (password-read, password-cache-add)
9552         (password-cache-remove):
9553         * smime.el (password-read-and-add): Declare as functions.
9554
9555 2007-12-08  David Kastrup  <dak@gnu.org>
9556
9557         * gnus-sum.el (gnus-summary-simplify-subject-query):
9558         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9559         `message'.
9560
9561 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9564         it to bind idna-program, installation-directory, defined-colors, and
9565         face-attribute for XEmacs of the version that compiles defcustom forms.
9566
9567 2007-12-07  Glenn Morris  <rgm@gnu.org>
9568
9569         * gnus-art.el (article-make-date-line): Revert previous change.
9570
9571 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9574
9575 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9576
9577         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9578         Call gnus-add-to-range ranges only once with a prepared article-list.
9579
9580 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9581
9582         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9583         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9584         group names with backslashes.
9585         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9586
9587 2007-12-06  Deepak Goel  <deego3@gmail.com>
9588
9589         * gnus-art.el (article-make-date-line):
9590         * gnus-start.el (gnus-load):
9591         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9592
9593 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-art.el (gnus-use-idna)
9596         * gnus-start.el (gnus-site-init-file)
9597         * message.el (message-use-idna)
9598         * mm-uu.el (mm-uu-hide-markers)
9599         * smiley.el (smiley-style): Revert changes that suppress warnings.
9600
9601 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9604         specify charset to html source.
9605         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9606
9607 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9610         idna-program in order to suppress byte compile warning issued by XEmacs
9611         that came to byte compile the default value section of defcustom forms
9612         recently.
9613
9614         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9615         value of installation-directory.
9616
9617         * message.el (message-use-idna): Don't directly refer to the value of
9618         idna-program.
9619
9620         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9621
9622         * smiley.el (smiley-style): Don't directly call face-attribute.
9623
9624 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9627
9628         * gnus-dired.el: Reduce Gnus dependencies.
9629         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9630         Don't require.  Use autoloads instead.
9631         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9632         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9633         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9634         (gnus-dired-mode): Adjust doc string.
9635         (gnus-dired-mail-mode): New variable.
9636         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9637         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9638         (gnus-dired-mail-buffers): New function.  Return mail or message
9639         composition buffers.
9640         (gnus-dired-attach): Use it.
9641         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9642         NO-DECODE.
9643         (gnus-dired-print): Use `gnus-print-buffer' depending on
9644         `gnus-dired-mail-mode'.
9645
9646 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * rfc2047.el (rfc2047-encoded-word-regexp)
9649         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9650         explaining what regexp patterns are for.
9651
9652 2007-12-04  Glenn Morris  <rgm@gnu.org>
9653
9654         * password.el: Move to password-cache.el.
9655
9656         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9657         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9658         * mml-smime.el (password-read, password-cache-add)
9659         (password-cache-remove):
9660         No need to autoload, since mml-sec requires password.
9661
9662         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9663         * message.el (gnus-extract-address-components):
9664         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9665
9666         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9667         password.
9668
9669 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * mailcap.el: Reduce dependencies.
9672         (mail-header-parse-content-type): Autoload.
9673         (mailcap-delete-duplicates): New alias.
9674         (mailcap-mime-info): Add optional argument NO-DECODE.
9675         (mailcap-mime-types): Use mailcap-delete-duplicates.
9676
9677         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9678
9679 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9680
9681         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9682         (imap-parse-status): Upcase status-att for servers that sends them
9683         lower-case (e.g., MS Exchange 2007).
9684
9685 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9688         function.
9689
9690         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9691         (gnus-uu-yenc-article): New function.
9692
9693         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9694
9695         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9696
9697 2007-12-02  Glenn Morris  <rgm@gnu.org>
9698
9699         * binhex.el (binhex): New custom group.
9700         (binhex-decoder-program, binhex-decoder-switches)
9701         (binhex-use-external): Move to the binhex custom group.
9702
9703         * uudecode.el (uudecode): New custom group.
9704         (uudecode-decoder-program, uudecode-decoder-switches)
9705         (uudecode-use-external): Move to the uudecode custom group.
9706
9707         * netrc.el (top-level): Don't load `encrypt' features.
9708         (netrc-parse): Don't use encrypt.
9709         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9710
9711         * encrypt.el: Remove file.
9712
9713 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9716         matches on patches.
9717
9718         * gnus-art.el (gnus-article-browse-html-article):
9719         Mention `mm-text-html-renderer' in the doc string.
9720
9721         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9722         string.  Add comments.
9723
9724         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9725         if rhs is ASCII.
9726
9727 2007-12-01  Glenn Morris  <rgm@gnu.org>
9728
9729         * mail-source.el (top-level): Require format-spec before
9730         eval-when-compile.
9731
9732 2007-11-30  Glenn Morris  <rgm@gnu.org>
9733
9734         * encrypt.el: Require password, rather than autoloading password-read.
9735
9736 2007-11-29  Glenn Morris  <rgm@gnu.org>
9737
9738         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9739         (sasl-make-client, sasl-next-step, sasl-step-data)
9740         (sasl-step-set-data): Declare as functions.
9741
9742 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9745
9746 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9747
9748         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9749         certs should be verified and what is to be done in the event of a
9750         verification failure.
9751
9752         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9753         caller can indicate whether the cache should be disregarded for this
9754         call.  This way the result of the call is reproducible at all times and
9755         can be considered a canonical server name for the supplied method.
9756         (gnus-agent-method-p): Canonicalize server names by pushing their
9757         method through `gnus-method-to-server' using the no-cache argument.
9758
9759         * gnus-srvr.el (gnus-server-insert-server-line):
9760         Call `gnus-method-to-server' with `no-cache' argument.
9761
9762         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9763         gnus-agent-possibly-synchronize-flags as this should be called when the
9764         server is actually being opened.
9765         (gnus-agent-possibly-synchronize-flags)
9766         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9767         flags file of an agentized server to the latter function.
9768
9769         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9770         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9771         after a connection has been established successfully.
9772
9773 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gnus-art.el (article-display-face): Force to display face if called
9776         interactively; check if gnus-article-x-face-too-ugly matches author.
9777         (article-display-x-face): Display face even if From header is missing
9778         as article-display-face does.
9779
9780 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9781
9782         * hashcash.el (message-narrow-to-headers-or-head)
9783         (message-fetch-field, message-goto-eoh)
9784         (message-narrow-to-headers): Declare as functions.
9785
9786 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * mail-source.el (mail-sources): Default to fetch from file for
9789         compatibility with default of nnmail-spool-file.
9790
9791 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9794         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9795         to look for encoded word that should be encoded again.
9796         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9797         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9798         encoding pattern.
9799         (rfc2047-decode-region): Switch strict regexp and loose one according
9800         to rfc2047-allow-irregular-q-encoded-words.
9801
9802 2007-11-25  Romain Francoise  <romain@orebokech.com>
9803
9804         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9805
9806 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * tls.el (tls-program): Provide more custom choices from
9809         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9810         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9811
9812 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9815         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9816
9817         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9818         `nnmail-spool-file'.
9819
9820         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9821         `nnmail-spool-file'.
9822
9823         * gnus-move.el (gnus-change-server): Ditto.
9824
9825         * gnus-kill.el (gnus-batch-score): Ditto.
9826
9827         * gnus-cache.el (gnus-jog-cache): Ditto.
9828
9829         * gnus-msg.el (gnus-summary-reply):
9830         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9831
9832 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9835         version.  Minor improvement to doc strings.
9836         (tls-program): Add comment.
9837
9838 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9839
9840         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9841         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9842         mismatch between the hostname provided in the certificate and the name
9843         of the host connnecting to.
9844         (open-tls-stream): Use them.  Check certificates against trusted root
9845         certificates.
9846
9847 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * gnus-cache.el (gnus-cache-generate-nov-databases):
9850         Use nnml-generate-nov-databases-directory instead of
9851         nnml-generate-nov-databases-1.
9852
9853 2007-11-24  Glenn Morris  <rgm@gnu.org>
9854
9855         * message.el (message-tool-bar-retro): Update for rename
9856         mail_send.xpm->mail-send.xpm.
9857
9858 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9861         `smime-ldap-search' for Emacs 22 and up.
9862
9863 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9864
9865         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9866
9867         * message.el (message-send-mail-function): Fix error convention.
9868         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9869         (message-widen-reply, message-send-mail, message-talkative-question)
9870         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9871         (message-clone-locals, message-send-news): Use with-current-buffer.
9872         (message-insert-or-toggle-importance): Remove unused var `valid'.
9873         (message-make-references): Remove unused var `new-references'.
9874         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9875
9876 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9877
9878         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9879         (spam-split-symbolic-return-positive): Reflow docstring.
9880         (spam-backends, spam-summary-exit-behavior)
9881         (spam-mark-ham-unread-before-move-from-spam-group)
9882         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9883         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9884         (spam-clear-cache, spam-backend-check, spam-install-backend)
9885         (spam-install-statistical-backend, spam-list-of-processors)
9886         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9887         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9888         (spam-check-crm114, spam-initialize, spam-unload-hook):
9889         Fix typos in docstrings.
9890
9891 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9894         been checked if they have never been read and those group levels are
9895         higher than the one that a user specified.
9896
9897 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9900         foreign groups unless a group level is specified by a user.
9901         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9902
9903 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * message.el (message-send-mail-function): Require sendmail.
9906
9907 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * message.el (message-send-mail-function): Check for smtpmail too.
9910
9911         * utf7.el (utf7-encode, utf7-decode): Use coding system
9912         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9913
9914         * message.el (message-send-mail-function): New function.
9915         (message-send-mail-function): Set default using
9916         message-send-mail-function.  Adjust doc string.
9917         (message-send-mail-with-mailclient): New function.
9918
9919 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9920
9921         * smime.el (from):
9922         * rfc2047.el (message-posting-charset):
9923         * qp.el (mm-use-ultra-safe-encoding):
9924         * pop3.el (parse-time-months):
9925         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9926         * nnml.el (files):
9927         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9928         (jka-compr-compression-info-list, ange-ftp-path-format)
9929         (efs-path-regexp):
9930         * nndiary.el (files):
9931         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9932         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9933         (epg-digest-algorithm-alist, inhibit-redisplay)
9934         (password-cache-expiry):
9935         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9936         (pgg-output-buffer, password-cache-expiry):
9937         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9938         (efs-path-regexp):
9939         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9940         (inhibit-redisplay):
9941         * mm-uu.el (file-name, start-point, end-point, entry)
9942         (gnus-newsgroup-name, gnus-newsgroup-charset):
9943         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9944         (latin-unity-ucs-list):
9945         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9946         (mm-uu-binhex-decode-function):
9947         * message.el (gnus-message-group-art, gnus-list-identifiers)
9948         (rmail-enable-mime-composing, gnus-local-organization)
9949         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9950         (gnus-read-active-file, facemenu-add-face-function)
9951         (facemenu-remove-face-function, gnus-article-decoded-p)
9952         (tool-bar-mode):
9953         * mail-source.el (display-time-mail-function):
9954         * gnus-util.el (nnmail-pathname-coding-system)
9955         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9956         (gnus-original-article-buffer, gnus-user-agent)
9957         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9958         (xemacs-codename, sxemacs-codename, emacs-program-version):
9959         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9960         * gnus-start.el (gnus-agent-covered-methods)
9961         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9962         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9963         (gnus-newsgroup-headers, gnus-group-list-mode)
9964         (gnus-group-mark-positions, gnus-newsgroup-data)
9965         (gnus-newsgroup-unreads, nnoo-state-alist)
9966         (gnus-current-select-method, mail-sources)
9967         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9968         (nnmail-spool-file, gnus-cache-active-hashtb):
9969         * gnus-mh.el (mh-lib-progs):
9970         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9971         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9972         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9973         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9974         (gnus-group-buffer):
9975         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9976         (font-lock-set-defaults):
9977         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9978         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9979         (gnus-summary-post-menu, total-parts, type, condition, length):
9980         * gnus-agent.el (gnus-agent-read-agentview):
9981         * flow-fill.el (show-trailing-whitespace):
9982         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9983         eval-and-compile wrappers for byte compiler pacifiers.
9984
9985         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9986         (mm-display-inline-fontify): Check for featurep 'xemacs not
9987         extent-list.
9988
9989         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9990         itimer-list.
9991         (mm-create-image-xemacs): Only do something for XEmacs.
9992         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9993
9994         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9995
9996         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9997         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9998
9999 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10000
10001         * nnimap.el (nnimap-split-download-body):
10002         * gnus-demon.el (gnus-demon):
10003         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10004
10005 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10008         New macros.
10009         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10010         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10011         copy data from unibyte buffer to multibyte current buffer.
10012         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10013         to copy data from unibyte current buffer to multibyte buffer.
10014         (nntp-make-process-buffer): Make process buffer unibyte.
10015
10016         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10017
10018 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10019
10020         * pop3.el (pop3-open-server): Accept and process data more robustly at
10021         connexion start to avoid spurious "POP SSL connexion failed" errors.
10022
10023 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10026         read group names.
10027
10028 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10031
10032 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10035         (nnmail-save-active): Use a unibyte buffer when saving active file,
10036         which may contain non-ASCII group names.
10037
10038         * nnml.el (nnml-request-group): Decode group names in messages.
10039
10040 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * message.el (message-citation-line-function)
10043         (message-insert-formatted-citation-line): Fix spelling of
10044         `message-insert-formated-citation-line'.
10045
10046 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10049
10050 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10053         nnmail-pathname-coding-system.
10054
10055         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10056         that a user enters; decode group names in messages.
10057
10058         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10059
10060 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10063
10064         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10065
10066         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10067         risky local variable.
10068
10069         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10070
10071 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10072
10073         * encrypt.el: Improve documentation to fix function name typo.
10074         Reported by Daiki Ueno <ueno@unixuser.org>.
10075
10076 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10079         even if the point is not in the last page of an article.
10080         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10081         back to the previous page.
10082
10083 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10086
10087 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10090
10091 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10092
10093         * message.el (message-check-news-body-syntax):
10094         Avoid mm-string-as-multibyte.
10095         (message-hide-headers): Don't assume (point-min)==1.
10096
10097 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * message.el (message-remove-blank-cited-lines): Fix if remove is
10100         given.
10101         (message-bogus-address-regexp): New variable.
10102         (message-bogus-recipient-p): New function.
10103         (message-check-recipients): New command.
10104         (message-syntax-checks): Add `bogus-recipient'.
10105         (message-fix-before-sending): Add `bogus-recipient'.
10106
10107         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10108         (gnus-treat-body-boundary): Don't test window-system.
10109
10110 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10111
10112         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10113
10114 2007-10-28  Miles Bader  <miles@gnu.org>
10115
10116         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10117         at compile-time too.
10118
10119 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gnus-msg.el (gnus-message-setup-hook):
10122         Add `message-remove-blank-cited-lines' to options.
10123
10124 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * message.el (message-remove-blank-cited-lines): New function.
10127         Suggested by Karl Plästerer.
10128
10129 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10132         mapc.
10133
10134         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10135         (top-level): Use mapc to set functions to be traced for debugging.
10136
10137         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10138         called for effect with while loop.
10139
10140         * message.el (message-talkative-question): Replace mapcar called for
10141         effect with mapc.
10142
10143         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10144         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10145         called for effect with dolist.
10146
10147         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10148
10149         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10150         gnus-extra-headers and nnmail-extra-headers.
10151
10152         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10153         called for effect with dolist.
10154         (top-level): Use mapc to set functions to be traced for debugging.
10155
10156         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10157         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10158         dolist.
10159
10160         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10161         Replace mapcar called for effect with mapc.
10162         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10163         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10164         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10165         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10166
10167         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10168         remove-if that's a cl function.
10169
10170         * webmail.el (webmail-debug): Replace mapcar called for effect with
10171         dolist.
10172
10173         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10174         with mapc.
10175
10176 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10179         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10180         with while loop.
10181
10182         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10183         functions from article-* functions.
10184         (gnus-multi-decode-header): Replace mapcar called for effect with
10185         dolist.
10186
10187         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10188         (gnus-bookmark-show-details): Replace mapcar called for effect with
10189         while loop.
10190
10191         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10192         called for effect with while loop.
10193
10194         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10195         with dolist.
10196
10197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10198         Replace mapcar called for effect with dolist.
10199
10200         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10201
10202         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10203         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10204         Replace mapcar called for effect with dolist.
10205         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10206         mapc.
10207
10208         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10209         Replace mapcar called for effect with dolist.
10210         (gnus-topic-list): Replace mapcar called for effect with mapc.
10211
10212         * gnus.el: Use mapc instead of mapcar to add autoloads.
10213
10214 2007-10-23  Richard Stallman  <rms@gnu.org>
10215
10216         * gnus-group.el (gnus-group-highlight): Mark as risky.
10217
10218 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus.el (gnus-server-to-method): Return method found first in
10221         gnus-newsrc-alist.
10222
10223         * gnus-art.el (gnus-article-highlight-signature)
10224         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10225         button overlay without the front stickiness.
10226
10227 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10228
10229         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10230         overview buffer needed a catch to receive its throw.
10231         (gnus-agent-flush-cache): Declare as interactive to make this function
10232         easier to use.
10233
10234 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10237         `next-line'.
10238
10239 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10242         exclude address matching message-dont-reply-to-names.
10243
10244 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-util.el (gnus-string<): New function.
10247
10248         * gnus-sum.el (gnus-article-sort-by-author)
10249         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10250
10251 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10254         the frame-focus tag is set in gnus-buffer-configuration.
10255
10256 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10259         the front stickiness.
10260
10261 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10264         url pattern; remove duplicate one.
10265         (gnus-article-extend-url-button): New function.
10266         (gnus-article-add-buttons): Use it.
10267         (gnus-button-push): Use concatenated url that it makes.
10268
10269 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10270
10271         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10272
10273 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10274
10275         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10276         Don't hardcode point-min==1.
10277
10278 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10281         Fix comment about "iso8859-1".
10282
10283 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10284
10285         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10286         ones returned from the verify-function.
10287
10288         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10289         Call mml2015-extract-cleartext-signature if extraction failed.
10290
10291 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10292
10293         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10294         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10295         failed.
10296
10297 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10300
10301 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10304         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10305         recommends to use EasyPG instead of PGG.
10306
10307         * pgg.el: Revert to revision 6.23.2.16.
10308
10309         * pgg-def.el: Revert to revision 6.6.2.14.
10310
10311         * pgg-gpg.el: Revert to revision 6.23.2.34.
10312
10313 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10314
10315         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10316         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10317         thread for both the null and zero (kill/expire thread) universal prefix
10318         cases.
10319         (gnus-summary-expire-thread): Add new function to expire a thread,
10320         using gnus-summary-kill-thread.
10321         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10322         shortcuts for gnus-summary-expire-thread.
10323         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10324         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10325
10326 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10327
10328         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10329         extras value, so an extras entry can be deleted.
10330         (gnus-registry-delete-extra-entry): Use it.
10331         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10332         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10333         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10334         storage through the gnus-registry, and provide an appropriate API for
10335         it.
10336
10337 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10340         Suggested by Leo <sdl.web@gmail.com>.
10341
10342         * gnus.el: Do.
10343
10344 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10347         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10348
10349         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10350
10351         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10352         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10353
10354 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10357         newline.
10358         (nnmbox-request-accept-article): Don't change article in source buffer;
10359         narrow to header to use message-fetch-field rather than
10360         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10361         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10362         as delimiters; make sure article ends with newline.
10363         (nnmbox-delete-mail): Correct last position of article to be deleted;
10364         ignore X-Gnus-Newsgroup header in article body.
10365         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10366         positions; make sure article ends with newline.
10367
10368         * message.el (message-display-abbrev): Don't infloop when a user
10369         inserts SPC in the beginning of header.
10370
10371         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10372         coding-system-for-read and coding-system-for-write for XEmacs having no
10373         file-coding feature.
10374
10375         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10376
10377 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10378
10379         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10380         list of groups not followed by default.  Fix type to be regexp.
10381         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10382
10383 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10384
10385         * hmac-def.el (define-hmac-function): Switch from old-style to
10386         new-style backquotes.
10387
10388         * md4.el (md4-make-step): Likewise.
10389
10390 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10393         raw-text coding system when saving .newsrc file, which may contain
10394         non-ASCII group names.
10395
10396 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-cus.el (gnus-score-extra): New widget.
10399         (gnus-score-extra-convert): New function.
10400         (gnus-score-customize): Use it for Extra.
10401
10402 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10403
10404         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10405         (mml2015-mailcrypt-clear-verify): Use it.
10406         (mml2015-gpg-clear-verify): Use it.
10407         (mml2015-pgg-clear-verify): Use it.
10408         (mml2015-epg-clear-verify): Replace the current part with the output
10409         from GnuPG; don't extract the plaintext by itself.
10410
10411         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10412         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10413         mml2015-clear-verify-function; don't touch the armor headers or
10414         dash-escaped text here.
10415
10416 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10419         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10420         parts, or application/octet-stream as a last resort.
10421         (gnus-mime-view-part-as-type): Don't toggle display.
10422         (gnus-mime-view-part-as-charset): Don't turn off display before
10423         querying charset.
10424
10425         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10426         stuff to undisplayer function in Emacs.
10427         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10428
10429         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10430         text/calendar parts.
10431
10432 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10435         decoding text/calendar parts.
10436
10437         * message.el (message-forward-make-body-mime): Always mark body as
10438         having no illegible text; remove signed-or-encrypted argument.
10439         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10440
10441         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10442         (mml-generate-mime-1): Don't encode body if it is specified to be in
10443         raw form; don't make buffer be unibyte when inserting multibyte string.
10444
10445 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10446
10447         * sha1.el: Fix up comment style.
10448         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10449         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10450
10451         * hex-util.el: Fix up comment style.
10452         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10453
10454         * gnus-salt.el: Use with-current-buffer.
10455         (gnus-pick-setup-message): Fix long-standing typo.
10456
10457 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * imap.el (imap-logout-timeout): New variable.
10460         (imap-logout, imap-logout-wait): New functions.
10461         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10462
10463         * nnimap.el (nnimap-logout-timeout): New server variable.
10464         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10465         nnimap-logout-timeout.
10466
10467         * gnus-art.el (gnus-article-summary-command-nosave)
10468         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10469
10470 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus.el (gnus-maximum-newsgroup): New variable.
10473
10474         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10475         according to gnus-maximum-newsgroup.
10476
10477         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10478         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10479         Limit the range of articles according to gnus-maximum-newsgroup.
10480
10481 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10482
10483         * gnus-art.el (gnus-sticky-article): Fix problems described in
10484         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10485         Don't perform gnus-configure-windows here; reuse existing sticky
10486         article buffer.
10487
10488         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10489         it doesn't exist in gnus-article-mode.
10490
10491 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10494         (gnus-agent-decoded-group-name): New function.
10495         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10496         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10497
10498 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10499
10500         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10501         Add binding for gnus-sticky-article.
10502         (gnus-summary-exit): Don't kill sticky article buffers.
10503
10504         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10505         article buffer.
10506         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10507         (gnus-kill-sticky-article-buffers): New commands.
10508
10509 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * nntp.el (nntp-xref-number-is-evil): New server variable.
10512         (nntp-find-group-and-number): If it is non-nil, don't trust article
10513         numbers in the Xref header.
10514
10515 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-agent.el (gnus-agent-read-group): New function.
10518         (gnus-agent-flush-group, gnus-agent-expire-group)
10519         (gnus-agent-regenerate-group): Use it.
10520         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10521         nnmail-pathname-coding-system.
10522
10523 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10526
10527         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10528         that are unread as unread, and also as selected so that information of
10529         marks having been changed by a user may be updated when exiting group.
10530
10531 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10534
10535 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10538         calculated ignoring signature parts to gnus-treat-article.
10539
10540 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10543         a point here in order to keep the window start.
10544         (gnus-insert-mime-security-button): Make a button overlay without the
10545         front stickiness.
10546         (gnus-mime-display-security): Goto the end of a button.
10547
10548         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10549
10550 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10553         group-name-at-point.
10554         (gnus-group-completing-read): New function that offers decoded
10555         non-ASCII group names for completion.
10556         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10557         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10558         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10559         (gnus-group-fetch-control): Use it.
10560         (gnus-fetch-group): Use group-name-at-point for the initial value
10561         rather than the default value; use gnus-alive-p.
10562
10563         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10564         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10565         (gnus-summary-post-news): Use gnus-group-completing-read.
10566
10567         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10568         (gnus-read-move-group-name): Decode group name for completion.
10569
10570 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10571
10572         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10573         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10574         Yamaoka slightly modified the code).
10575
10576 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10579         (nnmail-split-incoming): Bind it.
10580
10581         * nnml.el (nnml-group-name-charset): New function.
10582         (nnml-decoded-group-name): Use it; don't decode group name if
10583         nnmail-group-names-not-encoded-p is non-nil.
10584         (nnml-encoded-group-name): New function.
10585         (nnml-group-pathname): Inline nnml-decoded-group-name.
10586         (nnml-request-expire-articles): Decode group name in message.
10587         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10588         nnmail-pathname-coding-system.
10589         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10590         not decoded ones according to nnmail-group-names-not-encoded-p.
10591         (nnml-generate-active-info): Use nnml-encoded-group-name.
10592
10593 2007-08-08  Glenn Morris  <rgm@gnu.org>
10594
10595         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10596         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10597         doc-strings and comments.
10598
10599 2007-07-25  Glenn Morris  <rgm@gnu.org>
10600
10601         * Relicense all FSF files to GPLv3 or later.
10602
10603 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-sum.el (gnus-summary-move-article):
10606         Make gnus-summary-respool-article work.
10607
10608 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10611         string.
10612
10613 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10614
10615         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10616         that should be ignored when comparing distant RSS articles with local
10617         ones.
10618         (nnrss-make-hash-index): New function.  Create a hash index according
10619         to the ignored fields.
10620         (nnrss-check-group): Use it.
10621
10622 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10625
10626         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10627
10628         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10629         the new optional argument ENCODED is non-nil.
10630         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10631         coding system for encoding group name.
10632         (gnus-group-make-rss-group): Pass un-encoded group name to
10633         gnus-group-make-group.
10634         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10635         encoded.
10636
10637         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10638         Encode group name to which articles are moved or copied.
10639         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10640         coding system for encoding Newsgroup, Followup-To and Xref headers.
10641
10642         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10643         marks; use nnheader-file-coding-system to write a file.
10644         (nnagent-retrieve-headers): Bind file-name-coding-system to
10645         nnmail-pathname-coding-system.
10646
10647         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10648
10649         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10650         (nnml-request-article, nnml-request-create-group)
10651         (nnml-request-rename-group, nnml-find-id)
10652         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10653         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10654         (nnml-save-marks): Use nnml-group-pathname instead of
10655         nnmail-group-pathname.
10656
10657         (nnml-request-create-group, nnml-request-expire-articles)
10658         (nnml-request-move-article, nnml-request-delete-group)
10659         (nnml-deletable-article-p, nnml-possibly-create-directory)
10660         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10661         (nnml-open-marks): Bind file-name-coding-system to
10662         nnmail-pathname-coding-system.
10663
10664         (nnml-request-article): Pass server argument to nnml-find-group-number.
10665         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10666         Pass server argument to nnml-possibly-create-directory.
10667         (nnml-request-accept-article): Pass server argument to
10668         nnml-active-number and nnml-save-mail.
10669         (nnml-find-group-number): Pass server argument to nnml-find-id.
10670         (nnml-request-update-info): Pass server argument to
10671         nnml-marks-changed-p.
10672
10673         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10674         (nnml-save-mail, nnml-active-number): Add server argument.
10675
10676         (nnml-request-delete-group): Warn if group is missing.
10677         (nnml-get-nov-buffer): Decode group name.
10678         (nnml-generate-active-info): Encode group name.
10679         (nnml-open-marks): Decode group name in messages.
10680
10681 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10684         if it is not specified.
10685         (gnus-article-pipe-part, gnus-article-save-part)
10686         (gnus-article-interactively-view-part, gnus-article-copy-part)
10687         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10688         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10689         (gnus-article-replace-part, gnus-article-delete-part)
10690         (gnus-article-view-part-as-type): Pass raw prefix argument to
10691         gnus-article-part-wrapper.
10692
10693 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-agent.el (gnus-agent-save-active):
10696         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10697
10698         * gnus-cache.el (gnus-cache-save-buffers)
10699         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10700         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10701         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10702         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10703         (gnus-cache-generate-active, gnus-cache-rename-group)
10704         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10705         (gnus-cache-update-overview-total-fetched-for):
10706         Bind file-name-coding-system to nnmail-pathname-coding-system.
10707         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10708         New variables.
10709         (gnus-cache-decoded-group-name): New function.
10710         (gnus-cache-file-name): Use it.
10711         (gnus-cache-generate-active): Use non-decoded group name for active.
10712
10713         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10714         right place.
10715         (gnus-write-active-file): Don't break non-ASCII group names.
10716
10717         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10718         nnmail-pathname-coding-system.
10719
10720         * lpath.el: Bind default-file-name-coding-system,
10721         file-name-coding-system and language-info-alist for XEmacs.
10722
10723         * gnus-uu.el (gnus-uu-decode-save): Typo.
10724
10725 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10728
10729 2007-07-14  David Kastrup  <dak@gnu.org>
10730
10731         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10732         finishing actions if we did not edit the article.
10733
10734 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10737         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10738         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10739         (gnus-agent-flush-group, gnus-agent-flush-cache)
10740         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10741         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10742         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10743         (gnus-agent-regenerate-group)
10744         (gnus-agent-update-files-total-fetched-for)
10745         (gnus-agent-update-view-total-fetched-for):
10746         Bind file-name-coding-system to nnmail-pathname-coding-system.
10747         (gnus-agent-group-pathname): Don't encode file names by
10748         nnmail-pathname-coding-system.
10749         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10750         coding-system-for-write instead of buffer-file-coding-system to
10751         gnus-agent-file-coding-system.
10752
10753         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10754         Decode group name.
10755
10756         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10757
10758         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10759         (gnus-read-newsrc-el-file): Make group names unibyte.
10760
10761         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10762         nnmail-pathname-coding-system.
10763
10764         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10765         (nnrss-request-delete-group): Bind file-name-coding-system to
10766         nnmail-pathname-coding-system.
10767         (nnrss-read-server-data, nnrss-read-group-data):
10768         Bind file-name-coding-system correctly.
10769         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10770
10771         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10772         (nntp-server-to-method-cache): New variable.
10773         (nntp-group-pathname): New function that decodes non-ASCII group names.
10774         (nntp-possibly-create-directory, nntp-marks-changed-p)
10775         (nntp-save-marks, nntp-open-marks): Use it.
10776         (nntp-possibly-create-directory, nntp-open-marks):
10777         Bind file-name-coding-system to nnmail-pathname-coding-system.
10778         (nntp-open-marks): Decode group names when bootstrapping marks.
10779
10780         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10781         Newsgroups and Folowup-To headers.
10782
10783 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10786         (gnus-server-closed-face, gnus-server-denied-face)
10787         (gnus-server-offline-face): Remove variable.
10788         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10789
10790         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10791         of modifying message-stack directly for XEmacs.
10792
10793         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10794         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10795         if the coding-system argument is nil for XEmacs.
10796
10797         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10798         mm-charset-override-alist.
10799
10800         * rfc2047.el: Don't require base64; require rfc2045 for the function
10801         rfc2045-encode-string.
10802         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10803         to quote the parameter value.
10804
10805 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10808         form in gnus-group-name-charset-method-alist.
10809
10810         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10811         overrides the default layout edit-form.
10812
10813         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10814
10815         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10816
10817 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10820         as unfetched articles.
10821
10822 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10825
10826 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10829         original back end that keeps marks in the local system.
10830
10831 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10834         arg of pop-to-buffer for XEmacs.
10835         (gnus-article-read-summary-keys): Ditto; don't restore window
10836         configuration if summary command ends up with neither article buffer
10837         nor summary buffer; describe bindings if summary keys end with C-h.
10838
10839 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * message.el (message-fix-before-sending): Skip raw message part to be
10842         forwarded while checking illegible text.
10843         (message-forward-make-body-mime, message-forward-make-body):
10844         Mark signed or encrypted raw message as having no illegible text.
10845
10846 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10849         (gnus-message-with-timestamp-1): New macro.
10850         (gnus-message-with-timestamp): New function.
10851         (gnus-message): Use them.
10852
10853         * nnheader.el (nnheader-message): Use them.
10854
10855 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10858         .newsrc.eld file.
10859
10860 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-agent.el (gnus-agent-fetch-headers)
10863         (gnus-agent-retrieve-headers):
10864         Bind gnus-decode-encoded-address-function to identity.
10865
10866         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10867         available also when the server returns simply a dot.
10868
10869         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10870
10871 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10874
10875 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-ems.el (gnus-x-splash): Make it work.
10878
10879         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10880         from being used.
10881
10882         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10883
10884 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10887         4th and the 5th arguments.
10888
10889         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10890         the front stickiness.
10891         (gnus-article-summary-command-nosave): Correct the order of the
10892         arguments passed to pop-to-buffer.
10893         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10894         summary command ends up with the article buffer.
10895
10896         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10897         the same faces.
10898
10899 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10900
10901         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10902
10903 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10904
10905         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10906         * gnus-sum.el (gnus-summary-highlight):
10907         * pgg.el (pgg-sign-region, pgg-sign):
10908         * mail-source.el (mail-source-delete-old-incoming-confirm):
10909         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10910
10911 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * gnus-art.el (gnus-mime-view-part-externally)
10914         (gnus-mime-view-part-internally): Fix predicate function passed to
10915         completing-read.
10916
10917         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10918
10919         * gnus.el (gnus-update-message-archive-method): Add :version.
10920
10921 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus.el (gnus-update-message-archive-method): New variable.
10924
10925         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10926         according to gnus-message-archive-method if
10927         gnus-update-message-archive-method is non-nil.
10928
10929 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10932         Suggested by Loic Dachary <loic@dachary.org>.
10933         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10934
10935 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * message.el (message-pop-to-buffer): Add switch-function argument.
10938         (message-mail): Pass switch-function argument to it.
10939
10940 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10943         Improve doc string.
10944
10945 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10948         (gnus-header-content)
10949         * gnus-cite.el (gnus-cite-10)
10950         * gnus-srvr.el (gnus-server-closed)
10951         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10952         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10953         (gnus-group-mail-3-empty, gnus-group-mail-low)
10954         (gnus-group-mail-low-empty, gnus-splash)
10955         * message.el (message-header-to, message-header-cc)
10956         (message-header-subject, message-header-other, message-header-name)
10957         (message-header-xheader, message-separator, message-cited-text)
10958         (message-mml): Lighten colors of faces used for dark background.
10959
10960 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10961
10962         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10963         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10964
10965 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * message.el (message-narrow-to-headers-or-head):
10968         Ignore mail-header-separator in the body.
10969
10970 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10973         same as window size.
10974
10975 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10976
10977         * message.el (message-font-lock-keywords): Use message-header-xheader
10978         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10979         ahead of the anything pattern, to get it recognised.
10980
10981 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10984         spam.el loads uses it in the compiled defadvice form.
10985
10986 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10987
10988         * gnus-sum.el (gnus-articles-to-read)
10989         (gnus-summary-insert-old-articles): Don't truncate group name for
10990         `read-string'.
10991
10992         * gnus-util.el (gnus-limit-string): Delete this function.
10993
10994         * gnus-sum.el (gnus-simplify-subject-fully):
10995         Use `truncate-string-to-width' instead.
10996
10997 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10998
10999         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11000         Tell if, on summary exit, the next group has to be selected.
11001         (gnus-summary-exit): Use it.
11002
11003 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11006         non-break space.
11007
11008 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11011         Check if group is not a directory.
11012         (nnfolder-request-expire-articles): Don't delete articles if the target
11013         group is not available.
11014
11015         * nnml.el (nnml-request-create-group): Properly check if group is not a
11016         file.
11017         (nnml-request-expire-articles): Don't delete articles if the target
11018         group is not available.
11019
11020         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11021         Don't quote characters that are within parentheses.
11022
11023 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11026         (gnus-handle-ephemeral-exit): Select article according to it.
11027
11028 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * message.el (message-insert-formated-citation-line): Remove newline.
11031         (message-citation-line-format): Add final \n here so that the user can
11032         avoid a blank line.
11033
11034 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11035
11036         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11037         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11038         Update lanl/arXiv support.
11039
11040 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus.el: Bump version number.
11043
11044 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045
11046         * gnus.el (gnus-version-number): Bump version.
11047
11048 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11049
11050         * gnus.el: No Gnus v0.6 is released.
11051
11052 2007-04-27  Didier Verna  <didier@xemacs.org>
11053
11054         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11055         * gmm-utils.el (gmm-regexp-concat): ... here.
11056         * message.el: Don't require 'gnus-util.
11057         (message-dont-reply-to-names): Handle name change above.
11058         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11059
11060 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11063         since the initial value varies according to the system.
11064
11065 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11068
11069 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11070
11071         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11072
11073 2007-04-24  Didier Verna  <didier@xemacs.org>
11074
11075         Improve the type of gnus-ignored-from-addresses.
11076         * gnus-util.el (gnus-orify-regexp): New function.
11077         * message.el (gnus-util): Require it.
11078         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11079         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11080         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11081
11082 2007-04-24  Didier Verna  <didier@xemacs.org>
11083
11084         * gnus-sum.el:
11085         * gnus-utils.el: Fix some trailing whitespaces.
11086
11087 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11090         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11091         article's Message-ID; refer parent article in summary buffer.
11092
11093         * message.el (message-bounce): Call mime-to-mml.
11094
11095         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11096         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11097         optimize and/or forms properly.
11098
11099 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11102         URL.
11103
11104 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11107
11108 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11111         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11112         displayed of multipart/alternative part if it is invoked from summary
11113         buffer.
11114
11115         * mm-view.el (mm-inline-text-html-render-with-w3m)
11116         (mm-inline-text-html-render-with-w3m-standalone)
11117         (mm-inline-render-with-function): Use mail-parse-charset by default.
11118
11119 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11120
11121         * parse-time.el (parse-time-string-chars): Check if CHAR
11122         is less than the length of parse-time-syntax.
11123
11124 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11127         from gnus-newsgroup-processable.
11128
11129 2007-04-16  Didier Verna  <didier@xemacs.org>
11130
11131         * gnus-msg.el (gnus-configure-posting-styles):
11132         Handle message-signature-directory properly with :file syntax.
11133         Reported by "Leo".
11134
11135 2007-04-11  Didier Verna  <didier@xemacs.org>
11136
11137         New user option: message-signature-directory.
11138         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11139         * message.el (message-insert-signature): Ditto.
11140         * message.el (message-signature-file): Doc update.
11141         * message.el (message-signature-directory): New.
11142
11143 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-msg.el (gnus-inews-yank-articles):
11146         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11147
11148 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * message.el (message-yank-original): Make sure cited text ends with
11151         newline; don't exchange point and mark.
11152
11153 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11154
11155         * tls.el (open-tls-stream): Properly handle case where there
11156         is no associated buffer.
11157
11158 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11159
11160         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11161         message-yank-original, make sure (< mark TEXT point).
11162
11163 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * message.el (message-fill-column): New variable.
11166         (message-mode): Use it.  Add comment on a possible new hook.
11167
11168         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11169         (nnmail-get-new-mail): Reformat.
11170
11171         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11172
11173         * gmm-utils.el: Fix Commentary.
11174         (gmm-tool-bar-from-list): Fix typo in doc string.
11175
11176 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11177
11178         * message.el (message-yank-original): Don't switch point and mark
11179         unnecessarily to put point and mark as documented.
11180
11181 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11184         from the message heads.
11185
11186 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11187
11188         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11189         article buffer does not have a window.  This may not be the best
11190         solution but is certainly better than setting the start of the null,
11191         that is the current, window.
11192
11193 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11196         (gnus-draft-setup): Run it.
11197
11198         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11199         gnus-score-fast-scoring.  Allow regexp.
11200         (gnus-score-headers): Use it.
11201
11202         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11203         XEmacs.
11204
11205         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11206         string.
11207         (gnus-button-alist): Also catch `<f1> k ...'.
11208         (gnus-treat-display-x-face): Fix doc string.
11209
11210 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11211
11212         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11213         evaluation of gnus-extended-version to ensure correct generation of the
11214         User-Agent header when message-generate-headers-first is used.
11215
11216 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11217
11218         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11219         hashcash-path is nil.  Don't call callback with incorrect number of
11220         parameters if val is 0.
11221
11222 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11223
11224         * message.el (message-required-news-headers):
11225         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11226
11227 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11228
11229         * tls.el (open-tls-stream): In handshake-waiting loop,
11230         don't wait more if there is output available to process.
11231
11232 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11233
11234         * tls.el (tls-program): Doc fix.
11235
11236 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * message.el (message-generate-new-buffers): Change the meaning of the
11239         nil value; add `standard' to the choices; treat t as `unique'; improve
11240         doc string.
11241         (gnus-select-frame-set-input-focus): Autoload.
11242         (message-buffer-name): Search for the existing message buffer if
11243         message-generate-new-buffers is nil or `standard'; treat the value t of
11244         message-generate-new-buffers as `unique'.
11245         (message-pop-to-buffer): Raise the frame already displaying the message
11246         buffer; clear the echo area after querying.
11247         (message-setup): Pass the `continue' argument to compose-mail.
11248         (message-mail): Prefer `switch-function' if it is given; search for the
11249         existing message buffer if the `continue' argument is non-nil; pass
11250         continue and switch-function arguments to compose-mail by way of
11251         message-setup.
11252         (message-mail-other-window): Adjust argument of message-setup.
11253         (message-mail-other-frame): Ditto.
11254
11255 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11258         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11259         to turn font-lock on when turning gnus-message-citation-mode on.
11260
11261 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11262
11263         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11264         (mml-smime-function-alist): New variable; add epg as the backend.
11265         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11266         mml-smime- functions instead.
11267         * mm-view.el: Require smime.
11268
11269 2007-03-05  Didier Verna  <didier@xemacs.org>
11270
11271         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11272         instead of just inheritance for posting styles.
11273         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11274
11275 2007-02-24  Chris Moore  <dooglus@gmail.com>
11276
11277         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11278         * pgg-pgp.el (pgg-pgp-encrypt-region):
11279         * pgg-gpg.el (pgg-gpg-encrypt-region):
11280         Check pgg-encrypt-for-me if no other recipients.
11281
11282 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11283
11284         * tls.el (tls-certtool-program): Fix custom type.
11285
11286 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11289         and point-at-eol instead of line-(beginning|end)-position.
11290
11291         * assistant.el (assistant-parse-buffer): Ditto.
11292
11293         * netrc.el (netrc-parse-services): Ditto.
11294
11295 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11296
11297         * mml2015.el (mml2015-epg-find-usable-key): New function.
11298         (mml2015-epg-sign): Use it.
11299         (mml2015-epg-encrypt): Use it.
11300
11301 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * message.el (message-make-in-reply-to): Quote name containing
11304         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11305         if there are special characters.  Reported by NAKAJI Hiroyuki
11306         <nakaji@jp.freebsd.org>.
11307
11308 2007-02-27  Didier Verna  <didier@xemacs.org>
11309
11310         Include the group parameters as well as the topic ones in the
11311         inheritance filter process.
11312         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11313         argument GROUP-PARAMS-LIST.
11314         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11315
11316 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * nntp.el (nntp-never-echoes-commands)
11319         (nntp-open-connection-functions-never-echo-commands): New variables.
11320         (nntp-send-command): Use them.
11321
11322 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11323
11324         * mml2015.el (mml2015-epg-verify): Simplify.
11325
11326 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * mml.el (mml-content-disposition-alist): New user option.
11329         (mml-content-disposition): New function.
11330         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11331         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11332
11333 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11334
11335         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11336         verification.
11337
11338 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11339
11340         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11341         articles posted in the last 24 hours.
11342
11343 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11344
11345         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11346
11347 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11348
11349         * nntp.el (nntp-send-command): Don't wait for echoes when
11350         nntp-open-ssl-stream is used.
11351
11352 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11355         (gnus-message-add-citation-keywords)
11356         (gnus-message-remove-citation-keywords): Remove.
11357         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11358         directly, make the variables in font-lock-defaults buffer-local, add
11359         gnus-message-citation-keywords to them and then update the value of
11360         font-lock-keywords.
11361
11362 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * message.el (message-cite-original-1): Don't call
11365         gnus-article-highlight-citation.
11366
11367         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11368         citations; fix line count.
11369
11370 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11373         (gnus-message-add-citation-keywords)
11374         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11375         versions of font-lock-add-keywords and font-lock-remove-keywords to
11376         work with XEmacs correctly.
11377
11378 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-cite.el (gnus-cite-face-list): Set the values of
11381         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11382         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11383         (gnus-message-cite-prefix-regexp): New variable.
11384         (gnus-message-search-citation-line): Use it; protect against long
11385         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11386         the 0th match data for Emacs.
11387         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11388         (gnus-message-add-citation-keywords): Append keywords rather than
11389         prepending; emulate font-lock-add-keywords if it is not available.
11390         (gnus-message-remove-citation-keywords):
11391         Emulate font-lock-remove-keywords if it is not available.
11392
11393         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11394
11395         * message.el (message-cite-prefix-regexp): Set the value of
11396         gnus-message-cite-prefix-regexp.
11397
11398 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11399
11400         * nnweb.el (nnweb-google-parse-1): Update parser.
11401
11402 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11403
11404         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11405
11406 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11407
11408         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11409         regexp.
11410
11411 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11414         string-to-multibyte.
11415         (uudecode-decode-region-internal): Use it.
11416
11417         * lpath.el: Fbind string-as-multibyte for XEmacs.
11418
11419 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11422         Fix custom choice.
11423
11424         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11425
11426 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11427
11428         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11429
11430         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11431         `write-region' to respect `mm-inhibit-file-name-handlers'.
11432
11433 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11436         Use gnus-home-directory instead of "~/" or "$HOME".
11437
11438 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11439
11440         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11441         to mention filename.
11442         Add comments at beginning regarding usage.
11443         (encrypt-write-file-contents): Change interactive so a string is
11444         acceptable.  If the file has no associated model, show an error instead
11445         of a nonsense prompt.
11446
11447 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11448
11449         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11450         Thanks to Yoshihiko Yamada for kind notification of this typo.
11451
11452 2007-01-12  Kenichi Handa  <handa@m17n.org>
11453
11454         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11455         multibyte buffer.
11456
11457 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * gnus-score.el (gnus-score-fast-scoring): New variable.
11460         (gnus-score-headers): Use it.
11461
11462         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11463
11464         * message.el (message-cite-original-1):
11465         Call gnus-article-highlight-citation if requested.
11466         (message-make-from): Allow name and address as optional arguments.
11467
11468         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11469
11470         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11471         bugs to doc string.
11472         (gnus-button-alist): Add mid\\|message-id.
11473         (gnus-button-fetch-group): Extend for use in
11474         `browse-url-browser-function'.
11475         (gnus-button-url-regexp): Try to catch paired parentheses like in
11476         Wikipedia URLs.
11477
11478         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11479         Suggested by Simon Krahnke <overlord@gmx.li>.
11480
11481 2007-01-13  Romain Francoise  <romain@orebokech.com>
11482
11483         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11484         Update copyright.
11485
11486 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11487
11488         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11489
11490 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11491
11492         * gnus-registry.el (gnus-registry-unfollowed-groups)
11493         (gnus-registry-split-fancy-with-parent): Fix documentation.
11494
11495 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11496
11497         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11498         from nnweb groups.
11499
11500 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11501
11502         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11503         Xref urls.  Erase buffer before requesting head.
11504
11505         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11506
11507 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11510         customizable.
11511
11512 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11513
11514         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11515         no signing key is found.
11516         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11517         no encrypting and/or signing key is found.
11518
11519 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11522
11523 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11524
11525         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11526         headers read from disk with the ones newly found in the current search.
11527         This should no longer cause problems, because the article numbers in
11528         Gmane's `nov.php' output are ignored since the previous change.
11529
11530 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11531
11532         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11533
11534 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11537         replace-regexp-in-string; bind url-version; fbind display-images-p and
11538         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11539         find-face and set-itimer-function for Emacs; bind itimer-list for
11540         Emacs.
11541
11542         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11543
11544 2007-01-01  Romain Francoise  <romain@orebokech.com>
11545
11546         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11547
11548 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11549
11550         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11551         `define-minor-mode' macro definition expanded properly.
11552         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11553         exclude it there.
11554
11555         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11556         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11557         `fboundp' test.
11558         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11559         This is OK to autoload in (S)XEmacs now.
11560
11561 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11562
11563         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11564         keystroke.
11565         (gnus-summary-limit-to-singletons): Fix typo.
11566
11567         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11568         else fails.
11569
11570 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11571
11572         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11573         docstring.
11574
11575         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11576         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11577         (gnus-summary-insert-dormant-articles): Fix typo in message.
11578
11579 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11582         nil for XEmacs.
11583         (gnus-message-citation-mode): Don't autoload in XEmacs.
11584
11585         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11586
11587 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11588
11589         * nnimap.el (nnimap-expunge-search-string):
11590         Mention nnimap-search-uids-not-since-is-evil in docstring.
11591
11592 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * spam.el: Revert to make-obsolete-variable because
11595         define-obsolete-variable-alias is not supported in Emacs 21.
11596
11597         * spam.el (spam-ifile-path, spam-ifile-database-path)
11598         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11599         make-obsolete-variable.
11600         (spam-bsfilter-path, spam-bsfilter-program)
11601         (spam-spamassassin-path, spam-spamassassin-program)
11602         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11603         Don't use "path" inappropriately.
11604         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11605         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11606         variable names.
11607
11608 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11609
11610         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11611         summary buffer.
11612
11613         * password.el (password-cache-remove): Use clear-string to burn
11614         password, if available.
11615
11616 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11619
11620         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11621
11622         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11623         (gnus-message-highlight-citation): Move defcustom here from
11624         gnus-cite.el.
11625         (gnus-message-citation-mode): Autoload.
11626
11627         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11628         checks to make it compile with XEmacs.
11629         (gnus-message-citation-mode): New minor mode.
11630         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11631         (gnus-message-highlight-citation): New variables.
11632         (gnus-message-search-citation-line)
11633         (gnus-message-add-citation-keywords)
11634         (gnus-message-remove-citation-keywords)
11635         (turn-on-gnus-message-citation-mode)
11636         (turn-off-gnus-message-citation-mode): New functions.
11637
11638 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11639
11640         * gnus-cite.el: Enable highlighting of different citation levels in
11641         message-mode.
11642
11643 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * message.el (message-make-fqdn): Fix comment.
11646         (message-bogus-system-names): Add ".local".
11647
11648         * spam.el (spam-ifile-path, spam-ifile-program)
11649         (spam-ifile-database-path, spam-ifile-database)
11650         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11651         Don't use "path" inappropriately.
11652         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11653         strings.
11654         (spam-check-ifile, spam-ifile-register-with-ifile)
11655         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11656         Use new variable names.
11657
11658         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11659         (gnus-treat-display-smileys): Simplify using
11660         gnus-image-type-available-p.
11661
11662         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11663         available.
11664
11665         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11666         Use `display-images-p' if available.
11667
11668 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11671         one after turning on the buffer's multibyteness instead of decoding
11672         them directly in the unibyte buffer that causes unexpected conversion
11673         in Emacs 23 (unicode).
11674
11675 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11676
11677         * message.el (message-generate-hashcash): Fix custom type.
11678
11679 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11682
11683 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11686         disconnect icons.  Add help text.
11687
11688 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11689
11690         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11691         negated to be consistent with the others we handle.
11692
11693 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11696         version of gnus-summary-buffer to something, so that we can use two
11697         article buffers at the same time.
11698
11699 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11700
11701         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11702         trigger all the extra headers.
11703         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11704         sorting.
11705
11706 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11707
11708         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11709         solid groups.
11710
11711 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11712
11713         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11714
11715 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * legacy-gnus-agent.el: Add Copyright notice.
11718
11719 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11720
11721         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11722
11723 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11724
11725         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11726
11727         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11728         to make it work reliably in CVS Emacs.
11729         (gnus-summary-limit-strange-charsets-predicate)
11730         (gnus-summary-limit-to-predicate): New functions.
11731
11732 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11733
11734         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11735         specifying array size.
11736         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11737         array if it is too small.
11738         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11739         (gnus-sort-threads-loop): New function.
11740
11741 2006-12-06  Chris Moore  <dooglus@gmail.com>
11742
11743         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11744         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11745
11746 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11747
11748         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11749         options.
11750
11751 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11752
11753         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11754         DOS-ing the recipient.
11755
11756         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11757         the headers when creating the mapping to avoid mismappings.
11758         (nnweb-gmane-create-mapping): Always nix out old mapping.
11759
11760 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11763         and mm-verify-option to never.
11764
11765 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * message.el (message-signed-or-encrypted-p): New function.
11768         (message-forward-make-body): Use it.
11769
11770         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11771         Replace encode-coding-string with mm-encode-coding-string.
11772
11773 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * nneething.el (nneething-decode-file-name):
11776         Replace decode-coding-string with mm-decode-coding-string.
11777
11778         * gnus-int.el (gnus-open-server): Say failed server's name.
11779
11780 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11781
11782         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11783         strings to a single string.  Quote `errors-file-name'.
11784         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11785         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11786         Adjust calls.  Use `shell-quote-argument'.
11787
11788 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11789
11790         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11791         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11792
11793         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11794         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11795         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11796         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11797         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11798         (gnus-subscribe-newsgroup, gnus-1):
11799         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11800         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11801         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11802         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11803
11804 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11805
11806         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11807         keystroke.
11808         (gnus-summary-limit-to-bodies): Implement headersp.
11809
11810 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11813
11814 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11817
11818 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819
11820         * message.el (message-generate-hashcash): Expand range of values to
11821         include `opportunistic'.
11822         (message-send-mail): Use it.
11823
11824 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11825
11826         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11827         and comment it.
11828
11829         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11830
11831 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * gnus-util.el (gnus-extract-address-components): Improve comment.
11834
11835 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-util.el (gnus-extract-address-components): Work with address in
11838         which the name portion contains @.
11839
11840         * lpath.el: Fbind custom-autoload.
11841
11842 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus.el (gnus-start): Move custom group up.
11845         (gnus-select-method): Don't autoload, but make it available for
11846         `customize-variable'.
11847         (gnus-getenv-nntpserver): Don't autoload.
11848
11849 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11850
11851         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11852
11853 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * message.el (message-sendmail-extra-arguments): New variable.
11856         (message-send-mail-with-sendmail): Use it.
11857
11858 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11861         mm-with-unibyte-current-buffer to make string unibyte.
11862
11863         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11864         mm-string-as-multibyte.
11865
11866 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11867
11868         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11869         Reported by Werner Koch <wk@gnupg.org>.
11870
11871 2006-11-14  Daiki Ueno  <ueno@p360>
11872
11873         * mml2015.el: Autoload epa-select-keys when compiling.
11874
11875 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11876
11877         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11878         message-options.
11879         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11880
11881 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11882
11883         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11884         EasyPG (< 0.0.6).
11885         (mml2015-always-trust): New user option.
11886         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11887         prompt.
11888
11889 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * nntp.el (nntp-authinfo-force): New variable.
11892         (nntp-send-authinfo): Use it.
11893
11894 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11897         decode encoded words.  Improve prompt.  Add comment about forwarding.
11898         (message-replacement-char): Move up.
11899
11900 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11901
11902         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11903         instead of gnus-intersection because arguments of gnus-sorted-nunion
11904         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11905
11906 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11909         (message-simplify-subject-functions):
11910         Enable message-strip-subject-encoded-words by default.
11911
11912 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * message.el (message-strip-subject-encoded-words): New function.
11915         (message-simplify-subject-functions): New variable.
11916         (message-simplify-subject): Use it.  Fix typo in doc string.
11917         Support message-strip-subject-encoded-words.
11918
11919 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11920
11921         * gnus-diary.el (gnus-diary-delay-format-function):
11922         * nndiary.el (nndiary-reminders):
11923         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11924
11925 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11926
11927         * gnus-art.el (article-hide-boring-headers): Fetch date from
11928         gnus-original-article-buffer to avoid problems with localized date
11929         strings.
11930
11931 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11934
11935 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11938         New variables.
11939         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11940         (mm-charset-synonym-alist): Move some entries to
11941         mm-codepage-iso-8859-list.
11942         (mm-charset-synonym-alist, mm-charset-override-alist):
11943         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11944
11945 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11948
11949 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11952         with Emacs 21 and XEmacs.
11953
11954 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11955
11956         * spam.el (spam-parse-address): New function for better parsing,
11957         catching errors, etc.
11958         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11959
11960 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * mm-view.el: Add interactive arg to html2text autoload.
11963
11964 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11967
11968 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11971         New variables.
11972         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11973         (mm-charset-synonym-alist): Move some entries to
11974         mm-codepage-iso-8859-list.
11975
11976         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11977
11978 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * message.el (message-citation-line-format)
11981         (message-insert-formated-citation-line): Fix implementation of %E, %N
11982         and %n according to the doc string.
11983
11984 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11985
11986         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11987         Use car-safe to avoid bad parses.
11988
11989 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11992         names.
11993
11994         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11995
11996 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11999         header.
12000
12001         * message.el (message-draft-headers): Add Date.
12002         (message-headers-to-generate): Fix typo in docstring.
12003
12004         * nndraft.el (nndraft-required-headers): New variable.
12005         (nndraft-generate-headers): Use it.
12006
12007         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12008
12009 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12010
12011         * gnus-registry.el (gnus-registry-wash-for-keywords)
12012         (gnus-registry-find-keywords): New functions to allow easy searching of
12013         articles that are in the registry.
12014
12015 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12016
12017         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12018         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12019         Reported by Damien Elmes <damien@repose.cx>.
12020
12021 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * gnus.el (gnus-mime): Remove unused custom group.
12024
12025 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12026
12027         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12028         "blank line" when searching for end of armor headers.
12029
12030 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gmm-utils.el (gmm-write-region): Fix variable name.
12033
12034 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gmm-utils.el (gmm-write-region): New function based on compatibility
12037         code from `mm-make-temp-file'.
12038
12039         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12040
12041         * nnmaildir.el (nnmaildir--update-nov)
12042         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12043         Use `gmm-write-region'.
12044
12045 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12048         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12049
12050         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12051
12052         * message.el (message-replacement-char): New variable.
12053         (message-fix-before-sending): Use it.
12054         (message-simplify-subject): New function to remove duplicate code.
12055         (message-reply, message-followup): Use it.
12056
12057         * gnus-sum.el (gnus-summary-make-menu-bar):
12058         Clarify gnus-summary-limit-to-articles.
12059
12060 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * gnus-util.el (gnus-with-local-quit): New macro.
12063
12064         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12065
12066 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12067
12068         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12069         ignore non-string data.
12070
12071 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12072
12073         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12074         non-string data (needs to be done in the registry too).
12075
12076 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12077
12078         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12079         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12080         (gnus-registry-split-fancy-with-parent)
12081         (gnus-registry-fetch-simplified-message-subject-fast)
12082         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12083         Remove text properties on ingress into the registry and when it's saved.
12084         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12085         registry from entries with no groups.
12086
12087 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12088
12089         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12090         function to remove string properties.
12091
12092 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * gmm-utils.el (gmm): Adjust custom version.
12095
12096         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12097         Adjust custom version.
12098
12099         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12100
12101 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus-art.el (gnus-insert-prev-page-button)
12104         (gnus-insert-next-page-button): Simplify.  Reformat.
12105
12106 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12107
12108         * gnus-art.el (gnus-insert-prev-page-button)
12109         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12110
12111 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12112
12113         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12114
12115 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12116
12117         * gnus-art.el (gnus-insert-mime-button)
12118         (gnus-insert-mime-security-button):
12119         Apply gnus-article-button-face to MIME and security buttons.
12120
12121 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12124         readable.
12125
12126 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12129
12130 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12131
12132         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12133         `browse-url-of-file' instead of `browse-url'.
12134
12135 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12136
12137         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12138         regexp.  Articles containing quotation were cut prematurely.
12139
12140 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * message.el (message-cite-original-1): Use nobody by default for the
12143         value of From header.
12144         (message-reply): Ditto.
12145
12146 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12147
12148         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12149         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12150         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12151
12152 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12155         mails in the doc string.  Add some URLs in comment.
12156         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12157
12158 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12161         backslashes handling and the way to find boundaries of quoted strings.
12162
12163 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12164
12165         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12166         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12167         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12168         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12169
12170 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12173         doc string.
12174         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12175
12176 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * lpath.el: Fbind epg-check-configuration.
12179
12180 2006-09-06  Simon Josefsson  <jas@extundo.com>
12181
12182         * mml2015.el (mml2015-use): Doc fix, mention epg.
12183
12184 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12185
12186         * mml2015.el (mml2015-use): Default to epg, if available.
12187
12188 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12189
12190         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12191         message-sender.
12192         (mml1991-epg-encrypt): Ditto.
12193         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12194         message-sender.
12195         (mml2015-epg-encrypt): Ditto.
12196
12197 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12198
12199         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12200         several common directories.
12201
12202 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12203
12204         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12205         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12206
12207 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-art.el (article-decode-encoded-words): Make it fast.
12210
12211 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12214
12215         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12216         in quoted string into `\'.
12217
12218 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12221         Use standard-syntax-table.
12222
12223 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-art.el (gnus-decode-address-function): New variable.
12226         (article-decode-encoded-words): Use it to decode headers which are
12227         assumed to contain addresses.
12228         (gnus-mime-delete-part): Remove useless `or'.
12229
12230         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12231         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12232         (gnus-nov-parse-line): Use it to decode From header.
12233         (gnus-get-newsgroup-headers): Ditto.
12234         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12235
12236         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12237         (mail-decode-encoded-address-string): New alias.
12238
12239         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12240         New function.
12241         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12242         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12243         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12244         (rfc2047-decode-string): Ditto.
12245         (rfc2047-decode-address-region): New function.
12246         (rfc2047-decode-address-string): New function.
12247
12248 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * message.el (message-caesar-buffer-body): Allow rotating headers.
12251
12252         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12253
12254         * message.el (message-insert-formated-citation-line): Fix %f.
12255         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12256
12257 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12260         (gnus-bookmark-mouse-available-p): New macro.
12261         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12262         (gnus-bookmark-bmenu-show-infos): Use it.
12263         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12264         (gnus-bookmark-bmenu-hide-infos): Ditto.
12265         (gnus-bookmark-remove-properties): New function.
12266         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12267         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12268         (gnus-bookmark-write-file): Bind coding-system-for-write.
12269         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12270         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12271         group before selecting it.
12272         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12273         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12274         quit-window if it is not available; use gnus-mouse-2 and bind it to
12275         gnus-bookmark-bmenu-select-by-mouse.
12276         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12277         (gnus-bookmark-bmenu-select-by-mouse): New function.
12278
12279 2006-08-13  Romain Francoise  <romain@orebokech.com>
12280
12281         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12282         space.
12283
12284 2006-08-10  Romain Francoise  <romain@orebokech.com>
12285
12286         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12287         (dns-mode-soa-auto-increment-serial): New user option.
12288         (dns-mode-soa-maybe-increment-serial): New function.
12289         (dns-mode): Add the latter to `write-contents-functions'.
12290
12291 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * compface.el (uncompface): Use binary rather than raw-text-unix.
12294
12295 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * compface.el (uncompface): Make sure the eol conversion doesn't take
12298         place when communicating with the external programs.
12299         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12300
12301 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12304
12305 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12306
12307         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12308         Make it more robust by parsing author and date independently.
12309
12310 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12313
12314 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12315
12316         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12317         first matching secret key.
12318         (mml2015-epg-encrypt): Ditto.
12319
12320         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12321         first matching secret key.
12322         (mml1991-epg-encrypt): Ditto.
12323
12324         * mml2015.el (mml2015-encrypt-to-self): New user option.
12325         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12326         mml2015-epg-encrypt-to-self is set.
12327
12328         * mml1991.el (mml1991-encrypt-to-self): New variable.
12329         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12330         mml1991-epg-encrypt-to-self is set.
12331
12332         * mml2015.el (mml2015-signers): New user option.
12333         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12334         (mml2015-epg-encrypt): Allow to select signing keys.
12335
12336         * mml1991.el (mml1991-signers): New variable.
12337         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12338         (mml1991-epg-encrypt): Allow to select signing keys.
12339
12340 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * nnheader.el (nnheader-insert-head): Make it work even if the file
12343         uses CRLF for the line-break code.
12344
12345 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12346
12347         * mml2015.el: Require mml-sec instead of password.
12348         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12349         (mml2015-cache-passphrase): Inherit the default value from
12350         mml-secure-cache-passphrase.
12351         (mml2015-passphrase-cache-expiry): Inherit the default value from
12352         mml-secure-passphrase-cache-expiry.
12353
12354         * mml1991.el: Require mml-sec instead of password.
12355         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12356         (mml1991-cache-passphrase): Inherit the default value from
12357         mml-secure-cache-passphrase.
12358         (mml1991-passphrase-cache-expiry): Inherit the default value from
12359         mml-secure-passphrase-cache-expiry.
12360
12361         * mml-sec.el: Require password.
12362         (mml-secure-verbose): New user option.
12363         (mml-secure-cache-passphrase): New user option.
12364         (mml-secure-passphrase-cache-expiry): New user option.
12365
12366 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12367
12368         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12369         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12370         andreas@altroot.de (Andreas Vögele).
12371
12372         FIXME: Use `tiny change'?
12373
12374 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12375
12376         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12377         workaround for the url package included with Emacs.
12378
12379         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12380
12381 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12384         correctly.  This fixes a bug caused by the 2006-05-12 change.
12385
12386 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12387
12388         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12389         some information about the error when saying that the `bogus' mail
12390         group will be used.
12391
12392 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12395         string.
12396
12397 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12398
12399         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12400
12401 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12402
12403         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12404
12405 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12406
12407         * mml1991.el (mml1991-function-alist): Add epg.
12408         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12409         (mml1991-epg-encrypt): New functions.
12410
12411 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12412
12413         * mml2015.el (mml2015-verbose): New variable.
12414         (mml2015-cache-passphrase): Ditto.
12415         (mml2015-passphrase-cache-expiry): Ditto.
12416         (mml2015-function-alist): Add epg.
12417         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12418         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12419         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12420         New functions.
12421
12422 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12423
12424         * message.el (message-cite-original-1): Preserve region when removing
12425         quoted text due to X-No-Archive in order to avoid bogus attribution
12426         when citing multiple messages.
12427
12428 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12429
12430         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12431         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12432
12433 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-diary.el (gnus-user-format-function-d)
12436         (gnus-user-format-function-D): Autoload.
12437
12438         * imap.el (Commentary): Fix typo.
12439
12440         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12441         2006-04-22 contribution.
12442
12443 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12444
12445         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12446         It didn't really fix the bogosity I'm seeing with solid web groups.
12447
12448 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12449
12450         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12451         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12452         created using server names.  If we use the feature without declaring
12453         it, Gnus does not properly manage server and group state.
12454
12455         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12456         bound.
12457
12458 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12459
12460         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12461         looking up the method using GROUP's prefix before inventing a new one.
12462         It is used on killed/unknown groups in various places where returning
12463         an all-new method isn't expected by the caller.
12464
12465         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12466         and match semantics of gnus-group-real-prefix.
12467
12468 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * nnmail.el (nnmail-broken-references-mailers): New variable.
12471         (nnmail-ignore-broken-references): New function generalizing
12472         nnmail-fix-eudora-headers.
12473         (nnmail-fix-eudora-headers): Now obsolete.
12474
12475         * gnus-art.el (gnus-button-handle-custom):
12476         Support `customize-apropos*'.
12477
12478 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12479
12480         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12481
12482         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12483         articles.
12484
12485 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * message.el (message-cite-reply-above): New variable.
12488         (message-yank-original): Use it.
12489
12490 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12493
12494 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12497         as read.
12498
12499         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12500
12501 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12504         (gnus-bookmark-default-file): Use gnus-directory.
12505         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12506         Remove "*" in doc string.
12507         (gnus-bookmark-write-file): Simplify.
12508         (gnus-bookmark-maybe-sort-alist): Use `when'.
12509         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12510         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12511         Add FIXME about Emacs 21 and XEmacs compatibility.
12512         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12513         compatibility.
12514         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12515         compatibility.
12516         (gnus-bookmark-menu-heading): Fix version.
12517
12518 2006-06-19  Bastien Guerry  <bzg@altern.org>
12519
12520         * gnus-bookmark.el: New file.
12521
12522 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * message.el (message-syntax-checks): Doc fix.
12525
12526 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12527
12528         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12529         unsubscribed groups as if they were killed ones.  It causes duplicate
12530         entries in gnus-newsrc-alist.
12531
12532 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * message.el (message-syntax-checks): Doc fix.
12535         (message-send-mail): Add check for continuation headers.
12536         (message-check-news-header-syntax): Fix regexp used to check for
12537         continuation headers.
12538
12539 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12542
12543 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12546
12547 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12550         default-truncate-lines.
12551
12552 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12555         to fill the utf-8 entry.
12556
12557         * lpath.el: Fbind unicode-precedence-list.
12558
12559 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12560
12561         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12562
12563 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12564
12565         * gnus-agent.el (directory-files-and-attributes): Move all the way
12566         forward (the third and final move).
12567         (gnus-agent-read-agentview): Trap reconstruction errors due to
12568         nonexistent directory.  Handle by returning nil.
12569
12570 2006-05-30  Didier Verna  <didier@xemacs.org>
12571
12572         * message.el (message-dont-reply-to-names): Update the custom type.
12573         * message.el (message-dont-reply-to-names): New defsubst: potentially
12574         convert a list of regexps into a single one.
12575         * message.el (message-get-reply-headers): Use it.
12576         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12577
12578 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-agent.el (directory-files-and-attributes): Move forward.
12581
12582 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-ml.el (gnus-mailing-list-subscribe)
12585         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12586         (gnus-mailing-list-message): Fix doc strings.
12587
12588 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12589
12590         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12591         of doing it manually.
12592
12593 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12596         comment.
12597
12598 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12599
12600         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12601         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12602         (gnus-agent-read-local): All symbols allocated in my-obarray.
12603         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12604         (gnus-agent-regenerate-group): Check numeric names to see if they are
12605         messages or groups.
12606         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12607         better way of do this...)
12608
12609         * gnus-cache.el (gnus-agent-total-fetched-for):
12610         Ignore 'dummy.group' (there should be a better way of do this...)
12611
12612 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12615         (gnus-saved-headers): Ditto.
12616         (gnus-default-article-saver): Mention functions may have properties.
12617         (gnus-article-save): Override gnus-save-all-headers and
12618         gnus-saved-headers by :headers property which saver function may have.
12619         (gnus-summary-save-in-file): Add :headers property.
12620         (gnus-summary-write-to-file): Ditto.
12621
12622         * gnus-sum.el (gnus-summary-save-article): Bind
12623         gnus-prompt-before-saving to t when saving many articles in a file;
12624         always show all headers.
12625
12626         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12627
12628 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12631         marks.
12632
12633         * message.el (message-indent-citation): Add optional arguments to allow
12634         using it outside of message buffers.
12635
12636         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12637         (gnus-article-treat-unfold-headers): Use it.
12638         (gnus-article-truncate-lines): New variable.
12639         (gnus-article-mode): Use it.
12640         (gnus-article-toggle-truncate-lines): New function.
12641
12642         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12643         Add gnus-article-toggle-truncate-lines.
12644
12645         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12646         coding system in XEmacs, use binary.
12647
12648 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12651         after-load-alist.
12652
12653         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12654         this function should save decoded articles.
12655         (gnus-summary-write-to-file): Use property to specify this function
12656         should save decoded articles and specify gnus-summary-save-in-file
12657         should be used to save articles other than the first one when saving
12658         many articles.
12659         (gnus-summary-save-body-in-file): Use property to specify this
12660         function should save decoded articles.
12661         (gnus-summary-write-body-to-file): Use property to specify this
12662         function should save decoded articles and specify
12663         gnus-summary-save-body-in-file should be used to save articles other
12664         than the first one when saving many articles.
12665
12666         * gnus-sum.el (gnus-summary-save-article): Simplify.
12667
12668 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-art.el (gnus-default-article-saver):
12671         Add gnus-summary-write-body-to-file.
12672         (gnus-article-save-coding-system): Don't use coding system object
12673         in XEmacs.
12674         (gnus-read-save-file-name): Add optional `dir-var' argument which
12675         specifies directory in which files are saved; work even if optional
12676         `variable' argument is not specified.
12677         (gnus-summary-write-to-file): Read file name.
12678         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12679         (gnus-summary-write-body-to-file): New function.
12680
12681         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12682         (gnus-summary-local-variables): Add it.
12683         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12684         (gnus-summary-save-article): Remove optional `decode' argument;
12685         determine whether to decode articles by the value of
12686         gnus-default-article-saver; when saving many files using
12687         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12688         it first and use gnus-summary-save-in-file or
12689         gnus-summary-save-body-in-file thereafter unless
12690         gnus-prompt-before-saving is always; move point to article which
12691         will be saved.
12692         (gnus-summary-save-article-file): Revert.
12693         (gnus-summary-write-article-file): Revert.
12694         (gnus-summary-save-article-body-file): Revert.
12695         (gnus-summary-write-article-body-file): New function.
12696
12697 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gnus-art.el (gnus-default-article-saver): Doc fix.
12700         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12701         from gnus-summary-save-article-coding-system, and default to a
12702         certain coding system.
12703         (gnus-output-to-file): Add coding cookie and encode text according
12704         to gnus-article-save-coding-system; don't use mm-append-to-file.
12705
12706         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12707         gnus-art.el and rename to gnus-article-save-coding-system.
12708         (gnus-summary-save-article): Require gnus-art; don't show all
12709         headers if it decodes articles; don't add coding cookie here;
12710         don't bind mm-text-coding-system-for-write.
12711         (gnus-summary-save-article-file): Save decoded articles.
12712         (gnus-summary-write-article-file): When saving many files, use
12713         gnus-summary-write-to-file first and gnus-summary-save-in-file
12714         thereafter unless gnus-prompt-before-saving is always.
12715         (gnus-summary-save-article-body-file): Save decoded articles.
12716
12717         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12718
12719 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * nnrss.el (nnrss-check-group): Bind hash-index.
12722
12723 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12724
12725         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12726         its hash index.  Store this hash in `nnrss-group-data'.
12727         (nnrss-read-group-data): Update accordingly.
12728
12729 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12732         entry.
12733
12734         * gnus-sum.el (gnus-summary-make-menu-bar):
12735         Add gnus-article-browse-html-article.
12736
12737 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12738
12739         * gnus-sum.el (gnus-summary-mime-map):
12740         Add gnus-article-browse-html-article.
12741
12742         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12743
12744 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12745
12746         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12747         suitable coding systems in customize.
12748
12749 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * mail-source.el (mail-sources): Fix custom type.
12752
12753 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12756         (gnus-summary-expire-articles-now): Shorten prompt.
12757
12758         * gmm-utils.el (wid-edit): Require.
12759         (defun-gmm): Rename from `gmm-defun-compat'.
12760         (gmm-image-search-load-path): Use it.
12761         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12762
12763 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-sum.el (gnus-summary-save-article-coding-system):
12766         New variable.
12767         (gnus-summary-save-article): Add optional `decode' argument.
12768         If it is set and gnus-summary-save-article-coding-system is non-nil,
12769         save decoded article.
12770         (gnus-summary-write-article-file): Save decoded article if
12771         gnus-summary-save-article-coding-system is non-nil.
12772
12773         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12774         type.
12775
12776 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12779
12780 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12783         first to test gnus-single-article-buffer which may be buffer-local.
12784
12785         * gnus-sum.el (gnus-summary-setup-buffer):
12786         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12787         group; make gnus-article-buffer, gnus-article-current, and
12788         gnus-original-article-buffer always buffer-local.
12789         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12790         group.
12791         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12792
12793 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * nnml.el (nnml-request-compact-group): Compressed files might not
12796         have .gz extension.
12797
12798 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12799
12800         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12801         (mm-copy-to-buffer): Use with-current-buffer.
12802         (mm-display-part): Simplify.
12803         (mm-inlinable-p): Add optional arg `type'.
12804
12805 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12806
12807         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12808         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12809         Try harder to show the attachment internally or externally using
12810         gnus-mime-view-part-as-type.
12811
12812 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * message.el (message-from-style, message-signature-separator)
12815         (message-user-organization-file, message-send-mail-function)
12816         (message-citation-line-function, message-yank-prefix)
12817         (message-indent-citation-function, message-signature)
12818         (message-signature-file, message-signature-insert-empty-line):
12819         Remove autoloads.
12820
12821         * gnus-art.el (gnus-buttonized-mime-types):
12822         Remove "multipart/signed".  Revert 2006-04-26 change.
12823
12824 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12825
12826         * gnus.el (gnus-version-number): Bump version.
12827
12828 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12829
12830         * gnus.el: No Gnus v0.5 is released.
12831
12832 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12833
12834         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12835         fetching articles by message-id.
12836
12837 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12838
12839         * message.el (hashcash): Require hashcash as normal.
12840
12841         * ecomplete.el (ecomplete-highlight-match-line):
12842         Use point-at-eol.
12843         (ecomplete-highlight-match-line): Use `highlight', because that
12844         face exists in both Emacs and XEmacs.
12845
12846         * message.el (message-display-abbrev): Use point-at-bol.
12847
12848         * mail-source.el: Don't require timer/timer-funcs.
12849
12850         * gnus-async.el: Ditto.
12851
12852         * password.el: Ditto.
12853
12854         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12855
12856         * mm-url.el: Ditto.
12857
12858         * gnus-xmas.el: Don't require timer-funcs.
12859
12860         * mm-util.el: Require timer/timer-funcs.
12861
12862 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12863
12864         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12865         Close.
12866
12867 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12870         unibyte after clear-decrypt function runs.
12871
12872         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12873         returns as a unibyte string.
12874
12875 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * lpath.el: Revert.
12878
12879         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12880         (pgg-gpg-process-sentinel): Revert.
12881
12882         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12883         (pgg-pgp-lookup-key): Revert.
12884
12885         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12886         (pgg-pgp5-lookup-key): Revert.
12887
12888         * pgg.el (pgg-fetch-key): Revert.
12889
12890 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * lpath.el: Fbind string-as-multibyte for XEmacs.
12893
12894         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12895         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12896         (mml1991-pgg-encrypt): Ditto.
12897
12898         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12899         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12900         a multibyte buffer.
12901
12902         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12903         (pgg-pgp-lookup-key): Ditto.
12904
12905         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12906         (pgg-pgp5-lookup-key): Ditto.
12907
12908         * pgg.el (pgg-fetch-key): Ditto.
12909
12910 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * message.el (message-user-organization-file): Check several
12913         locations of the organization file.
12914
12915         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12916         Add gnus-article-view-part-as-type.
12917
12918         * gnus-art.el (gnus-article-view-part-as-type): New function.
12919
12920         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12921         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12922
12923         * mml.el: Simplify autoload.
12924         (mml-mode): defvar dnd-protocol-alist instead of using
12925         symbol-value.
12926         (mml-default-directory): New variable.
12927         (mml-minibuffer-read-file): Use it.
12928         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12929
12930         * message.el (message-citation-line-format): New variable.
12931         (message-insert-formated-citation-line): New function.
12932         (message-citation-line-function):
12933         Add `message-insert-formated-citation-line' to custom type.
12934
12935         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12936         to doc string.
12937
12938         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12939         depending on mm-verify-option.
12940
12941 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12944         binding pgg-* variables; reimplement the section which prevents
12945         MIME header from being signed.
12946         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12947         pgg-text-mode; remove a blank line at the top of body.
12948
12949         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12950         lines at the top of body; use gnus-newsgroup-charset if there's no
12951         Charset header.
12952
12953 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * message.el (message-self-insert-commands): Doc fix.
12956
12957         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12958         (mm-uu-pgp-encrypted-test): Ditto.
12959         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12960         between header and body; return application/pgp-encrypted handle
12961         if decryption failed; decode decrypted body by charset.
12962
12963         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12964         element match to application/pgp-*.
12965
12966 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12967
12968         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12969         HTML.
12970
12971 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12972
12973         * mail-source.el (mail-source-call-script): Message the error
12974         string.
12975
12976 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12977
12978         * gnus-util.el (gnus-byte-compile): Use it.
12979
12980 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12981
12982         * gnus-util.el (kill-empty-logs): New function.
12983
12984 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985
12986         * message.el (message-mail-alias-type): Doc fix.
12987         (message-mail-alias-type-p): New function.
12988         (message-send): Use it.
12989         (message-mode): Ditto.
12990         (message-strip-forbidden-properties): Ditto.
12991
12992         * ecomplete.el (ecomplete-database-file-coding-system):
12993         New variable.
12994         (ecomplete-save): Use it.
12995         (ecomplete-setup): Use it.
12996
12997 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * message.el (message-self-insert-commands): New variable.
13000         (message-strip-forbidden-properties): Use it.
13001
13002 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13003
13004         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13005         that doesn't make XEmacs choke.
13006
13007 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * gnus-util.el (gnus-replace-in-string):
13010         Prefer replace-regexp-in-string over of replace-in-string.
13011
13012 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-util.el (gnus-select-frame-set-input-focus):
13015         Use select-frame-set-input-focus if it is available in XEmacs; use
13016         definition defined in Emacs 22 for old Emacsen.
13017
13018         * dgnushack.el: Autoload unmorse-region for XEmacs.
13019
13020         * lpath.el: Bind cursor-in-non-selected-windows and
13021         select-frame-set-input-focus for XEmacs.
13022
13023 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13026
13027 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13028
13029         * gnus-registry.el (gnus-registry-cache-save): Remove text
13030         properties when saving via the temp buffer.
13031
13032 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * message.el (message-generate-hashcash): Honor custom type.
13035
13036 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13037
13038         * message.el (message-generate-hashcash): Default to non-nil when
13039         hashcash is found.
13040
13041         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13042         (gnus-refer-thread-limit): Increase default to 500.
13043
13044         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13045
13046         * flow-fill.el (fill-flowed): Allow delete-space.
13047
13048 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13051         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13052         Remove autoloads.
13053
13054 2006-04-18  Simon Josefsson  <jas@extundo.com>
13055
13056         * message.el (message-generate-hashcash): Default to.
13057
13058 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13061         concatenating segments rather than before concatenating them.
13062
13063 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13066
13067 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13068
13069         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13070
13071         * message.el (message-forward-make-body-plain):
13072         Allow message-forward-ignored-headers to be a list.
13073         (message-remove-ignored-headers): Factor out into function.
13074         (message-forward-make-body-mml): Use it.
13075
13076         * imap.el (imap-quote-specials): New function.
13077         (imap-login-auth): Quote specials.
13078
13079         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13080         (rfc2231-parse-string): Allow concatanation of parameters that
13081         aren't contiguous.  The test case is
13082           (mail-header-parse-content-type "message/external-body;
13083             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13084             access-type=LOCAL-FILE;
13085             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13086
13087 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13088
13089         * nntp.el (nntp-accept-process-output): Return the value of
13090         `nnheader-accept-process-output'.
13091
13092 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13093
13094         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13095         (gnus-button-alist): Recognize more diff formats.
13096         (gnus-button-patch): Strip directory.
13097
13098 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13101         Emacs 22 when setting focus.
13102
13103 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * gnus-art.el (gnus-article-treat-types): Do treatment of
13106         text/x-verbatim parts.
13107         (gnus-button-patch): New command.
13108
13109         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13110         addresses that contain invalid characters.
13111
13112 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13113
13114         * message.el (message-put-addresses-in-ecomplete):
13115         Use gnus-replace-in-string.
13116         (message-is-yours-p): Use the more correct
13117         mail-header-parse-address instead of
13118         mail-extract-address-components.
13119         (message-put-addresses-in-ecomplete): Fix typo.
13120
13121         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13122         keystroke.
13123
13124         * gnus-art.el (gnus-treatment-function-alist): Change order of
13125         newsgroups/generic header folding to avoid double-folding.
13126
13127         * message.el (message-hidden-headers): Add X-Draft-From.
13128
13129         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13130         New command.
13131         (gnus-summary-repeat-search-article-backward): New command.
13132
13133         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13134         groups in the parent topic.
13135
13136 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13137
13138         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13139         (spam-extra-header-to-number): Return the CRM114 number as a
13140         number instead of a string.
13141
13142 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13143
13144         * gnus-art.el (gnus-face-properties-alist): Move here from
13145         gnus-fun.
13146
13147         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13148
13149 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13150
13151         * message.el (message-strip-forbidden-properties): Only display on
13152         self-insert-command.
13153
13154         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13155         reindent.
13156         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13157
13158 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13159
13160         * smiley.el (smiley-style): Fix typo.
13161
13162 2006-03-23  Kenichi Handa  <handa@m17n.org>
13163
13164         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13165         instead of set-buffer-multibyte.
13166
13167 2006-03-23  Kenichi Handa  <handa@m17n.org>
13168
13169         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13170         buffer and then decode the buffer text if necessary.
13171         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13172         first, and after mm-encode-body, change the buffer to unibyte.
13173
13174 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13175
13176         * hashcash.el (hashcash-insert-payment-async-2):
13177         Use message-goto-eoh instead of doing it manually.
13178         (mail-add-payment): Use message-narrow-to-header instead of trying
13179         to do the same itself.
13180
13181         * message.el (message-hidden-headers): Add Face.
13182
13183         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13184         reparenting code.
13185         (gnus-summary-reparent-children): Refactored out code.
13186         (gnus-summary-thread-map): New keystroke.
13187         (gnus-summary-reparent-children): Make into command.
13188
13189         * smiley.el (smiley-style): Default to `medium' if using a large
13190         font.
13191
13192         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13193         does it itself.
13194
13195         * message.el (message-point-in-header-p): Simplify definition.
13196
13197 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13198
13199         * nnagent.el (nnagent-request-set-mark): Silence log file
13200         writing.
13201         (nnagent-request-set-mark): Use write-region instead of
13202         append-to-file.
13203
13204         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13205         strange select method.
13206
13207         * ecomplete.el (ecomplete-display-matches): Get highlightling
13208         right.
13209         (ecomplete-display-matches): Use literals.
13210         (ecomplete-display-matches): Disable message logging.
13211
13212         * message.el (message-display-abbrev): Small optimization.
13213
13214         * ecomplete.el (ecomplete-display-matches): Allow automatic
13215         display.
13216
13217         * message.el (message-strip-forbidden-properties):
13218         Display abbrevs.
13219         (message-display-abbrev): Get automatic display right.
13220
13221         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13222         keystrokes.
13223
13224 2006-04-13  Romain Francoise  <romain@orebokech.com>
13225
13226         TODO: Backport to v5-10!
13227
13228         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13229         Move here (and rename) from gnus-registry.el.
13230
13231         * gnus-registry.el: Require gnus-util.
13232         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13233
13234 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13235
13236         * gnus-group.el (gnus-group-catchup-current):
13237         Change if-then-else-if-then-else into cond.
13238         (gnus-group-catchup): Indent.
13239         (group-name-at-point): New function.
13240         (gnus-fetch-group): Provide default from thing at point.
13241
13242 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243
13244         * message.el (message-display-abbrev): Fix regexp.
13245
13246         * ecomplete.el (ecomplete-highlight-match-line):
13247         Reimplement choosing.
13248         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13249         dead variables.
13250
13251         * message.el (message-newline-and-indent): Remove debugging.
13252         (message-display-abbrev): Use new implementation.
13253
13254 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * gnus-art.el (gnus-article-mode):
13257         Set cursor-in-non-selected-windows to nil.
13258
13259         * smiley.el: Revert previous change.
13260         (smiley-data-directory): defvar it before using it in the
13261         defcustom of `smiley-style'.
13262
13263 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13264
13265         * message.el (message-newline-and-indent): New function.
13266
13267         * ecomplete.el: Implement more bits.
13268
13269         * message.el (message-put-addresses-in-ecomplete): Clean up the
13270         string.
13271
13272         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13273
13274         * gnus-sum.el (gnus-summary-save-parts):
13275         Bind gnus-summary-save-parts-counter and use it to make unique file
13276         names.
13277
13278         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13279
13280         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13281         parameter to say whether to actually parse the individual
13282         addresses.
13283
13284         * message.el (message-put-addresses-in-ecomplete): New function.
13285         (ecomplete): Require.
13286         (message-mail-alias-type): Add ecomplete as an option.
13287
13288 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13289
13290         * flow-fill.el (fill-flowed): Remove trailing space from blank
13291         quoted lines.
13292
13293 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13294
13295         * smiley.el (smiley-style): Move definition later to avoid a
13296         compilation warning.
13297
13298 2006-04-12  Kenichi Handa  <handa@m17n.org>
13299
13300         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13301         buffer and then decode the buffer text if necessary.
13302         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13303         first, and after mm-encode-body, change the buffer to unibyte.
13304         Use mm-disable-multibyte instead of set-buffer-multibyte.
13305
13306 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13309         Content-Type header instead of Content-Disposition header.
13310         (gnus-mime-inline-part): Ditto.
13311         (gnus-mime-view-part-as-charset): Ignore charset that the part
13312         specifies.
13313
13314         * mm-decode.el (mm-display-part): Work with external parts and
13315         usual parts similarly.
13316
13317         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13318         instead of gnus-display-mime.
13319
13320         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13321         instead of with-temp-buffer.
13322
13323         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13324         tag to summarized topics part in order to encode non-ASCII text.
13325
13326 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * smiley.el (smiley-style): New variable.
13329         (smiley-directory): New function.
13330         (smiley-data-directory): Derive from `smiley-style' using
13331         `smiley-directory'.
13332         (smiley-regexp-alist): Add new entries.
13333
13334         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13335         (gnus-article-browse-delete-temp): Add :version.
13336
13337 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13338
13339         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13340         the sieve region.
13341
13342 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * gnus.el (gnus-version-number): Bump version.
13345
13346 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus.el: No Gnus v0.4 is released.
13349
13350 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13351
13352         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13353         layout.
13354
13355         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13356         unknown charset.
13357
13358         * message.el (message-header-synonyms): Add Original-To to the
13359         default.
13360
13361         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13362         optional parameter.
13363
13364 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * gnus-fun.el (gnus): Require it for gnus-directory.
13367
13368 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13371
13372 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13373
13374         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13375
13376 2006-04-05  Simon Josefsson  <jas@extundo.com>
13377
13378         * password.el (password-reset): New function.
13379
13380 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13381
13382         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13383         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13384
13385 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13386
13387         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13388         Some whitespace was matched into the url, which broke browsing hits
13389         > 100 when mm-url-use-external was nil.
13390
13391 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13394         Check gnus-extra-headers for 'Newsgroups.
13395
13396         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13397         bound.
13398
13399 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13400
13401         * pgg-gpg.el: Clean up process buffers every time gpg processes
13402         complete.
13403
13404 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13407         doc string.
13408
13409 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13410
13411         * pgg-gpg.el (pgg-gpg-process-filter)
13412         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13413
13414         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13415         lines, temporary fix.
13416
13417 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13420
13421 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13422
13423         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13424         default-enable-multibyte-characters.  This reverts the change from
13425         revision 6.17 which is no longer necessary because the passphrase
13426         is sent separately now.  GnuPG messages are unreadable under
13427         multibyte locales with default-enable-multibyte-characters set to
13428         nil.
13429
13430 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * message.el (message-tool-bar-gnome): Move "spell".
13433
13434 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13437         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13438         instead.
13439
13440 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13441
13442         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13443         Improve newsgroups handling for NNTP overviews which don't include
13444         Newsgroups.
13445
13446 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13447
13448         * message.el (message-resend): Bind message-generate-hashcash to nil.
13449
13450 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13451
13452         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13453         when searching for already-paid recipients.
13454
13455 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13456
13457         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13458         passphrases when it is not needed.
13459         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13460         passphrase stuff from gpg, should only be necessary when you use
13461         gpg with a smartcard.
13462
13463 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mml.el (mml-insert-mime): Ignore cached contents of
13466         message/external-body part.
13467
13468         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13469         (mm-insert-part): Ditto.
13470
13471 2006-03-23  Simon Josefsson  <jas@extundo.com>
13472
13473         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13474         Reiner.
13475         (pgg-gpg-use-agent-p): Use it again.
13476
13477 2006-03-23  Simon Josefsson  <jas@extundo.com>
13478
13479         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13480         older emacsen.
13481         (pgg-gpg-use-agent-p): Don't use it.
13482
13483 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13486         if we can.
13487
13488 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13489
13490         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13491         (pgg-gpg-update-agent): New function.
13492         (pgg-gpg-use-agent-p): New function.
13493         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13494         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13495         (pgg-gpg-sign-region): Use it.
13496
13497 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13500         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13501
13502 2006-03-21  Simon Josefsson  <jas@extundo.com>
13503
13504         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13505         <wilde@sha-bang.de>.
13506         (pgg-gpg-use-agent): New variable.
13507         (pgg-gpg-process-region): Use it.
13508         (pgg-gpg-encrypt-region): Likewise.
13509         (pgg-gpg-encrypt-symmetric-region): Likewise.
13510         (pgg-gpg-decrypt-region): Likewise.
13511         (pgg-gpg-sign-region): Likewise.
13512         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13513
13514 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13517
13518         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13519         Add comment on version.
13520
13521 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * smiley.el: Add missing test smiley.
13524
13525 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * mm-decode.el (mm-with-part): New macro.
13528         (mm-get-part): Use it; work with message/external-body as well.
13529         (mm-save-part): Treat name and filename equally.
13530
13531         * mm-extern.el (mm-extern-cache-contents): New function.
13532         (mm-inline-external-body): Use it; force the part to be displayed;
13533         move undisplayer added to the cached handle to the parent.
13534
13535         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13536         (gnus-mime-view-part-as-type): Work with message/external-body.
13537
13538         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13539
13540 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13543         images in image-load-path.  [Sync with image.el, revision 1.60, in
13544         Emacs.]
13545
13546 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13549         path rather than symbol.  Always return list of directories.
13550         Guarantee that image directory comes first.  [Sync with image.el,
13551         revision 1.59, in Emacs.]
13552
13553         * message.el (message-make-tool-bar): Adjust to new API of
13554         `gmm-image-load-path-for-library'.
13555
13556         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13557
13558         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13559
13560 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13561
13562         * gnus-art.el (gnus-article-only-boring-p):
13563         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13564         intangible text.
13565         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13566
13567 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13570         Use `defun' instead of `gmm-defun-compat'.
13571
13572 2006-03-14  Simon Josefsson  <jas@extundo.com>
13573
13574         * message.el (message-unique-id): Don't use message-number-base36
13575         if (user-uid) is a float.
13576         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13577
13578 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13581
13582         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13583         empty line between a part and a message part.
13584
13585 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * smiley.el: Add more test smileys.
13588         (smiley-data-directory, smiley-regexp-alist)
13589         (gnus-smiley-file-types): Fix doc strings.
13590         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13591         adding new elements.
13592         (smiley-mouse-map): Unused code.  Make it a comment.
13593
13594 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13597         scan latest NoCeM messages instead of old ones.
13598         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13599         delimiters that are recently used.
13600         (gnus-nocem-load-cache): Add autoload cookie.
13601
13602         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13603
13604         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13605         level which is larger than gnus-use-nocem is specified.
13606
13607         * gnus-group.el (gnus-group-get-new-news): Ditto.
13608
13609 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13610
13611         * gnus-util.el (gnus-tool-bar-update): New function.
13612
13613         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13614         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13615
13616         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13617
13618         * gnus-group.el (gnus-group-redraw-when-idle)
13619         (gnus-group-redraw-check): Remove.
13620         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13621
13622 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13625         if optional last element is specified in splits (FIELD VALUE...).
13626
13627 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13630         to gmm-image-load-path-for-library.  Call with no-error argument.
13631         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13632
13633         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13634
13635         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13636
13637         * gmm-utils.el (gmm-image-load-path): Remove alias.
13638
13639 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * gmm-utils.el (gmm-image-load-path): Add alias.
13642
13643         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13644         nnml-generate-nov-databases-1.
13645         (nnml-generate-nov-databases): Use it.
13646         (nnml-generate-nov-databases-directory): Document no-active
13647         argument.
13648
13649         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13650         directory if path is t.  Add no-error.
13651
13652         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13653         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13654
13655         * gnus-art.el (gnus-article-browse-delete-temp-files):
13656         Simplify resetting gnus-article-browse-html-temp-list.
13657
13658         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13659         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13660         Add example to docstring.  Rename local variables.  Move error
13661         checks to default case in cond and simplify.
13662
13663 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13666         handle is multipart when calling it recursively.
13667         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13668
13669 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13670
13671         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13672         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13673
13674 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13677         is loaded.
13678
13679         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13680         loaded.
13681
13682 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13685         to "Emacs 23 (unicode)" in doc string.
13686
13687         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13688         "Emacs 23 (unicode)" in comment.
13689
13690 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13693
13694         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13695         characters 160 through 255 in Emacs 23.
13696
13697 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13700         gnus-article-browse-html-temp.
13701         (gnus-article-browse-delete-temp): Make it customizable.
13702         Add `file'.  Adjust doc string.
13703         (gnus-article-browse-delete-temp-files): Add argument.
13704         Allow query for each file.  Adjust doc string.
13705         (gnus-article-browse-html-parts):
13706         Add `gnus-article-browse-delete-temp-files' to
13707         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13708
13709 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13710
13711         * gnus-art.el (gnus-article-browse-html-temp)
13712         (gnus-article-browse-delete-temp): New variables.
13713         (gnus-article-browse-delete-temp-files): New function.
13714         (gnus-article-browse-html-parts): Use it.
13715
13716 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13719
13720         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13721         string.
13722
13723         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13724         gnus-summary-insert-new-articles when unplugged.
13725         Remove gnus-summary-search-article-forward.
13726
13727         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13728         display-visual-class instead of display-color-cells.
13729
13730 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * dgnushack.el: Autoload customize-group for XEmacs.
13733
13734         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13735         message/* containing non-ASCII text properly.
13736
13737 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * message.el: Require gmm-utils, remove autoloads.
13740         (message-tool-bar): Set default based on
13741         gmm-tool-bar-style.
13742         (message-tool-bar-gnome): Add gmm-customize-mode.
13743
13744         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13745         gmm-tool-bar-style.
13746         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13747
13748         * gnus-group.el (gnus-group-tool-bar): Set default based on
13749         gmm-tool-bar-style.
13750         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13751
13752         * gmm-utils.el (gmm-image-directory): Rename variable from
13753         gmm-image-load-path.
13754         (gmm-image-load-path): Use gmm-image-directory.
13755         (gmm-customize-mode): New function.
13756         (gmm-tool-bar-style): New variable.
13757
13758         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13759         gnus-group-redraw-line-number.
13760         (gnus-group-redraw-check): Simplify.
13761         (gnus-group-tool-bar-update): Remove redraw check.
13762         (gnus-group-make-tool-bar): Add redraw check.
13763
13764 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13765
13766         * gnus-art.el (gnus-button): Add missing parentheses.
13767
13768 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * lpath.el: Fbind line-number-at-pos.
13771
13772 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13775
13776 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-art.el (gnus-button): New face.
13779         (gnus-article-button-face): Use it.
13780
13781         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13782         Add gnus-summary-next-page.  Re-order.
13783
13784         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13785         next-node are now included.
13786         (gnus-group-redraw-line-number): New internal variable.
13787         (gnus-group-redraw-check): Helper function for updating the tool
13788         bar.
13789         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13790
13791         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13792
13793         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13794         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13795         Use it to match format of Spamassassin 3.0 and later.
13796         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13797         (spam-check-bogofilter)
13798         (spam-bogofilter-register-with-bogofilter): Fix args of
13799         `gnus-error' calls.
13800
13801 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13804         unnecessary interaction when sending queued mails.
13805         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13806
13807 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13808
13809         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13810         first or last are nil.
13811
13812 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13813
13814         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13815
13816 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13817
13818         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13819
13820 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13821
13822         * dns.el (query-dns): Protect more against buggy tcp output.
13823
13824 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13827         nov.php.
13828
13829 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13830
13831         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13832         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13833         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13834         output on the server side.
13835         (nnweb-google-create-mapping): Update regexps and add some
13836         progress indication.
13837
13838 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * gnus-group.el (gnus-group-tool-bar-gnome):
13841         Fix gnus-agent-toggle-plugged.  Re-order icons.
13842         (gnus-group-tool-bar-gnome):
13843         Add gnus-group-{prev,next}-unread-group.
13844         (gnus-group-tool-bar-gnome): Re-order icons.
13845
13846         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13847         Move gnus-summary-insert-new-articles.
13848
13849         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13850         Fix comments.
13851
13852         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13853         also available in Emacs 21.3.
13854
13855         * message.el (message-fix-before-sending): Change "Emacs 22" to
13856         "Emacs 23 (unicode)" in comment.
13857
13858         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13859         "Emacs 23 (unicode)" in comment.
13860
13861         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13862         comment.
13863         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13864
13865         * mm-view.el (mm-fill-flowed): Add :version.
13866
13867 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13870         and load-path.
13871
13872 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * message.el: Autoload gmm-image-load-path.
13875         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13876         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13877         consitency.
13878
13879         * gmm-utils.el (gmm-image-load-path): Also search in
13880         "../etc/images".  Don't set gmm-image-load-path if we don't find
13881         the image.
13882
13883 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * gmm-utils.el (gmm-image-load-path): Don't make
13886         `gmm-image-load-path' include subdirectories which the second arg
13887         `image' might specify.
13888
13889         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13890         subdirectory to icon file names.
13891
13892         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13893
13894 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13897         gmm-image-load-path calls.
13898
13899         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13900
13901         * message.el (message-make-tool-bar): Ditto.
13902
13903         * mml.el (mml-preview): Add comment concerning tool bar icons.
13904
13905         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13906         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13907
13908         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13909         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13910
13911         * message.el (message-tool-bar-gnome): Use new icon names.
13912         (message-make-tool-bar): Use `gmm-image-load-path'.
13913
13914         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13915         New functions from MH-E.
13916         (gmm-image-load-path): New variable from MH-E.
13917         (gmm-image-load-path): New function from MH-E.  Add arguments
13918         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13919         *-image-load-path-called-flag.
13920
13921 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13922
13923         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13924
13925 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13926
13927         * nnimap.el (nnimap-request-move-article): Change folder back to
13928         source group before deleting.
13929
13930 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13933
13934         * gnus-art.el (mm-url-insert-file-contents-external):
13935         Autoload mm-url.
13936
13937         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13938
13939 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13942         coding system which mm-charset-to-coding-system returns for a
13943         given charset is valid.
13944
13945 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13946
13947         * html2text.el (html2text-remove-tag-list):
13948         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13949
13950 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13951
13952         * gnus-cus.el: Revert 2005-10-17 change.
13953
13954 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-art.el (article-strip-banner):
13957         Call article-really-strip-banner only when the regexp match is made.
13958
13959 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-art.el (article-strip-banner):
13962         Use gnus-extract-address-components instead of
13963         mail-header-parse-addresses to make it work with non-ASCII text;
13964         remove mail-encode-encoded-word-string.
13965
13966         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13967         values which are surrounded with \"...\"; make it never cause a
13968         Lisp error; give up parsing of parameters if it failed in
13969         extracting type.
13970
13971 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13972
13973         * smime.el (smime-cert-by-ldap-1): Fix bug where
13974         `smime-ldap-search' returns results without userCertificates.
13975
13976 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13979
13980 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * spam.el (spam-check-spamassassin-headers): Adapt format for
13983         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13984         <ari@mbf.ocn.ne.jp>.
13985         (spam-list-of-processors): Add spam-use-gmane.
13986
13987 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13990         make-temp-file; make it work with XEmacs as well.
13991
13992         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13993         mm-make-temp-file.
13994
13995         * mm-decode.el (mm-display-external): Use the 3rd arg of
13996         mm-make-temp-file.
13997         (mm-create-image-xemacs): Ditto.
13998
13999 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14002         with message-narrow-to-headers.
14003         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14004         (gnus-draft-check-draft-articles): New function.
14005         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14006
14007 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * gnus-art.el (gnus-article-browse-html-parts):
14010         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14011         Don't use suffix argument for mm-make-temp-file for Emacs 21
14012         compatibility.  Remove useless `format'.
14013
14014 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14015
14016         * nnweb.el (nnweb-google-wash-article): Update regexps.
14017         (nnweb-group-alist): Use defvoo instead of defvar.
14018
14019 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14022         re-loading nn* modules.
14023
14024 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14027         for `tool-bar-mode' and don't check it's default-value.
14028
14029         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14030
14031         * message.el (message-make-tool-bar): Ditto.
14032
14033         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14034         `substring'.  Shorten tmp-file name.
14035
14036         * gnus.el: Remove bogus comment.
14037
14038 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14039
14040         * gnus-art.el (gnus-article-browse-html-parts): New function.
14041         (gnus-article-browse-html-article): New function for viewing html
14042         articles with a browser.
14043
14044 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14045
14046         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14047         in elisp.
14048         (pgg-gpg-encrypt-symmetric-region): Ditto.
14049         (pgg-gpg-sign-region): Ditto.
14050
14051         * pgg-def.el (pgg-text-mode): New variable.
14052
14053         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14054         (mml2015-pgg-encrypt): Ditto.
14055
14056         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14057         (mml1991-pgg-encrypt): Ditto.
14058
14059 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * nnfolder.el (nnfolder-insert-newsgroup-line):
14062         Use message-make-date instead of current-time-string.
14063
14064         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14065         to gnus-decoded which mm-uu might set.
14066
14067 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14070         don't decode quoted parameters; remove misimported Emacs code.
14071         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14072         (rfc2231-decode-encoded-string): Don't use split-string which
14073         behaves differently according to Emacs version; use
14074         mm-decode-coding-region to convert charset to coding-system.
14075         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14076         (rfc2231-encode-string): Remove misimported Emacs code.
14077
14078 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14081         when calling mail-header-parse-content-type.
14082         (article-de-quoted-unreadable): Ditto.
14083         (article-de-base64-unreadable): Ditto.
14084         (article-wash-html): Ditto.
14085
14086         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14087         calling mail-header-parse-content-type and
14088         mail-header-parse-content-disposition.
14089         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14090         mail-header-parse-content-type.
14091
14092         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14093         insert charset and format parameters; encode description after
14094         inserting it to buffer.
14095         (mml-insert-parameter): Fold lines properly even if a parameter is
14096         segmented into two or more lines; change the max column to 76.
14097
14098         * rfc1843.el (rfc1843-decode-article-body): Don't use
14099         ignore-errors when calling mail-header-parse-content-type.
14100
14101         * rfc2231.el (rfc2231-parse-string): Return at least type if
14102         possible; don't cause an error even if it fails in parsing of
14103         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14104         (rfc2231-encode-string): Don't break lines at the beginning, leave
14105         it to mml-insert-parameter.
14106
14107         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14108         calling mail-header-parse-content-type.
14109
14110 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * spam-report.el (spam-report-gmane-use-article-number):
14113         Improve doc string.
14114         (spam-report-gmane-internal): Check if a suitable header was found
14115         in the article.
14116
14117 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14120         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14121
14122 2006-02-05  Romain Francoise  <romain@orebokech.com>
14123
14124         Update copyright notices of all files in the gnus directory.
14125
14126 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14127
14128         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14129
14130 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14133         segmented lines of parameter value to cope with Thunderbird 1.5
14134         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14135         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14136         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14137
14138 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14139
14140         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14141         parts.
14142
14143 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14144
14145         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14146         there's only one active file for all servers.
14147         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14148         solid groups.  Gnus might have used a FAST request to select the group.
14149         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14150         and nnweb-search redundantly in the active file.
14151         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14152         (nnweb-request-create-group): Don't use ARGS.
14153         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14154         initialisations.  Let nnoo do the work.
14155
14156 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14159         Say the part has been decoded.
14160
14161         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14162
14163 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14164
14165         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14166         mailcap-viewer-test-cache when there's no 'test clause, since that
14167         will invert the meaning of a "nil" test previously determined by
14168         mailcap-mailcap-entry-passes-test.
14169
14170 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14173         compiling.
14174
14175         * gnus-sum.el: Ditto.
14176
14177         * message.el: Don't bind tool-bar-map when compiling.
14178
14179 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14182
14183 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14184
14185         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14186         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14187         current Google Groups.
14188
14189 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14192         and tool-bar-mode.
14193
14194         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14195         and tool-bar-mode.
14196
14197         * message.el (message-tool-bar-update): Simplify.
14198         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14199
14200         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14201         gnus-summary-buffer.
14202         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14203         gnus-summary-reply.
14204
14205         * gmm-utils.el (gmm): Add :version.
14206
14207 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * Makefile.in (clean): New rule.
14210         (distclean): Use it.
14211
14212 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14213
14214         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14215         Don't autoload.
14216
14217 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gmm-utils.el (gmm-verbose): Add :group.
14220
14221 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * message.el: Change some comments WRT tool-bars.
14224
14225         * gnus-sum.el (gnus-summary-tool-bar)
14226         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14227         (gnus-summary-tool-bar-zap-list): New variables.
14228         (gnus-summary-make-tool-bar): Complete rewrite using
14229         `gmm-tool-bar-from-list'.
14230
14231         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14232         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14233         New variables.
14234         (gnus-group-make-tool-bar): Complete rewrite using
14235         `gmm-tool-bar-from-list'.
14236         (gnus-group-tool-bar-update): New function.
14237
14238         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14239
14240 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14243         is dissected into a single part of which the type is the same as
14244         the given one; decode charset.
14245
14246 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14247
14248         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14249         into alists as symbol not string, since that's what
14250         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14251         look for.
14252
14253 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14256         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14257
14258         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14259
14260 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14263         (gnus-xmas-mime-security-button-menu): New function.
14264
14265         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14266         (gnus-mime-security-button-menu): New definition.
14267         (gnus-mime-security-button-map): Use them.
14268         (gnus-mime-security-button-menu): New function.
14269         (gnus-insert-mime-security-button): Addition to help echo.
14270         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14271         (gnus-mime-security-pipe-part): New functions.
14272
14273         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14274         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14275
14276         * mm-decode.el (mm-handle-set-disposition): Remove.
14277         (mm-handle-set-description): Remove.
14278
14279 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14282         (mm-w3m-standalone-supports-m17n-p): New function.
14283         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14284         w3m usage.
14285
14286         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14287         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14288
14289 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * message.el (message-tool-bar-zap-list):
14292         Use gmm-tool-bar-zap-list as custom type.
14293         (message-tool-bar-update): New function.
14294         (message-tool-bar, message-tool-bar-gnome)
14295         (message-tool-bar-retro): Add message-tool-bar-update.
14296         (message-tool-bar-gnome): Add flyspell-buffer.
14297
14298         * gnus-util.el (gnus-error): Describe `args'.
14299
14300         * gmm-utils.el (gmm-error): Describe `args'.
14301         (gmm-tool-bar-zap-list): New widget.
14302         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14303
14304 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14307         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14308         the number of recursive calls.
14309
14310         * mm-decode.el (mm-handle-set-disposition): New macro.
14311         (mm-handle-set-description): New macro.
14312
14313 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14316         encoding.
14317
14318 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * message.el (message-tool-bar-zap-list, message-tool-bar)
14321         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14322         (message-tool-bar-local-item-from-menu): Remove.
14323         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14324         (message-make-tool-bar): New function.
14325         (message-mode): Use `message-make-tool-bar'.
14326
14327         * gmm-utils.el: New file.
14328         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14329         (gmm-lazy): New widget copied from `nnmail.el'.
14330         (gmm-tool-bar-from-list): New function for creating customizable
14331         tool bars.
14332         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14333         output.
14334         (gmm): Add :prefix to defgroup.
14335
14336 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14337
14338         * gmm-utils.el (gmm-widget-p): New function.
14339
14340 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * mml.el (mml-attach-file): Describe `description' in doc string.
14343         (mml-menu): Add Emacs MIME manual and PGG manual.
14344
14345 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14346
14347         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14348
14349 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14350
14351         * nntp.el (nntp-end-of-line): Doc fix.
14352
14353 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14354
14355         * imap.el (imap-open): Handle case where buffer is a buffer
14356         object.
14357
14358 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14359
14360         * gnus-delay.el (gnus-delay): Don't autoload.
14361         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14362         to be re-loaded when customizing the `gnus-delay' group.
14363
14364 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14365
14366         * message.el (message-insert-citation-line): Use newlines.
14367
14368 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14369
14370         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14371         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14372         these routines, so the passphrase can be managed externally and
14373         passed in to the system.
14374         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14375         pgg-add-passphrase-to-cache function.
14376
14377         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14378         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14379         these routines, so the passphrase can be managed externally and
14380         passed in to the system.
14381         (pgg-pgp5-sign-region): Use new name of
14382         pgg-add-passphrase-to-cache function.
14383
14384 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14385
14386         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14387         part of the decoded armor to find the key-identifier.
14388         (pgg-gpg-lookup-key-owner): New function to return the
14389         human-readable identifier of a key owner.
14390         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14391         itself.
14392         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14393         the key value) if we have a key and can match it against a secret
14394         key.  Also, added a note pointing out fact that the prompt only
14395         indicates the first matching key.
14396
14397         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14398         pgg-decrypt-region.
14399         (pgg-add-passphrase-to-cache): Rename from
14400         `pgg-add-passphrase-cache' to reduce confusion (all callers
14401         changed).
14402         (pgg-remove-passphrase-from-cache): Rename from
14403         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14404         changed).
14405         (pgg-read-passphrase, pgg-add-passphrase-cache)
14406         (pgg-remove-passphrase-cache): Add informative docstrings.
14407         (pgg-decrypt): Convey provided passphrase in subordinate call to
14408         pgg-decrypt-region.
14409
14410 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14411
14412         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14413         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14414         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14415         'passphrase' argument, so the passphrase can be managed externally
14416         and then passed in to the system.
14417
14418         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14419         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14420         so the passphrase cache can be used reliably with identifiers
14421         besides a pgp packet's key id.
14422
14423         * pgg-gpg.el (pgg-gpg-encrypt-region)
14424         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14425         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14426         these routines, so the passphrase can be managed externally and
14427         passed in to the system.
14428
14429         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14430         'notruncate' argument, so the passphrase cache can be used
14431         reliably with identifiers besides a pgp packet's key id.
14432
14433 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14434
14435         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14436         symmetric encryption.
14437         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14438         encrypted session key.
14439         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14440         message ask for the passphrase in a proper way.
14441
14442         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14443         New user commands for symmetric encryption.
14444
14445 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14448
14449         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14450
14451 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14452
14453         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14454
14455 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * mm-decode.el (mm-inlined-types): Add application/pgp.
14458         (mm-automatic-display): Ditto.
14459
14460         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14461         part as text.
14462
14463 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * nnrss.el: Update copyright.
14466         (nnrss-opml-import): Query whether to subscribe to each entry.
14467
14468         * gnus-art.el:
14469         * gnus-sum.el:
14470         * gnus-xmas.el:
14471         * messagexmas.el:
14472         * mm-uu.el:
14473         * mm-view.el: Update copyright.
14474
14475 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * message.el (message-info): New function.
14478         (message-mode-menu): Add it.
14479         Update copyright.
14480
14481         * ChangeLog: Fix and update copyright.
14482
14483 2006-01-13  Romain Francoise  <romain@orebokech.com>
14484
14485         * message.el (message-forward-subject-name-subject): Prefer the
14486         address to 'nowhere' if the sender has no name.
14487         Fix typo.  Update copyright year.
14488
14489 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-art.el (article-wash-html):
14492         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14493         (gnus-article-wash-html-with-w3m-standalone): New function.
14494
14495         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14496         mm-inline-text-html-render-with-w3m-standalone.
14497         (mm-text-html-washer-alist): Map w3m-standalone to
14498         gnus-article-wash-html-with-w3m-standalone.
14499         (mm-inline-text-html-render-with-w3m-standalone): New function.
14500
14501 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14504         Improve LaTeX.
14505
14506 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14509         (nnrss-request-article): Render text/plain parts as HTML.
14510
14511         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14512         the buffer.
14513
14514 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14517         custom definition of `gnus-posting-styles'.
14518
14519         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14520         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14521
14522 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14525         Use nntp for bug archive.
14526
14527 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14530         parts.
14531         (nnrss-normalize-date): New function converts ISO 8601 date into
14532         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14533         (nnrss-check-group): Use it.
14534
14535 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14538
14539         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14540         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14541         (nnrss-insert-w3): Ditto.
14542
14543 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14546         the articles to be forwarded including the case where neither a
14547         number of articles nor a region is specified.
14548
14549 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * nnrss.el (nnrss-request-article): Fix last change; fill
14552         text/plain parts.
14553
14554 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14557         in text/plain part.
14558         (nnrss-check-group): Don't add excessive newline to dc:subject.
14559
14560 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14561
14562         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14563         article.
14564
14565 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14568         (nnml-use-compressed-files, nnml-save-mail): Support other
14569         comression programs such as bzip2.
14570
14571 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14572
14573         * dns.el (query-dns): Make sure we check the buffer size before
14574         removing tcp headers.
14575
14576 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14579         remove MIME buttons associated with multipart/alternative parts.
14580         (gnus-mime-display-alternative): Tag buttons using `article-type'
14581         text property.
14582
14583         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14584         associated with multipart/alternative parts.
14585
14586         * gnus-art.el (gnus-signature-separator): Fix custom type.
14587
14588         * mm-decode.el (mm-inlined-types): Fix custom type.
14589         (mm-keep-viewer-alive-types): Ditto.
14590         (mm-automatic-display): Ditto.
14591         (mm-attachment-override-types): Ditto.
14592         (mm-inline-override-types): Ditto.
14593         (mm-automatic-external-display): Ditto.
14594
14595 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * spam-report.el (spam-report-user-mail-address)
14598         (spam-report-user-agent): New variables.
14599         (spam-report-url-ping-plain): Use spam-report-user-agent.
14600
14601 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14602
14603         * gnus-art.el (gnus-button-handle-custom): Do not just use
14604         `customize-apropos' for any "M-x customize-*" button but the
14605         function called for.  Accept both the function name and its
14606         argument in order to achieve this.
14607         (gnus-button-alist): Remove support for "custom:" URL's.
14608         Pass function name to `gnus-button-handle-custom' in case of "M-x
14609         customize-*" buttons.
14610
14611 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14614         multipart/alternative and add xref to mm-discouraged-alternatives
14615         in doc string.
14616
14617         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14618         gnus-buttonized-mime-types in doc string.
14619
14620 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14623         Suggest image/.* in the doc string.
14624
14625 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14628         message-marks (Debian bug #342521).
14629
14630 2005-12-12  Simon Josefsson  <jas@extundo.com>
14631
14632         * password.el (password-read-from-cache): Add.
14633         (password-read): Use it.
14634
14635 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * rfc2047.el (rfc2047-charset-to-coding-system):
14638         Recognize us-ascii as a MIME charset.
14639
14640         * mm-bodies.el (mm-decode-content-transfer-encoding):
14641         Protect against the case where the 2nd arg TYPE is nil.
14642
14643 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * pop3.el (pop3-stream-type): Fix custom version.
14646
14647         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14648
14649 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14650
14651         * mm-decode.el (mm-display-external): Add missing cdr.
14652
14653 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14656         RFC1524) if it is in mailcap or add a suffix according to
14657         mailcap-mime-extensions when generating a temp filename; postpone
14658         deleting a temp file for 2 seconds for some wrappers, shell
14659         scripts, and so on, which might exit right after having started a
14660         viewer command as a background job.
14661
14662 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * nntp.el (nntp-marks-directory): Fix custom group.
14665
14666         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14667         steps when < 10.
14668
14669         * gnus-start.el (gnus-no-server-1):
14670         Mention `gnus-level-default-subscribed' in doc string.
14671
14672 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14673
14674         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14675         parens.
14676
14677 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * gnus-xmas.el (gnus-use-toolbar): Revert.
14680         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14681         gnus-use-toolbar is default.
14682
14683         * messagexmas.el (message-use-toolbar): Revert.
14684         (message-setup-toolbar): Use global default-toolbar if
14685         message-use-toolbar is default.
14686
14687 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14690         according to default-toolbar-visible-p.
14691
14692         * messagexmas.el (message-use-toolbar): Ditto.
14693
14694 2005-11-26  Dave Love  <fx@gnu.org>
14695
14696         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14697         (tls-program, tls-success): Provide openssl alternative.
14698
14699         * starttls.el: Doc fixes.
14700         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14701         SERVICE to PORT.
14702
14703         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14704         port null or service name.
14705         (starttls-negotiate): Autoload.
14706
14707 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * message.el (message-kill-to-signature): Fix interactive spec.
14710
14711 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * pop3.el (pop3-open-server): Recognize a string as a service name.
14714
14715 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14716
14717         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14718
14719 2005-11-23  Dave Love  <fx@gnu.org>
14720
14721         Add pop3s, pop3/starttls.
14722
14723         * pop3.el (pop3-authentication-scheme): Clarify doc.
14724         (open-tls-stream, starttls-open-stream): Autoload.
14725         (pop3-stream-type): New.
14726         (pop3-open-server): Use it.
14727
14728         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14729         for POP.
14730         (mail-source-keyword-map): Add :stream for POP.
14731         (mail-source-fetch-pop): Use pop3-stream-type.
14732
14733 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14736         of current-time-string.
14737
14738 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14739
14740         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14741         date header.
14742
14743 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14744
14745         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14746         it can seriously impact performance as it bypasses the agent's
14747         local caches.
14748
14749 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14750
14751         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14752         must be explicitly online rather than "not explicitly offline" for
14753         its flags to be synchronized.
14754
14755         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14756         that gnus-uu-unmark-thread will function correctly.
14757
14758         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14759         1024K is instead displayed as 1M.
14760
14761 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14762
14763         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14764
14765 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14766
14767         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14768
14769 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14770
14771         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14772         error message to display actual error condition.
14773         (gnus-agent-save-local): Avoid saving symbols that are bound to
14774         nil as they simply result in a warning message in
14775         gnus-agent-read-local.
14776
14777 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14780         rather than make-variable-buffer-local for file-precious-flag.
14781
14782 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14783
14784         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14785         for duplicates which are removed.  The invalid sort check then
14786         triggers a rescan after the sort as sorting may have moved
14787         duplicate entries such that they can be cheaply detected.
14788
14789 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14792
14793 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14794
14795         * gnus-agent.el (gnus-agent-article-alist-save-format):
14796         Change internal variable to a custom variable.  Change default value
14797         from compressed(2) to uncompressed(1).
14798         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14799         support for uncompressed agentview files.  Taken together, reading
14800         the agentview file should now be 6-7 times faster.
14801
14802 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14803
14804         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14805         as a buffer-local variable.  This avoids creating truncated
14806         dribble files as a result of a hang up, eg.
14807
14808 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14809
14810         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14811         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14812         XEmacs.
14813
14814 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * gnus-start.el (gnus-start-draft-setup):
14817         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14818
14819         * gnus.el (gnus-splash): Change custom group.
14820         (gnus-group-get-parameter, gnus-group-parameter-value):
14821         Describe allow-list argument.
14822
14823         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14824         string.
14825
14826 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * gnus-art.el (gnus-default-article-saver): Add user-defined
14829         `function' to custom type.
14830
14831 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14832
14833         * imap.el (imap-open): Handle case where buffer is a buffer
14834         object.
14835
14836 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14839         long lines.
14840         (gnus-cache-delete-group): Wrap doc strings.
14841
14842         * gnus-agent.el (gnus-agent-rename-group)
14843         (gnus-agent-delete-group): Wrap doc strings.
14844
14845 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * messagexmas.el (message-use-toolbar): Change the valid values
14848         into default, top, bottom, left, and right.
14849         (message-toolbar-thickness): New variable.
14850         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14851         well.
14852         (message-setup-toolbar): Make it work.
14853
14854         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14855         (gnus-use-toolbar): Change the valid values into default, top,
14856         bottom, left, and right.
14857         (gnus-toolbar-thickness): New variable.
14858         (gnus-xmas-setup-toolbar): New function.
14859         (gnus-xmas-setup-group-toolbar): Use it.
14860         (gnus-xmas-setup-summary-toolbar): Use it.
14861
14862 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14863
14864         * gnus-start.el (gnus-1): Add "native" to
14865         gnus-predefined-server-alist.
14866
14867         * gnus.el (gnus-method-to-server): Don't add "native" to the
14868         lists here, because that leads to problems when
14869         gnus-select-method is bound.
14870
14871 2005-11-09  Simon Josefsson  <jas@extundo.com>
14872
14873         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14874         use (not sort-by-date) instead.
14875
14876 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14877
14878         * gnus-delay.el (gnus-delay-group): Don't autoload.
14879         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14880         to be re-loaded when customizing the `gnus-delay' group.
14881
14882 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14883
14884         * message.el: Revert last changes.
14885         (message-insert-citation-line): Use newlines.
14886
14887 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14888
14889         * message.el (message-courtesy-message)
14890         (message-mark-insert-begin, message-mark-insert-end)
14891         (message-elide-ellipsis, message-cancel-message)
14892         (message-add-header, message-change-subject)
14893         (message-cross-post-followup-to-header)
14894         (message-cross-post-insert-note, message-reduce-to-to-cc)
14895         (message-widen-reply, message-delete-not-region)
14896         (message-kill-to-signature, message-insert-signature)
14897         (message-insert-importance-high, message-insert-importance-low)
14898         (message-insert-or-toggle-importance)
14899         (message-insert-disposition-notification-to)
14900         (message-indent-citation, message-yank-original)
14901         (message-cite-original-without-signature, message-cite-original)
14902         (message-insert-citation-line, message-position-on-field)
14903         (message-fix-before-sending, message-send-mail-partially)
14904         (message-send-mail, message-send-mail-with-sendmail)
14905         (message-send-mail-with-qmail, message-send-news)
14906         (message-check-news-header-syntax, message-generate-headers)
14907         (message-insert-courtesy-copy, message-fill-address)
14908         (message-fill-header, message-shorten-references)
14909         (message-setup-1, message-cancel-news)
14910         (message-forward-make-body-plain, message-forward-make-body-mime)
14911         (message-forward-make-body-mml, message-encode-message-body)
14912         (message-forward-make-body-digest-plain)
14913         (message-forward-make-body-digest-mime)
14914         (message-use-alternative-email-as-from): Insert `hard-newline'
14915         instead of ordinary newlines.
14916
14917 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * message.el (message-generate-headers): Downcase the argument
14920         given to message-check-element.
14921
14922 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14923
14924         * nntp.el (nntp-authinfo-rejected): New error condition.
14925         (nntp-wait-for): Use new error condition to signal authentication
14926         error.
14927         (nntp-retrieve-data): Rethrow new error condition to break out of
14928         recursive call to nntp-send-authinfo.
14929
14930 2005-11-08  Romain Francoise  <romain@orebokech.com>
14931
14932         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14933         (gnus-summary-exit-map): Bind to `Z p'.
14934         (gnus-summary-make-menu-bar): Add menu item.
14935
14936 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14939         (gnus-treat-*): Add `first' in all doc strings.
14940
14941         * gnus-group.el (gnus-group-compact-group): Fix typo.
14942
14943 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus.el (gnus-parameters-case-fold-search): New variable.
14946         (gnus-parameters-get-parameter): Use it.
14947
14948         * gnus-score.el (gnus-home-score-file): Doc fix.
14949
14950 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14951
14952         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14953
14954 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * mm-util.el (mm-special-display-p): New function.
14957
14958         * mml.el (mml-preview): Use it; doc fix.
14959
14960 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14961
14962         * imap.el (imap-open): Handle case where buffer is a buffer object.
14963
14964 2005-10-29  Romain Francoise  <romain@orebokech.com>
14965
14966         * message.el (message-fix-before-sending): Fix comment.
14967
14968 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14969
14970         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14971
14972 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14973
14974         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14975         Used in gnus-score.el.
14976
14977 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14980
14981 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14984         whitespace removed in revision 7.8.  Use concatenated string to
14985         protect trailing whitespace.
14986
14987 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14988
14989         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14990         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14991         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14992         Courier IMAP ("some version from 2004").  Mostly based on similar
14993         code in the same function.
14994
14995 2005-10-26  Didier Verna  <didier@xemacs.org>
14996
14997         * gnus-group.el (gnus-group-compact-group): Invalidate original
14998         article buffer.
14999         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15000         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15001         NOV database and in article itself.
15002         Invalidate article backlog.
15003
15004 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15005
15006         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15007
15008 2005-10-26  Simon Josefsson  <jas@extundo.com>
15009
15010         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15011         part of 2004-07-25 change.
15012
15013 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * message.el (message-display-completion-list): New function.
15016         (message-expand-group): Use it; make sure the Completions buffer
15017         is modifiable.
15018 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15019
15020         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15021         user-mail-name is an empty string.
15022
15023 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15026         depending on gnus-score-decay-constant.
15027
15028         * encrypt.el (encrypt-insert-file-contents)
15029         (encrypt-write-file-contents): Don't use `gnus-message'.
15030
15031         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15032         arguments.
15033         (mm-uu-type-alist): Add message-marks and insert-marks.
15034         Pass arguments to mm-uu-verbatim-marks-extract.
15035         (mm-uu-hide-markers): New variable.
15036         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15037
15038         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15039         (gnus-convert-image-to-face-command): Use "convert" by default to
15040         allow other input image formats.
15041         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15042         accordingly.
15043
15044 2005-10-23  Simon Josefsson  <jas@extundo.com>
15045
15046         * imap.el (imap-gssapi-program): Align command line parameters
15047         with latest GNU SASL.
15048         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15049
15050 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15053         HTML.
15054         (nnslashdot-request-article): Ditto.
15055
15056         * lpath.el (featurep): Add nobreak-char-display.
15057
15058 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15059
15060         * mail-source.el (mail-source-fetch-pop): Require pop3.
15061         (mail-source-check-pop): Ditto.
15062
15063 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15066         errors.
15067
15068 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15071         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15072
15073         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15074
15075         * mm-bodies.el (mm-decode-string):
15076         Call `mm-charset-to-coding-system' with allow-override argument.
15077
15078 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15081         (rfc2047-charset-to-coding-system): New function.
15082         (rfc2047-decode-encoded-words): New function.
15083         (rfc2047-decode-region): Use them.
15084         (rfc2047-decode-cte): Remove.
15085         (rfc2047-parse-and-decode): Remove.
15086         (rfc2047-decode): Remove.
15087
15088 2005-10-15  Kenichi Handa  <handa@m17n.org>
15089
15090         * rfc2047.el (rfc2047-decode-cte): New function.
15091         (rfc2047-decode-region): Change the way to decode successive
15092         encoded-words: decode B- or Q-encoding in each encoded-word,
15093         concatenate them, and decode it as charset.
15094
15095 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * lpath.el: Fbind codepage-setup for XEmacs.
15098
15099 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15100
15101         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15102         widget-move-and-invoke.
15103         (gnus-custom-mode): Use gnus-custom-map.
15104
15105 2005-10-15  Bill Wohler  <wohler@newt.com>
15106
15107         * message.el (message-tool-bar-map): Rename image file from
15108         mail_send to mail/send.
15109
15110 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15111
15112         * message.el (message-expand-group): Pass the common
15113         prefix substring of completion to `display-completion-list'.
15114
15115 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * mml-sec.el (mml-secure-method): New internal variable.
15118         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15119         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15120         New functions using mml-secure-method.
15121
15122         * mml.el (mml-mode-map): Add key bindings for those functions.
15123         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15124         Harder <harder@myrealbox.com>.
15125         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15126         Goto end of message if point is the headers of the message.
15127
15128         * message.el (message-in-body-p): New function.
15129
15130         * assistant.el: Autoload gnus-util and netrc.
15131
15132         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15133         Use `mm-charset-override-alist' only when decoding.
15134
15135         * mm-bodies.el (mm-decode-body):
15136         Call `mm-charset-to-coding-system' with allow-override argument.
15137
15138         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15139         `filename' from Content-Disposition if Content-Type doesn't
15140         provide `name'.
15141         (gnus-mime-view-part-as-type): Set default instead of
15142         initial-input.
15143
15144 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15145
15146         * format-spec.el (format-spec): Propagate text properties of % spec.
15147
15148 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * gnus-art.el (gnus-treat-predicate): Add `first'.
15151
15152 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15155         (mm-charset-override-alist): New variable.
15156         (mm-charset-to-coding-system): Use it.
15157         (mm-codepage-setup): New helper function.
15158         (mm-charset-eval-alist): New variable.
15159         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15160         Warn about unknown charsets.
15161
15162         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15163
15164 2005-10-04  David Hansen  <david.hansen@gmx.net>
15165
15166         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15167         (nnrss-check-group): Ditto.
15168
15169 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15172         Rename x-gnus-verbatim to x-verbatim.
15173         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15174
15175         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15176         x-verbatim.
15177
15178         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15179
15180         * gnus-util.el (gnus-remove-duplicates): Remove.
15181
15182         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15183         instead of gnus-remove-duplicates.
15184
15185         * message.el (message-remove-duplicates): Remove.
15186         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15187         message-remove-duplicates.
15188
15189         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15190         available, else use implementation from `delete-dups'.
15191
15192         * message.el (message-insert-expires): New function.
15193         (message-mode-map): Add key binding.
15194         (message-mode-field-menu): Add menu entry.
15195         (message-mode): Document it.
15196         (message-make-expires-date): Use `message-make-date'.
15197
15198 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15199
15200         * message.el (message-make-expires-date): New function.
15201
15202 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * Makefile.in (list-installed-shadows): New entry.
15205         (install): Use it.
15206         (remove-installed-shadows): New entry.
15207
15208         * dgnushack.el (dgnushack-default-load-path): New variable.
15209         (dgnushack-find-lisp-shadows): New function.
15210         (dgnushack-remove-lisp-shadows): New function.
15211
15212 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * Makefile.in (install-el-elc): New entry.
15215         (install): Use it so that .el files are necessarily installed.
15216
15217 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15220
15221 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15222
15223         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15224         function rather than the diff-mode.el package.
15225         (mm-display-external): Use with-current-buffer.
15226         (mm-viewer-completion-map, mm-viewer-completion-map):
15227         Move initialization inside declaration.
15228
15229 2005-09-29  Simon Josefsson  <jas@extundo.com>
15230
15231         * spam.el: Load hashcash when compiling, to avoid warnings.
15232         Don't autoload mail-check-payment.
15233         (spam-check-hashcash): Define unconditionally, since hashcash.el
15234         is part of Gnus now.  Ignore errors from payment checking.
15235
15236 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * message.el (message-bold-region, message-unbold-region):
15239         Rename from `bold-region' and `unbold-region'.
15240
15241         * message.el: Remove useless autoloads.
15242
15243 2005-09-28  Simon Josefsson  <jas@extundo.com>
15244
15245         * message.el (message-use-idna): Default to t.
15246         (message-use-idna): Test whether encoding works too.  Doc fix.
15247
15248 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * nntp.el (nntp-warn-about-losing-connection): Remove.
15251
15252 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15255         customizable.  Change default value.
15256         (mm-uu-diff-groups-regexp): Change default value.
15257         (mm-uu-type-alist): Add doc string.
15258         (mm-uu-configure): Add doc string.  Make it interactive.
15259         (mm-uu-tex-groups-regexp): New variable.
15260         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15261         (mm-uu-type-alist): Add LaTeX documents.
15262         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15263         of "text/verbatim".
15264         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15265
15266         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15267         instead of "text/verbatim".
15268
15269         * message.el (message-mark-inserted-region)
15270         (message-mark-insert-file): Use slrn style marks when called with
15271         prefix argument.
15272
15273 2005-09-27  Simon Josefsson  <jas@extundo.com>
15274
15275         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15276
15277 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15278
15279         * message.el (message-remove-duplicates): New function.
15280         Implementation borrowed from `gnus-remove-duplicates'.
15281         (message-idna-to-ascii-rhs): Also encode idna addresses in
15282         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15283         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15284         only ask about the same idna domain once per header and also tell
15285         in what header to replace the idna domain.
15286
15287         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15288         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15289         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15290         a header is decoded and not just the last one.
15291
15292 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15295         has been decoded.
15296
15297         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15298         (mm-insert-part): Don't modify text if it has been decoded.
15299
15300         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15301         decoded.
15302
15303         * mm-view.el (mm-inline-text): Don't strip text props unless
15304         decoding enriched or richtext parts.
15305
15306 2005-09-25  Romain Francoise  <romain@orebokech.com>
15307
15308         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15309         * gnus-start.el (gnus-subscribe-interactively):
15310         * gnus-uu.el (gnus-uu-grab-articles):
15311         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15312         space.
15313
15314 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15315
15316         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15317         * mm-view.el (mm-view-pkcs7-decrypt):
15318         * gnus-sum.el (gnus-summary-limit-to-extra)
15319         (gnus-summary-respool-article, gnus-read-move-group-name):
15320         * gnus-score.el (gnus-summary-increase-score):
15321         * gnus-util.el (gnus-completing-read-with-default):
15322         * gnus-art.el (gnus-read-save-file-name)
15323         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15324         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15325         * message.el (message-check-news-header-syntax):
15326         Follow convention for reading with the minibuffer.
15327
15328 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * spam-report.el (spam-report-url-ping-plain):
15331         Use gnus-extended-version as User-Agent.
15332
15333         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15334         default value is nil.
15335
15336         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15337         (mm-uu-verbatim-marks-extract): New function.
15338         (mm-uu-extract): New face.
15339         (mm-uu-copy-to-buffer): Use it.
15340
15341         * spam-report.el (spam-report-gmane-ham): Rename from
15342         `spam-report-gmane-unspam'.
15343         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15344         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15345
15346         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15347         Autoload.
15348         (spam-report-gmane-unregister-routine):
15349         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15350
15351 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15354         (spam-report-gmane-unregister-routine): Add support for gmane
15355         unregistration.
15356
15357         * spam-report.el (spam-report-gmane-unspam)
15358         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15359         (spam-report-gmane): Change to take a single article and do unspam
15360         registration.
15361
15362 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * mm-url.el (mm-url-decode-entities): Fix regexp.
15365
15366 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15369         default to nil, to be able to use Gnus at all.  If the default
15370         switches to something else, then the function should be fixed not
15371         be exceedingly slow.
15372
15373 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15376         fail hard.
15377
15378         * spam-report.el: Add better Keywords line.
15379
15380         * spam.el: Add Maintainer and better Keywords line.
15381
15382 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * gnus-art.el (gnus-article-replace-part)
15385         (gnus-mime-replace-part): New functions.
15386         (gnus-mime-action-alist, gnus-mime-button-commands)
15387         (gnus-mime-save-part-and-strip): Add file argument.
15388         (gnus-article-part-wrapper): Add interactive argument.
15389
15390         * gnus-sum.el (gnus-summary-mime-map):
15391         Add `gnus-article-replace-part'.
15392
15393 2005-09-19  Didier Verna  <didier@xemacs.org>
15394
15395         The nnml compaction feature:
15396         * nnml.el (nnml-request-compact-group): New function.
15397         * nnml.el (nnml-request-compact): New function.
15398         * gnus-int.el (gnus-request-compact-group): New function.
15399         * gnus-int.el (gnus-request-compact): New function.
15400         * gnus-group.el (gnus-group-compact-group): New function.
15401         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15402         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15403         * gnus-srvr.el (gnus-server-compact-server): New function.
15404         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15405         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15406
15407 2005-09-18  Deepak Goel  <deego@gnufans.org>
15408
15409         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15410         format spec.
15411
15412 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15415
15416 2005-09-15  Romain Francoise  <romain@orebokech.com>
15417
15418         * message.el (message-fill-paragraph): Clarify docstring.
15419
15420 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * gnus-art.el (gnus-mime-display-part): Protect against broken
15423         MIME messages.
15424
15425 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15428         before parsing header.
15429
15430 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15431
15432         * html2text.el (html2text-replace-list): Add new entities.
15433
15434 2005-09-11  Romain Francoise  <romain@orebokech.com>
15435
15436         * message.el (message-alternative-emails): Improve docstring.
15437         (message-setup-1): Call `message-use-alternative-email-as-from'
15438         after `message-setup-hook' to give it precedence over posting
15439         styles, etc.
15440         (message-use-alternative-email-as-from): Add docstring.
15441         Remove the original From header if present.
15442
15443         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15444         (nnml-save-mail): Use it.
15445
15446         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15447         articles.  Add new argument `silent'.
15448         (gnus-uu-mark-all): Report the total number of marked articles.
15449
15450 2005-09-10  Romain Francoise  <romain@orebokech.com>
15451
15452         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15453         (gnus-uu-mark-series): Likewise.
15454
15455 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * spam-report.el (spam-report-gmane): Fix generation of spam
15458         report URL.
15459
15460 2005-09-10  Simon Josefsson  <jas@extundo.com>
15461
15462         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15463         t, based on discussion on the ding list with Robert Epprecht
15464         <epprecht@solnet.ch>.
15465
15466 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * spam-report.el (spam-report-gmane): Make it work without
15469         X-Report-Spam header.  Gmane now only provides Archived-At.
15470         This is only used if `spam-report-gmane-use-article-number' is nil.
15471         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15472
15473         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15474         make `gnus-summary-sort-by-recipient' work with threading.
15475
15476         * nnweb.el (nnweb-google-wash-article): Print a message if article
15477         is not available.
15478
15479 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15480
15481         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15482         change.  Decode text/* parts content before displaying.
15483
15484 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15487
15488 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15491
15492         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15493         url-package-name, url-package-version,
15494         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15495         w3m-display-inline-images, and w3m-minor-mode-map.
15496
15497 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * message.el (message-tab-body-function): Fix mismatched custom type.
15500
15501         * gnus.el (gnus-group-change-level-function): Ditto.
15502
15503         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15504
15505         * gnus-art.el (gnus-signature-limit)
15506         (gnus-article-mime-part-function): Ditto.
15507
15508 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * mml.el (mml-mode): Silence the byte compiler.
15511
15512         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15513         using `(sit-for 0)' before moving the point to the specified part;
15514         skip unbuttonized parts.
15515         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15516         return to the summary window if gnus-auto-select-part is non-nil.
15517
15518 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15521         New variables.
15522         (mml-dnd-attach-file, mml-mode): Use them.
15523
15524         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15525         Make fetching article by MID work again for Google Groups.
15526         Add FIXME concerning gnus-group-make-web-group.
15527
15528         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15529         Don't depend on Gnus by using mail-extract-address-components if
15530         gnus-extract-address-components is not bound.
15531
15532 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15533
15534         * gnus-art.el (gnus-mime-display-security): Don't display the
15535         signature, but only the signed part.
15536
15537 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15540
15541         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15542         list, not listp.
15543
15544 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15545
15546         * mm-encode.el (mm-encode-content-transfer-encoding):
15547         Likewise when encoding.
15548
15549         * mm-bodies.el (mm-decode-content-transfer-encoding):
15550         De-canonicalize CRLF for all text content types, not just
15551         text/plain.
15552
15553 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15556         valid article; point arrow and cursor at the MIME button.
15557
15558 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15561         Suggested by Dan Christensen <jdc@uwo.ca>.
15562
15563         * mm-decode.el (mm-save-part): Enable change of prompt.
15564
15565 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15566
15567         * gnus-msg.el (gnus-inews-add-send-actions):
15568         Make `message-post-method' lambda parameter ARG `&optional'.
15569
15570 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * gnus-sum.el (gnus-summary-mime-map):
15573         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15574         gnus-article-jump-to-part.
15575
15576         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15577         (gnus-article-edit-part): Use it.
15578         (gnus-article-part-wrapper): Add no-handle argument.
15579         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15580         New functions.
15581
15582 2005-08-29  Romain Francoise  <romain@orebokech.com>
15583
15584         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15585         docstring.
15586         (gnus-face-from-file): Likewise.
15587
15588 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15591         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15592         non-nil.
15593         (gnus-auto-select-part): New variable.
15594         (gnus-article-jump-to-part): New function.
15595         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15596         (gnus-mime-delete-part): Allow selecting specified part after
15597         deleting or stripping parts.
15598         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15599         part if argument is bogus.
15600
15601 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15602
15603         * gnus-art.el (w3m-minor-mode-map):
15604         * gnus-spec.el (gnus-newsrc-file-version):
15605         * gnus-util.el (nnmail-active-file-coding-system)
15606         (gnus-original-article-buffer, gnus-user-agent):
15607         * gnus.el (gnus-ham-process-destinations)
15608         (gnus-parameter-ham-marks-alist)
15609         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15610         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15611         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15612         * mm-decode.el (gnus-current-window-configuration):
15613         * mm-extern.el (gnus-article-mime-handles):
15614         * mm-url.el (url-current-object, url-package-name)
15615         (url-package-version):
15616         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15617         (smime-keys, w3m-cid-retrieve-function-alist)
15618         (w3m-current-buffer, w3m-display-inline-images)
15619         (w3m-minor-mode-map):
15620         * mml-smime.el (gnus-extract-address-components):
15621         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15622         (gnus-newsrc-hashtb, message-default-charset)
15623         (message-deletable-headers, message-options)
15624         (message-posting-charset, message-required-mail-headers)
15625         (message-required-news-headers):
15626         * mml1991.el (mc-pgp-always-sign):
15627         * mml2015.el (mc-pgp-always-sign):
15628         * nnheader.el (nnmail-extra-headers):
15629         * rfc1843.el (gnus-decode-encoded-word-function)
15630         (gnus-decode-header-function, gnus-newsgroup-name):
15631         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15632
15633 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15634
15635         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15636         the end of the date treatments.
15637
15638 2005-08-15  Simon Josefsson  <jas@extundo.com>
15639
15640         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15641         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15642         Capello and Romain Francoise.
15643         (pgg-fetch-key-function): Remove, not used?
15644         (pgg-insert-url-with-w3): Require url, to get
15645         url-insert-file-contents regardless of where it is defined.
15646
15647 2005-08-13  Romain Francoise  <romain@orebokech.com>
15648
15649         * message.el (message-cite-original-1): New function.
15650         (message-cite-original): Use it.
15651         (message-cite-original-without-signature): Ditto.
15652
15653 2005-08-08  Romain Francoise  <romain@orebokech.com>
15654
15655         * message.el (message-yank-empty-prefix): New variable.
15656         (message-indent-citation): Use it.
15657         (message-cite-original-without-signature): Respect X-No-Archive.
15658
15659 2005-08-08  Simon Josefsson  <jas@extundo.com>
15660
15661         * pgg.el: Autoload url-insert-file-contents instead of loading
15662         w3/url.
15663         (pgg-insert-url-with-w3): Don't load url here.
15664
15665 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15666
15667         * message.el (message-kill-to-signature): Don't insert newline at
15668         bol.
15669         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15670
15671 2005-08-06  Romain Francoise  <romain@orebokech.com>
15672
15673         * message.el (message-user-fqdn): Fix typo in docstring.
15674
15675 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15676
15677         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15678
15679         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15680
15681 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * mm-bodies.el (mm-encode-body): Use coding system rather than
15684         charset to encode text.
15685
15686         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15687         number of charsets if utf-8 is available (XEmacs).
15688
15689 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15692         taken from `gnus-button-mid-or-mail-regexp'.
15693         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15694         (gnus-button-alist): Improve regexp for domain part of the MIDs
15695         for news:localpart@domain buttons.
15696         (gnus-button-ctan-directory-regexp): Update.
15697
15698 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * sieve-manage.el (sieve-manage-interactive-login):
15701         Use make-local-variable rather than make-variable-buffer-local.
15702         (sieve-manage-open): Ditto.
15703         (sieve-manage-authenticate): Ditto.
15704
15705         * mml.el (mml-generate-mime-1): Make the content type default to
15706         text/plain if the filename is not specified.
15707
15708 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15711         instead of insert-buffer.
15712
15713         * message.el (message-yank-original): Ditto; set the mark at the
15714         end of the yanked message.
15715
15716 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15719         lines to scroll rather than to stop it.
15720
15721         * mml.el (mml-generate-default-type): Add doc string.
15722         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15723         default to application/octet-stream when determining the content
15724         type if it is not specified for the part or the mml contents; add
15725         a comment about mml-generate-default-type.
15726
15727 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15728
15729         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15730         make it default to application/octet-stream when determining the
15731         content type if it is not specified for the external contents.
15732
15733 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15736         segmented parameter but also other parameters might be there.
15737
15738 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * mm-decode.el (mm-display-external): Delete temp file, directory
15741         and buffer immediately if the external process is exited.
15742
15743 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15746         fewer lines than that of scroll-margin.
15747         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15748
15749 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-art.el (gnus-article-next-page): Revert.
15752         (gnus-article-beginning-of-window): New macro.
15753         (gnus-article-next-page-1): Use it.
15754         (gnus-article-prev-page): Ditto.
15755         (gnus-article-edit-part): Use insert-buffer-substring instead of
15756         insert-buffer.
15757         (gnus-article-edit-exit): Ditto.
15758
15759         * gnus-util.el (gnus-beginning-of-window): Remove.
15760         (gnus-end-of-window): Remove.
15761
15762         * lpath.el: Don't bind header-line-format and scroll-margin.
15763
15764 2005-07-25  Simon Josefsson  <jas@extundo.com>
15765
15766         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15767         to have the url package without w3.  Reported by Daiki Ueno
15768         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15769
15770 2005-07-20  Didier Verna  <didier@xemacs.org>
15771
15772         * gnus-diary.el: Remove the description comment (nndiary is now
15773         properly documented in the Gnus manual).
15774         Fix the spelling of "Back End".
15775         * nndiary.el: Ditto.
15776         Fix the copyright notice.
15777
15778 2005-07-18  Romain Francoise  <romain@orebokech.com>
15779
15780         * gnus-sum.el (gnus-summary-to-prefix)
15781         (gnus-summary-newsgroup-prefix): New variables.
15782         (gnus-summary-from-or-to-or-newsgroups): Use them.
15783
15784 2005-07-17  Romain Francoise  <romain@orebokech.com>
15785
15786         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15787         space as it's generally not especially interesting to the user.
15788
15789 2005-07-16  Romain Francoise  <romain@orebokech.com>
15790
15791         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15792         nil to avoid prompting and file modification if one of the
15793         messages at the top of the nnfolder file contains a copyright
15794         notice.
15795         Update copyright notice.
15796
15797         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15798         instead of `current-time-string' as the latter creates a time
15799         string that is not RFC 2822 compliant (it lacks the zone).
15800         Update copyright notice.
15801
15802 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15803
15804         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15805         for text/rtf.  Display default in prompt.  Pass default for M-n.
15806
15807         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15808
15809 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * gnus-msg.el (gnus-button-mailto):
15812         Remove save-selected-window-window hackery because it relies on
15813         save-selected-window internals.
15814
15815 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15818         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15819         (gnus-article-prev-page): Ditto.
15820
15821         * gnus-util.el (gnus-beginning-of-window): New function.
15822         (gnus-end-of-window): New function.
15823
15824         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15825
15826 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15827
15828         * gnus-score.el (gnus-score-edit-all-score):
15829         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15830         gnus-message.
15831
15832 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15833
15834         * gnus-msg.el (gnus-button-mailto):
15835         Remove save-selected-window-window hackery because it relies on
15836         save-selected-window internals.
15837
15838 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15841         add-minor-mode.
15842         (gnus-binary-mode): Ditto.
15843
15844         * gnus-topic.el (gnus-topic-mode): Ditto.
15845
15846 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15847
15848         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15849         (gnus-article-prev-page): Take scroll-margin into consideration.
15850
15851 2005-07-04  Lute Kamstra  <lute@gnu.org>
15852
15853         Update FSF's address in GPL notices.
15854
15855 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15856
15857         * gnus.el (gnus-exit):
15858         * gnus-group.el (gnus-group-icons):
15859         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15860
15861         * gnus-nocem.el (gnus-nocem):
15862         * message.el (message-various, message-buffers, message-sending)
15863         (message-interface, message-forwarding, message-insertion)
15864         (message-headers, message-news, message-mail):
15865         * pgg-gpg.el (pgg-gpg):
15866         * pgg-parse.el (pgg-parse):
15867         * pgg-pgp.el (pgg-pgp):
15868         * pgg-pgp5.el (pgg-pgp5):
15869         * pop3.el (pop3): Finish `defgroup' description with period.
15870
15871 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-art.el (article-display-face): Improve the efficiency.
15874         (article-display-x-face): Ditto; remove grey x-face stuff.
15875
15876 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-art.el (article-display-face): Correct the position in
15879         which Faces are inserted.
15880
15881 2005-06-29  Didier Verna  <didier@xemacs.org>
15882
15883         * gnus-art.el (article-display-face): Display faces in correct
15884         order.
15885
15886 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15889         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15890         (gnus-nocem-check-article): Fetch the Type header.
15891         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15892         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15893         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15894         make sure gnus-nocem-hashtb is initialized.
15895         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15896         (gnus-nocem-unwanted-article-p): Ditto.
15897
15898         * pgg.el (pgg-verify): Return the verification result.
15899
15900 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15901
15902         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15903         is ascii.
15904
15905 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15906
15907         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15908         `show-nonbreak-escape'.
15909
15910 2005-06-23  Lute Kamstra  <lute@gnu.org>
15911
15912         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15913
15914         * dig.el (dig-mode):
15915         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15916
15917 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15918
15919         * nnimap.el (nnimap-split-download-body): Fix spellings.
15920
15921 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15922
15923         * gnus-art.el (gnus-article-encrypt-body):
15924         * gnus-cus.el (gnus-score-customize):
15925         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15926         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15927
15928 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15929
15930         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15931         header by looking for magic "MII" at the beginnig.
15932
15933 2005-06-16  Miles Bader  <miles@gnu.org>
15934
15935         * gnus-xmas.el (gnus-xmas-group-startup-message):
15936         Use renamed gnus-splash face.
15937
15938         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15939         (assistant-field-face): New backward-compatibility alias for renamed
15940         face.
15941         (assistant-render-text): Use renamed assistant-field face.
15942
15943         * spam.el (spam): Remove "-face" suffix from face name.
15944         (spam-face): New backward-compatibility alias for renamed face.
15945         (spam-face, spam-initialize): Use renamed spam face.
15946
15947         * message.el (message-header-to, message-header-cc)
15948         (message-header-subject, message-header-newsgroups)
15949         (message-header-other, message-header-name)
15950         (message-header-xheader, message-separator, message-cited-text)
15951         (message-mml): Remove "-face" suffix from face names.
15952         (message-header-to-face, message-header-cc-face)
15953         (message-header-subject-face, message-header-newsgroups-face)
15954         (message-header-other-face, message-header-name-face)
15955         (message-header-xheader-face, message-separator-face)
15956         (message-cited-text-face, message-mml-face):
15957         New backward-compatibility aliases for renamed faces.
15958         (message-font-lock-keywords): Use renamed message faces.
15959
15960         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15961         (sieve-test-commands, sieve-tagged-arguments):
15962         Remove "-face" suffix from face names.
15963         (sieve-control-commands-face, sieve-action-commands-face)
15964         (sieve-test-commands-face, sieve-tagged-arguments-face):
15965         New backward-compatibility aliases for renamed faces.
15966         (sieve-control-commands-face, sieve-action-commands-face)
15967         (sieve-test-commands-face, sieve-tagged-arguments-face):
15968         Use renamed sieve faces.
15969
15970         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15971         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15972         (gnus-group-news-3-empty, gnus-group-news-4)
15973         (gnus-group-news-4-empty, gnus-group-news-5)
15974         (gnus-group-news-5-empty, gnus-group-news-6)
15975         (gnus-group-news-6-empty, gnus-group-news-low)
15976         (gnus-group-news-low-empty, gnus-group-mail-1)
15977         (gnus-group-mail-1-empty, gnus-group-mail-2)
15978         (gnus-group-mail-2-empty, gnus-group-mail-3)
15979         (gnus-group-mail-3-empty, gnus-group-mail-low)
15980         (gnus-group-mail-low-empty, gnus-summary-selected)
15981         (gnus-summary-cancelled, gnus-summary-high-ticked)
15982         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15983         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15984         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15985         (gnus-summary-low-undownloaded)
15986         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15987         (gnus-summary-low-unread, gnus-summary-normal-unread)
15988         (gnus-summary-high-read, gnus-summary-low-read)
15989         (gnus-summary-normal-read, gnus-splash):
15990         Remove "-face" suffix from face names.
15991         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15992         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15993         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15994         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15995         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15996         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15997         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15998         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15999         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16000         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16001         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16002         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16003         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16004         (gnus-summary-normal-ticked-face)
16005         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16006         (gnus-summary-normal-ancient-face)
16007         (gnus-summary-high-undownloaded-face)
16008         (gnus-summary-low-undownloaded-face)
16009         (gnus-summary-normal-undownloaded-face)
16010         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16011         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16012         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16013         (gnus-splash-face):
16014         New backward-compatibility aliases for renamed faces.
16015         (gnus-group-startup-message): Use renamed gnus faces.
16016
16017         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16018         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16019         (gnus-server-agent): Remove "-face" suffix from face names.
16020         (gnus-server-agent-face, gnus-server-opened-face)
16021         (gnus-server-closed-face, gnus-server-denied-face)
16022         (gnus-server-offline-face):
16023         New backward-compatibility aliases for renamed faces.
16024         (gnus-server-agent-face, gnus-server-opened-face)
16025         (gnus-server-closed-face, gnus-server-denied-face)
16026         (gnus-server-offline-face): Use renamed gnus faces.
16027
16028         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16029         Remove "-face" suffix from face names.
16030         (gnus-picon-xbm-face, gnus-picon-face):
16031         New backward-compatibility aliases for renamed faces.
16032
16033         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16034         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16035         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16036         (gnus-cite-11): Remove "-face" suffix from face names.
16037         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16038         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16039         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16040         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16041         New backward-compatibility aliases for renamed faces.
16042         (gnus-cite-attribution-face, gnus-cite-face-list)
16043         (gnus-article-boring-faces): Use renamed gnus faces.
16044
16045         * gnus-art.el (gnus-signature, gnus-header-from)
16046         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16047         (gnus-header-content): Remove "-face" suffix from face names.
16048         (gnus-signature-face, gnus-header-from-face)
16049         (gnus-header-subject-face, gnus-header-newsgroups-face)
16050         (gnus-header-name-face, gnus-header-content-face):
16051         New backward-compatibility aliases for renamed faces.
16052         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16053
16054         * gnus-sum.el (gnus-summary-selected-face)
16055         (gnus-summary-highlight): Use renamed gnus faces.
16056         * gnus-group.el (gnus-group-highlight): Likewise.
16057
16058 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16059
16060         * gnus-sieve.el (gnus-sieve-article-add-rule):
16061         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16062         * spam-stat.el (spam-stat-buffer-change-to-spam)
16063         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16064
16065         * message.el (message-is-yours-p):
16066         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16067
16068 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * mm-view.el (mm-inline-text): Withdraw the last change.
16071
16072 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16075         executing enriched-decode.
16076
16077 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16080         charset of tar files.
16081
16082 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16083
16084         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16085
16086 2005-06-04  Lute Kamstra  <lute@gnu.org>
16087
16088         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16089         information is never recorded.
16090
16091 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16092
16093         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16094
16095 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * pop3.el (pop3-apop): Run md5 in the binary mode.
16098
16099         * starttls.el (starttls-set-process-query-on-exit-flag):
16100         Use eval-and-compile.
16101
16102 2005-05-31  Simon Josefsson  <jas@extundo.com>
16103
16104         * smime.el (smime-replace-in-string): Define.
16105         (smime-cert-by-ldap-1): Use it.
16106
16107 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-art.el (article-display-x-face): Replace
16110         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16111
16112         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16113         set-process-query-on-exit-flag or process-kill-without-query.
16114
16115         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16116         loop instead of replace-regexp.
16117
16118         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16119         instead of process-kill-without-query if it is available.
16120
16121         * lpath.el: Fbind ldap-search-entries.
16122
16123         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16124         instead of find-file-hooks if it is available.
16125
16126         * mml1991.el: Bind pgg-default-user-id when compiling.
16127
16128         * mml2015.el: Bind pgg-default-user-id when compiling.
16129
16130         * nndraft.el (nndraft-request-associate-buffer):
16131         Use write-contents-functions instead of write-contents-hooks if it is
16132         available.
16133
16134         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16135         instead of find-file-hooks if it is available.
16136
16137         * nntp.el (nntp-open-connection): Replace
16138         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16139         (nntp-open-ssl-stream): Ditto.
16140         (nntp-open-tls-stream): Ditto.
16141
16142         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16143         set-process-query-on-exit-flag or process-kill-without-query.
16144         (starttls-open-stream-gnutls): Use it instead of
16145         process-kill-without-query.
16146         (starttls-open-stream): Ditto.
16147
16148 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16149
16150         * smime.el (smime-cert-by-ldap-1): Don't use
16151         replace-regexp-in-string.
16152
16153 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16154
16155         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16156
16157         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16158         in PEM format.  Adjust to the XEmacs compability.
16159
16160 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16163         by `string-to-number'.
16164         * gnus-agent.el (gnus-agent-regenerate-group)
16165         (gnus-agent-fetch-articles): Ditto.
16166         * gnus-art.el (gnus-button-fetch-group): Ditto.
16167         * gnus-cache.el (gnus-cache-generate-active)
16168         (gnus-cache-articles-in-group): Ditto.
16169         * gnus-group.el (gnus-group-set-current-level)
16170         (gnus-group-insert-group-line): Ditto.
16171         * gnus-score.el (gnus-score-set-expunge-below)
16172         (gnus-score-set-mark-below, gnus-summary-score-effect)
16173         (gnus-summary-score-entry): Ditto.
16174         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16175         (gnus-soup-pack): Ditto.
16176         * gnus-spec.el (gnus-xmas-format): Ditto.
16177         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16178         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16179         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16180         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16181         * nndb.el (nndb-get-remote-expire-response): Ditto.
16182         * nndiary.el (nndiary-parse-schedule-value)
16183         (nndiary-string-to-number, nndiary-request-replace-article)
16184         (nndiary-request-article): Ditto.
16185         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16186         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16187         * nneething.el (nneething-make-head): Ditto.
16188         * nnfolder.el (nnfolder-request-article)
16189         (nnfolder-retrieve-headers): Ditto.
16190         * nnheader.el (nnheader-file-to-number): Ditto.
16191         * nnkiboze.el (nnkiboze-request-article): Ditto.
16192         * nnmail.el (nnmail-process-unix-mail-format)
16193         (nnmail-process-babyl-mail-format): Ditto.
16194         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16195         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16196         (nnmh-request-create-group, nnmh-request-list-1)
16197         (nnmh-request-group, nnmh-request-article): Ditto.
16198         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16199         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16200         * nnsoup.el (nnsoup-make-active): Ditto.
16201         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16202         * nntp.el (nntp-find-group-and-number)
16203         (nntp-retrieve-headers-with-xover): Ditto.
16204         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16205         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16206         (pgg-format-key-identifier): Ditto.
16207         * pop3.el (pop3-last, pop3-stat): Ditto.
16208         * qp.el (quoted-printable-decode-region): Ditto.
16209
16210         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16211         of concat.
16212
16213 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16216
16217         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16218
16219         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16220
16221         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16222
16223         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16224
16225         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16226
16227         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16228         (gnus-carpal-mode): Ditto.
16229
16230         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16231         (gnus-browse-mode): Ditto.
16232
16233         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16234
16235         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16236
16237 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16238
16239         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16240
16241 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * gnus-util.el (gnus-run-mode-hooks): New function.
16244
16245         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16246
16247         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16248         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16249
16250 2005-05-27  Lute Kamstra  <lute@gnu.org>
16251
16252         * dns-mode.el (dns-mode): Specify customization group.
16253
16254 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16255
16256         * gnus-agent.el (gnus-agent-make-mode-line-string):
16257         Use mode-line-highlight as mouse-face.
16258
16259 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * canlock.el (canlock): Change the parent group to news.
16262
16263         * deuglify.el (gnus-outlook-deuglify): Add :group.
16264
16265         * dig.el (dig): Add :group.
16266
16267         * dns-mode.el (dns-mode): Add :group.
16268
16269         * encrypt.el (encrypt): Add :group.
16270
16271         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16272         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16273         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16274         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16275         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16276
16277         * gnus-diary.el (gnus-diary): Add :group.
16278
16279         * gnus.el (gnus-group-news-1-face): Add :group.
16280         (gnus-group-news-1-empty-face): Ditto.
16281         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16282         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16283         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16284         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16285         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16286         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16287         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16288         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16289         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16290         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16291         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16292         (gnus-summary-high-ticked-face): Ditto.
16293         (gnus-summary-low-ticked-face): Ditto.
16294         (gnus-summary-normal-ticked-face): Ditto.
16295         (gnus-summary-high-ancient-face): Ditto.
16296         (gnus-summary-low-ancient-face): Ditto.
16297         (gnus-summary-normal-ancient-face): Ditto.
16298         (gnus-summary-high-undownloaded-face): Ditto.
16299         (gnus-summary-low-undownloaded-face): Ditto.
16300         (gnus-summary-normal-undownloaded-face): Ditto.
16301         (gnus-summary-high-unread-face): Ditto.
16302         (gnus-summary-low-unread-face): Ditto.
16303         (gnus-summary-normal-unread-face): Ditto.
16304         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16305         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16306
16307         * hashcash.el (hashcash): New custom group.
16308         (hashcash-default-payment): Add :group.
16309         (hashcash-payment-alist): Ditto.
16310         (hashcash-default-accept-payment): Ditto.
16311         (hashcash-accept-resources): Ditto.
16312         (hashcash-path): Ditto.
16313         (hashcash-extra-generate-parameters): Ditto.
16314         (hashcash-double-spend-database): Ditto.
16315         (hashcash-in-news): Ditto.
16316
16317         * message.el (message-minibuffer-local-map): Add :group.
16318
16319         * netrc.el (netrc): Add :group.
16320
16321         * sieve-manage.el (sieve-manage-log): Add :group.
16322         (sieve-manage-default-user): Diito.
16323         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16324         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16325         (sieve-manage-authenticators): Ditto.
16326         (sieve-manage-authenticator-alist): Ditto.
16327         (sieve-manage-default-port): Ditto.
16328
16329         * sieve-mode.el (sieve-control-commands-face): Add :group.
16330         (sieve-action-commands-face): Ditto.
16331         (sieve-test-commands-face): Ditto.
16332         (sieve-tagged-arguments-face): Ditto.
16333
16334         * smime.el (smime): Add :group.
16335
16336         * spam-report.el (spam-report): Add :group.
16337
16338         * spam.el (spam, spam-face): Add :group.
16339
16340 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16341
16342         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16343         return \n.\n.\n at the end of articles.  Protect against that.
16344         (nntp-with-open-group): Allow debugging.
16345
16346         * nnheader.el (mail-header-set-extra): Make into a function
16347         because I just could't understand how to quote the list properly.
16348
16349         * dns.el (query-dns-cached): New function.
16350
16351 2005-05-26  Lute Kamstra  <lute@gnu.org>
16352
16353         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16354
16355 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16358
16359         * gnus-art.el: Don't autoload mail-extract-address-components.
16360
16361         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16362         eval-and-compile to evaluate it.
16363
16364         * hashcash.el: Don't autoload executable-find.
16365
16366         * nndb.el: Don't declare the nndb back end two or more times; don't
16367         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16368
16369         * nntp.el: Autoload format-spec instead of format; use
16370         eval-and-compile to evaluate autoload forms.
16371
16372 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16373
16374         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16375
16376 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16377
16378         * gnus.el (gnus-version-number): Bump version.
16379
16380 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16381
16382         * gnus.el: No Gnus v0.3 is released.
16383
16384 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16385
16386         * lpath.el (featurep): Bind show-nonbreak-escape.
16387
16388 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * gnus-art.el (gnus-article-edit-part): Disable undo.
16391
16392 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16395         gnus-article-date-lapsed-new-header is t if date timer is active;
16396         skip headers in which the original date value is empty.
16397         (gnus-article-save-original-date): Redefine it as a macro.
16398         (gnus-display-mime): Use it.
16399
16400 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-art.el (article-date-ut): Support converting date in
16403         forwarded parts as well.
16404         (gnus-article-save-original-date): New function.
16405         (gnus-display-mime): Use it.
16406
16407 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16408
16409         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16410         enclosure element of <item>.
16411
16412 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * message.el (message-kill-buffer-query): Rename from
16415         `message-kill-buffer-query-if-modified'.  Add :version.
16416
16417 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16420         window layout.
16421
16422 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * mml.el: Autoload dnd when compiling.
16425
16426 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16427
16428         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16429         x-dnd-*.
16430
16431 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * qp.el (quoted-printable-encode-region): Save excursion.
16434
16435 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16436
16437         * message.el (message-kill-buffer-query-if-modified): Add new variable
16438         so the user can kill a modified message buffer quickly.
16439         (message-kill-buffer): Use it.
16440
16441 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * lpath.el: Fbind display-time-event-handler; don't fbind
16444         string-to-multibyte.
16445
16446         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16447
16448 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16451         contained in text because xml.el decodes entities) with LFs.
16452
16453 2005-04-11  Lute Kamstra  <lute@gnu.org>
16454
16455         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16456         differently.
16457
16458 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16459
16460         * mm-util.el (mm-detect-coding-region): Typo.
16461
16462 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16465
16466 2005-04-06  Deepak Goel  <deego@gnufans.org>
16467
16468         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16469         user-function allow user modifications of the scores.
16470         (spam-stat-score-buffer-user): New function, to allow
16471         user-computed modifications to the score.
16472         (spam-stat-score-buffer-user-functions): List of additional
16473         scoring functions.
16474         (spam-stat-error-holder): Global temporary error holder.
16475         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16476         variable.
16477
16478 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16479
16480         * gnus-registry.el (gnus-registry-clean-empty-function)
16481         (gnus-registry-trim, gnus-registry-fetch-groups)
16482         (gnus-registry-delete-group): Groups that match
16483         `gnus-registry-ignored-groups' are removed from the registry
16484         entries, not just ignored for splitting.  This helps clean up the
16485         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16486         to get all the groups a message ID is in.
16487
16488         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16489         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16490         (spam-stat-score-buffer-user-functions): Add :number custom type.
16491
16492 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16495         argument in XEmacs.
16496
16497         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16498         (nnrss-request-group): Decode group name first.
16499         (nnrss-request-article): Make a text/plain article if mml-to-mime
16500         failed.
16501         (nnrss-get-encoding): Return a compatible encoding according to
16502         nnrss-compatible-encoding-alist.
16503         (nnrss-find-el): Use consp instead of listp.
16504         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16505
16506 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16509         which Emacs 20 doesn't support.
16510         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16511
16512 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16515         silence the byte compiler inside the defun.
16516
16517         * gnus-demon.el (parse-time-string): Add autoload.
16518
16519         * gnus-delay.el (parse-time-string): Add autoload.
16520
16521         * gnus-art.el (parse-time-string): Add autoload.
16522
16523         * nnultimate.el (parse-time): Require for `parse-time-string'.
16524
16525 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16528
16529         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16530
16531         * smime.el (smime-ldap-host-list): Add :version.
16532
16533 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16534
16535         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16536         pass it to `gnus-browse-read-group'.
16537         (gnus-browse-read-group): Add NUMBER argument and pass it to
16538         `gnus-group-read-ephemeral-group'.
16539
16540         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16541         argument and pass it to `gnus-group-read-group'.
16542
16543 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16544
16545         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16546         mm-xemacs-find-mime-charset-1 if we have the mule feature
16547         available at runtime.
16548
16549 2005-03-25  Werner Lemberg  <wl@gnu.org>
16550
16551         * nnmaildir.el: Replace `illegal' with `invalid'.
16552
16553 2005-03-23  Lute Kamstra  <lute@gnu.org>
16554
16555         * time-date.el: Add comment on time value formats.
16556         Don't require parse-time.
16557         (with-decoded-time-value): New macro.
16558         (encode-time-value): New function.
16559         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16560         (days-to-time): Return a valid time value when arg is huge.
16561         (time-since): Use time-subtract.
16562         (time-to-number-of-days): Use time-to-seconds.
16563
16564 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16565
16566         * gnus-start.el (gnus-display-time-event-handler):
16567         Check display-time-timer at runtime rather than only at load time
16568         in case display-time-mode is turned off in the mean time.
16569
16570 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16573         used.
16574
16575         * nneething.el (nneething-map-file-directory): Derive from
16576         `gnus-directory'.
16577
16578         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16579         the To/Cc button.
16580
16581 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * nnmaildir.el (nnmaildir-request-accept-article):
16584         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16585
16586 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16587
16588         * gnus-async.el: Require timer-funcs at compile time when in
16589         XEmacs for `run-with-idle-timer'.
16590
16591 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16592
16593         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16594         autoloaded function.
16595
16596 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16597
16598         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16599
16600 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16601
16602         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16603
16604 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16605
16606         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16607         Add gnus-expert-user to default.
16608
16609 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16610
16611         * nnimap.el (nnimap-open-server): Ditto.
16612
16613         * imap.el (imap-authenticate): Fix typo.
16614
16615 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16616
16617         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16618         buffer (since IMAP server might return FETCH response out of
16619         order, and the nntp buffer must be sorted).
16620
16621 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16622
16623         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16624         comparison on string.
16625
16626         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16627         (gnus-agent-score): Rename category keywords to match gnus-cus.
16628         (gnus-agent-summary-fetch-series): Modify to protect against
16629         gnus-agent-summary-fetch-group clearing processable flags.
16630         (gnus-agent-synchronize-group-flags): Update live group buffer as
16631         synchronization may occur due to the user toggle the plugged
16632         status.
16633         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16634         successfully downloaded.
16635         (gnus-agent-expire-group-1): Avoid using markers when the overview
16636         is in ascending order; greatly improves performance.
16637         (gnus-agent-regenerate-group):
16638         Use gnus-agent-synchronize-group-flags to reset read status in both
16639         gnus and server.
16640         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16641
16642 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * message.el: Don't autoload former message-utils variables.
16645         (message-strip-subject-trailing-was): Change doc string.
16646
16647         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16648         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16649         (nnweb-google-search): Add "hl=en" here.
16650         (nnweb-google-parse-1, nnweb-google-create-mapping):
16651         Don't hardcode URL.
16652
16653 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * message.el (message-get-reply-headers, message-followup):
16656         Mention related variables `message-use-followup-to' and
16657         `message-use-mail-followup-to', in the information buffer.
16658
16659         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16660         of broken groups(-beta).google.com.
16661
16662 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16663
16664         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16665         parameter to invoked gnus-request-move-article; remove the
16666         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16667         all at once instead of once per article.
16668         (gnus-summary-remove-process-mark): Accept a list of articles as
16669         well as a single article for processing.
16670
16671         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16672         parameter.
16673
16674         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16675
16676         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16677
16678         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16679         parameter.
16680
16681         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16682         parameter.
16683
16684         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16685         parameter and remove the gnus-sum-hint-move-is-internal variable.
16686
16687         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16688         parameter.
16689
16690         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16691         parameter.
16692
16693         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16694         parameter.
16695
16696         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16697
16698         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16699         parameter.
16700
16701         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16702         parameter.
16703
16704 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16705
16706         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16707         a more conservative way.
16708
16709 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16710
16711         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16712         buffer, so it moves the window's cursor.
16713
16714 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16715
16716         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16717         `mm-dissect-multipart' and receive the from field as an (optional)
16718         argument from `mm-dissect-multipart'.
16719         (mm-dissect-multipart): Receive the from field as an argument and
16720         pass it on when we call `mm-dissect-buffer' on MIME parts.
16721         Fixes verification/decryption of signed/encrypted MIME parts.
16722
16723 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16724
16725         * gnus-sum.el (gnus-summary-move-article):
16726         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16727         whatever it calls (right now, only nnimap-request-move article
16728         respects it).
16729
16730         * nnimap.el (nnimap-request-move-article):
16731         When gnus-sum-hint-move-is-internal is set, don't do the extra
16732         nnimap-request-article.
16733
16734 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16737
16738         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16739         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16740
16741         * gnus-sum.el (gnus-summary-caesar-message):
16742         Apply `gnus-treat-article' after rotation.
16743
16744         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16745         doc string.
16746
16747 2005-02-22  Simon Josefsson  <jas@extundo.com>
16748
16749         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16750         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16751         <arne@arnested.dk>.
16752         (encrypt): Add password-cache and password-cache-expiry as group
16753         members.
16754
16755 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16756
16757         * smime.el (smime-ldap-host-list): Doc fix.
16758         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16759         cache) password.
16760         (smime-sign-region): Use it.
16761         (smime-decrypt-region): Use it.
16762         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16763         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16764         fails.
16765         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16766         certificate from DER to PEM format rather than calling openssl.
16767
16768         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16769
16770         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16771         for signing/encryption.
16772
16773         * mml.el (mml-parse-1): Use them.
16774
16775 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16776
16777         * nnrss.el (nnrss-verbose): Remove.
16778         (nnrss-request-group): Use `nnheader-message' instead.
16779
16780 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16781
16782         * nnrss.el (nnrss-verbose): New variable.
16783         (nnrss-request-group): Make it say nnrss is requesting a group.
16784
16785 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16786
16787         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16788         Handle news URL with given port correctly.
16789
16790 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16793         containing special characters.
16794
16795         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16796
16797         * mml.el (mime-to-mml): Ditto.
16798
16799         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16800         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16801         (rfc2047-decode-region): Quote decoded words containing special
16802         characters when rfc2047-quote-decoded-words-containing-tspecials
16803         is non-nil.
16804
16805 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16806
16807         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16808
16809         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16810
16811 2005-02-15  Simon Josefsson  <jas@extundo.com>
16812
16813         * nnimap.el (nnimap-debug): Doc fix.
16814
16815         * imap.el (imap-debug): Doc fix.
16816
16817 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16820
16821 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16822
16823         * gnus.el (spam-contents): Improve docs for spam-contents
16824         parameter in its variable incarnation.
16825
16826 2005-02-14  Simon Josefsson  <jas@extundo.com>
16827
16828         * smime-ldap.el: Use require instead of load-library for ldap.
16829         (smime-ldap-search): Indent.
16830         (smime-ldap-search-internal): Shorten line.
16831
16832         * smime.el (smime-cert-by-dns): Add doc-string.
16833         (smime-cert-by-ldap-1): Indent.
16834
16835         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16836         mml-smime-get-dns-ldap.
16837         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16838
16839 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16840
16841         * smime.el: Require smime-ldap.
16842         (smime-ldap-host-list): New variable.
16843         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16844
16845         * mml-smime.el (mml-smime-encrypt-query): New function.
16846         (mml-smime-encrypt-query): Use it.
16847
16848         * smime-ldap.el: New file.
16849
16850 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16853
16854 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16857         argument in doc string.  Make query for type more clear.
16858
16859 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * gnus.el (gnus-group-startup-message): Search for gnus images in
16862         etc/images/gnus.
16863         * mm-util.el (mm-image-load-path): Likewise.
16864         * smiley.el (smiley-data-directory): Search for smilies in
16865         etc/images/smilies.
16866
16867 2005-02-09  Kim F. Storm  <storm@cua.dk>
16868
16869         Change Emacs release version from 21.4 to 22.1 throughout.
16870         Change Emacs development version from 21.3.50 to 22.0.50.
16871
16872 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16875
16876         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16877         non-Mule XEmacs as well.
16878         (mm-decompress-buffer): Signal an error intentionally if it does
16879         not decompress compressed data because auto-compression-mode is
16880         disabled.
16881
16882 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16883
16884         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16885         an ID in the registry even if it has no groups.
16886
16887 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16890         merge it into mm-decompress-buffer.
16891         (gnus-mime-copy-part): Use the MIME part charset, the value which
16892         a user specified or gnus-newsgroup-charset for decoding, like
16893         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16894         save-buffer what was used.  Suggested by Kevin Ryde
16895         <user42@zip.com.au>.
16896         (gnus-mime-inline-part): Allow the name parameter as well as the
16897         filename parameter; force decompressing of compressed data; always
16898         display contents being not decoded as unibyte.
16899
16900         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16901         as well as the filename parameter.
16902
16903         * mm-util.el (mm-decompress-buffer):
16904         Merge gnus-mime-jka-compr-maybe-uncompress.
16905         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16906         of compressed data.
16907
16908 2005-02-08  Simon Josefsson  <jas@extundo.com>
16909
16910         * imap.el (imap-log): Doc fix.
16911
16912 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16915         the coding cookies; decompress compressed parts.
16916
16917         * mml.el (mml-generate-mime-1): Add the charset parameter according
16918         to the value which a user specified manually or the coding cookie.
16919
16920         * mm-util.el (mm-string-to-multibyte): New function.
16921         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16922         (mm-coding-system-to-mime-charset): New function.
16923         (mm-decompress-buffer): New function.
16924         (mm-find-buffer-file-coding-system): New function.
16925
16926         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16927         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16928         parts.
16929
16930 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16931
16932         * mm-view.el (mm-display-inline-fontify): Decode a part according
16933         to the charset parameter.
16934
16935 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16938         prefix arg is neither nil nor a number, as info specifies.
16939
16940 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16943         timestamps.
16944
16945 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16946
16947         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16948         groups error checking and notify user.
16949
16950 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16951
16952         * message.el (message-send-mail-function): Check existence of
16953         sendmail-program first before using default value
16954         `message-send-mail-with-sendmail'.  Otherwise use more generic
16955         `smtpmail-send-it'.
16956
16957 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * nntp.el (nntp-request-update-info): Always return nil.
16960
16961 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16962
16963         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16964
16965 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16966
16967         * message.el (message-beginning-of-line): Change the behavior when
16968         invoked between BOL and : so that it first moves backward.
16969
16970 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16973         article buffer when editing of the article is discarded.
16974         (gnus-article-prepare): Revert.
16975
16976 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * gnus-art.el (gnus-article-prepare):
16979         Remove message-strip-forbidden-properties from the local hook.
16980
16981 2005-01-27  Simon Josefsson  <jas@extundo.com>
16982
16983         * password.el (password-cache-add): Only start one timer per key.
16984         Reported by Derek Atkins <warlord@MIT.EDU>.
16985
16986 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16987
16988         * run-at-time.el: Remove.  It is no longer needed as
16989         timer-funcs.el in the xemacs-base package has a working version of
16990         `run-at-time'.
16991
16992         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16993
16994         * password.el: Require timer-funcs instead of run-at-time in
16995         XEmacs.
16996         Remove `password-run-at-time' macro.
16997         (password-cache-add): Use `run-at-time' instead of
16998         `password-run-at-time'.
16999
17000         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17001         Remove `nnheader-cancel-function-timers' alias,
17002         `cancel-function-timers' exists in XEmacs in timer-funcs.
17003
17004         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17005         for `run-with-idle-timer'.
17006
17007         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17008         for `run-at-time'.
17009
17010         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17011         for `with-timeout'.
17012
17013         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17014         the same as for XEmacs 21.4.
17015         No need to ignore `run-with-idle-timer', this function exists in
17016         XEmacs now in timer-funcs.el in the xemacs-base package.
17017         (dgnushack-compile): No need to delete
17018         run-at-time.el from the list of files to compile because it
17019         doesn't exist anymore.
17020
17021 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17024         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17025
17026 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17027
17028         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17029         sensitively.
17030
17031 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17032
17033         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17034
17035 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17038         which will be inserted according to the multibyteness of a buffer
17039         rather than the type of contents.  Suggested by ARISAWA Akihiro
17040         <ari@mbf.ocn.ne.jp>.
17041
17042         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17043         of string which old xml.el may return rather than a string.
17044
17045 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17048
17049 2005-01-16  Simon Josefsson  <jas@extundo.com>
17050
17051         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17052         idn/idna.el isn't available.
17053         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17054         <michael@waxrat.com>.
17055
17056         * hashcash.el: Remove non-FSF copyright header.
17057
17058         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17059         (hashcash-generate-payment): Use it.
17060         (hashcash-generate-payment-async): Use it.
17061
17062 2005-01-15  Simon Josefsson  <jas@extundo.com>
17063
17064         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17065         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17066
17067         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17068         gnus-summary-idna-message.
17069         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17070         (gnus-summary-idna-message): New function.
17071
17072 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17075         gnus-novice-user.
17076
17077 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * nnrss.el (nnrss-request-delete-group): Delete entries in
17080         nnrss-group-alist as well.
17081         (nnrss-save-server-data): Insert newline.
17082
17083 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * gnus.el (gnus-user-agent): Use list of symbols instead of
17086         symbols.  Display full version number for (S)XEmacs.
17087         Optionally display (S)XEmacs codename.
17088
17089         * gnus-util.el (gnus-emacs-version): Update for new
17090         `gnus-user-agent'.
17091
17092         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17093         Gnus version.
17094
17095 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17098         which is unreadable in some setups.
17099
17100 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * gnus-spec.el (gnus-update-format-specifications): Flush the
17103         group format spec cache if it doesn't support decoded group names.
17104
17105 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17106
17107         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17108         Allow to apply decay on score files matching a regexp.
17109
17110 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17113         compatibility in %g and %c.
17114
17115 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17118         name for only %g and %c.
17119         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17120         of gnus-tmp-group to decoded group name.
17121         (gnus-group-make-rss-group): Exclude `/'s from group names.
17122
17123 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * nnrss.el (nnrss-get-encoding): Fix regexp.
17126
17127 2004-12-27  Simon Josefsson  <jas@extundo.com>
17128
17129         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17130         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17131         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17132
17133 2004-12-17  Kim F. Storm  <storm@cua.dk>
17134
17135         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17136
17137         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17138
17139 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17140
17141         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17142
17143 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * nnrss.el: Require rfc2047 and mml.
17146         (nnrss-file-coding-system): New variable.
17147         (nnrss-format-string): Redefine it as an inline function.
17148         (nnrss-decode-group-name): New function.
17149         (nnrss-string-as-multibyte): Remove.
17150         (nnrss-retrieve-headers): Decode group name; don't use
17151         nnrss-format-string.
17152         (nnrss-request-group): Decode group name.
17153         (nnrss-request-article): Decode group name; allow a Message-ID as
17154         well as an article number; don't use nnrss-format-string; encode a
17155         Message-ID string which may contain non-ASCII characters; use
17156         mml-to-mime to compose a MIME article.
17157         (nnrss-request-expire-articles): Decode group name.
17158         (nnrss-request-delete-group): Decode group name.
17159         (nnrss-fetch): Clarify error message.
17160         (nnrss-read-server-data): Use insert-file-contents instead of load;
17161         bind file-name-coding-system; use multibyte buffer.
17162         (nnrss-save-server-data): Bind coding-system-for-write to the
17163         value of nnrss-file-coding-system; bind file-name-coding-system;
17164         add coding cookie.
17165         (nnrss-read-group-data): Use insert-file-contents instead of load;
17166         bind file-name-coding-system; use multibyte buffer.
17167         (nnrss-save-group-data): Bind coding-system-for-write to the
17168         value of nnrss-file-coding-system; bind file-name-coding-system.
17169         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17170         make it work with non-ASCII text.
17171         (nnrss-find-el): Make it work with old xml.el as well.
17172
17173 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17174
17175         * nnrss.el (nnrss-get-encoding): New function.
17176         (nnrss-fetch): Use unibyte buffer initially; bind
17177         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17178         decode contents according to the encoding attribute.
17179         (nnrss-save-group-data): Add coding cookie.
17180         (nnrss-mime-encode-string): New function.
17181         (nnrss-check-group): Use it to encode subject and author.
17182
17183 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17184
17185         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17186         imaginary variable.
17187
17188 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17191         correctly even if there are wide characters.
17192
17193 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17194
17195         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17196         downcased symbol names; make a new cache instead of reusing
17197         bbdb-hashtable.
17198
17199 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17202         concatenating segments rather than before concatenating them.
17203         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17204
17205         * message.el (message-get-reply-headers): Bind `extra'.
17206
17207 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208
17209         * message.el (message-extra-wide-headers): New variable.
17210         (message-get-reply-headers): Use it.
17211
17212 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17215         (gnus-agent-group-pathname): Ditto.
17216
17217         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17218
17219         * gnus-group.el (gnus-group-make-group): Decode group name.
17220         (gnus-group-make-rss-group): Register the group data after opening
17221         the nnrss group.
17222
17223 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17224
17225         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17226         by expiry now get marked as read.
17227
17228 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17231
17232 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17233
17234         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17235         unify Latin characters in XEmacs.
17236         (mm-find-mime-charset-region): Use it.
17237
17238 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * gnus-util.el (gnus-delete-directory): New function.
17241
17242         * gnus-agent.el (gnus-agent-delete-group): Use it.
17243
17244         * gnus-cache.el (gnus-cache-delete-group): Use it.
17245
17246 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17249         names.
17250
17251 2004-12-16  Simon Josefsson  <jas@extundo.com>
17252
17253         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17254
17255 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17258
17259         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17260         (gnus-group-set-current-level): Decode group name.
17261
17262 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17263
17264         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17265         failed.
17266
17267 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-group.el (gnus-group-delete-group): Decode group name.
17270         (gnus-group-make-rss-group): Encode group name.
17271         (gnus-group-catchup-current): Decode group name.
17272         (gnus-group-kill-group): Decode group name.
17273
17274 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17275
17276         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17277
17278 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-group.el (gnus-group-make-rss-group):
17281         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17282
17283         * gnus-start.el (gnus-setup-news): Honor user's setting to
17284         gnus-message-archive-method.  Suggested by Lute Kamstra
17285         <lute@gnu.org>.
17286
17287 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17288
17289         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17290         global counterparts of the buffer-local variables.
17291
17292 2004-11-16  Romain Francoise  <romain@orebokech.com>
17293
17294         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17295         counterparts of the buffer-local variables.
17296
17297 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * message.el (message-forbidden-properties): Fix typo in doc
17300         string.
17301
17302 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gnus-util.el (gnus-replace-in-string): Add doc string.
17305
17306         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17307         to avoid problems when splitting mails with many recipients.
17308
17309 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17310
17311         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17312         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17313
17314 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17315
17316         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17317         if there is no hashtable in memory or file modification time is
17318         newer than cached timestamp.
17319
17320 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * gnus-sum.el (gnus-summary-limit-to-recipient):
17323         Implement not-matching option.
17324
17325 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17328         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17329         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17330         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17331         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17332         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17333
17334 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * message.el (message-forward-make-body-mml): Remove headers
17337         according to message-forward-ignored-headers if a message is decoded.
17338
17339 2004-12-02  Romain Francoise  <romain@orebokech.com>
17340
17341         * message.el (message-forward-make-body-plain): Always remove
17342         headers according to message-forward-ignored-headers.
17343
17344 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17345
17346         * spam.el (spam-summary-prepare-exit): Remove the
17347         gnus-summary-limit pop for now, it has problems with ham marks for
17348         me.
17349
17350 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17351
17352         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17353         correctly.
17354
17355 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17356
17357         * format-spec.el (format-spec): Message the char.
17358
17359 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17360
17361         * gnus-art.el (gnus-split-methods): Reformat comments.
17362
17363         * spam.el (spam-summary-prepare-exit): Remove article limits
17364         before exiting the summary buffer.
17365
17366 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17369         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17370
17371         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17372         order to silence the byte compiler.
17373
17374         * spam.el: Fix the way to silence the byte compiler, which
17375         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17376         bbdb-search-simple, spam-BBDB-register-routine,
17377         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17378         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17379         spam-stat-buffer-is-spam, spam-stat-load,
17380         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17381         spam-stat-save and spam-stat-split-fancy.
17382
17383 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17386         which may confuse users.
17387         (canlock-password-for-verify): Ditto.
17388
17389         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17390
17391         * gnus-art.el (gnus-emphasis-alist): Ditto.
17392
17393         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17394
17395         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17396
17397         * gnus-start.el (gnus-save-killed-list): Ditto.
17398
17399         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17400         (gnus-sum-thread-tree-root): Ditto.
17401         (gnus-sum-thread-tree-false-root): Ditto.
17402         (gnus-sum-thread-tree-single-indent): Ditto.
17403
17404         * message.el (message-courtesy-message): Ditto.
17405         (message-archive-note): Ditto.
17406         (message-subscribed-address-file): Ditto.
17407         (message-user-fqdn): Ditto.
17408
17409         * spam-report.el (spam-report-gmane-regex): Ditto.
17410
17411         * spam.el (spam-blackhole-good-server-regex): Ditto.
17412
17413 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * mml.el (mml-preview): Widen the message buffer before copying
17416         the contents to the preview buffer; sort headers before previewing.
17417
17418         * message.el (message-hidden-headers): Fix the way to avoid a bug
17419         in the `repeat' widget in Emacs 21.3 or earlier.
17420
17421 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * message.el (message-hidden-headers): Default to "^References:".
17424         Improve customization type.  Suggested by Reiner Steib
17425         <Reiner.Steib@gmx.de>.
17426
17427 2004-11-25  Romain Francoise  <romain@orebokech.com>
17428
17429         * message.el (message-strip-forbidden-properties): Remove check for
17430         obsolete `message-hidden' text property, hidden headers are not
17431         accessible in the buffer anymore.
17432
17433 2004-11-22  Romain Francoise  <romain@orebokech.com>
17434
17435         * message.el (message-header-format-alist): Add `From' in list
17436         so that it can be sorted.
17437         (message-fix-before-sending): Widen and sort headers before
17438         sending.
17439         (message-hide-headers): Use narrowing to hide headers by moving
17440         them to the top of the buffer and narrowing to the region
17441         underneath.
17442
17443 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17444
17445         * message.el (message-strip-forbidden-properties):
17446         Bind buffer-read-only (etc) to nil.
17447
17448 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17451         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17452
17453 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17454
17455         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17456
17457 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17458
17459         * dns.el (query-dns): Use sit-for to time instead of
17460         accept-process-output, since that doesn't seem to work on udp
17461         sockets.
17462
17463 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17466
17467 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17468
17469         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17470         doc string.  Improve doc string.
17471
17472 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * nntp.el (nntp-request-update-info): Return nil if
17475         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17476         may not call gnus-activate-group which uselessly issues the GROUP
17477         commands for all nntp groups and wastes time.  Reported by Romain
17478         Francoise <romain@orebokech.com>.
17479
17480         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17481
17482 2004-11-15  Simon Josefsson  <jas@extundo.com>
17483
17484         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17485         headers separately.
17486         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17487         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17488
17489 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * gnus-start.el (gnus-convert-old-newsrc):
17492         Assign legacy-gnus-agent to 5.10.7.
17493
17494 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17495
17496         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17497         start of the lines.
17498
17499 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17500
17501         * hashcash.el (hashcash-default-payment): Change default to 20.
17502         (hashcash-default-accept-payment): Change default to 20.
17503         (hashcash-process-alist): New variable.
17504         (hashcash-generate-payment-async): Add.
17505         (hashcash-already-paid-p): Add.
17506         (hashcash-insert-payment): Don't generate payments twice.
17507         (hashcash-insert-payment-async): Add.
17508         (hashcash-insert-payment-async-2): Add.
17509         (hashcash-cancel-async): Add.
17510         (hashcash-wait-async): Add.
17511         (hashcash-processes-running-p): Add.
17512         (hashcash-wait-or-cancel): Add.
17513         (mail-add-payment): New optional argument.  Conditionally start
17514         asynchronous calculation.
17515         (mail-add-payment-async): Add.
17516
17517         * message.el (message-send-mail): Wait for asynchronous hashcash
17518         results.  Don't clobber existing X-Hashcash headers.
17519         (message-setup-1): Call mail-add-payment-async when
17520         message-generate-hashcash is non-nil.
17521
17522 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17523
17524         * message.el (message-use-alternative-email-as-from): Examine the
17525         From header as well; use message-make-from in order to include a
17526         user's full name.
17527
17528 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17531         default; improve customization type.
17532         (gnus-emphasis-custom-with-format): New macro.
17533         (gnus-emphasis-custom-value-to-external): New function.
17534         (gnus-emphasis-custom-value-to-internal): New function.
17535
17536 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17537
17538         * dns.el (query-dns): Resolve reverse addresses.
17539
17540 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17541
17542         * gnus-group.el (gnus-group-get-new-news): Use it.
17543
17544         * gnus-start.el (gnus-check-reasonable-setup): New function.
17545
17546 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17549         "Args out of range" error.  Reported by Arnaud Giersch
17550         <arnaud.giersch@free.fr>.
17551
17552 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17553
17554         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17555
17556 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17557
17558         * spam.el (spam group): Add :version.
17559
17560         * pgg-def.el (pgg group): Add :version.
17561
17562 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-art.el (gnus-article-edit-article): Don't associate the
17565         article buffer with a draft file.  This is a temporary measure
17566         against the 2004-08-22 change to gnus-article-edit-mode.
17567
17568 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17571         (html2text-format-tags): Remove unused variable `attr'.
17572
17573 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17576
17577         * tls.el (tls-process-connection-type, tls-success)
17578         (tls-certtool-program): Add :version.
17579
17580         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17581         (starttls-extra-arguments, starttls-process-connection-type)
17582         (starttls-connect, starttls-failure, starttls-success): Add :version.
17583
17584         * spam-stat.el (spam-stat): Add :version.
17585
17586         * sieve.el (sieve): Add :version.
17587
17588         * sha1.el (sha1): Add :version.
17589         (sha1-use-external): Remove redundant version.
17590
17591         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17592         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17593         (nnmail-split-fancy-match-partial-words)
17594         (nnmail-split-lowercase-expanded): Add :version.
17595
17596         * nndiary.el (nndiary): Add :version.
17597
17598         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17599
17600         * mml-sec.el (mml-default-sign-method)
17601         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17602         Add :version.
17603
17604         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17605
17606         * mm-url.el (mm-url-use-external, mm-url-program)
17607         (mm-url-arguments): Add :version.
17608
17609         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17610         (mm-attachment-file-modes, mm-decrypt-option)
17611         (mm-w3m-safe-url-regexp): Add :version.
17612
17613         * message.el (message-cite-prefix-regexp)
17614         (message-sendmail-envelope-from, message-minibuffer-local-map)
17615         (message-user-fqdn, message-completion-alist): Add :version.
17616
17617         * gnus-win.el (gnus-configure-windows-hook)
17618         (gnus-use-frames-on-any-display): Add :version.
17619
17620         * gnus-art.el (gnus-article-address-banner-alist)
17621         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17622         (gnus-treat-from-picon, gnus-treat-mail-picon)
17623         (gnus-treat-x-pgp-sig): Add :version.
17624
17625         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17626         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17627         (gnus-summary-article-delete-hook)
17628         (gnus-summary-display-while-building): Add :version.
17629
17630         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17631         (gnus-get-top-new-news-hook): Add :version.
17632
17633         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17634         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17635
17636         * gnus-registry.el (gnus-registry): Add :version.
17637
17638         * gnus-spec.el (gnus-use-correct-string-widths)
17639         (gnus-make-format-preserve-properties): Add :version.
17640
17641         * gnus.el (gnus-group-charter-alist)
17642         (gnus-group-fetch-control-use-browse-url)
17643         (gnus-install-group-spam-parameters): Add :version.
17644
17645         * gnus-diary.el (gnus-diary): Add :version.
17646
17647         * gnus-delay.el (gnus-delay): Add :version.
17648
17649         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17650         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17651         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17652         Add :version.
17653
17654         * gnus-agent.el (gnus-agent-max-fetch-size)
17655         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17656         (gnus-agent-prompt-send-queue): Add :version.
17657
17658         * deuglify.el (gnus-outlook-deuglify): Add :version.
17659
17660         * html2text.el: Beautify code.  Improve doc strings.
17661         Some checkdoc cleanup.
17662         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17663
17664 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17665
17666         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17667
17668 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17669
17670         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17671         when package is loaded.
17672
17673         * spam.el (spam-summary-score-preferred-header): Add global preference
17674         for people who want to override the default SpamAssassin over
17675         Bogofilter preference (when both are set).
17676         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17677         (spam-user-format-function-S):
17678         Check spam-summary-score-preferred-header.
17679         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17680         (spam-user-format-function-S): Format the score correctly.
17681
17682 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17685         signature file.  Suggested by Manoj Srivastava
17686         <srivasta@golden-gryphon.com>.
17687
17688         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17689         iso-2022-jp even in the Japanese language environment.
17690         Suggested by Jason Rumney <jasonr@gnu.org>.
17691
17692 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17695         use the same characters as the dummy marks; make it free from
17696         getting affected by the language environment.
17697         (gnus-summary-read-group-1): Update mark positions only when the
17698         format spec is updated.
17699
17700         * gnus-spec.el (gnus-update-format-specifications): Return a list
17701         of updated types.
17702
17703 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17706         of boundp to check if display-warning is available.
17707
17708 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17709
17710         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17711
17712 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * nnspool.el (nnspool-spool-directory): Use news-path if the
17715         news-directory variable is not bound.
17716
17717         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17718         function instead of display-warning if it is not available.
17719
17720 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17721
17722         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17723         v5-10: Use `point-at-bol'.
17724
17725 2004-10-26  Simon Josefsson  <jas@extundo.com>
17726
17727         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17728         <chenggao@gmail.com>.
17729
17730 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17733         instead.
17734
17735 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17736
17737         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17738         to remove a server from the nnimap-server-buffer-alist.
17739         (nnimap-open-connection, nnimap-close-server): Use it.
17740
17741         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17742
17743 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17746         running the major-mode function.
17747
17748 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17751         dummy marks in the right way.
17752
17753 2004-10-18  David Edmondson  <dme@dme.org>
17754
17755         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17756         excessively.
17757
17758 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17759
17760         * gnus-util.el (gnus-split-references): Accept a nil references
17761         string and go on blissfully.
17762
17763         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17764         cases where the references string is non-nil but has no references.
17765
17766         * encrypt.el: Add autoload tags.
17767
17768         * spam.el (spam-resolve-registrations-routine): Remove article
17769         from unregistration list too.  Reported by David Hanak
17770         <dhanak@isis.vanderbilt.edu>
17771
17772 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17773
17774         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17775         nil.  Change custom type.
17776
17777 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17780
17781         * gnus-sum.el (gnus-summary-move-article): Use it.
17782
17783 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17784
17785         * encrypt.el: Add autoload cookies.
17786
17787         * spam.el (spam-backend-article-list-property)
17788         (spam-backend-get-article-todo-list)
17789         (spam-backend-put-article-todo-list)
17790         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17791         Resolve registrations separately.
17792         (spam-register-routine): Format comments.
17793         (spam-unregister-routine, spam-register-routine): Always call with
17794         specific-articles, no default list.
17795         (spam-summary-prepare-exit): Use the spam-classifications function.
17796
17797         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17798         gnus-encrypt.el.
17799
17800         * encrypt.el: Copied from gnus-encrypt.el.
17801
17802         * gnus-encrypt.el: Commented that it's obsolete.
17803
17804 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17805
17806         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17807         (gnus-score-save): Use it.
17808
17809         * message.el (message-bury): Use `window-dedicated-p'.
17810
17811 2004-10-15  Simon Josefsson  <jas@extundo.com>
17812
17813         * pop3.el (top-level): Don't require nnheader.
17814         (pop3-read-timeout): Add.
17815         (pop3-accept-process-output): Add.
17816         (pop3-read-response, pop3-retr): Use it.
17817
17818 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17819
17820         * spam.el (spam-register-routine): Move comment.
17821         (spam-verify-bogofilter): Use 'unknown for the initial
17822         spam-bogofilter-valid state, not 'never.
17823
17824         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17825         for netrc-machine.
17826
17827         * nnimap.el (nnimap-open-connection):
17828         Use netrc-machine-user-or-password.
17829
17830 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17831
17832         * gnus-registry.el (gnus-registry-unload-hook):
17833         Set as a variable with add-hook.
17834
17835         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17836         of news-path.
17837
17838         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17839
17840         * spam.el: Delete duplicate `provide'.
17841         (spam-unload-hook): Set as a variable with add-hook.
17842
17843 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17844
17845         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17846         in the doc string.
17847
17848         * message.el (message-ignored-news-headers)
17849         (message-ignored-supersedes-headers)
17850         (message-ignored-resent-headers)
17851         (message-forward-ignored-headers): Improve custom type.
17852
17853 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * message.el (message-tokenize-header): Fix 2004-09-06 change
17856         which used point-min in the wrong place.
17857
17858 2004-10-12  Simon Josefsson  <jas@extundo.com>
17859
17860         * tls.el (tls-certtool-program): New variable.
17861         (tls-certificate-information): New function, based on
17862         ssl-certificate-information.
17863
17864 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * compface.el: Move the version of ELisp-based uncompface program
17867         to the contrib directory because of the copyright problem.
17868
17869 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17870
17871         * message.el (message-kill-buffer): Raise the current frame.
17872
17873 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17874
17875         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17876
17877         * gnus.el (message-y-or-n-p): Autoload.
17878
17879         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17880         (pop3-password-required, pop3-authentication-scheme)
17881         (pop3-leave-mail-on-server): Make customizable.
17882         (pop3): New custom group.
17883         (pop3-retr): Remove `sleep-for' statements.
17884         Suggested by Dave Love <fx@gnu.org>.
17885
17886         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17887         Windows/DOS.
17888
17889         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17890         (imap-parse-body): Fix incorrect use of `assert'.
17891         Suggested by Dave Love <fx@gnu.org>.
17892
17893         * mml.el (mml-minibuffer-read-disposition): Require match.
17894         Suggested by Dave Love <fx@gnu.org>.
17895
17896 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17897
17898         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17899         doc string.
17900
17901 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17904
17905 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17906
17907         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17908         instead of calling `mm-insert-inline', to decode text/* parts
17909         before displaying them.
17910
17911 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * mm-uu.el (mm-uu-text-plain-type): New variable.
17914         (mm-uu-pgp-signed-extract-1): Use it.
17915         (mm-uu-pgp-encrypted-extract-1): Use it.
17916         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17917         bind mm-uu-text-plain-type with that value.
17918         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17919         mm-uu-dissect.
17920
17921 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-group.el (gnus-update-group-mark-positions):
17924         * gnus-sum.el (gnus-update-summary-mark-positions):
17925         * message.el (message-check-news-body-syntax):
17926         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17927         of string-as-multibyte.
17928
17929 2004-10-05  Juri Linkov  <juri@jurta.org>
17930
17931         * gnus-group.el (gnus-update-group-mark-positions):
17932         * gnus-sum.el (gnus-update-summary-mark-positions):
17933         * message.el (message-check-news-body-syntax):
17934         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17935         8-bit unibyte values to a multibyte string for search functions.
17936
17937 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17940         (mm-uu-dissect-text-parts): New function.
17941
17942         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17943         dissect text parts.
17944
17945         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17946         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17947
17948         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17949
17950         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17951         Use gnus-current-topics instead of gnus-current-topic.
17952
17953 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17954
17955         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17956
17957 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17958
17959         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17960         where approriate.
17961
17962         * nnml.el (nnml-generate-active-info): do.
17963
17964         * nndiary.el (nndiary-generate-active-info): do.
17965
17966         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17967         (gnus-topic-move): do.
17968
17969         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17970         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17971
17972         * gnus-srvr.el (gnus-server-prepare)
17973         (gnus-server-open-all-servers): do.
17974
17975         * gnus-msg.el (gnus-summary-cancel-article)
17976         (gnus-summary-resend-message)
17977         (gnus-summary-mail-crosspost-complaint): do.
17978
17979         * gnus-move.el (gnus-change-server): do.
17980
17981         * gnus-group.el (gnus-group-unmark-all-groups)
17982         (gnus-group-set-current-level): do.
17983
17984 2004-10-04  Simon Josefsson  <jas@extundo.com>
17985
17986         * message.el (message-generate-hashcash): Doc fix.
17987
17988 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17989
17990         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17991         avoid infinite recursion via gnus-get-function.
17992
17993 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17994
17995         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17996
17997         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17998
17999         * nnmail.el (nnmail-split-history): do.
18000
18001         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18002         (nnml-request-delete-group): do.
18003
18004         * nnslashdot.el (nnslashdot-read-groups): do.
18005
18006         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18007         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18008
18009         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18010         (nnspool-sift-nov-with-sed): Use last.
18011         (nnspool-retrieve-headers-with-nov): Use mapc.
18012         (nnspool-request-newgroups): Use dolist.
18013         (nnspool-request-group): Use last.
18014
18015         * nntp.el (nntp-read-server-type): Use dolist.
18016
18017         * nnvirtual.el (nnvirtual-create-mapping)
18018         (nnvirtual-update-read-and-marked): Use dolist.
18019         (nnvirtual-convert-headers): Simplify.
18020
18021 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18022
18023         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18024         Add support for sync'ing tick marks.
18025
18026 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18029         there's no visible header.
18030
18031 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18032
18033         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18034         When necessary, pass full group name to gnus-request-set-marks.
18035
18036 2004-10-01  Simon Josefsson  <jas@extundo.com>
18037
18038         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18039         acroread.
18040
18041 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18042
18043         * spam-report.el (spam-report-gmane): Fix interactive.
18044
18045         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18046
18047         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18048         when writing file.
18049         (gnus-agent-synchronize-flags): Don't default to being
18050         interactive.
18051
18052 2004-09-30  Simon Josefsson  <jas@extundo.com>
18053
18054         * message.el (message-generate-hashcash): Add.
18055         (message-send-mail): Use it, call mail-add-payment.
18056
18057 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18058
18059         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18060
18061 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18062
18063         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18064         gnus-requst-update-info with explicit code to sync the in-memory
18065         info read flags with the marks being sync'd to the backend.
18066
18067         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18068
18069 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18070
18071         * spam.el (spam-verify-bogofilter): Add new function.
18072         (spam-check-bogofilter)
18073         (spam-bogofilter-register-with-bogofilter): Use it.
18074         (spam-verify-bogofilter): Add small fixes.
18075
18076 2004-09-28  Simon Josefsson  <jas@extundo.com>
18077
18078         * hashcash.el (hashcash-generate-payment): Revert.
18079
18080 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18081
18082         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18083         Use gnus-extract-references instead of gnus-split-references.
18084
18085         * gnus-util.el (gnus-extract-references): Add new function, analogous
18086         to gnus-split-references but extracts only the message-ID without
18087         anything extra.
18088
18089         * hashcash.el (hashcash-generate-payment)
18090         (hashcash-check-payment): Do the right thing if hashcash-path is
18091         nil (because the hashcash program could not be found).
18092
18093         * spam.el (spam-use-hashcash): Remove comment.
18094
18095 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18096
18097         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18098         (gnus-cache-enter-article, gnus-cache-remove-article)
18099         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18100
18101         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18102
18103         * gnus-art.el (article-hide-boring-headers)
18104         (article-translate-strings, article-display-face)
18105         (gnus-article-mime-match-handle-first)
18106         (gnus-article-highlight-headers)
18107         (gnus-article-add-buttons-to-head): do.
18108
18109 2004-09-27  Simon Josefsson  <jas@extundo.com>
18110
18111         * hashcash.el: New version, from
18112         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18113         ../contrib/.
18114
18115 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18118
18119 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18120
18121         * gnus-dup.el (gnus-dup-open): Use mapc.
18122         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18123
18124         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18125         Reported by Stefan Wiens <s.wi@gmx.net>.
18126
18127         * gnus.el (gnus-shutdown): Use dolist.
18128
18129         * gnus-undo.el (gnus-undo): Use mapc.
18130
18131         * nnrss.el (nnrss-generate-active): do.
18132
18133         * message.el (message-cite-original-without-signature)
18134         (message-cite-original): Use mapc.
18135         (message-do-actions, message-make-forward-subject): Use dolist.
18136
18137 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18138
18139         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18140         deletion to remove entire duplicate line.  Fixes merged article
18141         number bug.
18142
18143 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18144
18145         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18146         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18147         first ask if you want to open a server and then, even when you
18148         responded with no, asking if you want to synchronize the server's
18149         flags.
18150         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18151         multi-line expressions.
18152         (gnus-agent-synchronize-group-flags): New internal function.
18153         Updates marks in memory (in the info structure) AND in the
18154         backend.
18155
18156         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18157
18158         * nnagent.el (nnagent-request-set-mark):
18159         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18160         method, to ensure that synchronization updates marks in the
18161         backend and in the info (in memory) structure.
18162
18163 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18166         convention fully; don't miss the root article of a thread; make
18167         the X-Draft-From header with correct article numbers.
18168
18169 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18170
18171         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18172         unless plugged.  Disable the agent so that an open failure causes
18173         an error.
18174
18175         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18176         Revert 2004-09-21 change.  The backend must be opened while
18177         synchronizing flags even when the backend stores the flags
18178         locally.
18179
18180 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18181
18182         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18183         in `header' match.  Reported by Svend Tollak Munkejord.
18184
18185         * message.el (message-cite-original): Fix use of
18186         `message-cite-articles-with-x-no-archive'.
18187
18188 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18191         (gnus-window-to-buffer): Ditto.
18192
18193         * mml.el (mml-preview-buffer): New variable.
18194         (mml-preview): Manage window layout with gnus-buffer-configuration.
18195
18196         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18197         X-Draft-From header even if those articles aren't quoted.
18198
18199 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18200
18201         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18202         (gnus-request-set-mark, gnus-request-update-mark): Use new
18203         g-s-t-u-l-m to decide to use backend even when unplugged.
18204
18205 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18208         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18209
18210 2004-09-20  Simon Josefsson  <jas@extundo.com>
18211
18212         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18213         "utf-16-le".
18214
18215 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18216
18217         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18218
18219 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * uudecode.el (uudecode-use-external): Add :version.
18222
18223         * smime.el (smime-CA-file, smime-encrypt-cipher)
18224         (smime-dns-server): Add :version.
18225
18226         * smiley.el (gnus-smiley-file-types): Add :version.
18227
18228         * sha1.el (sha1-use-external): Add :version.
18229
18230         * pgg-def.el (pgg-query-keyserver): Add :version.
18231
18232         * nnmail.el (nnmail-fancy-expiry-targets)
18233         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18234         Add :version.
18235
18236         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18237         (nnimap-retrieve-groups-asynchronous): Add :version.
18238         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18239
18240         * mml.el (mml-content-disposition-parameters)
18241         (mml-insert-mime-headers-always): Add :version.
18242
18243         * mm-util.el (mm-coding-system-priorities): Add :version.
18244
18245         * mm-decode.el (mm-inline-text-html-with-images)
18246         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18247         (mm-verify-option): Add :version.
18248         (mm-text-html-renderer): Change :version.
18249
18250         * message.el (message-fcc-externalize-attachments)
18251         (message-required-headers, message-draft-headers)
18252         (message-subject-trailing-was-query)
18253         (message-subject-trailing-was-ask-regexp)
18254         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18255         (message-mark-insert-end, message-archive-header)
18256         (message-archive-note, message-cross-post-default)
18257         (message-cross-post-note, message-followup-to-note)
18258         (message-cross-post-note-function, message-use-mail-followup-to)
18259         (message-subscribed-address-functions)
18260         (message-subscribed-address-file, message-subscribed-addresses)
18261         (message-subscribed-regexps, message-allow-no-recipients)
18262         (message-yank-cited-prefix, message-signature-insert-empty-line)
18263         (message-hidden-headers, message-hierarchical-addresses)
18264         (message-mail-user-agent, message-use-idna)
18265         (message-valid-fqdn-regexp)
18266         (message-strip-special-text-properties, message-header-synonyms)
18267         (message-beginning-of-line, message-tab-body-function): Add :version.
18268         (message-insert-canlock, message-wide-reply-confirm-recipients):
18269         Change :version.
18270
18271         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18272         and :version.
18273         (mail-source-delete-old-incoming-confirm)
18274         (mail-source-movemail-program): Add :version.
18275
18276         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18277         (gnus-agent-cache, gnus-agent): Change :version.
18278
18279         * gnus-util.el (gnus-use-byte-compile): Change :version.
18280
18281         * gnus-sum.el (gnus-summary-make-false-root-always)
18282         (gnus-summary-default-high-score)
18283         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18284         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18285         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18286         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18287         (gnus-sum-thread-tree-single-indent)
18288         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18289         (gnus-sum-thread-tree-leaf-with-other)
18290         (gnus-sum-thread-tree-single-leaf): Add :version.
18291         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18292         (gnus-article-loose-mime): Change :version.
18293
18294         * gnus-start.el (gnus-backup-startup-file)
18295         (gnus-save-startup-file-via-temp-buffer): Add :version.
18296
18297         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18298         (gnus-server-offline-face): Add :version.
18299
18300         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18301
18302         * gnus-msg.el (gnus-gcc-externalize-attachments)
18303         (gnus-debug-files, gnus-debug-exclude-variables)
18304         (gnus-discouraged-post-methods): Change :version.
18305         (gnus-confirm-mail-reply-to-news)
18306         (gnus-confirm-treat-mail-like-news): Add :version.
18307
18308         * gnus-int.el (gnus-server-unopen-status): Add :version.
18309
18310         * gnus-group.el (gnus-group-jump-to-group-prompt)
18311         (gnus-large-ephemeral-newsgroup)
18312         (gnus-fetch-old-ephemeral-headers): Add :version.
18313
18314         * gnus-fun.el (gnus-x-face-directory)
18315         (gnus-convert-pbm-to-x-face-command)
18316         (gnus-convert-image-to-x-face-command)
18317         (gnus-convert-image-to-face-command): Add :version.
18318
18319         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18320
18321         * gnus-cite.el (gnus-cite-blank-line-after-header)
18322         (gnus-article-boring-faces): Add :version.
18323
18324         * gnus-art.el (gnus-buttonized-mime-types)
18325         (gnus-inhibit-mime-unbuttonizing)
18326         (gnus-treat-display-face)
18327         (gnus-treat-body-boundary): Change :version.
18328         (gnus-body-boundary-delimiter, gnus-picon-databases)
18329         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18330         (gnus-treat-date-english, gnus-treat-fold-headers)
18331         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18332         (gnus-treat-mail-picon, gnus-treat-wash-html)
18333         (gnus-article-encrypt-protocol)
18334         (gnus-use-idna, gnus-article-over-scroll)
18335         (gnus-mime-display-multipart-alternative-as-mixed)
18336         (gnus-mime-display-multipart-related-as-mixed)
18337         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18338         (gnus-ctan-url, gnus-button-ctan-handler)
18339         (gnus-button-handle-ctan-bogus-regexp)
18340         (gnus-button-ctan-directory-regexp)
18341         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18342         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18343         (gnus-button-man-level, gnus-button-emacs-level)
18344         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18345
18346         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18347         (gnus-agent-go-online): Change :version.
18348         (gnus-agent-expire-unagentized-dirs)
18349         (gnus-agent-auto-agentize-methods): Add :version.
18350
18351         * flow-fill.el (fill-flowed-display-column)
18352         (fill-flowed-encode-column): Add :version.
18353
18354         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18355         (gnus-outlook-deuglify-unwrap-max)
18356         (gnus-outlook-deuglify-cite-marks)
18357         (gnus-outlook-deuglify-unwrap-stop-chars)
18358         (gnus-outlook-deuglify-no-wrap-chars)
18359         (gnus-outlook-deuglify-attrib-cut-regexp)
18360         (gnus-outlook-deuglify-attrib-verb-regexp)
18361         (gnus-outlook-deuglify-attrib-end-regexp)
18362         (gnus-outlook-display-hook): Add :version.
18363
18364         * binhex.el (binhex-use-external): Add :version.
18365
18366 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18369         and `invisible'.
18370
18371 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18372
18373         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18374         in gnus-registry-trim.
18375
18376 2004-09-13  Simon Josefsson  <jas@extundo.com>
18377
18378         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18379
18380         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18381
18382         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18383         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18384         <yamaoka@jpl.org>.
18385         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18386         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18387         <yamaoka@jpl.org>.
18388
18389         * sieve.el (sieve-manage-mode): Ditto.
18390
18391 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18392
18393         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18394
18395 2004-09-11  Simon Josefsson  <jas@extundo.com>
18396
18397         * dns-mode.el: Add.
18398
18399         * mm-view.el (mm-display-dns-inline): Add.
18400
18401         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18402         (mm-automatic-display): Ditto.
18403
18404         * mailcap.el (mailcap-mime-data): Add text/dns.
18405         (mailcap-mime-extensions): Map .soa to text/dns.
18406
18407 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18408
18409         * gnus-art.el (article-decode-mime-words, article-babel)
18410         (gnus-article-highlight-signature, gnus-article-add-buttons)
18411         (gnus-signature-toggle): Remove unnecessary bindings of
18412         `inhibit-read-only' inherited from v5.10 merge.
18413
18414 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18415
18416         * nntp.el (nntp): New customization group.
18417         (nntp-authinfo-file): Add customization group.
18418
18419         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18420
18421         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18422
18423         * gnus.el (to-address, to-list, subscribed)
18424         (large-newsgroup-initial): Ditto.
18425
18426         * flow-fill.el (fill-flowed-display-column)
18427         (fill-flowed-encode-column): Ditto.
18428
18429 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18430
18431         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18432         Use point-min rather than 1.
18433         (message-send-mail): Use buffer-size rather than point-max.
18434
18435         * gnus-sum.el (gnus-summary-search-article-forward):
18436         Signal a specific `search-failed' rather than a generic `error'.
18437
18438         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18439         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18440         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18441
18442 2004-09-10  Simon Josefsson  <jas@extundo.com>
18443
18444         * nndb.el (require): Remove tcp and duplicate cl.
18445
18446 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * gnus-agent.el (directory-files-and-attributes): Move forward.
18449
18450 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18451
18452         * gnus-agent.el (directory-files-and-attributes):
18453         Optionally defined to support XEmacs.
18454
18455 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18456
18457         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18458         to avoid run-time CL dependencies.
18459         (gnus-agent-unfetch-articles): New function.
18460         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18461         article numbers even when local .overview file is missing.
18462         (gnus-agent-read-article-number): New function.  Only accepts
18463         27-bit article numbers.
18464         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18465         Use gnus-agent-read-article-number.
18466         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18467         from backend while recognizing that article numbers in .overview
18468         must be valid.
18469         (gnus-agent-update-files-total-fetched-for):
18470         Use directory-files-and-attributes to improve performance.
18471         * gnus-int.el (gnus-request-move-article):
18472         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18473         improve performance.
18474
18475         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18476         some users confused by references to .newsrc when they only have a
18477         .newsrc.eld file.
18478         (gnus-convert-mark-converter-prompt)
18479         (gnus-convert-converter-needs-prompt): Fix use of property list.
18480         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18481         New function.  Used internally to only display 'gnus converting
18482         files' message when actually necessary.
18483
18484         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18485         methods now autoloaded.
18486
18487 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18490         identifiers.
18491
18492 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-picon.el: Fix indentation and closing parenthesis.
18495
18496 2004-09-01  Simon Josefsson  <jas@extundo.com>
18497
18498         * message.el (message-canlock-generate): Require sha1, not
18499         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18500         to require within a function.  Sadly, if sha1.el isn't loaded, the
18501         let binding in m-c-g will hide the defcustom definition, which is
18502         bad.)
18503
18504         * canlock.el: Require sha1, not sha1-el.
18505
18506         * message.el: Don't autoload sha1 (there is a autoload cookie in
18507         sha1.el).
18508
18509         * sha1-el.el: Rename to sha1.el.
18510
18511 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18512
18513         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18514
18515 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18516
18517         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18518
18519 2004-08-30  Kim F. Storm  <storm@cua.dk>
18520
18521         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18522
18523         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18524         Add :group 'nnimap.
18525
18526 2004-08-30  Andreas Schwab  <schwab@suse.de>
18527
18528         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18529         ?* and ?\;.
18530
18531         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18532         and ?\' to symbol instead of whitespace.
18533
18534 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18537
18538         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18539         instead of re-search-forward.
18540
18541         * gnus-uu.el (gnus-uu-save-article): Ditto.
18542         (gnus-uu-post-encode-uuencode): Ditto.
18543
18544         * html2text.el (html2text-clean-list-items): Ditto.
18545         (html2text-clean-dtdd): Ditto.
18546         (html2text-format-tags): Ditto.
18547
18548         * message.el (message-send-mail-with-sendmail): Fix regexp.
18549         (message-fill-field-general): Use search-forward instead of
18550         re-search-forward.
18551         (unbold-region): Ditto.
18552
18553         * nnrss.el (nnrss-request-article): Ditto.
18554
18555         * nnslashdot.el (nnslashdot-request-article): Ditto.
18556
18557         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18558
18559         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18560         "Unrecognized menu descriptor" error in XEmacs.
18561
18562 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18563
18564         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18565         parent article of a sparse article in the thread hashtb.
18566
18567 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18568
18569         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18570         (nnmail-expand-newtext): Lowercase expanded entries if
18571         nnmail-split-lowercase-expanded is non-nil.
18572
18573 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18576
18577         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18578         of gnus-tmp-news-method into string under XEmacs.  It will be
18579         passed to gnus-correct-length which takes only a string argument.
18580
18581 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * gnus-util.el (gnus-bind-print-variables): New macro.
18584         (gnus-prin1): Use it.
18585         (gnus-prin1-to-string): Use it.
18586         (gnus-pp): New function.
18587         (gnus-pp-to-string): New function.
18588
18589         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18590         Replace pp-to-string with gnus-pp-to-string.
18591         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18592         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18593         * gnus-msg.el (gnus-debug): Ditto.
18594         * gnus-score.el (gnus-score-save): Ditto.
18595         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18596         gnus-pp-to-string.
18597         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18598         with gnus-pp.
18599         * score-mode.el (gnus-score-pretty-print): Ditto.
18600         * webmail.el (webmail-debug): Ditto.
18601
18602 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * gnus-art.el (article-display-face, article-display-x-face):
18605         Use buffer-read-only.
18606
18607 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * gnus-art.el (article-hide-list-identifiers):
18610         Bind inhibit-read-only as t.
18611
18612 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18613
18614         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18615
18616 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18617
18618         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18619         (gnus-narrow-to-page): Don't assume point-min == 1.
18620         (gnus-article-edit-mode): Derive from message-mode.
18621
18622         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18623         point-min == 1.
18624
18625         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18626         Disable incorrect use of `assert'.
18627
18628         * message.el (message-mode): Set comment-start-skip.
18629
18630
18631 2004-08-22  Sam Steingold  <sds@gnu.org>
18632
18633         * pop3.el (pop3-leave-mail-on-server): New user variable.
18634         (pop3-movemail): Delete mail only when it is nil.
18635
18636 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18639
18640         * mml.el (mml-preview): Use `pop-to-buffer'.
18641
18642         * message.el (message-goto-mail-followup-to): Insert after "To".
18643         (message-carefully-insert-headers): Add comment.
18644
18645         * gnus.el: Remove unused variable `gnus-article-check-size'.
18646
18647         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18648
18649         * gnus-art.el (gnus-button-alist):
18650         Improve `gnus-button-handle-library' entry.
18651
18652 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18653
18654         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18655         Use downcase, since XEmacs capitalizes error messages differently.
18656
18657 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18658
18659         * nntp.el: Add (require 'gnus) due to reference to
18660         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18661
18662 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18663
18664         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18665         Bind `mm-fill-flowed'.
18666
18667         * mm-decode.el (mm-dissect-singlepart): Check it.
18668
18669 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18672         'imap' for netrc parsing.
18673
18674 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * mailcap.el (mailcap-mime-data): Mark as risky.
18677
18678 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18681         may be included in the encoded word.
18682         (rfc2047-encode): Don't append a space if the encoded word
18683         includes close parenthesis.
18684
18685 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18688         of text within parentheses.
18689
18690 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18693         (gnus-encrypt-write-file-contents): Make the password key the file
18694         name PLUS the cipher, not just the cipher.  Also remove failed
18695         passwords from the cache.
18696
18697 2004-08-06  Simon Josefsson  <jas@extundo.com>
18698
18699         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18700         Doc fix.
18701
18702 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18705         LWSP.
18706
18707 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18708
18709         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18710         Try to append in-reply-to: data to the references: header.
18711
18712         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18713         (netrc-parse): Use gnus-encrypt.el functions.
18714
18715         * gnus-encrypt.el: Add new file for encryption support; currently
18716         does only a few GPG ciphers and an internal XOR cipher.
18717
18718         * password.el: Add comments on using password-read-and-add.
18719         (password-read-and-add): Add function to read and add the
18720         password to the cache at once.
18721
18722 2004-07-28  Simon Josefsson  <jas@extundo.com>
18723
18724         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18725         parameter (but don't use it, for now).
18726
18727         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18728         instead of hard coding to nil.
18729
18730 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18733         as mm-inline-image-xemacs does.
18734
18735 2004-07-26  Simon Josefsson  <jas@extundo.com>
18736
18737         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18738         Revert part of 2004-07-17 change below.
18739
18740 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18743         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18744
18745 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18746
18747         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18748         quotes that actually start with ">" at the beginning of the
18749         lines.
18750
18751 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * rfc2047.el (rfc2047-encode-region): Fix last change.
18754         (rfc2047-encode-parameter): Remove useless concat.
18755
18756 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18759         encode special characters; fix some kind of misconfigured headers;
18760         signal a real error if debug-on-quit or debug-on-error is non-nil.
18761         (rfc2047-encode-max-chars): New variable.
18762         (rfc2047-encode-1): Use it.
18763         (rfc2047-encode-parameter): New function.
18764
18765         * mml.el (mml-insert-parameter): Remove an excessive space.
18766
18767 2004-07-17  Simon Josefsson  <jas@extundo.com>
18768
18769         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18770         Kai Grossjohann <kai@emptydomain.de>.
18771         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18772         (gnus-group-make-menu-bar): Ditto.
18773
18774         * gnus-util.el (gnus-group-server): Add.
18775
18776 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * message.el (message-clone-locals): Clone sendmail and smtp
18779         variables.
18780
18781 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18782
18783         * rfc2047.el (rfc2047-encode-region): Fix last change.
18784
18785 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18788         characters as non-special.
18789
18790 2004-07-09  Simon Josefsson  <jas@extundo.com>
18791
18792         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18793         Users will lose all flag changes made while unplugged with
18794         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18795         good default.  See numerous reports on ding mailing list.
18796
18797 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18800         add generate-head-function and generate-article-function to the
18801         rfc822-forward entry.
18802         (nndoc-rfc822-forward-generate-article): New function.
18803         (nndoc-rfc822-forward-generate-head): New function.
18804
18805         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18806
18807 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18808
18809         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18810         respect display group parameter and gnus-summary-expunge-below.
18811         (gnus-articles-to-read): Remove unused reference to display group
18812         parameter.
18813
18814 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18815
18816         * nnheader.el (nnheader-uniquify-message-id): New experimental
18817         variable.
18818         (nnheader-nov-read-message-id): Use it.
18819
18820         * spam-report.el (spam-report-gmane): Add interactive.
18821
18822 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * mm-encode.el (mm-content-transfer-encoding-defaults):
18825         Use qp-or-base64 for the application/* types.
18826
18827 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18828
18829         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18830
18831 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18832
18833         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18834         trim value.
18835
18836 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18837
18838         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18839         New macro and function.
18840         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18841
18842 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18843
18844         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18845         after-load-alist.
18846
18847 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18848
18849         * gnus-group.el (gnus-group-get-new-news-this-group):
18850         Don't update info that isn't there.
18851
18852 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18853
18854         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18855         entry.
18856
18857 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * mm-view.el (mm-inline-render-with-function): Use multibyte
18860         buffer; decode html source by charset.
18861
18862         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18863
18864         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18865         Mule-UCS is loaded under XEmacs.
18866         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18867
18868 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18869
18870         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18871
18872 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * mm-util.el (mm-coding-system-p): Return a coding-system.
18875         (mm-mime-mule-charset-alist): Use shift_jis instead of
18876         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18877         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18878         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18879         instead of japanese-shift-jis and iso-latin-1 respectively in
18880         order to share the default value with both Emacs and XEmacs-mule.
18881         (mm-mule-charset-to-mime-charset):
18882         Make mm-coding-system-priorities effective.
18883         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18884         while predicating of candidates upon the priorities.
18885
18886 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18887
18888         * gnus-sum.el (gnus-summary-make-menu-bar):
18889         Add gnus-uu-invert-processable.
18890
18891         * gnus.el: Autoload gnus-uu-invert-processable.
18892
18893 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * mm-util.el (mm-with-multibyte-buffer): New macro.
18896
18897         * rfc2047.el (rfc2047-encode-string): Use it.
18898         (rfc2047-encode-region): Move point to the end of the region after
18899         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18900
18901 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18904         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18905
18906 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18909         (gnus-cite-parse): Ignore quoted envelope From_.
18910         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18911
18912 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18913
18914         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18915         invalid addresses.
18916
18917 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18918
18919         * spam.el: Change section markers, revise TODO list.
18920         (spam-backends): Make new master list of all installed backends.
18921         (spam-summary-exit-behavior): Add new variable to determine how
18922         messages moves are done at summary exit.
18923         (spam-move-spam-nonspam-groups-only)
18924         (spam-process-ham-in-nonham-groups)
18925         (spam-process-ham-in-spam-groups): Remove variables, the
18926         spam-summary-exit-behavior variable should be used to manage this
18927         behavior.
18928         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18929         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18930         and spam-old-spam-articles.
18931         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18932         Add empty variables, placeholders for the backends they represent.
18933         (spam-set-difference): Move, unchanged.
18934         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18935         unless the user has a processor variable.
18936         (spam-classifications, spam-classification-valid-p)
18937         (spam-backend-properties, spam-backend-property-valid-p)
18938         (spam-backend-function-type-valid-p)
18939         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18940         (spam-report-articles-gmane, spam-report-articles-resend):
18941         Remove functions, they are not needed.
18942         (spam-install-backend-super, spam-backend-list)
18943         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18944         (spam-backend-function, spam-backend-ham-registration-function)
18945         (spam-backend-spam-registration-function)
18946         (spam-backend-ham-unregistration-function)
18947         (spam-backend-spam-unregistration-function)
18948         (spam-backend-statistical-p, spam-backend-mover-p)
18949         (spam-install-backend-alias, spam-install-checkonly-backend)
18950         (spam-install-mover-backend, spam-install-nocheck-backend)
18951         (spam-install-backend, spam-install-statistical-backend)
18952         (spam-install-statistical-checkonly-backend): Add backend installation
18953         support.
18954         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18955         (spam-group-processor-p): Use the new backend code and respect the
18956         summary exit behavior.
18957         (spam-mark-spam-as-expired-and-move-routine): Remove.
18958         (spam-summary-prepare): Change to use the new spam-old-articles
18959         variable.
18960         (spam-copy-or-move-routine, spam-copy-spam-routine)
18961         (spam-move-spam-routine, spam-copy-ham-routine)
18962         (spam-move-ham-routine): Add code to copy/move ham or spam.
18963         (spam-fetch-field-fast): Improve doc and code, plus allow the
18964         'number request.
18965         (spam-list-of-checks, spam-list-of-statistical-checks):
18966         Remove variables.
18967         (spam-split, spam-find-spam): Use the new backend code.
18968         (spam-registration-functions): Remove variable.
18969         (spam-unregister-routine): Add convenience wrapper.
18970         (spam-log-undo-registration, spam-register-routine)
18971         (spam-log-processing-to-registry)
18972         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18973         where possible.
18974         (spam-check-gmane-xref, spam-check-regex-headers)
18975         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18976         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18977         (spam-check-bogofilter-headers, spam-check-spamoracle)
18978         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18979         (spam-check-crm114-headers): Use the spam-split-group that
18980         spam-split prepares, no need to determine it every time.
18981
18982         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18983         to the nnheader-parse-naked-head call.
18984
18985         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18986
18987         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18988         the nnheader-nov-read-message-id call.
18989
18990 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18993         gnus-activate-group twice.  Suggested by Markus Peter
18994         <warp@spin.de>.
18995
18996 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18997
18998         * gnus-art.el (gnus-article-time-format): Exchange the order of
18999         day and month in the default value; fix customization type.
19000         (article-date-ut): Use add-text-properties.
19001         (article-make-date-line): Use message-make-date instead of
19002         current-time-string.
19003
19004         * message.el (message-fetch-field): Don't use set-text-properties.
19005         (message-make-date): Simplify.
19006
19007         * messagexmas.el (message-xmas-make-date): New function.
19008         (message-xmas-redefine): Defalias message-make-date to it.
19009
19010 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19013         (rfc2047-encode-region): Treat text within parentheses as special;
19014         show the original text when error has occurred.
19015
19016         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19017         already-computed method to gnus-activate-group.
19018
19019         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19020         same select-methods identical Lisp objects.
19021
19022         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19023         object when modifying the info.
19024
19025 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19028         gnus-opened-servers since it has never been opened with the new
19029         configuration yet.
19030
19031 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19034         arg to nnheader-generate-fake-message-id.
19035
19036 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19037
19038         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19039         number and build a fake message ID localized to a group and
19040         article number (so it's repeatable from that point on).
19041         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19042         ID format.
19043
19044         * gnus-sum.el (gnus-get-newsgroup-headers):
19045         Call nnheader-generate-fake-message-id with the article number.
19046
19047 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19048
19049         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19050         end-of-buffer.
19051
19052 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19053
19054         * message.el (message-ignored-supersedes-headers): Add Approved.
19055
19056 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19059         goto-char.
19060         (rfc2047-encode): Fold the line before encoding.
19061
19062 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19063
19064         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19065         folding -- not all headers can be folded, and this should be done
19066         by the message composition mode.  Probably.  I think.
19067
19068 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19071         fast.
19072
19073         * gnus-ems.el (gnus-remove-image): Don't use
19074         message-text-with-property; remove only the image found first.
19075
19076         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19077         found first.
19078
19079 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19080
19081         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19082
19083 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * message.el (message-text-with-property): Make it fast and accept
19086         optional arguments.
19087         (message-strip-forbidden-properties): Use it.
19088         (message-fix-before-sending): Follow the m-t-w-p change.
19089
19090         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19091
19092 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-art.el (article-hide-headers): Don't change the buffer
19095         mistakenly when performing mml-preview even if
19096         gnus-single-article-buffer is nil.
19097
19098 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19099
19100         * message.el (message-expand-name-databases): New user option.
19101         (message-expand-name): Use it.
19102
19103 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19104
19105         * spam.el (spam-report-articles-resend)
19106         (spam-report-resend-register-routine): Allow ham reporting.
19107         (spam-report-resend-register-ham-routine): Add wrapper.
19108         (spam-registration-functions): Add ham resending functions.
19109         (spam-list-of-processors): Add ham resend processor.
19110
19111         * gnus.el (ham-resend-to): Add new group parameter.
19112         (spam-process): Add ham resend option.
19113
19114         * spam-report.el (spam-report-resend): Allow reporting ham.
19115         (spam-report-resend-ham): Add wrapper.
19116
19117 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19118
19119         * message.el (message-cite-articles-with-x-no-archive):
19120         New variable.
19121         (message-cite-original): Use it.
19122
19123 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19124
19125         * message.el (message-cite-original): Respect X-No-Archive.
19126
19127 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * gnus-art.el (article-hide-headers): Refer to the values for
19130         gnus-ignored-headers and gnus-visible-headers in the summary
19131         buffer since a user may have set them as group parameters.
19132
19133 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19134
19135         * assistant.el (assistant-node-name): Add convenience function.
19136         (assistant-render-text, assistant-render-node): Add error handling,
19137         plus handle multiple next nodes.
19138         (assistant-find-next-node): Comment out for now.
19139         (assistant-find-next-nodes): Add function, returns list of next
19140         nodes.
19141
19142 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19143
19144         * mail-source.el (mail-source-directory): Fix doc-string.
19145
19146 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19147
19148         * assistant.el (assistant-render-text, assistant-eval): Add :set
19149         widget type, which is different because it takes and returns a
19150         list.  Much hilarity ensues.
19151
19152 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19155
19156         * gnus-group.el (gnus-group-get-new-news-this-group):
19157         Add doc-string.
19158
19159         * gnus-start.el (gnus-activate-group): Add doc-string.
19160
19161 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19164
19165 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19166
19167         * assistant.el (assistant-render-text): Try to add a :set
19168         widget, more to come.
19169
19170         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19171         strings.
19172         (spam-report-articles-resend)
19173         (spam-register-routine): Do registration iff any articles warrant
19174         it.
19175         (spam-summary-prepare-exit): Change log message for nil group
19176         destinations.
19177
19178 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19179
19180         * spam.el (spam-report-resend-register-routine):
19181         Allow spam-report-resend-to to be a group parameter or a global value.
19182
19183 2004-05-26  Simon Josefsson  <jas@extundo.com>
19184
19185         * starttls.el: Merge with my GNUTLS based starttls.el.
19186         (starttls-gnutls-program, starttls-use-gnutls)
19187         (starttls-extra-arguments, starttls-process-connection-type)
19188         (starttls-connect, starttls-failure, starttls-success):
19189         New variables.
19190         (starttls-program, starttls-extra-args): Doc fix.
19191         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19192         New functions.
19193         (starttls-negotiate, starttls-open-stream):
19194         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19195         function if it is set.
19196
19197 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19200         structured fields.
19201
19202 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19205
19206 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19207
19208         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19209         Add variable.
19210         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19211         assigning the spam-mark to new messages.
19212
19213 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19214
19215         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19216
19217 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19220
19221         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19222         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19223         default.
19224
19225 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19226
19227         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19228         correct data.
19229
19230 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19233         (spam-group-processor-p): Fix function.
19234         (spam-group-processor-multiple-p)
19235         (spam-group-spam-processor-report-gmane-p)
19236         (spam-group-spam-processor-report-resend-p)
19237         (spam-group-spam-processor-bogofilter-p)
19238         (spam-group-spam-processor-blacklist-p)
19239         (spam-group-spam-processor-ifile-p)
19240         (spam-group-ham-processor-ifile-p)
19241         (spam-group-spam-processor-spamoracle-p)
19242         (spam-group-spam-processor-crm114-p)
19243         (spam-group-ham-processor-bogofilter-p)
19244         (spam-group-spam-processor-stat-p)
19245         (spam-group-ham-processor-stat-p)
19246         (spam-group-ham-processor-whitelist-p)
19247         (spam-group-ham-processor-BBDB-p)
19248         (spam-group-ham-processor-spamoracle-p)
19249         (spam-group-ham-processor-copy-p): Remove functions with some
19250         prejudice against unneeded code.
19251         (spam-report-articles-resend)
19252         (spam-report-resend-register-routine): Allow the group/topic
19253         spam-resend-to value to override spam-report-resend-to.
19254         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19255         properly now.
19256
19257         * gnus.el (spam-resend-to): Add group/topic parameter.
19258         (spam-process): Move the OBSOLETE processors to the end of the
19259         choices.
19260
19261 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19262
19263         * spam-report.el (spam-report-resend-to, spam-report-resend):
19264         Start with resend-to set to nil, and then ask the user if necessary.
19265         (spam-report-resend): spam-report-resend takes a list of articles, not
19266         separate article numbers.
19267
19268 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19269
19270         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19271         addition to emacs-w3m.
19272
19273 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19274
19275         * assistant.el (assistant-authinfo-data): New function.
19276         (assistant-eval): Eval for entire assistant.
19277
19278         * netrc.el (netrc-services-file): New variable.
19279         (netrc-parse-services): New function.
19280         (netrc-find-service-name): New function.
19281         (netrc-find-service-number): New function.
19282         (netrc-port-equal): New function.
19283         (netrc-machine): Use it.
19284
19285         * nnimap.el (nnimap-open-connection): Use netrc.
19286
19287         * gnus-util.el (gnus-netrc-get): Remove aliases.
19288
19289         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19290
19291         * assistant.el (wid-edit): Fix compilation.
19292
19293         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19294
19295 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19296
19297         * gnus-util.el (gnus-set-file-modes): New function.  (small
19298         patch).
19299
19300 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19301
19302         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19303
19304         * assistant.el (assistant-render-node): Fix up rendering and
19305         read-only text.
19306         (assistant-render-node): Reset.
19307         (assistant-make-read-only): Not sticky.
19308
19309 2004-05-20  Danny Siu  <dsiu@adobe.com>
19310
19311         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19312         centered even when gnus-auto-center-summary is t.
19313
19314 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19315
19316         * dns.el (dns-get-txt-answer): New function.
19317         (dns-read-txt): Ditto.
19318         (query-dns): Use it.
19319
19320 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19323         active for foreign groups even if the group level is higher than
19324         the specified value.
19325
19326 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19327
19328         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19329         non-active groups.
19330
19331         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19332
19333 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19334
19335         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19336
19337 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19338
19339         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19340         (spam-crm114-header, spam-crm114-spam-switch)
19341         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19342         (spam-crm114-positive-spam-header)
19343         (spam-crm114-database-directory, spam-list-of-processors)
19344         (spam-group-spam-processor-crm114-p)
19345         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19346         (spam-generic-score, spam-list-of-checks)
19347         (spam-list-of-statistical-checks, spam-registration-functions)
19348         (spam-check-crm114-headers, spam-crm114-score)
19349         (spam-check-crm114, spam-crm114-register-with-crm114)
19350         (spam-crm114-register-spam-routine)
19351         (spam-crm114-unregister-spam-routine)
19352         (spam-crm114-register-ham-routine)
19353         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19354         From asjo@koldfront.dk (Adam Sjøgren).
19355
19356         * gnus.el: Add spam-use-crm114.
19357
19358         * spam.el (spam-list-of-processors, spam-registration-functions):
19359         Add spam-use-resend.
19360         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19361         (spam-report-articles-gmane): Add doc fix.
19362         (spam-report-articles-resend, spam-report-resend-register-routine):
19363         Add wrappers around spam-report-resend-to.
19364
19365         * spam-report.el (spam-report-resend-to, spam-report-resend):
19366         Add support for resending spam.
19367         (spam-report-gmane): Fix line length >80.
19368
19369         * gnus.el (spam-process): Add spam-use-resend.
19370
19371 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19372
19373         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19374         number of processed spam messages.
19375         (spam-ham-copy-or-move-routine): Return the number of processed
19376         ham messages.
19377         (spam-summary-prepare-exit): Use the above values to decide
19378         whether status messages shouled be displayed.
19379
19380 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19383         `rfc2047-encoding-function-alist' in order to avoid conflicting
19384         with the old version.
19385         (rfc2047-encode-region): Concatenate words containing non-ASCII
19386         characters in structured fields; don't encode space-delimited
19387         ASCII words even in unstructured fields; don't break words at
19388         char-category boundaries.
19389         (rfc2047-encode-1): New function.
19390         (rfc2047-encode): Use it; encode text so that it occupies the
19391         maximum width within 76-column; work correctly on Q encoding for
19392         iso-2022-* charsets.
19393         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19394         sure not to break a line just after the header name.
19395         (rfc2047-b-encode-region): Remove.
19396         (rfc2047-b-encode-string): New function.
19397         (rfc2047-q-encode-region): Remove.
19398         (rfc2047-q-encode-string): New function.
19399
19400         * mm-util.el (mm-replace-in-string): New function.
19401
19402 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19403
19404         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19405         Really get it right.
19406         (gnus-inews-make-draft): Really.
19407
19408 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19409
19410         * nnmh.el (nnmh-request-list-1): Don't check the link count
19411         before descending.  (small patch)
19412
19413 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19414
19415         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19416         stuff.
19417
19418         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19419         Match on real group name.
19420
19421         * gnus-art.el (gnus-signature-limit): Doc fix.
19422
19423         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19424
19425         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19426
19427 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19428
19429         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19430         isn't a string.
19431
19432 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19433
19434         * gnus-draft.el (gnus-draft-send):
19435         Bind rfc2047-encode-encoded-words.
19436
19437         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19438         (rfc2047-encodable-p): Say that =? needs encoding.
19439         (rfc2047-encode-encoded-words): New variable.
19440
19441         * gnus-group.el (gnus-group-select-group): Doc fix.
19442
19443         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19444
19445         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19446         to nil.
19447
19448         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19449
19450         * nnheader.el (nnheader-get-lines-and-char): New function.
19451
19452 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19453
19454         * gnus-msg.el (gnus-summary-followup-with-original):
19455         Document yanking of region when active.
19456
19457 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19460         groups if the group level is higher than the specified value.
19461
19462 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19463
19464         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19465         (gnus-group-jump-to-group): Add prefix argument using
19466         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19467         non-active group.
19468
19469         * compface.el (uncompface): Be verbose when changing
19470         `uncompface-use-external'.
19471
19472         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19473         handle manual section.
19474
19475 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19476
19477         * gnus-art.el (gnus-button-alist): Revert previous change.
19478
19479 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19480
19481         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19482
19483 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19484
19485         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19486         whether backend can accept message.
19487
19488         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19489
19490 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19491
19492         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19493         Avoid creating directory when nntp-marks-is-evil is true.
19494         Reported by Reiner Steib.
19495
19496 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19497
19498         * gnus-picon.el (gnus-picon-style): New variable.
19499         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19500         (gnus-picon-transform-address): Support `gnus-picon-style'.
19501         From Jesper Harder <harder@ifa.au.dk>.
19502
19503 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19504
19505         * message.el (message-fill-field): Return point.
19506         (message-generate-headers): Go to end of field.
19507
19508         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19509         stuff for non-living groups.
19510
19511 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19512
19513         * gnus-art.el (gnus-article-followup-with-original)
19514         (gnus-article-reply-with-original): gnus-mark-active-p ->
19515         gnus-region-active-p.
19516
19517 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19518
19519         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19520         only when there is spam or ham to be processed.
19521
19522 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19523
19524         * mail-source.el (mail-source-delete-crash-box): Refactor.
19525         (mail-source-fetch): Use it.
19526         (mail-source-fetch-file): Ditto.
19527         (mail-source-fetch-directory): Run postscript in loop.
19528         (mail-source-fetch-pop): Delete.
19529         (mail-source-fetch-maildir): Ditto.
19530         (mail-source-fetch-imap): Ditto.
19531
19532         * imap.el (imap-authenticators): Comment out sasl.
19533
19534         * message.el (message-skip-to-next-address): New function.
19535         (message-fill-header-address): Refactor.
19536         (message-fill-address): Use it.
19537         (message-delete-address): Use it.
19538         (message-fill-header-general): Refactor.
19539         (message-fill-field-address): Rename.
19540         (message-narrow-to-field): Find the start of the header.
19541         (message-header-format-alist): Don't pre-fill.
19542         (message-fill-header): Remove.
19543         (message-insert-header): New function.
19544         (message-shorten-references): Use it.
19545
19546         * rfc2047.el (rfc2047-field-value): Strip props.
19547
19548         * mail-parse.el (mail-header-make-address): New alias.
19549
19550         * ietf-drums.el (ietf-drums-make-address): New function.
19551
19552         * imap.el: Add compiler directives.
19553
19554         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19555
19556         * gnus-art.el (article-decode-idna-rhs): Don't use
19557         message-idna-inside-rhs-p.
19558
19559 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19560
19561         * message.el (message-idna-inside-rhs-p): Remove.
19562         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19563
19564         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19565         false positives.
19566
19567 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19568
19569         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19570
19571 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19572
19573         * nneething.el (nneething-file-name): Don't create spurious
19574         files.
19575
19576         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19577         (gnus-inews-do-gcc): Remove sleep.
19578
19579         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19580         part under point.
19581
19582         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19583         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19584
19585 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19586
19587         * spam.el (spam-summary-prepare-exit): Fix (length).
19588
19589 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19590
19591         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19592         as expired without moving it" message when there are spam
19593         messages left.
19594
19595 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19596
19597         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19598         header is not nil.
19599
19600 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19601
19602         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19603         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19604         (nntp-marks-changed-p): New arg SERVER.
19605         (nntp-request-update-info): Adjust caller.
19606
19607 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19608
19609         * nntp.el (nntp-save-marks): Pass missing arg.
19610
19611 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19612
19613         * nntp.el: Support marks.
19614         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19615         (nntp-marks-modtime, nntp-marks-directory): New variables.
19616         (nntp-request-set-mark, nntp-request-update-info)
19617         (nntp-possibly-create-directory, nntp-marks-changed-p)
19618         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19619         New functions.
19620
19621 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19622
19623         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19624         (gnus-xmas-redefine): Rename.
19625
19626         * gnus-score.el (gnus-score-insert-help):
19627         Use gnus-select-lowest-window.
19628
19629         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19630         appt-select-lowest-window and rename to gnus-select-lowest-window.
19631
19632         * gnus.el: do.
19633
19634 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19635
19636         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19637         encodings of MIME-encoded words, in order to improve
19638         interoperability with several broken MUAs.
19639
19640 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19641
19642         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19643         tags, only when charsets are not specified in headers.
19644         (mm-inline-text-html-render-with-w3m): Ditto.
19645
19646         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19647         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19648
19649 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19650
19651         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19652         instead of MIME-decoded from fields when checking
19653         `gnus-article-address-banner-alist'.
19654
19655 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19656
19657         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19658         description rather than subject.
19659
19660 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19661
19662         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19663
19664 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19665
19666         * gnus.el (gnus-version-number): Bump.
19667
19668 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19669
19670         * gnus.el: No Gnus v0.2 is released.
19671
19672 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19673
19674         * gnus-agent.el (gnus-agent-read-agentview):
19675         Inline gnus-uncompress-range.
19676
19677 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19678
19679         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19680         `exec-installed-p'.
19681
19682 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19683
19684         * gnus.el (spam-process, spam-autodetect-methods):
19685         Add bsfilter and bsfilter-headers.
19686
19687         * spam.el (spam-bsfilter): New customize group.
19688         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19689         (spam-bsfilter-header, spam-bsfilter-probability-header)
19690         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19691         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19692         (spam-bsfilter-database-directory): New options.
19693         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19694         (spam-list-of-statistical-checks, spam-registration-functions):
19695         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19696         (spam-bsfilter-score): New command.
19697         (spam-check-bsfilter-headers, spam-check-bsfilter)
19698         (spam-bsfilter-register-with-bsfilter)
19699         (spam-bsfilter-register-spam-routine)
19700         (spam-bsfilter-unregister-spam-routine)
19701         (spam-bsfilter-register-ham-routine)
19702         (spam-bsfilter-unregister-ham-routine): New functions.
19703         (spam-generic-score): Support bsfilter; Accept an optional argument
19704         to recalcurate spam score even if scoring header has already been
19705         added.
19706         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19707         optional argument to recalcurate spam score even if scoring header
19708         has already been added.
19709
19710 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19713         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19714         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19715         link is missing.
19716
19717 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19718
19719         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19720         (html2text-get-attr): Rewrite.
19721
19722         * message.el (message-setup-1): Remove redundant put-text-property
19723         on mail-header-separator.
19724
19725 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19726
19727         * gnus-registry.el (gnus-registry-cache-whitespace)
19728         (gnus-registry-action, gnus-registry-spool-action)
19729         (gnus-registry-split-fancy-with-parent): Change message levels
19730         from 5 to 3 or 7, as needed.
19731
19732         * spam.el (spam-summary-prepare-exit)
19733         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19734         (spam-split, spam-find-spam, spam-log-undo-registration)
19735         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19736         level from 5 to 6.
19737
19738 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19739
19740         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19741         2004-03-04 change).
19742
19743 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19744
19745         * sieve-manage.el (sieve-manage-open):
19746         * nnweb.el (nnweb-insert-html):
19747         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19748         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19749         * nnspool.el (nnspool-request-group):
19750         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19751         * nnml.el (nnml-request-update-info):
19752         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19753         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19754         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19755         (nnimap-request-set-mark):
19756         * nnfolder.el (nnfolder-request-update-info):
19757         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19758         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19759         * gnus-uu.el (gnus-uu-find-articles-matching):
19760         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19761         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19762         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19763         * gnus-nocem.el (gnus-nocem-scan-groups):
19764         * gnus-int.el (gnus-start-news-server):
19765         * gnus-group.el (gnus-group-make-kiboze-group)
19766         (gnus-group-browse-foreign-server):
19767         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19768         Use mapc when appropriate.
19769
19770 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19771
19772         FIXME: Make separate entries for each person.
19773
19774         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19775         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19776         <shields@msrl.com>:
19777
19778         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19779         may need for spam sorting and scoring.
19780         (spam-user-format-function-S): Add user format function suitable for
19781         general use.
19782         (spam-article-sort-by-spam-status): Add sorting function for summary
19783         sorting.
19784         (spam-extra-header-to-number): Add function to get a score from a
19785         header.
19786         (spam-summary-score): Add function to get a numeric score from the
19787         headers.
19788         (spam-generic-score): Fix function doc, was in wrong place.
19789         (spam-initialize): Take symbols when it's run, and install the
19790         extra headers that spam-necessary-extra-headers thinks we need.
19791
19792 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19793
19794         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19795         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19796
19797 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19798
19799         * gnus-sum.el (gnus-set-global-variables)
19800         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19801         (gnus-article-get-xrefs, gnus-summary-best-group)
19802         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19803         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19804         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19805         Use with-current-buffer.
19806
19807 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19808
19809         * spam.el (spam-summary-prepare-exit): Simplify logic.
19810         (spam-fetch-article-header): Read the article header if it's not
19811         available.
19812         (spam-list-articles): Simplify logic.
19813         (spam-filelist-register-routine): Fix bug with unregister-list.
19814
19815         * gnus-registry.el: Fix comments at beginning.
19816
19817 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19818
19819         * message.el (message-cater-to-broken-inn): Remove.
19820         (message-shorten-references): Make sure the total folded length of
19821         References is shorter than 998 characters to cater to a bug in INN
19822         2.3.  Also, don't pretend that references aren't folded -- this
19823         hasn't worked for a while.
19824
19825 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19826
19827         * gnus-agent.el (gnus-agentize):
19828         gnus-agent-send-mail-real-function no longer set to current value
19829         of message-send-mail-function but rather a lambda that calls
19830         message-send-mail-function.  The change makes the agent real-time
19831         responsive to user changes to message-send-mail-function.
19832
19833 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19834
19835         * legacy-gnus-agent.el
19836         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19837         help from Florian Weimer <fw@deneb.enyo.de>
19838
19839 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * nnmail.el (nnmail-cache-insert): Revert last change.
19842
19843 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19844
19845         * nnmail.el (nnmail-cache-insert): Always check whether
19846         nnmail-cache-ignore-groups matches a group name.
19847
19848 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19849
19850         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19851         (spam-find-spam, spam-log-processing-to-registry)
19852         (spam-log-registered-p, spam-log-unregistration-needed-p)
19853         (spam-log-undo-registration): Use gnus-message instead of
19854         gnus-error, none of these errors are fatal.
19855
19856         * gnus-registry.el (gnus-registry-clean-empty-function)
19857         (gnus-registry-clean-empty): Remove only empty entries without
19858         extra data.
19859
19860 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19861
19862         * spam-stat.el (spam-stat-buffer-change-to-spam)
19863         (spam-stat-buffer-change-to-non-spam): Change (error) to
19864         (gnus-message 8) invocation.
19865
19866 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * nntp.el (nntp-via-netcat-command): New variable.
19869         (nntp-via-netcat-switches): New variable.
19870         (nntp-open-via-rlogin-and-netcat): New function.
19871         (nntp-open-connection-function): Doc fix.
19872         (nntp-telnet-command): Doc fix.
19873         (nntp-end-of-line): Doc fix.
19874         (nntp-via-rlogin-command): Doc fix.
19875         (nntp-via-user-name): Doc fix.
19876         (nntp-via-address): Doc fix.
19877
19878 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19881         error in Emacs 21.1.
19882
19883 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19886
19887 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19888
19889         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19890         (gnus-agent-with-refreshed-group): New macro.
19891         (gnus-agent-rename-group): New function.
19892         (gnus-agent-delete-group): New function.
19893         (gnus-agent-save-group-info): Use gnus-command-method when
19894         `method' parameter is nil.  Don't write nil entries into the
19895         active file.
19896         (gnus-agent-get-group-info): New function.
19897         (gnus-agent-fetch-articles):
19898         Use gnus-agent-update-files-total-fetched-for to increment disk space
19899         used.
19900         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19901         Use gnus-agent-update-view-total-fetched-for to increment disk space
19902         used.
19903         (gnus-agent-get-local): Add optional parameters to avoid calling
19904         gnus-group-real-name and gnus-find-method-for-group.
19905         (gnus-agent-set-local): Delete stored entry if either min, or max,
19906         are nil.
19907         (gnus-agent-fetch-session): Reworded error/quit messages.
19908         On quit, use gnus-agent-regenerate-group to record existance of any
19909         articles fetched to disk before the quit occurred.
19910         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19911         gnus-agent-update-view-total-fetched-for, and
19912         gnus-agent-update-files-total-fetched-for to decrement disk space
19913         used.
19914         (gnus-agent-retrieve-headers):
19915         Use gnus-agent-update-view-total-fetched-for to increment disk space
19916         used.
19917         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19918         with gnus-agent-update-files-total-fetched-for to decrement disk
19919         space and fresh group buffer.
19920         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19921         (gnus-agent-need-update-total-fetched-for): New variable.
19922         (gnus-agent-update-files-total-fetched-for): New function.
19923         (gnus-agent-update-view-total-fetched-for): New function.
19924         (gnus-agent-total-fetched-for): New function.
19925
19926         * gnus-cache.el (gnus-cache-save-buffers):
19927         Use gnus-cache-update-overview-total-fetched-for to change disk space
19928         used by this group.
19929         (gnus-cache-possibly-enter-article):
19930         Use gnus-cache-update-file-total-fetched-for to increment disk space
19931         used by this group.
19932         (gnus-cache-possibly-remove-article):
19933         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19934         used by this group.
19935         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19936         (gnus-cache-rename-group): New function.
19937         (gnus-cache-delete-group): New function.
19938         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19939         (gnus-cache-need-update-total-fetched-for): New variable.
19940         (gnus-cache-with-refreshed-group): New macro.
19941         (gnus-cache-update-file-total-fetched-for): New function.
19942         (gnus-cache-update-overview-total-fetched-for): New function.
19943         (gnus-cache-rename-group-total-fetched-for): New function.
19944         (gnus-cache-delete-group-total-fetched-for): New function.
19945         (gnus-cache-total-fetched-for): New function.
19946
19947         * gnus-group.el: Require gnus-sum and autoload functions to
19948         resolve warnings when gnus-group.el compiled alone.
19949         (gnus-group-line-format): Documented new %F.
19950         (size of Fetched data) group line format; identifies disk space
19951         used by agent and cache.
19952         (gnus-group-line-format-alist): Defined new F format.
19953         (gnus-total-fetched-for): New function.
19954         (gnus-group-delete-group): No longer update
19955         gnus-cache-active-altered as gnus-request-delete-group now keeps
19956         the cache in sync.
19957         (gnus-group-list-active): Let the agent store a server's active
19958         list if currently plugged.
19959
19960         * gnus-int.el (gnus-request-delete-group):
19961         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19962         local disk in sync with the server.
19963         (gnus-request-rename-group):
19964         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19965         local disk in sync with the server.
19966
19967         * gnus-start.el (gnus-get-unread-articles):
19968         Cosmetic simplification to logic.
19969
19970         * gnus-util.el (gnus-rename-file): New function.
19971
19972 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19973
19974         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19975
19976 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19977
19978         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19979         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19980
19981 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19982
19983         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19984         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19985
19986 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19987
19988         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19989
19990 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19991
19992         * spam.el (spam-set-difference): Add function to replace
19993         gnus-set-difference in spam.el.
19994         (spam-summary-prepare-exit): Use spam-set-difference.
19995
19996 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19997
19998         * gnus-registry.el (gnus-registry-cache-file): Update to use
19999         gnus-dribble-directory OR gnus-home-directory OR ~.
20000         (gnus-registry-split-fancy-with-parent): Fix doc.
20001
20002 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20003
20004         * message.el (message-exchange-point-and-mark):
20005         Use message-mark-active-p.  Suggested by Jesper Harder
20006         <harder@ifa.au.dk>.
20007
20008 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * message.el (message-exchange-point-and-mark): Don't activate
20011         region if it was inactive.  Suggested by Hiroshi Fujishima
20012         <pooh@nature.tsukuba.ac.jp>.
20013
20014 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * gnus-art.el (article-display-face): Display Faces in the same
20017         order as X-Faces.
20018
20019 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20022
20023 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20026         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20027         (gnus-article-mime-hierarchy): Remove.
20028         (gnus-article-mime-hierarchy-next): Remove.
20029         (gnus-article-mode): Revert 2004-03-19 change.
20030         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20031         (gnus-insert-mime-button): Revert 2004-03-19 change.
20032         (gnus-mime-accumulate-hierarchy): Remove.
20033         (gnus-mime-enter-multipart): Remove.
20034         (gnus-mime-leave-multipart): Remove.
20035         (gnus-mime-display-part): Revert 2004-03-19 change.
20036         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20037
20038         * mml.el (mml-preview): Revert 2004-03-19 change.
20039
20040 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20041
20042         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20043
20044 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20047         t while entering a file name using the mm-with-multibyte macro.
20048         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20049
20050         * mm-util.el (mm-with-multibyte): New macro.
20051
20052 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20053
20054         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20055         New user option.
20056         (gnus-mime-multipart-functions): Doc and customization fix.
20057         (gnus-article-mime-hierarchy): New variable.
20058         (gnus-article-mime-hierarchy-next): New variable.
20059         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20060         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20061         gnus-article-mime-hierarchy-next to nil.
20062         (gnus-insert-mime-button): Show hierarchy numbers.
20063         (gnus-mime-accumulate-hierarchy): New function.
20064         (gnus-mime-enter-multipart): New function.
20065         (gnus-mime-leave-multipart): New function.
20066         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20067         (gnus-mime-display-alternative): Show hierarchy numbers.
20068
20069         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20070         gnus-article-mime-hierarchy-next to nil.
20071
20072 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20073
20074         * dns.el: Don't require gnus-xmas.
20075
20076 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20077
20078         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20079         inline PGP.
20080         (mml-menu): Disable mml-quote-region if mark is inactive.
20081
20082 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20083
20084         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20085         when the group's active is not available.
20086
20087 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20088
20089         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20090         error.
20091
20092 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20093
20094         * imap.el (imap-store-password): New variable.
20095         (imap-interactive-login): Use it.
20096         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20097
20098 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20099
20100         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20101         window-start and hscroll to summary window.
20102
20103 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20104
20105         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20106         conversion message to newsrc-dribble when an actual conversion is
20107         performed.
20108
20109 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20110
20111         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20112
20113 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * mm-decode.el (mm-complicated-handles): New function reviving
20116         former definition of mm-multiple-handles.
20117
20118         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20119         (gnus-mime-delete-part): Use it.
20120
20121 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20122
20123         * gnus-agent.el (gnus-agent-read-local):
20124         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20125         avoid the implicit assumption that they will always be equal.
20126         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20127         coding-system-for-write, as the with-temp-file macro first prints
20128         to a buffer then saves the buffer.
20129
20130 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20131
20132         * gnus-art.el (gnus-article-edit-part): New function.
20133         (gnus-mime-save-part-and-strip): Use it; do query instead of
20134         signaling an error; don't use mm-multiple-handles.
20135         (gnus-mime-delete-part): Ditto.
20136
20137 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20138
20139         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20140         old file versions.
20141         (gnus-group-prepare-hook): Remove function that converted list
20142         form of gnus-agent-expire-days to group properties.
20143
20144         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20145         (gnus-request-accept-article): Re-indented.
20146
20147         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20148         converters to handle old agent file formats.  Add logic for a
20149         "backup before upgrading warning".
20150         (gnus-convert-mark-converter-prompt): Developers can mark
20151         functions as needing (default), or not needing,
20152         gnus-convert-old-newsrc's "backup before upgrading warning".
20153         (gnus-convert-converter-needs-prompt): Tests whether the user
20154         should be protected from potentially irreversable changes by the
20155         function.
20156
20157         * legacy-gnus-agent.el: New.  Provides converters that are only
20158         loaded when gnus-convert-old-newsrc needs to call them.
20159
20160 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20161
20162         * mail-source.el (mail-source-touch-pop): Doc fix.
20163
20164         * message.el (message-smtpmail-send-it): Doc fix.
20165
20166 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20167
20168         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20169
20170         * nnmail.el (nnmail-split-fancy): do.
20171
20172         * gnus-kill.el (gnus-kill, gnus-execute): do.
20173
20174 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20175
20176         * gnus-sum.el (gnus-widget-reversible-match)
20177         (gnus-widget-reversible-to-internal)
20178         (gnus-widget-reversible-to-external): New functions.
20179         (gnus-widget-reversible): New widget.
20180         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20181
20182 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20183
20184         * gnus-sum.el (gnus-thread-sort-functions)
20185         (gnus-article-sort-functions): Document `(not F)' items.
20186
20187 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20188
20189         * spam.el (spam-use-gmane-xref): Add new backend.
20190         (spam-gmane-xref-spam-group): Add variable to control the name of the
20191         Gmane spam group.
20192         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20193         (spam-regex-headers-spam, spam-regex-headers-ham)
20194         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20195         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20196         backends and checks.
20197         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20198
20199         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20200         an autodetect method.
20201
20202 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20203
20204         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20205         articles are being added to a group.
20206         (gnus-request-replace-article): Inform the agent that articles
20207         need to be uncached as the cached contents are no longer valid.
20208
20209 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * binhex.el: Don't autoload executable-find.
20212
20213         * canlock.el: Don't autoload mail-fetch-field.
20214
20215         * dgnushack.el: Autoload c-mode for XEmacs.
20216
20217         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20218
20219         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20220         rmail-dont-reply-to and rmail-output.
20221
20222         * gnus-score.el: Don't autoload ffap-string-at-point.
20223
20224         * gnus-setup.el: Don't autoload sc-cite-original.
20225
20226         * imap.el: Don't autoload base64-decode-string,
20227         base64-encode-string and md5.
20228
20229         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20230         and rmail-msg-restore-non-pruned-header.
20231
20232         * mm-decode.el: Don't autoload executable-find.
20233
20234         * mm-url.el: Don't autoload executable-find.
20235
20236         * mm-view.el: Don't autoload diff-mode.
20237
20238         * nndb.el: Don't autoload news-reply-mode, news-setup,
20239         cancel-timer and telnet.
20240
20241         * password.el: Don't autoload run-at-time for Emacs.
20242
20243         * sha1-el.el: Don't autoload executable-find.
20244
20245         * sieve-mode.el: Don't autoload c-mode.
20246
20247         * uudecode.el: Don't autoload executable-find.
20248
20249 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20250
20251         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20252         (gnus-agent-possibly-alter-active): Avoid null in numeric
20253         comparison.
20254         (gnus-agent-set-local): Refuse to save null in local object table.
20255         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20256         list of articles that will be marked as unread.
20257
20258 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20259
20260         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20261
20262 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20265         language tags.
20266
20267 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20268
20269         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20270         Don't bind "obarray".
20271
20272         * gnus-sum.el (gnus-thread-sort-functions):
20273         Add `gnus-thread-sort-by-most-recent-number' and
20274         `gnus-thread-sort-by-most-recent-date'.
20275         Reported by Kai Grossjohann <kai@emptydomain.de>.
20276
20277 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20278
20279         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20280
20281 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20282
20283         * gnus-cus.el (gnus-agent-customize-category):
20284         Remove ignore-errors macro reference that required cl to be loaded at
20285         run-time.
20286
20287         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20288         single-interval range of the form (min . max).  Previously the
20289         range had to look like ((min . max)).  Likewise, return
20290         (min . max) rather than ((min . max)).
20291         (gnus-range-map): Use gnus-range-normalize to accept
20292         single-interval range.
20293
20294         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20295         the cache, but not the agent, now appear with their usual face.
20296
20297         * dgnushack.el (loaddir): New variable that is bound to the
20298         directory containing the dgnushack.el file. Use loaddir, rather
20299         than srcdir, to update load-path. Change lets dgnushack compile
20300         code in directories other than GNUS/lisp.
20301
20302 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20303
20304         * lpath.el: Don't bind w3m-safe-url-regexp.
20305
20306         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20307         w3m-safe-url-regexp variable buffer-local.
20308
20309         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20310
20311 2004-02-27  Simon Josefsson  <jas@extundo.com>
20312
20313         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20314         gnus-group-real-prefix.
20315         (gnus-summary-move-article): Use it, instead of
20316         gnus-group-real-prefix.
20317
20318 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * lpath.el: Bind w3m-safe-url-regexp.
20321
20322         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20323         w3m-safe-url-regexp variable buffer-local and set it as the value
20324         of mm-w3m-safe-url-regexp.
20325
20326         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20327
20328         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20329         parsing gnus-posting-styles when the message is not for replying.
20330
20331         * dgnushack.el: Autoload sgml-mode for XEmacs.
20332
20333         * nnrss.el (nnrss-opml-export):
20334         Use mm-set-buffer-file-coding-system instead of
20335         set-buffer-file-coding-system.
20336
20337 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20338
20339         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20340         of checkdoc.el).
20341         * nnrss.el: do.
20342         * gnus-mlspl.el: do.
20343         * gnus-ml.el: do.
20344         * gnus-srvr.el: do.
20345
20346         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20347
20348 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20349
20350         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20351         Corrections to custom-manual links.
20352
20353         * gnus-art.el (gnus-article): Ditto.
20354
20355         * mm-decode.el (mime-display, mime-security): Ditto.
20356
20357 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20358
20359         * flow-fill.el: Typo.
20360
20361 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20362
20363         * spam-wash.el: New file.
20364
20365 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20366
20367         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20368
20369 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20370
20371         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20372         to be run with new-articles as LIST1, not LIST2.
20373         (spam-registration-functions): Add spam-use-ham-copy as a nil
20374         registration backend.
20375
20376 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20377
20378         * spam-stat.el (spam-stat-washing-hook): New option.
20379         (spam-stat-buffer-words): Use it.
20380         (spam-stat-process-directory, spam-stat-test-directory):
20381         Use insert-file-contents-literally.
20382         (spam-stat-coding-system): New variable.
20383         (spam-stat-load, spam-stat-save): Use it.
20384
20385 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * spam-report.el (spam-report-plug-agent):
20388         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20389
20390 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20391
20392         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20393         Allow / in mailto URLs.
20394
20395 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20396
20397         * spam-report.el (spam-report-process-queue): Fix interactive use.
20398         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20399         (spam-report-unplug-agent): Doc fixes.
20400         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20401         (spam-report-agentize, spam-report-deagentize): Autoload.
20402
20403 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20406
20407         * message.el (message-setup-fill-variables): Add mml tags to
20408         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20409         <ajk@iu.edu>.
20410         (message-mode): Don't modify paragraph-separate there.
20411
20412 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20413
20414         * compface.el (uncompface-use-external): Default to undecided.
20415         (uncompface-use-external-threshold): New variable.
20416         (uncompface-float-time): New macro.
20417         (uncompface): Determine whether to use the external decoder if
20418         uncompface-use-external is undecided.
20419
20420 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20421
20422         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20423         after images.
20424
20425         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20426
20427 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20428
20429         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20430
20431         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20432
20433         * gnus-sum.el (gnus-summary-limit-to-age)
20434         (gnus-summary-limit-children): do.
20435
20436         * gnus-int.el (gnus-request-scan): do.
20437
20438         * gnus-group.el (gnus-group-suspend): do.
20439
20440         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20441
20442         * gnus-cite.el (gnus-cite-parse-attributions): do.
20443
20444         * gnus-agent.el (gnus-summary-set-agent-mark)
20445         (gnus-agent-regenerate-group): do.
20446
20447         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20448
20449         * binhex.el (binhex-decode-region-internal): do.
20450
20451 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20452
20453         * gnus-fun.el (gnus-face-properties-alist): New user option.
20454         (gnus-display-x-face-in-from): Use it.
20455
20456         * gnus-art.el (article-display-face): Ditto.
20457
20458         * compface.el (uncompface-use-external): Default to nil.
20459
20460 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20461
20462         * nntp.el (nntp-erase-buffer): New function.
20463         (nntp-retrieve-data, nntp-send-command)
20464         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20465         (nntp-possibly-change-group): Use it.
20466
20467         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20468         Use with-current-buffer.
20469
20470 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20471
20472         * compface.el: Merge the ELisp-based uncompface program.
20473         (compface): New customization group.
20474         (uncompface-use-external): New user option.
20475         (uncompface): Call uncompface-internal if uncompface-use-external
20476         is nil.
20477         (uncompface-internal): New function.  Note that there are also
20478         some other functions and variables added for this function.
20479
20480 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20481
20482         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20483         if necessary.
20484
20485 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20486
20487         * spam-report.el (spam-report-unplug-agent)
20488         (spam-report-plug-agent, spam-report-deagentize)
20489         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20490         Add support for the Agent in spam-report: when unplugged, report to a
20491         file; when plugged, submit all the requests.
20492
20493         * spam.el (spam-register-routine): Fix message about
20494         registration.
20495
20496 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20497
20498         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20499         dependencies.
20500         (rfc2047-encode): Use it.
20501
20502         * gnus-art.el (gnus-button-marker-list): Move before first
20503         reference.
20504
20505         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20506         (imap-parse-body): Fix format string mismatch.
20507
20508         * gnus-score.el (gnus-summary-increase-score): do.
20509
20510         * nnrss.el (nnrss-close): New function.
20511
20512 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20513
20514         * nnrss.el (nnrss-make-filename): New function.
20515         (nnrss-request-delete-group, nnrss-read-server-data)
20516         (nnrss-save-server-data, nnrss-read-group-data)
20517         (nnrss-save-group-data): Use it.
20518         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20519         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20520         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20521
20522 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20523
20524         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20525
20526 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20527
20528         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20529         files.
20530
20531         * message.el (message-generate-headers-first): Don't quote nil
20532         and t in docstrings.
20533
20534         * imap.el (imap-id): do.
20535
20536         * gnus-agent.el (gnus-agent-consider-all-articles)
20537         (gnus-agent-queue-mail): do.
20538
20539 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20540
20541         * spam-report.el (spam-report-process-queue): New function.
20542         Process requests from `spam-report-requests-file'.
20543         (spam-report-process-queue): Doc fix.
20544
20545 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20546
20547         * spam.el (spam-register-routine)
20548         (spam-log-processing-to-registry, spam-log-registered-p)
20549         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20550         Change "check" to "spam-check" for semi-clarity.
20551
20552 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20553
20554         * pop3.el: Require nnheader.
20555
20556         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20557
20558         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20559
20560         * gnus-picon.el: Require cl.
20561
20562         * gnus-fun.el: Require gnus-ems and gnus-util.
20563
20564         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20565
20566         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20567
20568         * gnus-art.el (gnus-article-edit-mode): Define before first
20569         reference.
20570
20571 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20572
20573         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20574         (gnus-uu-post-encoded): Use point-at-bol.
20575
20576         * gnus-topic.el (gnus-group-active-topic-p): do.
20577
20578         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20579
20580         * gnus-group.el (gnus-group-kill-region): do.
20581
20582         * gnus-art.el (article-date-ut): do.
20583
20584         * message.el (message-fetch-field): Remove redundant
20585         case-fold-search binding.
20586         (message-narrow-to-field): Simplify.
20587
20588 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20589
20590         * spam.el (spam-directory): Derive from `gnus-directory'.
20591
20592         * spam-report.el (spam-report-url-to-file)
20593         (spam-report-requests-file): New function and variable for offline
20594         reporting.
20595         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20596         and user defined function.
20597         (spam-report-url-ping-mm-url): Remove doubled slash.
20598
20599 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20600
20601         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20602
20603 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20604
20605         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20606         Fix format string mismatch.
20607
20608         * sieve.el (sieve-deactivate-all): do.
20609
20610         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20611
20612         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20613
20614         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20615
20616         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20617
20618 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20619
20620         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20621         the list of checks.
20622
20623 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20624
20625         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20626         padding.
20627
20628 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20629
20630         * mm-view.el (mm-fill-flowed): New variable.
20631         (mm-inline-text): Use it.
20632
20633 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20634
20635         * spam.el (spam-spamassassin-register-ham-routine)
20636         (spam-spamassassin-register-spam-routine): Fix function names.
20637
20638 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * gnus.el (gnus-tmp-grouplens): Remove.
20641         (gnus-summary-line-format): Remove grouplens.
20642
20643         * gnus-group.el (gnus-group-line-format): Ditto.
20644
20645         * gnus-spec.el (gnus-format-specs): Ditto.
20646         (gnus-update-format-specifications): Flush the group format spec
20647         cache if there's the grouplens stuff.
20648         (gnus-parse-simple-format): Replace %l with the empty string.
20649
20650 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20651
20652         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20653         omission.
20654
20655 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20658         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20659
20660 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20661
20662         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20663         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20664         New macros and functions.
20665         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20666         Handle > NLINK_MAX messages.
20667         * nnmaildir.el (nnmaildir-request-set-mark):
20668         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20669
20670 2004-01-25  Alex Schroeder  <alex@gnu.org>
20671
20672         * spam-stat.el (spam-stat-process-directory-age): New option.
20673         (spam-stat-process-directory): Use it.
20674
20675 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20676
20677         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20678         (spam-stat-save): Accept prefix argument.
20679
20680 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20681
20682         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20683         links" error.
20684
20685 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20686
20687         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20688         the rest of the and/or forms.
20689
20690 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20691
20692         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20693         compatibility with old .newsrc.eld files.
20694
20695         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20696
20697         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20698
20699         * gnus-start.el (gnus-1): do.
20700
20701         * gnus-group.el (gnus-group-line-format-alist): do.
20702
20703         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20704
20705         * gnus-gl.el: Remove.
20706
20707 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20708
20709         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20710         marks consisting of a single range {for example, (3 . 5)} rather
20711         than a list of a single range { ((3 . 5)) }.
20712
20713 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20714
20715         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20716         Use with-current-buffer.
20717         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20718         avoid consing a string.
20719
20720         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20721         Remove obsolete entries for big5 and gb2312.
20722
20723 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20724
20725         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20726         uncompressed list.
20727
20728 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20729
20730         * spam-stat.el (spam-stat-strip-xref): New function.
20731         (spam-stat-process-directory): Use it.
20732
20733         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20734         here -- it's done in message-fetch-field.
20735
20736 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20737
20738         * gnus-agent.el (gnus-agent-queue-mail)
20739         (gnus-agent-prompt-send-queue): New variables.
20740         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20741         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20742         "nndraft:queue" along to gnus-draft-send.
20743         Use gnus-agent-prompt-send-queue.
20744         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20745         is "nndraft:queue".  Suggested by Gaute Strokkenes
20746         <gs234@srcf.ucam.org>
20747
20748         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20749         (agent-enable-undownloaded-faces): Add.
20750         (gnus-agent-cat-groups): Use eval-and-compile, not
20751         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20752         method of gnus-agent-cat-groups even when the buffer has been
20753         evaled.
20754         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20755         delete gnus-agent-save-active-1.
20756         (gnus-agent-save-groups): Delete.  Identical to
20757         gnus-agent-save-active.
20758         (gnus-agent-write-active): No longer adjust agent's copy of active
20759         file as agent's adjustments are now stored in their own
20760         file.  Remove optional parameter.
20761         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20762         servers.  Add use of min/max range limits from server's local
20763         file.
20764         (gnus-agent-save-alist): Remove unused optional argument.
20765         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20766         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20767         (gnus-agent-set-local): A per-server file that keeps min/max range
20768         limits for articles known to the agent.  Provides a fast mechanism
20769         for altering many active ranges.
20770         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20771         active file (local makes it unnecessary).
20772         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20773
20774         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20775         (agent-enable-undownloaded-faces): Add.
20776
20777         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20778         disable it when sending to "nndraft:queue".
20779         (gnus-group-send-queue): Add safety check to avoid sending queue
20780         when unplugged.
20781
20782         * gnus-group.el (gnus-group-catchup): Use new
20783         gnus-sequence-of-unread-articles, not
20784         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20785         numbers of articles.  Use gnus-range-map to avoid having to
20786         uncompress the unread list.
20787         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20788         Fix invalid ange-ftp reference.
20789
20790         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20791         (gnus-sorted-range-intersection): Intersection of two ranges
20792         without requiring that they first be uncompressed.
20793
20794         * gnus-start.el (gnus-activate-group): Unless blocked by the
20795         caller, possibly expand the active range to include both cached
20796         and agentized articles.
20797         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20798         multiple version-dependent converters.
20799         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20800         gnus-agent-save-active.
20801         (gnus-save-newsrc-file): Save dirty agent range limits.
20802
20803         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20804         gnus-agent-possibly-alter-active.
20805         (gnus-adjust-marked-articles): Faster handling of simple lists.
20806
20807 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20808
20809         * spam-stat.el (spam-stat-test-directory): New optional argument
20810         displays a list of files detected.  Suggested by Andrew Cohen
20811         <cohen@andy.bu.edu>.
20812         (spam-stat-buffer-words-with-scores): Don't narrow and change
20813         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20814
20815 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20816
20817         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20818         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20819         (spam-spamassassin-arguments)
20820         (spam-spamassassin-spam-flag-header)
20821         (spam-spamassassin-positive-spam-flag-header)
20822         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20823         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20824         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20825         (spam-list-of-processors, spam-list-of-checks)
20826         (spam-list-of-statistical-checks, spam-registration-functions)
20827         (spam-check-spamassassin-headers, spam-check-spamassassin)
20828         (spam-spamassassin-score)
20829         (spam-spamassassin-register-with-sa-learn)
20830         (spam-spamassassin-register-spam-routine)
20831         (spam-spamassassin-register-ham-routine)
20832         (spam-assassin-register-spam-routine)
20833         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20834         (spam-bogofilter-score): Fix to show article before scoring.
20835
20836 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20837
20838         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20839         default scoring function.
20840         (spam-generic-score): Call spam-spamassassin-score if
20841         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20842         spam-bogofilter-score otherwise.
20843
20844         * gnus.el (spam-process, spam-autodetect-methods):
20845         Add spamassassin and spamassassin-headers.
20846
20847 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20848
20849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20850         Suppress unnecessary messages.
20851
20852 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20853
20854         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20855         make-hash-table.
20856
20857 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20858
20859         * canlock.el (base64-encode-string): Don't autoload it.
20860
20861 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * run-at-time.el: Remove useless (require 'itimer),
20864         eval-and-compile and (featurep 'xemacs).
20865
20866 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20867
20868         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20869         GROUP is a virtual group.
20870
20871 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20872
20873         * gnus.el: Autoload `message-y-or-n-p'.
20874
20875 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20876
20877         * pgg-parse.el: Remove unnecessary (require 'custom).
20878
20879         * pgg-def.el: do.
20880
20881         * nnmail.el: do.
20882
20883         * gnus-undo.el: do.
20884
20885         * gnus-picon.el: do.
20886
20887         * gnus-util.el: do.
20888
20889 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20890
20891         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20892
20893 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20896         handle, as well as a list.
20897
20898         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20899         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20900         (mm-w3m-cid-retrieve): Simplify.
20901
20902 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20903
20904         * message.el (message-kill-to-signature): Allow prefix arg to
20905         specify number of lines to keep before signature.
20906
20907 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20908
20909         * message.el (message-kill-to-signature): Change docstring.
20910
20911 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20912
20913         * canlock.el: Always require sha1-el.
20914         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20915
20916         * message.el: Autoload sha1 only when compiling.
20917
20918         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20919         eudc-expand-inline for XEmacs.
20920
20921 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20922
20923         * message.el (message-canlock-generate): Require sha1-el.
20924
20925 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20926
20927         * message.el (message-expand-name): Silence the byte compiler.
20928
20929         * lpath.el: Add detect-coding-system.
20930
20931         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20932         cus-edit.
20933
20934 2004-01-13  Simon Josefsson  <jas@extundo.com>
20935
20936         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20937         Invoke gnus-score-mode.
20938         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20939
20940         * gnus-range.el (gnus-compress-sequence): Doc fix.
20941         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20942
20943 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20944
20945         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20946
20947 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20948
20949         * spam.el (spam-get-article-as-string): Update to use
20950         gnus-request-article-this-buffer, much simpler.
20951         (spam-get-article-as-buffer): Remove.
20952
20953 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20954
20955         * message.el (message-expand-name): Use EUDC if the user uses that.
20956
20957 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20958
20959         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20960         character for the encoding to avoid consing a string.
20961
20962         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20963         unnecessarily.
20964
20965         * mm-util.el (mm-replace-chars-in-string): Remove.
20966
20967         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20968         of mm-replace-chars-in-string.
20969
20970 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20971
20972         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20973
20974         * mm-util.el (mm-subst-char-in-string): Support inplace.
20975
20976         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20977         a new string in every iteration.  Use shy groups.
20978
20979 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20980
20981         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20982         * gnus-soup.el (gnus-soup-group-brew):
20983         * gnus-msg.el (gnus-put-message):
20984         * gnus-move.el (gnus-group-move-group-to-server):
20985         * gnus-kill.el (gnus-batch-score):
20986         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20987         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20988         (gnus-group-update-group, gnus-group-read-group)
20989         (gnus-group-make-group, gnus-group-make-help-group)
20990         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20991         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20992         (gnus-group-sort-by-unread, gnus-group-catchup)
20993         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20994         (gnus-group-yank-group, gnus-group-set-info)
20995         (gnus-group-list-groups):
20996         * gnus.el (gnus-generate-new-group-name):
20997         * gnus-delay.el (gnus-delay-send-queue):
20998         * nnvirtual.el (nnvirtual-catchup-group):
20999         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21000         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21001         (gnus-group-prepare-topics, gnus-topic-check-topology):
21002         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21003         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21004         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21005         (gnus-group-make-articles-read):
21006         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21007         (gnus-group-change-level, gnus-kill-newsgroup)
21008         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21009         (gnus-get-unread-articles, gnus-make-articles-unread)
21010         (gnus-make-ascending-articles-unread): Use accessor
21011         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21012         to get group information for improved readability.
21013
21014
21015 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21016
21017         * gnus-art.el (article-decode-mime-words, article-babel)
21018         (gnus-article-highlight-signature, gnus-article-add-buttons)
21019         (gnus-signature-toggle): Use gnus-with-article-buffer.
21020
21021         * gnus-art.el (gnus-article-highlight-headers)
21022         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21023
21024         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21025         (gnus-article-set-globals, gnus-request-article-this-buffer)
21026         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21027         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21028         (gnus-mime-display-alternative): Use with-current-buffer.
21029
21030 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21031
21032         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21033         also under 80 char limit, and call gnus-error if needed.
21034         (spam-fetch-article-header): Fix - it was a
21035         buffer-local variable (gnus-newsgroup-data).
21036         (spam-find-spam): Use spam-generate-fake-headers, forget about
21037         spam-insert-fake-headers.
21038         (spam-insert-fake-headers): Remove.
21039
21040 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21041
21042         * deuglify.el (gnus-article-outlook-unwrap-lines)
21043         (gnus-outlook-rearrange-article)
21044         (gnus-outlook-repair-attribution-outlook)
21045         (gnus-outlook-repair-attribution-block)
21046         (gnus-outlook-repair-attribution-other): Remove redundant
21047         save-excursion.
21048
21049 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21050
21051         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21052         (spam-fetch-field-subject-fast)
21053         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21054         (spam-fetch-article-header): Add functions to deal with Gnus
21055         internals for fast retrieval of article header data.
21056         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21057
21058 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21059
21060         * pop3.el (pop3-md5): Remove.
21061         (pop3-apop): Replace pop3-md5 with md5.
21062
21063         * mm-bodies.el: base64 is always built-in.
21064
21065         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21066         Use with-current-buffer.
21067
21068 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * canlock.el (canlock-insert-header): Remove excessive grouping in
21071         regexp.
21072
21073         * gnus-sum.el (gnus-summary-read-document): Ditto.
21074
21075         * gnus-uu.el (gnus-uu-part-number): Ditto.
21076
21077         * html2text.el (html2text-remove-tags): Ditto.
21078         (html2text-format-tags): Ditto.
21079         (html2text-format-single-elements): Ditto.
21080
21081         * mml.el (mml-parse-1): Ditto.
21082
21083 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21084
21085         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21086
21087         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21088
21089         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21090
21091         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21092
21093 2003-11-15  Simon Josefsson  <jas@extundo.com>
21094
21095         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21096         (pgg-gpg-lookup-key): Use regexp match instead of
21097         split-string (split-string is different between emacs 21.2 and
21098         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21099
21100 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21101
21102         * gnus-art.el (gnus-mime-view-all-parts)
21103         (gnus-article-part-wrapper, gnus-article-view-part):
21104         Use with-current-buffer.
21105
21106 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21107
21108         * spam.el (spam-disable-spam-split-during-ham-respool)
21109         (spam-spamoracle-database, spam-cache-lookups)
21110         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21111         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21112         (spam-group-ham-marks, spam-group-spam-marks)
21113         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21114         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21115         also add spam-use-blackholes to the statistical checks.
21116         (spam-fetch-field-fast): Add interface to fetching fields, may
21117         become a macro.
21118         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21119         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21120         (spam-insert-fake-headers): Fake an article when needed.
21121         (spam-find-spam): Fake article when possible.
21122         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21123         (spam-check-bogofilter-headers): Use message-fetch-field instead
21124         of nnmail-fetch-field.
21125
21126 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21127
21128         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21129
21130 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21131
21132         * spam.el (spam-split): Do not require spam-use-CHECK to be
21133         enabled if that check is passed to spam-split explicitly; also
21134         fix so 'spam doesn't get converted to spam-split-group when
21135         spam-split-symbolic-return is t.
21136         (spam-find-spam): Find registrations of the article and use those
21137         instead of re-running spam-split to find the spam/ham
21138         classification of the article.
21139         (spam-log-processing-to-registry, spam-log-registered-p)
21140         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21141         Use gnus-error instead of gnus-message.
21142         (spam-log-registration-type): Add function to determine the
21143         classification of a message based on registry entries; will
21144         return nil if both 'spam and 'ham are found.
21145         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21146         a reasonably fast local cache without the loading errors.
21147         (spam-cache-lookups): Set to t by default.
21148         (spam-find-spam): Don't try to guess spam-cache-lookups.
21149         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21150         spam-caches entry.
21151         (spam-filelist-build-cache, spam-filelist-check-cache):
21152         Fix caching of whitelist/blacklist entries.
21153         (spam-check-whitelist, spam-check-blacklist):
21154         Invoke spam-from-listed-p with a type, not a cache variable.
21155         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21156
21157 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21158
21159         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21160
21161         * nnmail.el (nnmail-split-fancy): do.
21162
21163         * mml.el (mml-parse): do.
21164
21165         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21166         (gnus-score-adaptive): do.
21167
21168 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21171         (gnus-mime-button-map): Don't set keymap parent.
21172         (gnus-button-ctan-directory-regexp): Use shy grouping.
21173         (gnus-prev-page-map): Don't set keymap parent.
21174         (gnus-prev-page-map): Remove duplicated one.
21175         (gnus-next-page-map): Don't set keymap parent.
21176         (gnus-mime-security-button-map): Ditto.
21177
21178         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21179         version number.
21180
21181         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21182
21183 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * canlock.el (canlock-sha1-function): Remove.
21186         (canlock-sha1-function-for-verify): Remove.
21187         (canlock-openssl-program): Remove.
21188         (canlock-openssl-args): Remove.
21189         (canlock-ignore-errors): Remove.
21190         (canlock-sha1-with-openssl): Remove.
21191         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21192         (canlock-verify): Don't use canlock-ignore-errors.
21193
21194         * sha1-el.el (sha1-string-external): Make it can return a string
21195         in binary form.
21196         (sha1-region-external): Ditto.
21197         (sha1-string-internal): Ditto.
21198         (sha1-region-internal): Ditto.
21199         (sha1-region): Ditto.
21200         (sha1-string): Ditto.
21201         (sha1): Ditto.
21202
21203 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21204
21205         * spam.el (spam-report-articles-gmane): New command.
21206
21207 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21208
21209         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21210
21211         * run-at-time.el (run-at-time-saved): Remove.
21212         (run-at-time): Doc fix.
21213
21214 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21215
21216         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21217         (gnus-summary-limit-map): Add it.
21218         (gnus-summary-make-menu-bar): do.
21219
21220 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21221
21222         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21223         Make attempt at some caching support (done for BBDB only now).
21224         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21225         addresses to be checked.
21226         (spam-clear-cache-BBDB): Add function, to be invoked by
21227         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21228         (spam-check-BBDB): Check and use the caches, if
21229         spam-cache-lookups is on, remove superfluous (provide).
21230
21231 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21232
21233         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21234
21235 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21236
21237         * run-at-time.el (run-at-time-saved): Move to after the definition
21238         of `run-at-time'.
21239
21240         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21241
21242 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21243
21244         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21245         mm-w3m-local-map-property.
21246
21247         * mm-view.el (mm-w3m-mode-map): Remove.
21248         (mm-w3m-local-map-property): Remove.
21249         (mm-inline-text-html-render-with-w3m): Don't use
21250         mm-w3m-local-map-property.
21251
21252 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21253
21254         * run-at-time.el: New file.
21255
21256         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21257         under Emacs.
21258
21259         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21260         of gnus-set-text-properties.
21261
21262         * gnus-uu.el (gnus-uu-save-article): Ditto.
21263
21264         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21265
21266         * gnus-cite.el (gnus-cite-parse): Ditto.
21267
21268         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21269         of gnus-.
21270
21271         * gnus-xmas.el (run-at-time): Require run-at-time.
21272
21273         * gnus.el: Change calls to nnheader-run-at-time and
21274         password-run-at-time throughout to use run-at-time directly.
21275
21276         * password.el: Remove definition of run-at-time.
21277
21278         * nnheaderxm.el: Remove definition of run-at-time.
21279
21280 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21281
21282         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21283         in prompt.
21284
21285 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21286
21287         * messagexmas.el (message-xmas-redefine): Alias
21288         `message-make-caesar-translation-table' to
21289         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21290         version.
21291
21292         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21293         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21294         `gnus-xmas-set-text-properties'.
21295         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21296         `gnus-xmas-completing-read'.
21297         (gnus-xmas-completing-read): Removed.
21298         (gnus-xmas-open-network-stream): Removed.
21299
21300         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21301         XEmacs version.
21302
21303         * dns.el (dns-make-network-process): Use `open-network-stream'
21304         instead of `gnus-xmas-open-network-stream'.
21305
21306         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21307
21308         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21309
21310 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21311
21312         * gnus-art.el (gnus-mime-display-alternative)
21313         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21314         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21315         Don't use gnus-local-map-property.
21316
21317         * gnus-util.el (gnus-local-map-property): Remove.
21318
21319         * mm-view.el (mm-view-pkcs7-decrypt):
21320         Replace gnus-completing-read-maybe-default with completing-read.
21321
21322         * gnus-util.el (gnus-completing-read): do.
21323         (gnus-completing-read-maybe-default): Remove.
21324
21325 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21326
21327         * password.el: Only autoload `run-at-time' if not XEmacs.
21328         Only autoload the itimer functions if XEmacs.
21329
21330 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21331
21332         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21333         XEmacsen.
21334
21335         * dgnushack.el: Autoload executable-find for XEmacs.
21336
21337 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21338
21339         * gnus-art.el (gnus-read-string): Remove.
21340         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21341         read-string.
21342
21343 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21344
21345         * netrc.el: Autoload password-read.
21346         (netrc): Add configuration group.
21347         (netrc-encoding-method, netrc-openssl-path):
21348         Add variables for encoding and decoding of files with symmetric
21349         ciphers.
21350         (netrc-encode): Add assistant function to encode a file with
21351         netrc-encoding-method.
21352         (netrc-parse): Add interactive parameter, added optional
21353         decoding if netrc-encoding-method is non-nil but otherwise
21354         behavior is standard.
21355         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21356         Do s/encode/encrypt/ everywhere.
21357
21358         * spam.el: Remove executable-find autoload.
21359
21360 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21361
21362         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21363
21364         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21365
21366 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21367
21368         * gnus-art.el (gnus-treat-ansi-sequences)
21369         (article-treat-ansi-sequences): New variable and function.
21370         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21371
21372         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21373         Use it.
21374
21375 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21376
21377         * mm-util.el (mm-quote-arg): Remove.
21378
21379         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21380         shell-quote-argument.
21381
21382         * gnus-uu.el (gnus-uu-command): do.
21383
21384         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21385
21386         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21387         with make-char.
21388
21389         * mm-util.el (mm-make-char): Remove.
21390
21391         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21392         add-minor-mode.
21393
21394         * gnus-undo.el (gnus-undo-mode): do.
21395
21396         * gnus-topic.el (gnus-topic-mode): do.
21397
21398         * gnus-sum.el (gnus-dead-summary-mode): do.
21399
21400         * gnus-start.el (gnus-slave-mode): do.
21401
21402         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21403
21404         * gnus-ml.el (gnus-mailing-list-mode): do.
21405
21406         * gnus-gl.el (gnus-grouplens-mode): do.
21407
21408         * gnus-draft.el (gnus-draft-mode): do.
21409
21410         * gnus-dired.el (gnus-dired-mode): do.
21411
21412         * gnus-ems.el (gnus-add-minor-mode): Remove.
21413
21414         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21415         Replace gnus-char-width with char-width.
21416
21417         * gnus-ems.el (gnus-char-width): Remove.
21418
21419         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21420         Replace gnus-char-width with char-width.
21421
21422         * gnus-ems.el (gnus-char-width): Remove.
21423
21424         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21425         definition.
21426         Remove Emacs 20 hash table compatibility code.
21427
21428         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21429         20 compatibility code.
21430
21431         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21432
21433         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21434
21435         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21436         Replace with point-at-{eol,bol}.
21437
21438         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21439
21440         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21441
21442         * flow-fill.el (fill-flowed-point-at-bol)
21443         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21444
21445         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21446         Replace with point-at-{eol,bol} throughout all files.
21447
21448 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21449
21450         * ntlm.el (ntlm-string-as-unibyte): New macro.
21451         (ntlm-build-auth-response): Use it.
21452
21453         Remove Emacs 20 stuff:
21454         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21455         (butlast, mapc, remove): Remove the compiler macros.
21456         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21457         of delq and copy-sequence.
21458         * gnus-art.el (popup-menu): Remove the compiler macro.
21459         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21460         Emacs 20.
21461
21462 2004-01-05  Simon Josefsson  <jas@extundo.com>
21463
21464         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21465         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21466         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21467         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21468         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21469         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21470         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21471         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21472         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21473         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21474         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21475         string-xor into ntlm-string-xor.
21476         Suggested by Jesper Harder <harder@myrealbox.com>.
21477
21478         * ntlm.el: Don't include poem.
21479
21480         * md4.el (print-int32, print-string-hexa): Remove.
21481         Suggested by Jesper Harder <harder@myrealbox.com>.
21482
21483         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21484
21485         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21486         probably breaks emacs with DL patch, but do we care? Is anyone
21487         still using the DL stuff?)
21488
21489         * sieve-manage.el: Use the password package.
21490         (sieve-manage-read-passwd): Remove.
21491         (sieve-manage-interactive-login): Use password.  Re-add
21492         condition-case around loop.
21493
21494         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21495         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21496         Use the password package.
21497
21498 2003-02-19  Simon Josefsson  <jas@extundo.com>
21499
21500         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21501         token.
21502
21503 2002-08-07  Simon Josefsson  <jas@extundo.com>
21504
21505         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21506         (sieve-manage-authenticators):
21507         (sieve-manage-authenticator-alist): Add some SASL mechs.
21508         (sieve-sasl-auth): New function.
21509         (sieve-manage-cram-md5-auth):
21510         (sieve-manage-plain-auth): Rewrite using SASL library.
21511         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21512         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21513         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21514         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21515
21516 2004-01-05  Simon Josefsson  <jas@extundo.com>
21517
21518         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21519         New files.
21520
21521 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21522
21523         * gnus-group.el (gnus-no-groups-message): Update.
21524
21525         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21526
21527 2003-11-09  Simon Josefsson  <jas@extundo.com>
21528
21529         * imap.el: Support for ID IMAP extension (RFC 2971).
21530         (imap-local-variables): Add imap-id.
21531         (imap-id): New variable.
21532         (imap-id): New function.
21533         (imap-parse-response): Parse untagged ID response.
21534         * nnimap.el (nnimap-id): New variable.
21535         (nnimap-open-connection): Use it.
21536
21537 2003-12-28  Simon Josefsson  <jas@extundo.com>
21538
21539         * gnus-score.el (gnus-score-edit-all-score): New.
21540         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21541
21542 2004-01-04  Simon Josefsson  <jas@extundo.com>
21543
21544         * password.el: Add.
21545
21546 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21547
21548         * dns.el (dns-query-types): Fix typo.
21549         (dns-query-types): New function.
21550         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21551         PTR and SOA replies, see RFC 1035.
21552
21553 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21554
21555         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21556
21557         * Move to Changelog.2.
21558
21559 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21560
21561         * gnus.el (gnus-version-number): Bump version.
21562
21563 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21564
21565         * gnus.el: No Gnus v0.1 is released.
21566
21567 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21568
21569         * gnus.el: No Gnus v0.0 is released.
21570
21571 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21572
21573         * gnus.el (gnus-version-number): Bump.
21574         (gnus-version): No.
21575
21576 See ChangeLog.2 for earlier changes.
21577
21578   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21579
21580   This file is part of GNU Emacs.
21581
21582   GNU Emacs is free software: you can redistribute it and/or modify
21583   it under the terms of the GNU General Public License as published by
21584   the Free Software Foundation, either version 3 of the License, or
21585   (at your option) any later version.
21586
21587   GNU Emacs is distributed in the hope that it will be useful,
21588   but WITHOUT ANY WARRANTY; without even the implied warranty of
21589   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21590   GNU General Public License for more details.
21591
21592   You should have received a copy of the GNU General Public License
21593   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21594
21595 ;; Local Variables:
21596 ;; coding: utf-8
21597 ;; fill-column: 79
21598 ;; add-log-time-zone-rule: t
21599 ;; End: